Hi Effyweb, I'm using sharethis.com You can add the shortcode [sharethis] to pages/posts after placing this code at the bottom of functions.php in your main theme directory: /** * Creates sharethis shortcode */ if (function_exists('st_makeEntries')) : add_shortcode('sharethis', 'st_makeEntries'); endif;