Add Social Bookmarking Button In Thesis Theme Or Any WordPress Theme Without Any WordPress Plugin

by Mike

social-bookmarking-sites

Adding  Social Bookmarking Button In Thesis Theme Or Any WordPress Theme Without Any WordPress Plugin is very easy task.Social Media is one of easy ways to Drive traffic to your Website or Blog in no time.You can get thousands of visits from Social Networking sites if you able to share your quality content with people around the world. Well if can’t do that,simple thing is to provide Sharing option to Readers.You can provide users that option by Adding Social Bookmarking Buttons To Your Blog.If Reader think  that your content is helpful and useful for him and for others, He Surely  share your content with others on Different Social Media sites.

Add Social BookmarkingThere is many WordPress plugins available around the Web for adding Social Bookmarking Buttons.But I don’t think using plugin for everything is a good option when You archive things without using any plugins. I am always searching for an alternative of WordPress plugin before using any plugin on my WordPress website.

Add Social Bookmarking Button In Any WordPress Theme Without Wordpress Plugin.

I am sharing few share buttons Code  for Retweet, Digg, Buzz,  StumbleUpon, FShare, Delicious, DZone, Reddit .You can use these Codewhere u like to see your Social Bookmarking Buttons appears like below image.

Social-Bookmarking

How To Add Social Bookmarking Button In Thesis Theme

It really easy to add these code in thesis theme.Go to your WordPress Appearance–thesis open hook(Well if u not using thesis open hook just install)–In After Post copy below code and pasted here.

 1.<script type="text/javascript">
tweetmeme_source = 'tweetmeme';
</script>
<script type="text/javascript"
 src="http://tweetmeme.com/i/scripts/button.js"></script>
2.<a class="DiggThisButton"> ('<img src="http://digg.com/img/diggThis.png"
height="80" width="52" alt="DiggThis" />')</a>
<script src="http://digg.com/tools/diggthis.js"
type="text/javascript">
</script>
3.<a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>
&title=<?php the_title(); ?>">
<img src="http://cdn.stumble-upon.com/
images/32x32_su_solid.gif" alt="StumbleUpon.com"/></a>
4.<img src="http://static.delicious.com/img/delicious.small.gif"
height="10" width="10" alt="Delicious" />
<a href="http://delicious.com/save"
onclick="window.open('http://
delicious.com/save?v=5&noui&jump=close&url='+encodeURIComponent('<?php
the_permalink() ?>')+'&title='+encodeURIComponent('<?php the_title() ?>
'),'delicious',
'toolbar=no,width=550,height=550'); return false;">
Delicious Save</a>
5.<script language="javascript" src="http://widgets.dzone.com/links/
widgets/zoneit.js"></script>
6.<a name="fb_share" type="box_count" href="http://www.facebook.com/
sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php
/js/FB.Share" type="text/javascript"></script>
7.<a href="http://www.reddit.com/submit"
onclick="window.location = '
http://www.reddit.com/submit?url=' +encodeURIComponent(window.location);
return false">
<img src="http://www.reddit.com/static/spreddit1.gif"
alt="submit to reddit" border="0" /> </a>
8.<script type="text/javascript">submit_url =
"<?php the_permalink();
?>";</script><script src="http://blogengage.com/evb/button.php">
</script>

Or you can use below Thesis hook function if you don’t want to install thesis open hook plugin.

function social_media_button() {
?>
Put Above codes here
<?php
}
add_action('thesis_hook_after_post', 'social_media_button');

How To Add Social Bookmarking Button In Normal WordPress Theme:-

If u are not using thesis theme paste the following code in your theme folders single.php just After

<?php the_content(); ?>

Just click Updated file.Now check your website.Now you know how to Add Social Bookmarking Button In any WordPress Theme.Enjoy Social Bookmarking Button In Your Theme.

What u think About this Post Pls Share With Us  :)

Related Posts:

Share This Article

{ 4 comments }

ElectronicsNewsLine

I am searching how to add social media button, your article is informative for me to use

sanjeev

i Readyy do liked the guide provided here…thesis is one of the best theme and this feature makes it even better

Rajan Balana @ DreamBloggers

Hey Anuj, Which plugin are you using for adding social bookmarking icons above the author box? Please tell me :)

Anuj Sharma

Thanks Rajan for your comment:) . i am not using any plugin for my social bookmarking icons above the author box.its just a php written code with some css.

Previous post:

Next post: