Posts: 30
Threads: 7
Joined: Feb 2011
2011-02-21, 23:43:10
(This post was last modified: 2011-02-22, 00:06:13 by alidobi.)
found this code, just create a new component, and edit your template and put it in the sidebar section, works sweet
goto this
page to generate your code, use the iframe (I know :S) code
Posts: 1,247
Threads: 82
Joined: Feb 2011
2011-03-04, 22:14:35
(This post was last modified: 2011-03-04, 22:21:36 by netmaster.)
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):
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