Hello,
Can any one tell me how to add google buzz followers count in wordpress.like the one in mashable.com footer
Hello,
Can any one tell me how to add google buzz followers count in wordpress.like the one in mashable.com footer
I am looking for that as well!
<script type="text/javascript" charset="utf-8">
function f(result) {document.getElementById('buzzcount').textContent = result.data.totalResults;}
</script>
add the above script and place the html below to see you buzz count, replace the people id with your own id.
<label id="buzzcount"><script src="https://www.googleapis.com/buzz/v1/people/101848802062796570537/@groups/@followers?max-results=0&alt=json&callback=f" type="text/javascript" charset="utf-8"></script></label>
This topic has been closed to new replies.