Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
facebook like button on sidebar
#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


Messages In This Thread
facebook like button on sidebar - by riche - 2011-02-21, 23:43:10
facebook like button on sidebar - by datiswous - 2011-03-04, 22:14:35



Users browsing this thread: 1 Guest(s)