tags:

views:

60

answers:

2

Hi,

I'm looking for some kind of php, javascript some sort of cloud script, but really like a cloud script. It's more like some links after a page content. There are a few for cms's like joomla wordpress etc, but I have a css div based website without cms and can't find nothing like the example beneath.

I'm not asking to write a script, but maybe you can point me to a excisting script.

This is what I mean for example:

Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, 
consectetur, adipisci velit..."

tags: keyword1 keyword2

A: 

i believe your example is not right coming thru :(

are you looking for a tag cloud tutorial?

http://www.hotscripts.com/listing/php-tag-cloud-tutorial-script/b

or are you looking for lorem ipsum?

http://en.wikipedia.org/wiki/Lorem_ipsum

henchman
I'm looking for a kind of label/tag script, which gives you some important links about the content of your website. This is good for seo
Chris
okay, that's called a tag cloud. See above link for an example :)this is a good tutorial too:http://scriptplayground.com/tutorials/php/Tag-Cloud/
henchman
+1  A: 

Well as @henchman suggested I think you're looking for a Tag Cloud script/plugin for your custom site. I would suggest jQuery as it's very easy to use and add to your site.

Here are some examples of Tag Clouds using jQuery. Here is a tutorial of how to make a Tag Cloud using jQuery.

Both of these should offer some code and set you in the right direction, best of luck.

Phill Pafford