Integrate TagThis

The TagThis tag-strip is for website and blog publishers that want to add tagging functionallity.

The TagThis strip is smart enough to:

Example:



Example: Simple usage for a web page.

Just drop the following code onto the page. It's that easy.

<script src="http://www.tagthis.com/js" type="text/javascript"></script>

Example: Specify the number of tags you wish to be shown.

What if you want to specify a certian number of tags to be shown on your page? No problem, Just change the code like this:

<script src="http://www.tagthis.com/js?n=NumberOfTags" type="text/javascript"></script>

Replace NumberOfTags with the number you want to show. The default is 5.

Example: When the URL you wish tagging differs from the current webpage.

What if you'd like to use a specific URL from a different webpage? No problem, just change the code like this:

<script src="http://www.tagthis.com/js?u=YOURSITE.COM&n=NumberOfTags" type="text/javascript"></script>

Replace YOURSITE.COM, with the URL that you want to use. Don't worry about includding "Http://www.".