Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
facebook like button on sidebar
#1
found this code, just create a new component, and edit your template and put it in the sidebar section, works sweet Big Grin

goto this page to generate your code, use the iframe (I know :S) code
SelloString Network - Holding the world together since 1972!
Reply
#2
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
Reply




Users browsing this thread: 1 Guest(s)