fb7755ff1a01f69e42a95ffbf5f78b2034cae423aa17b209dd

Thursday, 4 August 2011

SOCIAL PLUGINS TO YOUR WEBPAGE :

    Hi friends! I am Harish.  I hope you all have seen Social Plugin in almost all the webpages.  Have you ever thought of adding those plugins in your web page? If you do,then here is a way to add social plugin like Facebook Like button, Google Plus button, Twitter Tweet button, Facebook login button etc, to your webpage.

     Friend here is the link to add facebook like button to your webpage.  click on the below link to go to the facebook developers page.

http://developers.facebook.com/docs/reference/plugins/like/

       There you will see a form like something which will ask you for your URL link. After providing your link and some other attributes , Press GET CODE.  Now the code will be generated and you can copy the code and paste it in your webpage source wherever you want.  Similarly, you can also add google plus button to your webpage by just pasting the following code in your webpage.

        This is the code that goes into the header:
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script>

        This is the code that you insert where you want the +1 button to appear:
<g:plusone size="tall"></g:plusone> 
                 
     For adding tweet button to your webpage, here is the code.
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>


      Guys you can also add facebook comments button to your webpage. To do so click the link which will redirect you to Facebook Developer page.  Procedure for getting the code is similar to that of Facebook Like button.
  FACEBOOK COMMENTS

      For more information , please comment on this.Thankyou friends. 
        

No comments:

Post a Comment