This is a simple plugin-function that is used to output most popular hashtags with the following options:
Installation is simple:
The plugin outputs hashtags via sedby_toptags() function with the following arguments:
sedby_toptags($tpl = 'toptags', $items = 10, $tt_cache = '' $tt_ttl = 0)Note: the function can use memory cache only if it is enabled in the config.php:
$cfg['cache'] = true;Otherwise it will generate the output code each time the function is called.