Thank you for downloading the tag cloud script at lotsofcode.com, below are some examples of how you can impliment the tag cloud in to your personal website, it's pretty simple to include however if you do have any problems, please don't hesitate to use our support forum. Good luck and i hope you find this code useful.
Some of the new features included in the tag cloud script are:
Important: Please include the wordcloud class and the wordcloud stylesheet along with every example to get the desired results, like so: <?php include './classes/wordcloud.class.php'; ?> <link rel="stylesheet" href="./css/wordcloud.css" type="text/css">
<?php include './classes/wordcloud.class.php'; ?> <link rel="stylesheet" href="./css/wordcloud.css" type="text/css">
This is a basic example of how you can impliment a tag-cloud into your website
This is a basic example of how you can impliment a tag-cloud into your website by using a single string
This is an example of how you can impliment a tag-cloud into your website including links
This is a basic example of how you can impliment a tag-cloud into your website including colours
This is a basic example of how you can impliment a tag-cloud into your website including links with colours
This is a basic example of how you can impliment a tag-cloud into your website with a limit of words
This is a basic example of how you can impliment a tag-cloud into your website and order the output of the results
This is a basic example of how you can impliment a tag-cloud into your website with the option to ignore certain tags
This is how you can include this script into a MySql result set.
This is how you can include this script into a FlatFile txt file.