Monday, August 16, 2010

Add Delicious Button To Your WordPress Blog

As for most of us know that Google treats the links that are published on Delicious.com higher on search results as compared to normal result links. For that we all must have a delicious save button on our blog. Moreover this is so far the best online bookmarking site.

delicious button

One Step Tutorial:

Place below code where you want to display your Delicious Save Button:

http://delicious.com/post?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>

And if you are not using images in your excerpts and want to add it too automatically, then you can use below code:

http://delicious.com/post?url=<?php
the_permalink(); ?>&title=<?php the_title();
?>&notes=<?php the_excerpt(); ?>

New Official Twitter Button To Your WordPress Blog

As Twitter launched its official tweet button, many
sites have already implemented it. Tweetmeme button never showed the
correct count for tweets, but with this new Official Tweet Button from
Twitter, we hope to have the correct tweet count for our tweets. This
simple tutorial will help you integrate three different types of Twitter buttons with counters and without counters. Hope this helps.

retweet buttons

One Step Tutorial:

Place below code where you want to display your Official Tweet Button:

Type 1
retweet button type1

<a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="TutZone">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>



Type 2
retweet button type2

<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="TutZone">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>



Type 3
retweet button type3

<a href="http://twitter.com/share" class="twitter-share-button" data-count="none" data-via="TutZone">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>

Popular Posts