« Back to Tag Cloud Tutorial
This is a demonstration file. Documentation, example scripts and techniques can be found on the Tag Cloud Tutorial page. You can optionally find more php tutorials, css tutorials and javascript tutorials via the lots of code homepage

PHP Tag Cloud v2.0 (Demo)

lotsofcode.com

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">

Basic Example

This is a basic example of how you can impliment a tag-cloud into your website

  xHTML     tags     digg     php     web2.0     Javascript     facebook     google     lotsofcode     CSS     AJAX  

Code Example



Basic String Example

This is a basic example of how you can impliment a tag-cloud into your website by using a single string

  to     system     colours     lotsofcode.com     displayed     for     that     be     nice     also     developed     support     can     has     string     and     a     styles     tag     have     cloud     convert     so  

Code Example



Example w/ Links

This is an example of how you can impliment a tag-cloud into your website including links

  google     digg     php     lotsofcode  

Code Example



Example w/ Colours

This is a basic example of how you can impliment a tag-cloud into your website including colours

  php     google     lotsofcode     digg  

Code Example



Example w/ Links & Colours

This is a basic example of how you can impliment a tag-cloud into your website including links with colours

  php     google     lotsofcode     digg  

Code Example



Example w/ Limit

This is a basic example of how you can impliment a tag-cloud into your website with a limit of words

  digg     php  

Code Example



Order Results Example

This is a basic example of how you can impliment a tag-cloud into your website and order the output of the results

  digg     google     lotsofcode     php  

Code Example



Example w/ Ignore List

This is a basic example of how you can impliment a tag-cloud into your website with the option to ignore certain tags

  php     lotsofcode  

Code Example



Example w/ MySQL Database Example

This is how you can include this script into a MySql result set.



Example w/ FlatFile

This is how you can include this script into a FlatFile txt file.

This is a demonstration file. Documentation, example scripts and techniques can be found on the PHP Tag Cloud page. You can optionally find more php tutorials, css tutorials and javascript tutorials via the lots of code homepage
« Back to PHP Tag Cloud