Tag: addthis

  • How to display AddThis sharing buttons on a custom wordpress template

    How to display AddThis sharing buttons on a custom wordpress template

    AddThis sharing plugin is really cool considering the fact that it provides analytics too apart from the social sharing features. I wanted to embed the sharing options to a Custom Page Template.

    So How, do we display AddThis sharing button on a custom wordpress template ?

     

    The solution was simple that i found on this WordPress Changelog 1.6.3 for AddThis Plugin: Its as simple as adding below line of code in your custom template, where you wish to display the sharing buttons:

    <?php do_action( 'addthis_widget' ); ?>

    Thats, it, dead simple.