Forums

[resolved] Social Buttons Html Help (3 posts)

  1. richb69
    Member
    Posted 5 months ago #

    Hi, I was wondering if anyone could help me with some html?

    I'd like to direct visitors to the facebook and twitter login page using the buttons on the header, (should they wish to). The RSS button directs as I want it to but the other two are doing nothing at the moment. The buttons are designed to link to my personal profile, so I'm not even sure if this is possible.

    I'm using Social 0.1.8

    Here is the code I have at the moment for the buttons

    <a class="social feed" href="[feed-link]" title="RSS Feed"></a>
    <a class="social facebook"></a>
    <a class="social twitter"></a>

    The url is - http://wantmygirlfriendback.net/

    Many thanks

  2. Christine
    Moderator
    Posted 5 months ago #

    In order for the buttons to work, you need to insert the href.

    So something like this:

    <a class="social feed" href="[feed-link]" title="RSS Feed"></a>
    <a class="social facebook" href="http://www.facebook.com"></a>
    <a class="social twitter" href="http://www.twitter.com"></a>

    Of course you need to use the real links not just facebook.com, but your facebook page and your twitter page.

  3. richb69
    Member
    Posted 5 months ago #

    Thanks for your help, all working now.

Reply

You must log in to post.

About this Topic