• Hi,

    I am using sociable and added

    <?php if (function_exists('sociable_html')) {
    echo sociable_html();
    } ?>

    to my theme the place I would like to have – but Sociable also shows up automatically on the wrong place. You may visit on https://www.havenlog.de (Single post).

    How do I remove this automatically inserted area?

    THX for your help.

    Frank

Viewing 3 replies - 1 through 3 (of 3 total)
  • Make sure you don’t have any of the options ticked in the ‘Position’ section of the Sociable settings page

    If you’re using Sociable3, use this:

    <?php if(method_exists($sociable,'get_links')) echo $sociable->get_links(); ?>

    This is still not working. I have all positioning options turned off and have installed the above code and it still does not show up.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Sociable] How to use manually code only’ is closed to new replies.