• How do I manually add code to WordPress so it display sociable? As it is now I’t shows it in the wrong place in relation to other plugins in my wordpress posts.

Viewing 2 replies - 1 through 2 (of 2 total)
  • It used to be:
    <?php if (function_exists(‘sociable_html’)) { echo sociable_html(); } ?>

    And to define what to show:
    <?php if (function_exists(‘sociable_html’)) { echo sociable_html(Array(“Print”, “email”, “LinkedIn”, “TwitThis”, “Facebook”)); } ?>

    Not sure if still works!

    Jim Camomile

    (@jimbluedovedesignscom)

    It worked for me except that it lost the link url and title of the page on my site that it was linking to

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