Social Media share button

Discussion in 'GeoCraft WordPress Theme' started by effyeweb, Jan 13, 2013.

  1. effyeweb

    effyeweb Member

    Joined:
    Dec 25, 2012
    Messages:
    485
    Likes Received:
    7
    What is the best Social Media Share Button Plugin Recommend. Do you have suggestion.
     
  2. Marc1

    Marc1 Member

    Joined:
    Dec 24, 2012
    Messages:
    37
    Likes Received:
    1
    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;
     
  3. Marc1

    Marc1 Member

    Joined:
    Dec 24, 2012
    Messages:
    37
    Likes Received:
    1
    Oh yeah, or use this one, nice wordpress plugin:

    AddThis Share
     
  4. leelee

    leelee Member

    Joined:
    Dec 28, 2011
    Messages:
    46
    Likes Received:
    4
    Location:
    Australia
    I use Twitter Facebook Social Share, it works straight out of the box and looks great
     

Share This Page