Okay
  Public Ticket #1245982
Social Icons
Closed

Comments

  •  2
    alisonleon started the conversation

    Please can I have the code to have social icons in the widgets footer please?

  •  9,013
    Tahir replied

    Hey Again,

    Add this html code with the inactive class so the javascript doesnt act on it and it acts like a simple link .

    <div class="nectar-social full-width items_4 ">
        <a href="http://facebook.com/islanderkayaks" class="facebook-share inactive">
            <i class="icon-facebook"></i>
        </a>
        <a href="http://twitter.com/islanderkayaks" class="twitter-share inactive">
            <i class="icon-twitter"></i>
        </a>
        <a href="http://youtube.com/islanderkayaks" class="twitter-share inactive">
            <i class="icon-youtube"></i>
        </a>
        <a href="http://plus.google.com/+islanderkayaks" class="google-plus-share inactive">
            <i class="icon-google-plus"></i>
        </a>
    </div>

    Thanks


    ThemeNectar Support Team