How to insert social bookmarking link without plugin
May 17th, 2008 | Filed under English entries.Do you care your blog speed? When your blog is being slow do you think it is your hosting problem, your hosting is suck?
Maybe yes maybe no. Yes if all blog that hosted on that hosting are get a same problem. No if it happen on your blog only..
People who really care their speed will more carefully when they decided using plugin on their blog. Today i wanna share how to make sociall bookmarking link on the end of your article without any plugin.
You just need a code inserted in your single.php
Copy this code:
<a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>">Stumble It!</a> | <a href="http://del.icio.us/post?url==<?php the_permalink(); ?>&title=<?php the_title(); ?>">Del.icio.us!</a> | <a href="http://digg.com/submit?phase=2&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>">Digg it!</a>
Go to your dashboard
design>edit themes>single.php
pasta the code after the_post
Using this tips little bit you can minimalist a plugin addicted..
When you wanna change your themes you have to do a same thing on your single.php. It is not easy, but if you are a kind of speed oriented blogger, this tips may help you..
Related Posts
Tags: wordpress tips

