• Resolved richb69

    (@richb69)


    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 – https://wantmygirlfriendback.net/

    Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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="https://www.facebook.com"></a>
    <a class="social twitter" href="https://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.

    Thread Starter richb69

    (@richb69)

    Thanks for your help, all working now.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Social Buttons Html Help’ is closed to new replies.