There are many free wordpress are offering the same functionality. In this post we show you, Add social Bookmark Icons in WordPress theme without plugin.
Many people want to add social icons or buttons to there wordpress websites. There are many free wordpress are offering the same functionality. I recommend not to use these plugins because this plugins will add extra javascript and CSS to your website and that will take some bandwidth of your website.
In this tutorial I will show how to Add social Bookmark Icons in WordPress theme without plugins. This we can achieve very easily.
Add social Bookmark Icons in WordPress theme
Just follow my steps:
1. Open single.php file from your wordpress theme.
just do one think, please assign class=”social_icons” to div.
<div ><ul> <li> <a rel="nofollow" target="_blank" href="http://images.purabtech.in/feed" title="RSS"> <img src="http://images.purabtech.in/rss_32.png" title="RSS" alt="RSS" /></a> </li> <li> <a rel="nofollow" target="_blank" href="http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php echo urlencode(the_title('','', false)) ?>" title="del.icio.us"><img src="http://images.purabtech.in/delicious_32.png" title="del.icio.us" alt="del.icio.us" /></a></li> <li><a rel="nofollow" target="_blank" href="http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>&title=<?php echo urlencode(the_title('','', false)) ?>" title="StumbleUpon"><img src="http://images.purabtech.in/stumbleupon_32.png" title="StumbleUpon" alt="StumbleUpon" /></a> </li> <li><a rel="nofollow" target="_blank" href="http://digg.com/submit?phase=2&url=<?php the_permalink() ?>&title=<?php echo urlencode(the_title('','', false)) ?>" title="Digg"><img src="http://images.purabtech.in/digg_32.png" title="Digg" alt="Digg" /></a></li> <li><a rel="nofollow" target="_blank" href="http://twitthis.com/twit?url=<?php the_permalink() ?>" title="TwitThis"><img src="http://images.purabtech.in/twitter_32.png" title="TwitThis" alt="TwitThis" /></a> </li> <li><a rel="nofollow" target="_blank" href="http://www.mixx.com/submit?page_url=<?php the_permalink() ?>&title=<?php echo urlencode(the_title('','', false)) ?>" title="Mixx"><img src="http://images.purabtech.in/mixx_32.png" title="Mixx" alt="Mixx" /> </a></li> <li><a rel="nofollow" target="_blank" href="http://technorati.com/faves?add=<?php the_permalink() ?>" title="Technorati"><img src="http://images.purabtech.in/technorati_32.png" title="Technorati" alt="Technorati" /></a></li> <li><a rel="nofollow" target="_blank" href="http://www.facebook.com/sharer.php?u=<?php the_permalink() ?>&t=<?php echo urlencode(the_title('','', false)) ?>" title="Facebook"> <img src="http://images.purabtech.in/facebook_32.png" title="Facebook" alt="Facebook" /></a> </li> <li><a rel="nofollow" target="_blank" href="http://www.newsvine.com/_tools/seed&save?u=<?php the_permalink() ?>&h=<?php echo urlencode(the_title('','', false)) ?>" title="NewsVine"><img src="http://images.purabtech.in/newsvine_32.png" title="NewsVine" alt="NewsVine" /></a> </li> <li><a rel="nofollow" target="_blank" href="http://reddit.com/submit?url=<?php the_permalink() ?>&title=<?php echo urlencode(the_title('','', false)) ?>" title="Reddit"><img src="http://images.purabtech.in/reddit_32.png" title="Reddit" alt="Reddit" /></a> </li> <li><a rel="nofollow" target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&bkmk=<?php the_permalink() ?>&title=<?php echo urlencode(the_title('','', false)) ?>" title="Google"><img src="http://images.purabtech.in/google_32.png" title="Google" alt="Google" /></a> </li> <li><a rel="nofollow" target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url=<?php the_permalink() ?>&title=<?php echo urlencode(the_title('','', false)) ?>&source=<?php bloginfo('pingback_url'); ?>&ary=<?php the_excerpt(); ?>" title="LinkedIn"> <img src="http://images.purabtech.in/linkedin_32.png" title="LinkedIn" alt="LinkedIn" /></a> </li> <li><a rel="nofollow" target="_blank" href="http://co.mments.com/track?url=<?php the_permalink() ?>&title=<?php echo urlencode(the_title('','', false)) ?>" title="co.mments"><img src="http://images.purabtech.in/co.mments.gif" title="co.mments" alt="co.mments" /></a> </li> <li><a rel="nofollow" target="_blank" href="http://myweb2.search.yahoo.com/myresults/bookmarklet?u=<?php the_permalink() ?>&=<?php echo urlencode(the_title('','', false)) ?>" title="YahooMyWeb"><img src="http://images.purabtech.in/yahoobuzz_32.png" title="YahooMyWeb" alt="YahooMyWeb" /> </a></li> <li><a rel="nofollow" target="_blank" href="mailto:?subject=<?php echo urlencode(the_title('','', false)) ?>&body=<?php the_permalink() ?>" title="E-mail this story to a friend!"> <img src="http://images.purabtech.in/email_32.png" title="E-mail this story to a friend!" alt="E-mail this story to a friend!" /></a></li></ul></div>
2. open your theme style.css file and put following code
.social_icons{ clear:both; }.social_icons ul li {float:left; padding-right:8px;}
Many wp designers and developers searching for social bookmark wordpress plugin, social bookmark wordpress theme, social bookmark plugin wordpress, wordpress simple social bookmarks,
best social bookmarking, social sharing wordpress, social sharing wordpress plugin, best social sharing wp plugin solution
Hhere you found the perfect solution for social bookmark.
Here is list of articles which is most useful for adding functionality in wordpress without adding any wordpress plugins.
Best wordpress hacks by WordPressAPI.com
how to create contact us page without wordpress plugin
Add the extra new users details or fields to wordpress without plugin
Display wordpress Tags In A Dropdown Menu without plugin
How to change the Visual Editor Font Size wordpress without plugin
Display wordpress Tags In A Dropdown Menu without plugin
wordpress pagination style without wordpress plugin
show popular posts without wordpress plugin in theme
How to send smtp email through wordpress without plugin
How to put digg button in wordpress without plugin
Get the recent comments without using wordpress plugin or widget
How to Add the social Bookmar Icons in WordPress theme without wordpress plugins
How to exclude pages from wordpress menu without plugin
Show related posts with wordpress post without using any plugin
Twitter are a MUST for webmasters!
Super stuff. And glad to have found your post. I'm also wondering about adding thumbnail images for popular and recent posts like on speckyboy.com Do you know how to do that or can you make a post about it?
Thanks.
nice article,, can i put words/paragraph from this article to my website? i need your answer, thanks..
yes.. You can.
I am genuinely grateful to the owner of this web page who has
shared this impressive paragraph at here.