Add Easy Bookmark Buttons to Wordpress Blog

Delicious Button
I've just added some nice-looking bookmarklet buttons to the sidebar. These will help my readers to easily bookmark my blog on their favorite social bookmarking site or RSS feed reader.

Easy social bookmarking is basic SEO and widely considered a must in these web2.0 days.

The aim, of course, is to increase user loyalty, blog publicity, and consequently traffic.

This is how to add social bookmarking buttons on your Wordpress blog:

First, see my post on publishing your feed on FeedBurner - you can get most of these buttons from their site. Additionally, visit Blifaloo.com for the additional code and button images for the del.icio.us, Spurl and Furl buttons.

This is what the code will look like. Just put it in an appropriate position in your sidebar.php file. As always, you can take a look at my up-to-date sidebar.php code to see how the code should be implemented. Just don't copy-paste this code as is - you'll need to customize the links and images to correspond to your own blog URL and titles.

<br />
<div class="blocktitle"><a href="javascript:bookmarksite
('InnerBlogger', 'http://innerblogger.com')">
+Add Bookmark
</a></div><div class="block">
<a href="http://feeds.my.aol.com/add.jsp?url=
http://feeds.feedburner.com/innerblogger">

<img src="http://myfeeds.aolcdn.com/vis/myaol_cta1.gif" 
alt="Add to My AOL" style="border:0″/>
</a>
<br />
<a href="http://add.my.yahoo.com/rss?url=
http://feeds.feedburner.com/innerblogger" 
title="InnerBlogger">

<img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" 
alt="" style="border:0″/>
</a>
<br />
<a href="http://fusion.google.com/add?feedurl=
http://feeds.feedburner.com/innerblogger">

<img src="http://buttons.googlesyndication.com/fusion/add.gif" 
width="104″ height="17″ 
style="border:0″ alt="Add to Google"/>
</a>
<br />
<a href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=
http://feeds.feedburner.com/innerblogger" title="InnerBlogger">

<img src="http://www.newsgator.com/images/ngsub1.gif" 
alt="Subscribe in NewsGator Online" style="border:0″/>
</a>
<br />
<script type="text/javascript">
document.write('<a href=http://del.icio.us/post?&url=
'+encodeURIComponent(location.href)+'&title=
'+encodeURIComponent
(document.title)+' target="blank">
<img src="http://innerblogger.com/delicious.png" 
width="80″ height="15″ border="0″>
</a><br />');
document.write('  <a href=http://www.spurl.net/spurl.php?title=
'+encodeURIComponent(document.title)+'&url=
'+encodeURIComponent(location.href)+' target="blank">
<img src="http://innerblogger.com/spurl.png" width="80″ 
height="15″ border="0″ />
</a><br />');
document.write('  <a href=http://www.furl.net/storeIt.jsp?u=
'+encodeURIComponent(location.href)+'&t=
'+encodeURIComponent(document.title)+' target="blank">
<img src="http://innerblogger.com/furl.png" width="80″ 
height="15″ border="0″ />

</a><br />');
</script>
</div>




Google
 
Web innerblogger.com



One Response to 'Add Easy Bookmark Buttons to Wordpress Blog'

  1. Alex - April 25th, 2007 at 4:14 pm

    Thank You


Leave a Reply