Want to involve your blog readers in the process of blogging? Use TagThis, a Wordpress plugin that allows your readers to tag your blog posts. Then the most popular tags are automatically added to your posts and helps you to organize your blog. I think that this is a cool plugin that may help in improvement of interaction between you and your blog readers.

How TagThis works? Your visitor reads a post and gives a relevant tag. Wordpress will register it to your database. When a few people use the same tag for the same article, the visitor’s tag gets added as a real Wordpress tag to your blog and appears in your tag cloud. The good thing is that TagThis can catch spam tags. From your Wordpress admin panel you will be able to manage the visitor’s tags. The TagThis management page shows you which IP tagged which post with what tag and allows you to moderate the tags.
To use TagThis!, you need to manually edit your theme, as Wordpress cannot find where your loops are. You need to insert the following code to your theme codes:
if(function_exists(‘wp_tagthis’)){wp_tagthis();}
It is not a tough job. You can refer the tutorial on the plugin release page to do it easily.
Subscribe via RSS
Connect via Twitter


