Google+ Follower Plugin for Wordpress

Recently, blogger has introduced the Google+ follower widget for blogger blogs. The widget basically shows the pictures of the users in whose circle the author is in. It also features an "Add to Circles" buttons with link to the Google+ profile of the author.

With the Google Author Rank on it's way you need to have plugins like this to increase your circles which Google will consider while calculating your author rank.


What I'm going to share is how you can use this plugin for your Wordpress site. You can also check out a demo on Ian Eberle's OmegaWeb blog.Just copy and paste the following code in your sidebar.

<center><div class="g-plus" data-action="followers" data-height="300" data-href="https://plus.google.com/116408116032173037344" data-width="262" style="align:center;">
</div></center>
<script type="text/javascript">
(function(){window.___gcfg={'lang':'en'};
var po=document.createElement('script');po.type='text/javascript';
po.async=true;
po.src='https://apis.google.com/js/plusone.js';
var s=document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po,s);
})();
</script>

Also remember to change the Google+ profile id to yours.


If you have any problem, using this widget you can use the comment section. Tell us what you think about this plugin ?

Top