• Resolved metropolisrob

    (@metropolisrob)


    Hi, all.

    I’m looking to add a Facebook & Google+ icon in my footer in the same format as my current ones.

    My website came designed with a Twitter & LinkedIn icon (although I cannot figure out how I can add more. I assume it was added by a plugin, but I am unable to find the plugin that the designer used)

    How should I proceed with this?

    Thank you in advance 🙂

    Rob

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • This would be controlled by your theme. What theme are you using? Where did you download it from? Your best option in these situations is usually to identify your theme’s author and ask them for assistance.

    The code for your social icons is

    <div class="social-icons text-left">
    
      <a href="https://www.linkedin.com/in/metropolis-surveyors-llp-24a5934a/" target="_blank"><i class="fa fa-linkedin-square"></i></a>
    
       <a href="https://twitter.com/Metropolis_surv" target="_blank"><i class="fa fa-twitter-square"></i></a>
    
    </div>

    The classes fa fa-linkedin-square and fa-twitter-square indicate the use of FontAwesome.

    I don’t know how the icons are generated but just for testing you can use the following to create a link to facebook.

    <a href="YOUR_PAGE_LINK_GOES_HERE" target="_blank"><i class="fa fa-facebook-square"></i></a>

    and for Google+

    <a href="YOUR_PAGE_LINK_GOES_HERE" target="_blank"><i class="fa fa-google-plus-square"></i></a>

    And see of that is what you want to display.

    Thread Starter metropolisrob

    (@metropolisrob)

    Thanks for the input – Its much appreciated.

    J09 – your solution worked a charm, thank you very much for your help and for also informing me of the use of “FontAwesome”

    @metropolisrob

    You’re most welcome. Glad you got it sorted.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add a social media icon in footer’ is closed to new replies.