How do I change the positioning of the ShareThis button on my posts and pages?

The ShareThis button is placed automatically at the end of each post by default. However, you may change the location of the button, anywhere in your template, by doing the following:

  • Navigate to the Options page of your wp-admin area and select the ‘ShareThis’ tab
  • In the “” and/or  “ ” drop down(s), change the option to “No”
  • Copy and paste the following template tag into your WordPress template wherever you want the button to display:

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

 

Popularity: 100%