Forums

[Plugin: Sociable] How to manually add code to WordPress (2 posts)

  1. darthmortar
    Member
    Posted 2 months ago #

    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.

  2. boatwizard
    Member
    Posted 2 months ago #

    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!

Reply

You must log in to post.

About this Topic