[WordPress] 外掛分享: Easy Media Download

WordPress 外掛 Easy Media Download 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Easy Media Download」是 2013-11-03 上架。
  • 目前有 10000 個安裝啟用數。
  • 上一次更新是 2025-04-17,距離現在已有 17 天。
  • 外掛最低要求 WordPress 3.0 以上版本才可以安裝。
  • 有 29 人給過評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

naa986 |

外掛標籤

button | buttons | download | downloads | digital downloads |

內容簡介

媒體檔案需要提供下載,你可以使用 WordPress 的外掛 - Easy Media Download。這款免費的下載管理外掛能夠讓你的使用者從你的網站上下載電子檔案。該外掛體積輕小,使用更簡單,你可以在網頁上快速建立美觀的下載按鈕,只需點擊按鈕即可開始下載。

該外掛的功能如下:

快速建立下載按鈕
提供免費下載音樂或音頻檔案,例如: mp3、aac、m4a、wav
將下載按鈕插入到你的登陸頁面
提供免費下載視頻檔案,例如: mp4、mov、qt (QuickTime)、mpg、mpeg、flv、m4v、swf、flash、avi、wma、ogg、webm
可提供所有檔案格式的直接下載
提供免費下載文件檔案,例如:doc、docx (OpenOffice,Microsoft Word)、odt(OpenDocument)、htm、html、ps、tex、xml、txt、csv
允許下載大型檔案 (無檔案大小限制)
提供免費下載Office檔案,例如:xlsx (Microsoft Excel),pptx (Microsoft PowerPoint)
提供免費下載腳本,例如:js、css、php
跟蹤/監控你的下載狀況
提供免費下載存檔或壓縮檔案,例如:tar、rar、zip、7z、gz、z
使瀏覽器彈出下載提示
提供免費下載圖片檔案,例如:png、gif、jpg、jpeg、bmp
在新的分頁中開啟下載
提供免費下載電子書,例如:pdf、epub
只允許登陸用戶訪問下載按鈕

Easy Media Download 擴展

僅限用戶下載

更多詳細信息請查閱 Easy Media Download 文件頁面

嵌入短碼進行下載

建立一個新的文章/頁面,並使用以下短碼為你的電子媒體檔案創建下載按鈕

[easy_media_download url="http://example.com/wp-content/uploads/myfile.zip"]

在此,url 是一個短碼參數,你需要用實際的電子檔案 URL 替換它。

你也可以在短碼中指定其他自定義的可選參數。

按鈕文本

預設情況下,下載按鈕上的文字是「立即下載」。你可以使用「text」參數來修改文本。

[easy_media_download url="http://example.com/wp-content/uploads/myfile.zip" text="免費下載"]

按鈕寬度

預設情況下,下載按鈕的寬度為「153」。但是你可以使用「width」參數進行修改。

[easy_media_download url="http://example.com/wp-content/uploads/myfile.zip" text="免費下載" width="100"]

按鈕高度

預設情況下,下載按鈕的高度為「41」。但是你可以使用「height」參數進行修改。

[easy_media_download url="http://example.com/wp-content/uploads/myfile.zip" text="免費下載" width="100" height="50"]

在新視窗中下載

預設情況下,下載在同一視窗中進行。但是你可以使用「target」參數進行修改。

[easy_media_download url="http://example.com/wp-content/uploads/myfile.zip" target="_blank"](在新分頁中開啟下載)

強制檔案下載

通常情況下,當數位檔案需要下載時, 瀏覽器的預設行為是直接打開而不是下載該檔案。你可以使用下列程式碼來讓該功能成為強制下載的方式。


ForceType application/octet-stream
Header set Content-Disposition attachment

原文外掛簡介

Easy Media Download is a free download manager for WordPress. It gives your users the ability to download digital media files from your website. The plugin is lightweight and makes downloading easier. You can create beautiful download button which instantly starts the download once clicked.

Features

Create quick downloads
Free downloads for music or audio files e.g. mp3, aac, m4a, wav
Insert download buttons into your landing page
Free downloads for video files e.g. mp4, mov, qt (QuickTime), mpg, mpeg, flv, m4v, swf, flash, avi, wma, ogg, webm
Allow users to directly download in all file formats
Free downloads for document file e.g. doc, docx (OpenOffice, Microsoft Word), odt (OpenDocument), htm, html, ps, tex, xml, txt, csv
Allow large file download (No limit on the file size)
Free downloads for Office file e.g. xlsx (Microsoft Excel), pptx (Microsoft PowerPoint)
Free downloads for script e.g. js, css, php
Free downloads for archive or compressed file e.g. tar, rar, zip, 7z, gz, z
Force the browser to open the download prompt
Free downloads for image file e.g. png, gif, jpg, jpeg, bmp
Open the download in a new tab
Free downloads for e-book e.g. pdf, epub

Easy Media Download Add-ons

User Only Download

Embedding Shortcodes for the Downloads
Create a new post/page and use the following shortcode to create a download button for your digital media file:
[easy_media_download url="https://example.com/wp-content/uploads/myfile.zip"]

here, url is a shortcode parameter that you need to replace with the actual URL to your digital file
You can also specify additional optional parameters in the shortcode to customize the free download button.
Button Text
By default the text for the download button is “Download Now”. But you can choose to modify the text using the “text” parameter.
[easy_media_download url="https://example.com/wp-content/uploads/myfile.zip" text="Free Download"]

Button Width
By default the width for the download button is “153”. But you can choose to modify it using the “width” parameter.
[easy_media_download url="https://example.com/wp-content/uploads/myfile.zip" text="Free Download" width="100"]

Button Height
By default the height for the download button is “41”. But you can choose to modify it using the “height” parameter.
[easy_media_download url="https://example.com/wp-content/uploads/myfile.zip" text="Free Download" width="100" height="50"]

Download in a new window
By default the download starts in the same window. But you can choose to modify it using the “target” parameter.
[easy_media_download url="https://example.com/wp-content/uploads/myfile.zip" target="_blank"] (opens the download in a new window)

Force File Download

Usually when a digital file is recognised by the browser it does not prompt for download. The file just opens in the browser instead. You can choose to modify this behaviour using the force_dl parameter in the shortcode.
[easy_media_download url="https://example.com/wp-content/uploads/myfile.mp3" force_dl="1"]

Download Button Templates

Easy Media Download comes with 21 different download button templates. All you need to do is specify the style and the button will look just like it. For example:
[easy_media_download url="https://example.com/wp-content/uploads/myfile.zip" color="red_darker"]

grey
grey_light
red
green_dark
green_light
green
blue
blue_two
blue_three
blue_four
orange
orange_two
orange_light
orange_dark
purple
purple_dark
purple_light
yellow_red
hot_pink
pink

If you want to fully customize the download button you can use your own button image instead.
Link Rel
You can use the HTML link rel attribute in the shortcode to define the relationship between your page and the linked download.
[easy_media_download url="https://example.com/wp-content/uploads/myfile.zip" rel="nofollow"]

Custom CSS Class

In addition to various button templates, If you want to apply custom styling to a button you can do so by using the class parameter.
[easy_media_download url="https://example.com/wp-content/uploads/myfile.zip" class="myclass"]

You can specify multiple CSS classes in the shortcode.
[easy_media_download url=”https://example.com/wp-content/uploads/myfile.zip” class=”myclass1 myclass2 myclass3″]
The container that encloses the button can be targeted using the parent_class parameter in the shortcode.
[easy_media_download url=”https://example.com/wp-content/uploads/myfile.zip” parent_class=”blockclass1″]
Easy Media Download Shortcode 2
With this shortcode, you can create a download button with your preferred color.
[easy_media_download2 url="https://example.com/wp-content/uploads/myfile.zip" text="Free Download" bg_color="#CC0000"]

Background Color
The background color of the download button is “#3498db” by default. You can customize it using the “bg_color” parameter.
[easy_media_download2 url="https://example.com/wp-content/uploads/myfile.zip" bg_color="#CC0000"]

Font Color
The font color of the download button is “#ffffff” by default. You can customize it using the “font_color” parameter.
[easy_media_download2 url="https://example.com/wp-content/uploads/myfile.zip" text="Free Download" font_color="#71B02F"]

Hover Background Color
The “hover_bg_color” parameter can be used to change the background color of the download button when you mouse over it.
[easy_media_download2 url="https://example.com/wp-content/uploads/myfile.zip" text="Free Download" bg_color="#3498db" hover_bg_color="#3cb0fd"]

Font Family
The font family of the download button is “Georgia” by default. You can customize it using the “font_family” parameter.
[easy_media_download2 url="https://example.com/wp-content/uploads/myfile.zip" text="Free Download" font_family="sans-serif"]

Font Size
The size of font is “15px” by default. You can customize it using the “font_size” parameter.
[easy_media_download2 url="https://example.com/wp-content/uploads/myfile.zip" text="Free Download" font_size="20px"]

For more information please check the Easy Media Download documentation page
Languages
If you are a non-English speaker please help translate Easy Media Download into your language.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Easy Media Download」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.1 | 1.0.2 | 1.0.3 | 1.0.4 | 1.0.5 | 1.0.6 | 1.0.8 | 1.0.9 | 1.1.0 | 1.1.1 | 1.1.2 |

延伸相關外掛(你可能也想知道)

  • AddQuicktag 》這個外掛讓在 HTML 和可視化編輯器中添加快捷標籤非常容易。您可以將您的快捷標籤匯出為可供其他插件版本匯入的 JSON 格式文件。, WordPress 的 WP-AddQuickt...。
  • To Top 》To Top 外掛在使用者往下捲動頁面時會新增一個浮動式的向上卷軸按鈕,預設位置在頁面右下方,當使用者點擊按鈕時可以平滑地捲回頁面頂端。若是網頁內容特別長...。
  • WP Edit 》歡迎使用, 歡迎來到 WP Edit,終於可以掌控預設 WordPress 編輯器,並解鎖額外編輯工具的強大功能。您可以按照自己的工作流程將按鈕排列成工具列。此外,WP E...。
  • Forget About Shortcode Buttons 》相容於 WordPress 傳統編輯器,Gutenberg 整合即將推出🙂, 歡迎提出功能需求/建議!, 即忘短碼(FASC)按鈕是在所見即所得編輯器中及網站佈景主題中加入 CSS 按...。
  • Scroll To Top 》這個外掛可以自動啟用一個客製化且靈活的「回到頂部」按鈕到您的 WordPress 網站,讓您的訪客只需點擊一下,即可將網頁滾動回頂端!, 功能包括:, , 無需設置...。
  • Custom Add To Cart Button for WooCommerce 》WooCommerce Custom Add to Cart Button 是一個簡單的外掛,可自訂您商店的加入購物車按鈕。它讓您輕鬆更改「加入購物車」按鈕文字、將購物車圖示添加到按鈕...。
  • Ultimate TinyMCE 》注意:終止 Ultimate Tinymce, 此外掛在 WordPress 3.9 及以上版本不再適用, 建議改用 WP Edit, , WordPress 已發布 3.9 版本。, 更新後,Ultimate Tinymce ...。
  • Scroll Back To Top 》Scroll Back to Top 是一個 WordPress 外掛,它會在使用者向下滾動頁面時出現一個按鈕,允許使用者回到頁面頂部。外掛已經預先設定好,啟用後即可使用。該外...。
  • jQuery Pin It Button for Images 》如果您想要在博客文章和頁面中輕鬆釘住圖片,此外掛將會幫您完成這個任務。當使用者將滑鼠移到圖片上時,此外掛會突出顯示圖片並在圖片上方添加一個「釘住」...。
  • Dynamic "To Top" Plugin 》這個 WordPress 外掛可新增一個自動的動態「回到頂部」按鈕,方便使用者輕易捲回長頁面的頂部。, 外掛有一個直覺式控制面板,可以針對每個網站的需求進行風格...。
  • Button visually impaired 》, Button visually impaired* is a plugin that automatically changes the version of your website for visually impaired people., , The panel for visua...。
  • Add to Cart Button Custom Text 》這個外掛讓你可以更改在WooCommerce中用於購買產品的「加入購物車」按鈕上所顯示的文字。你可以針對以下不同的產品類型和位置選擇使用不同的自訂文字:, 單一...。
  • Magic Content & CTA Box Builder – Advanced Gutenberg Blocks for Flexible Page Sections, Headers, Buttons, Shape Dividers, and Layout Options 》魔法內容方塊-頁面內容建構器Gutenberg區塊外掛程式, 我們為 WordPress 內容打造了美麗的頁面區塊,以幫助您快速建立一個一直渴望的網站。, 首頁 | 展示 | 說...。
  • Magee Shortcodes 》Magee 短代码是一款提供一系列短代码的 WordPress 外掛。它基於 Bootstrap 平台編寫,使用 HTML5 和 CSS3 語言編寫,可以在桌面和移動設備上實現完全響應式。...。
  • For the visually impaired 》For the visually impaired 外掛, 此外掛包含以下功能:, , 打開或關閉圖像顯示,若關閉則會顯示圖像標題或替代文字,黑白圖片模式;, 選擇字型(兩種模式)...。

文章
Filter
Apply Filters
Mastodon