There's this plugin:
http://get-simple.info/extend/plugin/gs-socialize/16/
you can edit the php file to delete the buttons except like
Delete the following code in gs-socialize.php (line 46-49):
Maybe it would be possible to be able to ad this to the sidebar with a certain code
http://get-simple.info/extend/plugin/gs-socialize/16/
you can edit the php file to delete the buttons except like
Delete the following code in gs-socialize.php (line 46-49):
Code:
<a href="http://twitter.com/home?status='. return_page_title() .' - '. get_page_url(TRUE) .'" title="Tweet This" ><img src="'.GSSOCIALICONPATH .'twitter.png" alt="Tweet This" /></a>
<a href="http://delicious.com/post?url='. get_page_url(TRUE) .'&title='. return_page_title() .'" title="Add to Delicious" ><img src="'.GSSOCIALICONPATH .'delicious.png" alt="Add to Delicious" /></a>
<a href="http://digg.com/submit?phase=2&url='. get_page_url(TRUE) .'&title='. return_page_title() .'" title="Submit to Digg" ><img src="'.GSSOCIALICONPATH .'digg.png" alt="Submit to Digg" /></a>
<a href="http://www.stumbleupon.com/submit?url='. get_page_url(TRUE) .'&title='. return_page_title() .'" title="Stumble This" ><img src="'.GSSOCIALICONPATH .'stumble.png" alt="Stumble This" /></a>
Maybe it would be possible to be able to ad this to the sidebar with a certain code