Thursday, February 17, 2011

Use " WOT for blogs" in Wordpress and Blogger

You would know about WOT (Web of Trust) Firefox Addon, if not, it’s safe surfing tool that tells you which websites or links you should trust when you search, shop and surf on the Web. Now WOT Addon has been using by thousands of people.(I already post WOT for Mozilla) Till now, WOT was only available for browsers and shows reputation ratings with Traffic-light rating symbols. Now ‘WOT for Blogs’ Plugin for Word-press or code for blogger has just been launched by WOT.
‘WOT for Blogs’ is a WordPress plugin adds WOT reputation symbols to posts and comments on your blog keeping you and your readers safe from any untrustworthy external links.




By default, only outgoing links in posts and comments have the WOT rating symbols added to them but you can add your CSS selector in the plugin editor to get rating symbols to appear in different places.

 Word-Press


Install this extension if you’re using Word-press Platform and if you want to keep your users safe from any potentially malicious/untrustworthy links. If you’re using blogger platform you can add WOT ratings to your blogger blog too. Check out this Official Blog Post of WOT Blog.

Blogger

We created a sample blog that shows how to add the widget to your Blogger pages.
1. Click the "Customize" link on your blog.
2. Click the "Edit HTML" link on the Layout page.
3. Scroll down the "Edit Template" field until you find the </head> tag.
4. Copy and paste the following snippet just before the tag:

<script type="text/javascript">
var wot_rating_options = {
selector: ".post-body a[href], .comment-body a[href]"
};
</script>
<script type="text/javascript"
src="http://api.mywot.com/widgets/ratings.js"></script>

This adds ratings to your blog posts and user comments. If you only want to show them for user comments, set the selector option to ".comment-body a[href]".


Enjoy.........

No comments: