Post View Counter for Blogger 100% Working
- Go To Blogger.com
- Select Your Blog.
- Select Theme >> Always Remember to Backup first!!!
- Then click on the arrow near 'Customize' and click on Edit HTML
Make sure you have installed Jquery Library and Font Awesome CDN on your blog if not then paste it just below all meta tags or just below <head> tag.
<!-- Jquery Library and Font Awesome CDN -->
<script src='https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js'/>
<link crossorigin='anonymous' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css' integrity='sha256-46qynGAkLSFpVbEBog43gvNhfrOj+BmwXdxFgVK/Kvc=' rel='stylesheet'/>
3.Copy below code then paste it before <data:post.body/>
<b:if cond='data:view.isPost'><span class='post-view' expr:data-id='data:post.id'><span class='view-load' id='postviews'><i class='fas fa-spinner fa-pulse faa-fast'/></span>Total Views</span></b:if>
4.Paste This Script above in your HTML or /Body tag as shown below.
<script type='text/javascript'>
/*! MashByte-Firebase-post-view */
jQuery.getScript("//cdn.firebase.com/js/client/2.3.2/firebase.js").done(function(){$.each($(".post-view[data-id]"),function(e,a){var i=$(a).parent().find("#postviews").addClass("view-load"),t=new Firebase("https://md-count-view.firebaseio.com/pages/id/"+$(a).attr("data-id"));t.once("value",function(e){var o=e.val(),d=!1;null==o&&((o={}).value=0,o.url=window.location.href,o.id=$(a).attr("data-id"),d=!0),i.removeClass("view-load").text(o.value),o.value++,"/"!=window.location.pathname&&(d?t.set(o):t.child("value").set(o.value))})})});
</script>
Once everything is done, Save the template.. and view a post to see the view counter
I hope you find this useful, but if in any case you find it difficult to apply it to your site, then leave a comment below for help and a quick reply, or use our Contact page for a personal assistant.
Note: You have the right to share this with anyone of your choice or on your blog....but Don't forget to link back to MashByte.com.... Read our ToC or our DMCA here to understand how our Terms very well.
Remember to Subscribe and share.......
apply it to your site
apply it to your site
apply it to your site
apply it to your site
apply it to your site
Post a Comment