[wordpress插件] Cloud-O-Google QueriesCloud-O-Google查询

wordpress 插件 文章 2020-03-25 17:40 463 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

I guess I’m just curious by nature.

我想我天生就很好奇。

After installing Anders Holte Nielsens Counterize plug-in, I noticed quite a few google query hits.

安装Anders Holte Nielsens Counterize插件后,我注意到了很多Google查询命中。

I wanted to know which keywords led people to my site.

我想知道哪些关键字将人们带到了我的网站。

I did a quick search but couldn’t find somethink like I had in mind (Update: A reader pointed out, that there is a plugin called Search Phrases, which has a slightly more minimalistic aim).

我进行了快速搜索,但没有想到的想法(更新:一位读者指出,有一个名为Search Phrases的插件,其目的略为简化)。

Since Counterize keeps track of the referer, it was just a matter of applying some regular expressions and preparing a tag-like keyword heat cloud, which we’ve all gotten used to.

由于Counterize会跟踪引荐来源,因此只需应用一些正则表达式并准备一个类似标签的关键字热云,我们就已经习惯了。

Usage

用法

This is quite a simple filter.

这是一个非常简单的过滤器。

There’s two ways to use it:

有两种使用方式:

function call [for use in templates]

函数调用 [用于模板]

    • <代码> <?php if(function_exists(cloogooq))cloogooq(关键字);

      ?>

    • ?>

    • <代码> <?php if(function_exists(cloogooq))cloogooq(短语);

      ?>

    • ?>

    token filter [for use in posts]

    令牌过滤器 [用于帖子]

      • [CloOGooQ_KEYWORDS]
      • [CloOGooQ_KEYWORDS]

      • [CloOGooQ_PHRASES]
      • [CloOGooQ_PHRASES]

      Either way will generate one of these two keyword clouds below.

      这两种方法都会在下方中生成这两个关键字云之一。

      The first one disassembles the search string and counts each word for it’s one.

      第一个反汇编搜索字符串,并对每个单词进行计数。

      The second phrase cloud leaves search strings intact – just like they got entered by the user.

      第二个短语云使搜索字符串完整无缺–就像用户输入的一样。

      License

      许可证

      This WordPress plug is released under the GPL and is provided with absolutely no warranty (

      此WordPress插件根据 GPL 发布,并且绝对不提供任何保证(

      as if?).

      仿佛?)。

      For support leave a comment and we’ll see what the community has to say.

      如需支持,请发表评论,我们将看看社区怎么说。

安装步骤

You will need PHP5 and WordPress2.1 or higher to use this plugin.

您需要 PHP5 WordPress2.1 或更高版本才能使用此插件。

Otherwise there is nothing more to set up, just download, extract into /wordpress

否则,没有其他设置,只需下载,然后提取到 / wordpress中

/wp-content/plugins and activate.

/ wp-content / plugins 并激活。

Check the admin panel “Options->CloOGoQ” for further options.

检查管理面板“ Options-> CloOGoQ”以了解更多选项。

Requirements

要求

As mentioned earlier, this is rather a plug-in plug-in.

如前所述,这是一个插件插件。

Apart from your WordPress blog, you’ll need to have some way to track traffic on your site (more specifically you need some sql-table with your referer history. See FAQ below for some more discussion on that point).

除了您的WordPress博客外,您还需要一些方法来跟踪您网站上的访问量(更具体地说,您需要带有引用历史记录的sql表。有关此点的更多讨论,请参见下面的常见问题解答)。

The plugin has been positively test with the following statistics databases (please keep reporting):

该插件已通过以下统计数据库进行了积极测试(请保持报告状态):

+ Counterize

+抵消

+ Counterize II (prior to v2.13) [Table/Key: "wp_Counterize_Referers"/"name", Local Table/Key: "wp_Counterize_Pages"/"url"]

+ Counterize II(v2.13之前) [表/键:“ wp_Counterize_Referers” /“名称”,本地表/键:“ wp_Counterize_Pages” /“ url”]

+ Search Phrases [Table/Key: "wp_gwj_searchphrases"/"referer"]

+搜索词组 [表格/关键字:“ wp_gwj_searchphrases” /“ referer”]

+ SlimStat

+ SlimStat

+ StatTrack

+ StatTrack

下载地址
https://downloads.wordpress.org/plugin/cloogooq.1.1.zip
-EOF-

AI助手支持GPT4.0