How to Know the Number of Articles or Blog Posts for Others


BloggerByte - How to Know the Number of Articles or Blog Posts for Others On this occasion I will share a tutorial on How to Know the Number of Articles or Blog Posts for Others . see the number of other people's articles is not very important but you have to know how Indonesian people are, sometimes they are concerned or curious about the number of someone's blog articles.
In contrast to blogs that have never been updated at all or even have a few articles Google will be lazy to give attention to these blogs. At least, knowing the number of articles on a blog can make us realize that a successful blog has a lot of writings and of course quality so that it can add to our enthusiasm in writing our own articles.

How to Know the Number of Articles or Blog Posts for Other People


1. Please visit the following site to see how many other people's blog articles.
https://codepen.io/pen/

2. Next, you can copy the HTML code below.
<center> <script style="text/javascript"> function showpostcount(json) { document.write('Number of Articles : <u><b>' + parseInt(json.feed.openSearch$totalResults.$t,10) + '</b></u><br>');}</script> <script src="https://www.yourdomain.com/feeds/posts/default?alt=json-in-script&callback=showpostcount"></script><script style="text/javascript"></script> <script style="text/javascript"> function numberOfComments(json) { document.write('Number of Comments : <u><b>' + json.feed.openSearch$totalResults.$t + '</b></u><br>');}</script> <script src="https://www.yourdomain.com/feeds/comments/default?alt=json-in-script&callback=numberOfComments"></script> </center>

Please replace " yourdomain.com " with the address of the blog that you want to see how many articles have been published on the blog.
3. After copying, you can paste the code above into the html box that is already available in CodePen. Then, you will see the number of articles at once with the number of comments.

4. Done
How easy is not for tutorial How to Know the Number of Articles or Blog Posts of Others , if you have questions or problems about bloggers please comment in the comments column below this article.
Show comments
Hide comments

0 Response to "How to Know the Number of Articles or Blog Posts for Others"

Post a Comment

Top Ad Articles

Middle Ad Article 1

Middle Ad Article 2

Advertise Articles