前言介紹
- 這款 WordPress 外掛「FREE DOWNLOAD MANAGER」是 2021-12-12 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前有 20 個安裝啟用數。
- 上一次更新是 2022-02-24,距離現在已有 1165 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
hits | monitor | download | downloads | download monitor |
內容簡介
Free Download Manager 是一款 WordPress 下載管理器,專門管理免費數位下載。這個外掛能夠幫助你管理你的免費數位下載,並追蹤下載次數。使用這個外掛,你可以輕鬆地管理你的免費下載,並追蹤所有免費下載的下載次數。
你可以使用這個外掛來管理和追蹤每個檔案。此外,使用者可以直接下載免費項目,而不需要將它們添加到購物車或結帳。
免費下載管理器功能:
自定義文章類型及分類。建立新的 WordPress 下載頁面就像新增文章一樣簡單。
從易於使用的介面中新增、編輯和移除下載檔案。
可以上傳多個檔案。
多重特色圖片選項。
為可下載的檔案和文件指定類別和標籤。
當使用者下載檔案後,將使用者重定向到任何頁面。
更改分類和套餐 URL 的基本 URL 的功能。
使用簡碼在 WordPress 文章或頁面上顯示「立即下載」按鈕。
每個檔案的下載計數器,能夠按日期排序下載次數。
在管理儀表板中搜索和排序你的可下載檔案。
追蹤每個檔案下載的日期和次數。
以圖表檢視每個項目的每日下載次數。
在 WordPress 文章/頁面編輯器中使用 Tinymce 按鈕,輕鬆添加簡碼。
將所有檔案下載記錄匯出為 CSV 檔案。
免費下載管理器插件安裝
• 安裝外掛的方法與一般外掛相同 - 可直接從 WordPress 網站安裝或下載 zip 檔後上傳至你的網站。
• 啟用外掛。
免費下載管理器插件使用方式
新增下載:
前往 WP 管理員的「下載 -> 新增」介面。
如同新增 WordPress 文章一樣,輸入標題和描述。
點擊「新增」欄位按鈕,並從電腦中選擇需要上傳的檔案或使用檔案 URL 。
新增下載的圖片(在前端顯示為縮略圖)。
發佈它。
你可以從「下載-> 下載」介面檢視所有現有的下載。
新增特色圖片:
點擊特色圖片,從「動態特色圖片-媒體選擇器彈出視窗」中選擇需要的圖片並點擊「特色圖片」。
點擊「新增」以新增新的特色圖片,或使用「移除」連結移除特色圖片框。
新增特色圖片後,點擊「發佈」或「更新」來保存特色圖片。
獲取特色圖片:
在你的主題中使用以下代碼:
if( class_exists('WFDM_Featured_Image') ) {
global $wfdm_featured_image;
$featured_images = $wfdm_featured_image->wfdm_get_featured_images( [$postId (可選)] );
//現在你可以遍歷圖片,以所需的方式顯示它們
}
注意:只有在發佈或更新文章時,特色圖片才會被保存。
修改分類基本 URL:
前往「下載 -> 設定」,在表單「分類基本 URL」中新增基本 URL。
修改套餐基本 URL:
前往「下載 -> 設定」,在表單「套餐基本 URL」中新增基本 URL。
將使用者重定向到不同的頁面以進行檔案下載:
原文外掛簡介
Free Download Manager is a WordPress Download Manager for freebie digital downloads. This plugin will help you manage your free digital downloads and track the number of downloads. Using this plugin, you can easily manage your freebies and follow the download count of all your freebies.
You can manage and track each file using this plugin. Moreover, the users can directly download the free items without adding them to a cart or checkout.
FREE DOWNLOAD MANAGER FEATURES
Custom Post Type and Taxonomy. Creating a new WordPress Download page is just like adding a post.
Add, edit and remove downloads from an easy-to-use interface.
Option to upload multiple files.
Multiple featured image option.
Assign categories and tags to your downloadable files and documents.
Redirect the user to any page once the user has downloaded the file.
The ability to change the base URL of category and package URLs.
Use shortcodes to display a Download Now button on a WordPress post or page.
Download counter for each file. Ability to sort downloads count by date.
Ability to search and sort your downloadable files in the admin dashboard.
Track the date and number of downloads for each of your files.
View the daily download counts of your items in a chart.
Tinymce button in the WordPress post/page editor easily adds the shortcode.
Export all the file download logs to a CSV file.
FREE DOWNLOAD MANAGER PLUGIN INSTALLATION
• Install the plugin as you would normally- either directly from the WordPress site or by downloading the zip file and uploading it into your site.
• Activate the plugin.
FREE DOWNLOAD MANAGER PLUGIN USAGE
To add a new download
Navigate to the ‘Downloads -> Add New’ interface in your WP admin
Enter a title and description as you normally would do in a WordPress post.
Click on the ‘Add’ field button and Select the file from your computer and upload it (or use the URL of the file).
Add an image for the download (it will be displayed as a thumbnail on the front end).
Publish it.
You can view all of your existing downloads from the ‘Downloads-> Downloads’ interface.
To add Featured Images
Click featured image, select the required image from the Dynamic Featured Image – Media Selector popup and click on Featured Image.
Click on ‘Add New’ to add a new featured image or use the Remove link to remove the featured image box.
After adding featured images, click publish or update to save featured images.
Get Featured Images
Use this code in your theme.
if( class_exists(‘WFDM_Featured_Image’) ) {
global $wfdm_featured_image;
$featured_images = $wfdm_featured_image->wfdm_get_featured_images( [$postId (optional)] );
//You can now loop through the image to display them as required
}
Note: The featured images are saved only when you publish or update the post.
To Change Category Base URL
Navigate to ‘Downloads-> Settings’ and add the base url to the form ”Category Base URL”.
To Change Package Base URL
Navigate to ‘Downloads-> Settings’ and add the base url to the form ”Package Base URL”.
To Redirect User to a different page for file download.
Navigate to ‘Downloads-> Settings’ and select the Download Confirmation Page from the drop-down.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「FREE DOWNLOAD MANAGER」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
WP-PostViews 》使用方法, , 打開 wp-content/themes/<您的佈景主題名稱>/index.php , 您也可以將它放在 archive.php、single.php、post.php 或 page.php 中。, 尋找:...。
SRS Simple Hits Counter 》正如其名,這是一個非常簡單的點擊計數器,它可以計算「獨立訪客」和「頁面瀏覽量」的數量。您可以使用小工具或短代碼在網站的任何位置顯示獨立訪客或總頁面...。
Post Hit Counter 》「文章瀏覽數計數器」(Post Hit Counter)會如其名所述,統計每篇文章的瀏覽數。瀏覽數會在文章清單中新增一欄、在文章編輯頁面的送出方塊裡和管理條上(在...。
WP Post Statistics (Visitors & Visits Counter) 》一個簡單的工具,可用於瞭解您的文章統計數據(包括地理位置), 單篇文章的統計數據包括:, , 全面的概覽頁面(儀表板),包括國家統計、城市、訪客、訪問次...。
WordPress Hit Counter 》WordPress Hit Counter 是一個簡單的外掛程式,可在您的部落格上嵌入旋轉里程表式的點擊計數器,顯示您網站訪客的流量數。, 此外掛能讓您選擇多種不同的類型...。
Pageviews 》Pageviews 是用於 WordPress 文章和頁面的簡單且輕量級的瀏覽次數統計插件。它基於 JavaScript,與所有緩存插件、代理和複雜配置兼容。Pageviews 使用託管處...。
AJAX Hits Counter + Popular Posts Widget 》本外掛使用外部 AJAX 計數器腳本來記錄文章的瀏覽次數,是最適合快取整個頁面或使用其他快取外掛的解決方案。, 此外,外掛還包含了「熱門文章」小工具,可根...。
Post Views Stats Counter 》此插件將顯示文章和頁面被查看的次數。, 它是一個簡單的統計分析工具,還顯示每天、每週、每月和所有天的總瀏覽量。這些瀏覽數據會顯示標題和永久鏈接。, 只...。
Simple Post Views Count 》插件被棄用了, 現在,我們終於確信谷歌分析統計和追蹤系統是無與倫比的先進做法(其他插件也是,例如:Google Analytics [by MonsterInsights]),相較於無用...。
Counter-Hits 》這是一個簡單、易用、快速、適應性強、本地化且客觀的訪問網站計數器。, 它不會向其他伺服器發出任何額外的請求,這意味著它消耗的資源極少。, 顯示任何頁面...。
WP-PostViews Plus 》此外掛可以設定是否計算已註冊會員的瀏覽次數,或是首頁的瀏覽次數。, 區分使用者和機器人的方式是透過 HTTP_agent 來進行,並且可以在管理員頁面進行設定。。
Hit Counter Max 》Hit Counter Max 是一個簡單的 WordPress 外掛程式,可以在您的博客中嵌入一個旋轉計數器,顯示您網站的訪問量。, 預設情況下,網頁計數器會顯示在您的頁腳中...。
Most Read Posts in XX days 》「最多閱讀文章」外掛可以計算文章和頁面的點擊次數,並讓你在以下頁面上展示它們:, , 單篇文章頁面, 頁面, 索引頁面和存檔頁面, 可配置的小工具,也可帶有...。
VR-Visitas (hits counter stats) 》這個外掛已被移除,並不再更新。, 非常感謝所有幫助過我的人,還有在這個外掛仍在維持活躍時給予支持的人。。
View Post counter 》此外掛為簡單的文章瀏覽次數計數器,使用者可以非常容易地將這個外掛嵌入自己的WordPress主題模板中,只需使用PHP簡碼即可。此外掛相容所有WordPress版本。。