Adding Social icons to footer

Homepage Community Forums Optimal Theme Support Adding Social icons to footer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #375
    riyo
    Customer

      Hi Wes,

      What is the easiest way to add Social Icons (Facebook, Twitter, etc) to the forth column. I was using Sociable but could not get it working

      Richard

      #376
      Wes
      Moderator

        I usually just add in social icons manually.

        If you take a look at the legacy theme in the footer, here is the exact code I used –

        <div class="alignleft"><a target="_blank" href="https://www.facebook.com/StudioPress" rel="nofollow"><img width="48" src="http://demos.studiopress.com/legacy/files/2011/08/facebook64.png"></a></div>

        <div class="alignleft"><a target="_blank" href="http://twitter.com/WesStraham" rel="nofollow"><img width="48" src="http://demos.studiopress.com/legacy/files/2011/08/twitter64.png"></a></div>

        <div class="alignleft"><a target="_blank" href="http://linkedin.com" rel="nofollow"><img width="48" src="http://demos.studiopress.com/legacy/files/2011/08/linkedin64.png"></a></div>

        You can upload your images first, (WordPress uploader) then copy the links to those images and replace them in the code above right after src="

        Then replace the link after href=" with the link to the social site.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.