5 replies
  • WEB DESIGN
  • |
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?
#theme
  • Profile picture of the author danny0808
    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.
    Signature
    PopArt Studio - Web Design, Graphic Design and Organic SEO
    {{ DiscussionBoard.errors[8152520].message }}
    • Profile picture of the author Marketer Matt
      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>
      {{ DiscussionBoard.errors[8152945].message }}
      • Profile picture of the author longblog
        Originally Posted by Marketer Matt View Post

        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>
        Don't forget to ad div tags if you want any control over formatting the layout.

        Basically it would look like this:

        Code:
        <div id="social"><a href="[url for your fbook page here]"><img src="[link to facebook image here]" title="Follow Us on Facebook" alt="Facebook Logo" /></a></div>
        Then add any formatting you want in your css file:
        Code:
        #social {
        padding: 10px;
        margin: 0 5 0 10;
        }
        You get the idea...
        {{ DiscussionBoard.errors[8153217].message }}
  • Profile picture of the author raradra
    thanks guys, going to try today
    Signature
    Residual Income article site. Writedge!
    Pay Per Unique View writing site. Daily Two Cents
    Free - The Science of Getting Rich No optin!
    {{ DiscussionBoard.errors[8153325].message }}
  • Profile picture of the author raradra
    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.
    Signature
    Residual Income article site. Writedge!
    Pay Per Unique View writing site. Daily Two Cents
    Free - The Science of Getting Rich No optin!
    {{ DiscussionBoard.errors[8157377].message }}

Trending Topics