Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #815303

    Hi there,

    I would like to place social media links in the footer (not the socket). Can you please tell me how to do this?

    Thanks in advance,

    Colm

    #815436

    Hey mckeown2,
    I assume you mean in a widget in your footer, try this:

    <a target="_blank" href="https://twitter.com/Dcareerprincess" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter"><span class="avia_hidden_link_text">Twitter</span></a>
    <a target="_blank" href="https://www.facebook.com/notjustaprincess" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook"><span class="avia_hidden_link_text">Facebook</span></a>
    <a target="_blank" href="https://www.instagram.com/notjustaprincessworld/" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Instagram"><span class="avia_hidden_link_text">Instagram</span></a>

    Best regards,
    Mike

    #815753

    Thanks – Can you tell me how to put text in after the icon? So in addition to the icon I would to place ‘Follow Us On Facebook / Twitter / Instagram”

    Appreciate the help!

    Colm

    #815776

    Hi Colm,

    You can just remove the <span class="avia_hidden_link_text"> so that your code becomes like this:

    <a target="_blank" href="https://twitter.com/Dcareerprincess" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Twitter">Follow us on Twitter</a><br />
    <a target="_blank" href="https://www.facebook.com/notjustaprincess" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Facebook">Follow us on Facebook</a><br />
    <a target="_blank" href="https://www.instagram.com/notjustaprincessworld/" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Instagram">Follow us on Instagram</a>

    Let us know if you need further help!

    Best regards,
    Sarah

    #816055

    Thanks Sarah,

    Can you please give me the code for YouTube? I’ve copied and pasted and amended the variables, but I can’t get the YouTube logo to come up.

    Thanks!

    Colm

    #816466

    Hi Sarah, Just wondering if you have any update on this?

    Thanks

    Colm

    #816475

    Hi,
    Try adding this for Youtube:

    <a target="_blank" href="https://www.youtube.com/user/foilarmsandhog" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="Youtube">Youtube</a>

    Best regards,
    Mike

    #816479

    Thanks Mike.

    Colm

    #816491

    Hi,

    I’m glad Mike’s solution was able to help you out. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘How To Place Social Media Links In Footer’ is closed to new replies.