help me find this amazing web2.0 bookmark plugin!

funktrust

Regular Member
Joined
Apr 3, 2009
Messages
267
Reaction score
91
hey guys,

does anyone know what plugin or where I can find this code that this site has for his bookmarking?

Code:
hxxp://bloggingwithsuccess.net/making-wordpress-faster-top-caching

Just on top where of the related posts bit it has all those bookmarking links.
 
hey guys,

does anyone know what plugin or where I can find this code that this site has for his bookmarking?

Code:
hxxp://bloggingwithsuccess.net/making-wordpress-faster-top-caching
Just on top where of the related posts bit it has all those bookmarking links.

It's not a plugin from what I can see, It looks like its just custom html code written into his theme.
HTML:
-k-
<div id="Social" align = "center">
<table border="0">
<tr>
<td width = 68>
<center>
<a href="http://del.icio.us/post?url=http://bloggingwithsuccess.net/50-must-have-wordpress-plugins/plugin&title=plugin"><img src = "http://bloggingwithsuccess.net/wp-content/uploads/2009/02/delicious_48x48.png" alt="Add To Delicious"><br>Add to<br> Del.icio.us </a>
</center>
</td>
<td width = 68>
<center>
<a href="http://digg.com/submit?url=http://bloggingwithsuccess.net/50-must-have-wordpress-plugins/plugin&title=plugin"><img src = "http://bloggingwithsuccess.net/wp-content/uploads/2009/02/digg_48x48.png" alt="Digg This post"><br>Digg <br>This Post</a></center>
</td>
<td width = 68>
<center>
<a href="http://www.stumbleupon.com/submit?url=http://bloggingwithsuccess.net/50-must-have-wordpress-plugins/plugin&title=plugin"><img src="http://bloggingwithsuccess.net/wp-content/uploads/2009/02/stumbleupon_48x48.png" alt="Stumble this post"><br>Stumble <br>This Post</a></center>
</td>
<td width = 68>
<center>
<a href = "http://technorati.com/faves?sub=addfavbtn&add=http://bloggingwithsuccess.net" rel="nofollow"> <Img src="http://bloggingwithsuccess.net/wp-content/uploads/2009/03/technorati_48x48.png" alt="Fave on Technorati"><br> Fave on<br> Technorati</a></center>
</td>
<td width = 68>
<center>
<a href="http://feedproxy.google.com/BWS" rel="nofollow"> <img src="http://bloggingwithsuccess.net/wp-content/uploads/2009/02/feeds_48x48.png" alt="Subscribe"><br> Subscribe <br>Via RSS</a></center>
</td>
<td width = 68>
<center>
<a href = "http://feedburner.google.com/fb/a/mailverify?uri=BWS&loc=en_US" rel="nofollow"> <Img src="http://bloggingwithsuccess.net/wp-content/uploads/2009/02/mail-48.png" alt="Subscribe Via E-Mail"><br> Subscribe <br>Via E-Mail</a></center>
</td>
<td width = 68>
<center>
<a href="http://twitter.com/home?status=Reading%3A+plugin+http%3A%2F%2F************************%2Fyctog3b" rel = "nofollow">
 <img src = "http://bloggingwithsuccess.net/wp-content/uploads/2009/03/twitter_48x48.png" alt = "Tweet This"><br>Tweet<br>This</a>
</center>
</td>
</tr>
</table>
</div>
 
I'll give it ago thanks so much.
 
Back
Top