內容簡介
總結:Popular Posts for Divi 是一個易於使用的 WordPress 外掛(Divi 模組),可以幫助您計算文章瀏覽次數並顯示為熱門文章,同時新增了 Analytics 儀表板功能以獲取詳細報告。
1. Popular Posts for Divi 是什麼樣的外掛?
Popular Posts for Divi 是一個易於使用的 Divi 模組,可以幫助您計算文章瀏覽次數並顯示為熱門文章,同時新增了 Analytics 儀表板功能以獲取詳細報告。
2. 這個外掛有哪些關鍵功能?
- 與 Divi Builder 相容,易於自定義
- 可選擇不同文章佈局來根據熱門程度展示
- 可以幫助計算文章瀏覽次數
- 具有快取機制,可獲得獨特的瀏覽次數並減少伺服器負載
- 新增了 Analytics 儀表板功能以獲取詳細報告
- 操作簡易,無需任何技術技能即可使用
3. 如何取得這個外掛的原始碼?
您可以在以下網址找到這個外掛的未壓縮原始碼和建構工具:
https://github.com/trustyplugins/divi-popular-posts-analytics-module-free
https://github.com/trustyplugins/divi-popular-posts-analytics-module-free
4. 如何使用 Parcel 工具來建構這個外掛?
- 複製存放庫:git clone https://github.com/trustyplugins/divi-popular-posts-analytics-module-free
- 進入外掛資料夾:cd divi-popular-posts-analytics-module-free
- 安裝所需依賴:npm install
- 建構資料:npm run build
這將在 /js 和 /scripts 目錄下生成產品就緒的 JavaScript 檔案。
外掛標籤
開發者團隊
原文外掛簡介
Popular Posts for Divi is an easy-to-use plugin (Divi module) that helps you to count the post views and display as popular posts. Analytics dashboard feature is also added to get the detailed report.
Key Features:
Works with Divi Builder: Easy and highly customizable.
Post Layouts: Choose between post layouts to display according popularity.
Count Views: Helps to count the post views.
Cache mechanism : cache mechanism logic to get unique views and reduce the load on server.
Analytics Dashboard : Analytics dashboard is added to get detailed report.
Simple to Use: don’t need any technical skills to use the plugin.
It is a Divi Theme Addon. In order to use this Module you must have to install Divi Theme.
Source Code
The uncompressed source code for this plugin (including JavaScript and build tools) is publicly available at:
https://github.com/trustyplugins/divi-popular-posts-analytics-module-free
https://github.com/trustyplugins/divi-popular-posts-analytics-module-free
Build Instructions
This plugin uses Parcel as a build tool to compile and bundle JavaScript assets.
To build the plugin from source:
Clone the repository:
git clone https://github.com/trustyplugins/divi-popular-posts-analytics-module-free
Navigate into the plugin folder:
cd divi-popular-posts-analytics-module-free
Install the required dependencies:
npm install
Build the assets:
npm run build
This will generate the production-ready JavaScript files in the /js and /scripts directories.
