All posts tagged tag cloud

Tag Cloud Function

Here is a simple function to render a tag cloud.  It assumes you have an array of data ready for it.  Also I originally built this for use with a stupid set of data where each entry has a space seperated list of tags like: “geek hotdogs snowboarding” so this function will also take all of those tags, parse them out, and then do all the good stuff. The function will make a cloud out of any data in your table. a Just specify the column name when you call the function. For example you could make a cloud based on users and the number of times they have posted.
Continue Reading →