Thread Options Need a little wordpress and html help.

3 replies
  • WEB DESIGN
  • |
Problem: My website is YourRetailer.com is under construction I would like to add the facebook like button on the left hand site of the twitter and Facebook images in the middle and I would like to add a google+ click button on the right side. Can anyone help me with this?

Skype: Holysony1
#html #options #thread #wordpress
  • Profile picture of the author jumpa
    Like - Tweet - G+1
    is this arrangement do you want to display?

    If yes, you can make a list
    <ul>
    <li>link for like </li>
    <li>link for tweet</li>
    <li>link for google plus</li>
    </ul>
    and you set it into an inline list

    THIS is COmplete code i suggest:


    <html>
    <head>
    <style>
    .sharetab{
    height:auto;
    width:500px;
    margin:5px auto;
    padding:5px;
    border: 0px solid #ff6600;
    }
    sharetab ul { padding-top: 30px; margin: 0;}
    .sharetab li { list-style: none; padding: 0 10px 0 0; margin: 0; display: inline; }
    </style>
    </head>
    <body>


    <div class="sharetab">
    <ul>
    <li><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="" layout="button_count" show_faces="false" width="50" font="arial"></fb:like></a></li>
    <li><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script><a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a></li>
    <li><script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script><g:plusone></g:plusone></li>

    </ul>

    </div>

    </body>
    </html>
    {{ DiscussionBoard.errors[5295107].message }}
  • Profile picture of the author jumpa
    agree with Delois, you can choose third party like you use now
    or you can find another one on diggdigg2.com or shareaholic.com [this is my favorite]
    {{ DiscussionBoard.errors[5295528].message }}

Trending Topics