Support » Plugins » Share This template is adding a space when saved

  • This is the template I am told to add in the place I want a “Share This” button:

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

    After I save it in my post on WP it comes out like this:

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

    As you can see, a space is added before the ?php When I go back and delete the space and save it again, the same thing happens.

    I am trying to do it this way because I want the Share This button to show up before advertising at the bottom of the post.

    Thanks for your help.
    Dave

  • The topic ‘Share This template is adding a space when saved’ is closed to new replies.