• Hi Everyone

    So I’m building a blog (using a custom built theme, so I can edit the php files) and I want to add ‘Tweet’, ‘Share on Facebook’ style links to each post.

    I’ve found several plugins (this one seems to be the best so far: http://wordpress.org/extend/plugins/twitter-facebook-google-plusone-share/) which will add the official buttons.

    However, the site I’m building is going to have a very minimal design and therefore I want to display text links to share each post, like so (using CSS to add icons, etc):

    <u>
     <li><a href="#">Tweet</a></li>
     <li><a href="#">Facebook</a></li>
     <li><a href="#">+1</a></li>
    </ul>

    To summarize, I want to have exactly the same functionality as the Facebook like button, Tweet button, etc, but with text links instead of the official buttons. Oh, and it doesn’t have to show the count or anything like that.

    Does anyone know of any plugins or code that I could use?

    Thanks,
    John

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Plugins to share posts (Twitter, FB, etc), but using custom text’ is closed to new replies.