cleve-back(2)
Share This Story, Choose Your Platform!
Top Keywords from Piwik";
return;
}
// Display the list in HTML
$url = htmlspecialchars($url, ENT_QUOTES, 'UTF-8');
$output = "Top Keywords for $url
";
foreach($keywords as $keyword) {
$output .= "- ". $keyword . "
";
}
if (empty($keywords)) { $output .= "Nothing yet..."; }
$output .= "
";
echo $output;
}
DisplayTopKeywords();
Get Social