PurabTech is technical blog for Programmer and Coders
How to Add the social Bookmarks Icons in WordPress without using any plugins
All wordpress sites use the social bookmarks for sharing there content. For adding social bookmark they always use the wordpress plugins.
But that plugins will add some mysql quries and apache requests to your server. I recommend not to use these plugins.
How to Add the social Bookmarks Icons in WordPress without using any plugins
Just follow my steps:
1. Open single.php file from your wordpress theme.
just do one think, please assign class=”social_icons” to div.
<li>php echourlencode(the_title('','', false)) ?>&body=<!--?php the_permalink() ?-->" title="E-mail this story to a friend!"><img title="E-mail this story to a friend!" src="http://images.purabtech.in/email_32.png" alt="E-mail this story to a friend!" /></li>
78
</ul>
79
80
</ul>
81
</div>
Open style.css file from your theme folder and put following code: