GetSimple Support Forum
facebook like button on sidebar - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Scripts & Components (http://get-simple.info/forums/forumdisplay.php?fid=11)
+--- Thread: facebook like button on sidebar (/showthread.php?tid=1324)



facebook like button on sidebar - riche - 2011-02-21

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


facebook like button on sidebar - datiswous - 2011-03-04

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