social sharing in postings

Discussion in 'ColorWay WordPress Theme' started by rfcreative, Feb 26, 2013.

Thread Status:
Not open for further replies.
  1. rfcreative

    rfcreative New Member

    Joined:
    Aug 6, 2012
    Messages:
    11
    Likes Received:
    0
    I noticed that in postings, there's a line,

    If you enjoyed this article please consider sharing it!

    with icons for stumble upon, facebook, twitter and digg. Where would I go to add LinkedIn?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    It is not possible to add extra social icon in that area, you can remove these current icons and use any social sharing plugin there. If you want to do that then,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .social_link{
    display:none;
    }
    .social_logo{
    display:none;
    }
    Now,

    Download Digg Digg plugin from WordPress.org

    http://wordpress.org/extend/plugins/digg-digg/

    This will solve your issue.
     
  3. rfcreative

    rfcreative New Member

    Joined:
    Aug 6, 2012
    Messages:
    11
    Likes Received:
    0
    Thanks, Gourav! You guys are very responsive.
     
Thread Status:
Not open for further replies.

Share This Page