January 21, 2007
8:39 am
Cloud-O-Google Queries Plugin
Cloud-O-Google Queries is a filter to display keyword clouds based on search engine queries.
Note: To get this plugin working, you must have Counterize, or any other plugin that keeps track of the referer installed.
Installation:
- Download CloOGooQ.zip, and extract to a local folder.
- Upload extracted contents to wp-content/plugins/ folder.
- Activate from the plugins page in WordPress Admin panel.
- Note: Before using the plugin you should make sure, that the correct table name is entered in the options page /wp-admin/options-general.php?page=cloogooq.php. The default value is wp_Counterize, but especially when using another statistics plugin, you might have to change that (as well as the key name which is referer by default).
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(keywords); ?>
<?php if(function_exists(cloogooq)) cloogooq(phrases); ?>
token filter [for use in posts]
[CloOGooQ_KEYWORDS]
[CloOGooQ_PHRASES]
WordPress, Plugin, Cloud-O-Google Queries
Loading

Leave a comment »