SCRIPT code : Total Posts :
<script style="text/javascript">
function showpostcount(json) {
document.write('Total Posts : <b>' + parseInt(json.feed.openSearch$totalResults.$t,10) + '</b><br>');}</script>
<script src="http:// yourblogsite.com /feeds/posts/default?alt=json-in-script&callback=showpostcount"></script>
Insert your code after :
]]> </b:skin>
and before :
</head>
No comments:
Post a Comment