How To Share A Blog Post Without A Plugin
07.06.09 by Jerome in Tutorials
If you don’t want to use any sharing or bookmark plugins to help you share your latest blog post, I have come up with a list of the most popular sharing website links that you can drop at the bottom of your post. The examples are simple text links but of course you can add your own social bookmark icons.
Open your single.php page, just below:
and add links of the most common bookmarks and sharing websites.
Digg
<a rel="nofollow" href="http://digg.com/submit?phase=2&url=<?php the_permalink(); ?>&title=<?php the_title(); ?>" title="Share this post on Digg">Digg</a>
<a rel="nofollow" href="http://twitter.com/home?status=<?php the_title(); ?>+<?php the_permalink() ?>" title="Share this post on Twitter">Twitter</a>
Delicious
<a rel="nofollow" href="http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php the_title(); ?>" title="Bookmark this post on Delicious">Delicious</a>
<a rel="nofollow" href="http://reddit.com/submit?url=<?php the_permalink(); ?>&title=<?php echo urlencode(get_the_title($id)); ?>" title="Share this post on Reddit">Share on Reddit</a>
Furl
<a rel="nofollow" href="http://furl.net/storeIt.jsp?t=<?php echo urlencode(get_the_title($id)); ?>&u=<?php the_permalink(); ?>" title="Share this post on Furl">Furl This!</a>
<a rel="nofollow" href="http://www.facebook.com/share.php?u=<?php the_permalink() ?>" title="Share this post on Facebook">Facebook</a>
Blinklist
<a rel="nofollow" href="http://blinklist.com/index.php?Action=Blink/addblink.php&url=<?php the_permalink(); ?>&Title=<?php echo urlencode(get_the_title($id)); ?>" title="Bookmark this post on Blinklist" >Blink This!</a>
Technoroti
<a rel="nofollow" href="http://technorati.com/faves?add=<?php the_permalink() ?>" title="Share this post on Technorati">Technorati</a>
Stumbleupon
<a rel="nofollow" href="http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>&title=<?php the_title(); ?>" title="Share this post on Stumbleupon">Stumbleupon</a>
AddThis
<a rel="nofollow" href="http://www.addthis.com/bookmark.php?pub=USERNAME&url=<?php echo get_permalink(); ?>&title=<?php echo urlencode(get_the_title($id)); ?>" title="Share this post">AddThis</a>
Newsvine
<a rel="nofollow" href="http://www.newsvine.com/_tools/seed&save?u=<?php the_permalink() ?>&h=<?php the_title(); ?>" title="Share this post on Newsvine">Newsvine</a>
<a rel="nofollow" href="http://www.google.co.uk/bookmarks/mark?op=edit&bkmk=<?php the_permalink() ?>" title="Bookmark this post on Google">Google</a>
Myspace
<a rel="nofollow" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&u=<?php the_permalink() ?>" title="Share this post on Mysace">Myspace</a>







Mahgol
07. Jun, 2009
Thanks! this is great!
Ilias Bennani
08. Jun, 2009
Those trics might be very usefull in other CMS’es as well. Thanks alot!
isabellabab
17. Jun, 2009
Rather good idea
Atul
12. Jul, 2009
thanks a lot for this post
Liam J Moore
15. Jul, 2009
Love this. Thanks for sharing. It’s nice to get the sharing function enabled and not have the whole thing cluttered by logos and imagery. Just simple links.
tix
12. Mar, 2010
thanx a lot !
homenotion
27. Apr, 2010
Wow thanks, this is exactly what I've been looking for
Hummy
29. May, 2010
This is really handy, thanks!
Gabe
26. Jul, 2010
Thanks a million.