Enable Realtime Post Views Counter Script Store 360

Realtime Views Script Store 360 | Realtime Views

Most welcome to Script Store 360!

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

  1. Firebase Account
  2. 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": "newData.exists() && (data.exists() ? newData.val() == data.val() + 1 : newData.val() == 1)",
        ".validate": "newData.isNumber() && newData.val() % 1 === 0.0 && newData.val() <= 99999999"
      }
    }
  }
}

For Multiple Blogs:

{
  "rules": {
    ".read": true,
    "BlogID_0000000000000000000": {
      ".read": true,
      "$post_id": {
        ".write": "newData.exists() && (data.exists() ? newData.val() == data.val() + 1 : newData.val() == 1)",
        ".validate": "newData.isNumber() && newData.val() % 1 === 0.0 && newData.val() <= 99999999"
      }
    },
    "BlogID_0000000000000000000": {
      ".read": true,
      "$post_id": {
        ".write": "newData.exists() && (data.exists() ? newData.val() == data.val() + 1 : newData.val() == 1)",
        ".validate": "newData.isNumber() && newData.val() % 1 === 0.0 && newData.val() <= 99999999"
      }
    },
    "BlogID_0000000000000000000": {
      ".read": true,
      "$post_id": {
        ".write": "newData.exists() && (data.exists() ? newData.val() == data.val() + 1 : newData.val() == 1)",
        ".validate": "newData.isNumber() && newData.val() % 1 === 0.0 && newData.val() <= 99999999"
      }
    }
  }
}

Don't forget to replace the marked parts with your Blogs' ID.

Step 4: Copy the Database URL.

Step 5: Go to Theme HTML Editor.

Step 6: Find the following codes:

realViews: {
  databaseUrl: "",
  abbreviation: "false"
}

Step 7: Paste your Database URL, it will look something like following:

realViews: {
  databaseUrl: "https://example-rtdb.firebaseio.com",
  abbreviation: "false"
}

Step 8: Save Changes and refresh your Blog Page.

Showing Abbreviated Views Count

If you would like to display the views counts in Abbreviated numbers, i.e. 67.89K instead of 67894, you just need to follow simple steps.

Step 1: Find the following codes by going to Theme HTML Editor:

realViews: {
  databaseUrl: "",
  abbreviation: "false"
}

Step 2: Replace false with true as shown below:

Don't make any changes if it is already true.

realViews: {
  databaseUrl: "",
  abbreviation: "true"
}

Step 3: Save Changes and refresh your Blog Page.

Related Articles

Contacting Us

Feel free to contact us through Contact Page or reach us on Telegram (@deo_kumar) if you are facing any problem while following the steps described above.

একটি মন্তব্য পোস্ট করুন

🌟 সম্মানিত ষ্ক্রিপ্ট ষ্টোর ৩৬০ পাঠকরা! 🌟

আপনি আমাদের আলোচনায় জড়িত থাকতে পেরে আমরা আনন্দিত। প্রত্যেকের জন্য একটি সম্মানজনক এবং অন্তর্ভুক্তিমূলক পরিবেশ নিশ্চিত করার জন্য, আমরা নিম্নলিখিত নির্দেশিকাগুলির সাথে আপনার সহযোগিতার অনুরোধ করছিঃ

১. গোপনীয়তা রক্ষাঃ অনুগ্রহ করে আপনার মন্তব্যে সংবেদনশীল বা ব্যক্তিগত তথ্য শেয়ার করা থেকে বিরত থাকুন।

২. ইতিবাচকতা ছড়ানোঃ ঘৃণাত্মক বক্তৃতা বা আপত্তিজনক ভাষার প্রতি আমরা শূন্য-সহনশীলতার নীতি বজায় রাখি। আসুন আমাদের কথোপকথনকে সম্মানজনক এবং বন্ধুত্বপূর্ণ রাখি।

৩. পছন্দের ভাষাঃ ইংরেজি বা বাংলা’তে নির্দ্বিধায় নিজেকে প্রকাশ করুন। এই দুটি ভাষা আমাদের পরিষ্কার এবং সুসংগত আলোচনা বজায় রাখতে সাহায্য করবে।

৪. বৈচিত্র্যকে সম্মানঃ একটি অন্তর্ভুক্তিমূলক পরিবেশ গড়ে তোলার জন্য, আমরা দয়া করে অনুরোধ করছি যে আপনি আপনার মন্তব্যে ধর্মীয় বিষয় নিয়ে আলোচনা করা এড়িয়ে চলুন।

মনে রাখবেন, আপনার মতামতগুলি মূল্যবান, এবং আমরা আমাদের পাঠকদের সবার জন্য একটি স্বাগত জানানোর জায়গা করে তোলার জন্য আপনার প্রতিশ্রুতির প্রশংসা করি৷ আসুন গঠনমূলক এবং সম্মানজনক আলোচনার মাধ্যমে একসাথে শিখতে এবং বৃদ্ধি পেতে থাকি।

আমাদের ষ্ক্রিপ্ট ষ্টোর ৩৬০ ওয়েবসাইটে যুক্ত থাকার জন্য আপনাকে ধন্যবাদ! 🌟
কুকি সম্মতি
আমরা ট্রাফিক বিশ্লেষণ করতে, আপনার পছন্দগুলি মনে রাখতে এবং আপনার অভিজ্ঞতাকে অপ্টিমাইজ করতে এই সাইটে কুকিজ পরিবেশন করি৷
দূক্ষিত
মনে হচ্ছে আপনার ইন্টারনেট সংযোগে কিছু সমস্যা আছে। অনুগ্রহ করে ইন্টারনেটের সাথে সংযোগ করুন এবং আবার ব্রাউজিং শুরু করুন৷
AdBlock Detected!
We have detected that you are using adblocking plugin in your browser.
The revenue we earn by the advertisements is used to manage this website, we request you to whitelist our website in your adblocking plugin.
Site is Blocked
Sorry! This site is not available in your country.