Enable Realtime Post Views Counter

Enable Realtime Post Views Counter
Easy steps to Enable Realtime Post Views Counter in Plus UI v2.6 Scroll Down and click on Go to Link for destination Congrats! Link is Generated Most welcome to Fineshop Design! As you know, Fineshop Design recently released Plus UI v2.6 which comes with more features if compared with Plus UI v2.5.1. Realtime Views Counter has been added in the Lastest Version, which shows the realtime views of your Blog Posts with the help of Firebase Database. If you would like to enable it on your Blog, follow these simple steps to get started. Note that it will not work in Plus UI older versions. Make sure you get the lastest template update. Requirements Firebase Account Plus UI v2.6 Template Enabling Views Count Step 1 : First of all create a project in Firebase. Step 2 : Create Database for your Project. Step 3 : Paste the following rules: For Single Blog : { "rules" : { ".read" : true , "BlogID_ 0000000000000000000 " : { ".read" : true , "$post_id" : { ".write" : "newDa…