GetSimple Support Forum
GS-Socialize - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: GS-Socialize (/showthread.php?tid=3676)



GS-Socialize - rfuller - 2012-10-12

Is there a way to add GS-Socialize to a sidebar? Also I would like to add g-1

Thanks for all help.

Bob


GS-Socialize - Carlos - 2012-10-12

1. Edit gs-socialize.php and insert a '#' symbol in the beginning of line 28, like this:

Code:
#add_action('content-bottom', 'gssocial_icons');
(Now icons will not be shown below the content.)

2. Edit your template and insert this in the sidebar:

Code:
<?php gssocial_icons(); ?>

Not tested, but should work.

As for adding new share links, you have to insert them in lines 45-49...


GS-Socialize - rfuller - 2012-10-16

Carlos

Thanks for the help. It worked great!!!

Bob