Social Button For Your Blogger Cool Style 2014 |
Today I am going to share with you Social Bookmarking Buttons Codes for your blog,By using these Social media Buttons Codes you can easily add social media buttons to you website-blog without using any WordPress Plugin,Using plugin’s for every thing is not a good idea,When you can extend the functionality of WordPress without using any plugin.
I’ll gives you a basic idea of,How to add these Social Bookmarking Buttons Codes in different kind of WordPress themes.Well if you are a normal WordPress Theme user you need to add Below codes inside of your Single Post (single.php) After <
?php the_content(); ?>
Statement.If you are Thesis Theme user just copy below php code and paste under you custom_function.php and add below written code in place of “Add your codes Here“.
function after_post_social_buttons() {
if (is_single()) { ?>
Add your codes Here
php }
}
add_action('thesis_hook_after_post', 'after_post_social_buttons');
Social Bookmarking Buttons Codes
1.Retweet Count Button Code
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/
button.js"></script>
2.Digg Count Button Code
<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.StumbleUpon Count Button Code
<a href="http://www.stumbleupon.com/submit?url=<?<span
class=">php</a><a
href="http://www.stumbleupon.com/submit?url=<?<span class=">
the_permalink(); ?></a>
&title=php the_title(); ?>"><img src="http://cdn.stumble-upon.com/" alt="" />
images/32x32_su_solid.gif" alt="StumbleUpon.com"/></a>
4.Delicious Save Count Button Code
<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('
the_permalink() ?>')+'&title='+encodeURIComponent('
'),'delicious', 'toolbar=no,width=550,height=550'); return false;">Delicious Save</a>
5.DZone Count Button Code
<script language="javascript" src="http://widgets.dzone.com/links/
widgets/zoneit.js"></script>
6.DesignFloat Count Button Code
<script type="text/javascript">submit_url = "<?php the_permalink();
?>";</script>
<script type="text/javascript" src="http://www.designfloat.com/evb2/
button.php"></script>
7.fShare Count Button Code
<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>
8.Reddit Count Button Code
<a href="http://www.reddit.com/submit" onclick="window.location = '
http://www.reddit.com/submit?url=' +encodeURIComponent(window.location);
return false"> <img alt="" />src="http://www.reddit.com/static/spreddit1.gif"
alt="submit to reddit" border="0" />
9.Technorati Button Code
<a href="http://technorati.com/faves?sub=addfavbtn&add=http://
nameofmyblog.wordpress.com"><img alt="" />src="http://static.technorati.com/
pix/fave/tech-fav-1.png" alt="Add to Technorati Favorites" /></a>
10.Blog Engage Count Button Code
<script type="text/javascript">submit_url = "<?php the_permalink();
?>";</script><script src="http://blogengage.com/evb/button.php">
</script>
0 comments:
Post a Comment