Add Google+ Button to your website to generate more followers. If a visitor will observe you the followers can easily see your blogger posts.Link your Google+ page to your site. Get more recommendations for your site in Google search and grow your audience on Google+. You can add and customize the Google +1 buttons to meet the need of your website. By adding Google +1 button to your website, you allow for your users to recommend your content to their circles.
Wait 5 Seconds to Google+ 1 Button Widget to Appear
Google+ Follow Button
This Google+ Button quickly allows visitors to add you or your page to their circles. The minimum code required to render a Google+ follow button on your website is one JavaScript include and the follow button tag, for example:
<script src="https://apis.google.com/js/platform.js" async defer></script>
<-- Place this tag where you want the button to render. --><div class="g-follow" data-href="https://plus.google.com/{pageId}" data-rel="{relationshipType}"></div>
You can also use the custom
<g:follow >
tag; however, the HTML5 markup is the recommended approach.<script src="https://apis.google.com/js/platform.js" async defer></script>
<g:follow href="https://plus.google.com/{pageId}" rel="{relationshipType}"></g:follow>
Post a Comment