GetSimple Support Forum

Full Version: GS-Socialize
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there a way to add GS-Socialize to a sidebar? Also I would like to add g-1

Thanks for all help.

Bob
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...
Carlos

Thanks for the help. It worked great!!!

Bob