Practical Web Programming

Saturday, November 03, 2007

How To Add Social Bookmark Links In Blogger

If you want some needed traffic, social bookmark sites can give you that. It can give your blogs sudden rush of traffic specially if the topic you submitted is informative. In my own experience, whenever I submit a good topic to just even one social bookmarking site, it gives me 100 to 300 more visitors to my website. Submit a topic to many social bookmarking sites and you can do the math.

But take note that this traffic is not permanent. And if visitors notice that your content is rubbish, they may feel they have been tricked and will leave at once and may never come back. So make sure that you only submit your good contents.

Social Bookmark Links

In this blog, I'm using http://technorati.com, https://secure.del.icio.us, http://digg.com, http://www.propeller.com, and http://www.stumbleupon.com bookmarking sites.

Social Bookmark Sourcecodes

See the social bookmark sourcecodes below:

<div class="post-body">
Bookmark via
<a href="http://technorati.com/faves?add=<$BlogItemPermalinkURL$>&title=<$BlogItemTitle$>">Technorati</a> |
<a href="http://del.icio.us/post?url=<$BlogItemPermalinkURL$>&title=<$BlogItemTitle$>">del.icio.us</a> |
<a href="http://digg.com/submit?phase=2&url=<$BlogItemPermalinkURL$>&title=<$BlogItemTitle$>">Digg it</a> |
<a href="http://www.propeller.com/submit/?U=<$BlogItemPermalinkURL$>&T=<$BlogItemTitle$>">Netscape</a> |
<a href="http://www.stumbleupon.com/submit?url=<$BlogItemPermalinkURL$>&title=<$BlogItemTitle$>">StumbleUpon</a>
</div>

Open you Blogger blog's template. Copy the the sourcecodes above and paste it in your template right after the the <div> tag that contents the <$BlogItemBody$> tag.

<div class="post-body">
<p>
<$BlogItemBody$>
</p>
</div>

(PASTE SOCIAL BOOKMARK SOURCECODES HERE)

There you have it, add the social bookmark links, submit your good content to social bookmark sites by clicking on the links and expect a sudden rush of traffic. A word of caution, do not overuse it or else you might get banned from this sites.

2 comments:

Admin said...

Thanks it worked..

Anonymous said...

You're welcome. (^_^)

Recent Post