There are many in-built plugins in the theme, few of them are documented separately. This page documents rest of the plugins.
Bookmark posts
The Bookmark posts feature allows your site visitors to save posts so they can read it later. The posts are stored in browser using localStorage Web APIs. This feature comes enabled by default, but you can disable or customize it through Layout.
- Go to Blogger Layout.
- Search for the LinkList widget with title Bookmark posts (if you have not renamed it).
- Click on pencil icon beside the widget.
Live Search
Live Search was added in v3.1, therefore you will be able to enable it if and only if you are using v3.1.0 or above.
🧪 Experimental feature!
Live Search plugin is an experimental feature. We need your feedback to improve it further and make it stable.
The Live Search feature shows a list of posts matching the query as soon as user inputs a keyword in search bar. This feature comes enabled by default, but you can disable or customize it through Theme Designer.
- Go to Blogger Theme Designer.
- Click on Advanced tab.
- From dropdown selection list, select Plugin: Live Search.
Cookie Consent
The Cookie Consent feature shows a popup through which site owner can obtain consent from users. This feature comes enabled by default, but you can disable or customize it through Layout.
- Go to Blogger Layout.
- Search for the LinkList widget with title Cookie Consent (if you have not renamed it).
- Click on pencil icon beside the widget.
Realtime views counter
The Realtime views counter shows the number of post views. This plugin utilizes Firebase Realtime Database to store views count. If you would like to enable this feature, follow these steps:
- First of all, you need to configure a firebase project with your blog.
- Go to Blogger Theme Designer.
- Click on Advanced tab.
- From dropdown selection list, select Plugin: Views Counter.
- Set the length of Views Counter to 1px or 2px to disable or enable the plugin respectively.
Warning!
In order to make connection to database instance through WebSocket for realtime updates, the firebase javascript SDK is loaded and executed in client's browser. If you really don't need this feature, please disable it.
Labels description
Labels Description was added in v3.1, therefore you will be able to enable it if and only if you are using v3.1.0 or above.
The Labels description widget displays info (such as label name, no. of posts, label description if added and label cover if available) in label pages. For example, if we are at /search/label/Art
location, it shows information of Art label. This feature comes enabled by default, but you can disable or customize it through Layout.
- Go to Blogger Layout.
- Search for the LinkList widget with title Labels Description (if you have not renamed it).
- Click on pencil icon beside the widget.
Quick Edit
The Quick Edit feature can be used for navigating directly to Post Edit, Blog Layout, Blog Settings page by clicking on shortcut buttons which appear on UI when the page is viewed by a blog administrator. It can even display delete button next to comment if the page is viewed by a blog administrator or the commentor. This feature comes enabled by default, but you can disable or customize it through Theme Designer.
- Go to Blogger Theme Designer.
- Click on Advanced tab.
- From dropdown selection list, select Plugin: Quick Edit.
Syntax Highlighter
The Syntax Highlighter feature can be used to highlight codes in code block components, it can also be used to automatically add copy button and line numbers to the code block. The feature comes enabled by default, but you can disable or customize it through Theme Designer.
- Go to Blogger Theme Designer.
- Click on Advanced tab.
- From dropdown selection list, select Plugin: Syntax Highlighter.
Want to improve this post? If want to suggest changes, report typos or add more explanation for this post, feel free to reach out to us.