• the page linked from the plugin says to do this, but it produces an error, because that function does not exist:

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor sociable

    (@sociable)

    Hi, do you have the sociable plugin installed and active? where are you call the function?

    If you use Sociable3, use this:

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

    Hi All,

    I’ve tried inserting both of these pieces of code into my index.php page as I want to get sociable to move above my adsense plugin but nothing at all happens! I don’t understand the code at all so exactly where should I paste that line of code in my Main Index Template:

    [Code moderated as per the Forum Rules. Please use the pastebin]

    Thank you so much for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how do you insert the sociable links manually?’ is closed to new replies.