Need Theme Help

by 5 replies
6
So a partner and I are opening a new residual income article site and we found a perfect theme and had the graphics designed to look unique etc. But I can't figure out how to get a twitter and facebook icon into the top. Is there a plugin (wordpress) or widget already made somewhere or do I need to code it all in by hand?
#website design #theme
  • I think it can be solved using hypso share plugin, which offers the possibility to call social buttons at any place in the template. You just need to call a specific code where you want to social buttons appear. More information about hypso plugin you can find on this link.

    I hope this will help.
    • [ 1 ] Thanks
    • [1] reply
    • I'd recommend doing it by hand if you just need the Facebook icon. Generally speaking, the less plugins you're running, the better your site will function, and creating a linked icon is pretty simple. The format is just:

      Code:
      <a href="[url for your fbook page here]"><img src="[link to facebook image here]" title="Follow Us on Facebook" alt="Facebook Logo" /></a>
      • [ 1 ] Thanks
      • [1] reply
  • thanks guys, going to try today
  • Ended up coding by hand. Took several tries to get it located on the space I wanted it, but it looks great! Thanks so much for the tips.

Next Topics on Trending Feed

  • 6

    So a partner and I are opening a new residual income article site and we found a perfect theme and had the graphics designed to look unique etc. But I can't figure out how to get a twitter and facebook icon into the top. Is there a plugin (wordpress) or widget already made somewhere or do I need to code it all in by hand?