Easy Media Download

Por naa986
(29 avaliações)
Baixar
  • Versão:
    1.1.11
  • Última atualização:
    há 9 dias
  • Instalações ativas:
    mais de 10 mil
  • Versão do WordPress:
    3.0 ou maior
  • Testado até o WordPress:
    6.7
  • Versão do PHP:
    ou maior
  • Tags:

Hospedagem WordPress com plugin Easy Media Download

Onde hospedar o plugin Easy Media Download?

Este plugin pode ser hospedado em qualquer provedor que tenha WordPress configurado. Recomendamos fortemente escolher uma empresa de hospedagem de confiança, com servidores especializados para WordPress, como o serviço de hospedagem WordPress da MCO2.

Hospedando o plugin Easy Media Download em uma empresa de hospedagem de confiança

A MCO2, além de instalar o WordPress na versão mais atual para seus clientes, fornece o plugin WP SafePress, um mecanismo exclusivo que salvaguarda e melhora seu site ao mesmo tempo.

Por que a Hospedagem WordPress funciona melhor na MCO2?

A Hospedagem WordPress funciona melhor pois a MCO2 possui servidores otimizados para WordPress. A instalação de WordPress é diferente de uma instalação trivial, pois habilita imediatamente recursos como otimização automática de imagens, proteção da página de login, bloqueio de atividades maliciosas diretamente no firewall, cache avançado e HTTPS ativado por padrão. São recursos que potencializam seu WordPress para a máxima segurança e o máximo desempenho.

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.

funcionalidades

  • 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

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)<h3>Force File Download</h3>

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"]<h3>Download Button Templates</h3>

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"]
  • cinza
  • grey_light
  • Vermelho
  • green_dark
  • green_light
  • Verde
  • Azul
  • blue_two
  • blue_three
  • blue_four
  • Laranja
  • orange_two
  • orange_light
  • orange_dark
  • Roxo
  • purple_dark
  • purple_light
  • yellow_red
  • hot_pink
  • Rosa

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"]<h3>Custom CSS Class</h3>

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

Línguas

If you are a non-English speaker please help translate Easy Media Download into your language.

Capturas de tela

Download Now button demo

Download Now button demo

Plugins semelhantes

SiteOrigin Widgets Bundle
(132 avaliações)

Essential elements for modern websites. Add buttons, sliders, heroes, maps, images, carousels, features, icons, more. Create dynamic pages easily.

AddToAny Share Buttons
(1.096 avaliações)

Share buttons for WordPress including the AddToAny button, Facebook, Mastodon, WhatsApp, Pinterest, Reddit, Threads, many more, and follow icons too.

AddQuicktag
(44 avaliações)

This plugin makes it easy to add Quicktags to the html - and visual-editor.

Ir para o topo
(50 avaliações)

Ir para o topo is a nifty lightweight plugin. It adds a highly customizable button, which when clicked, scrolls up smoothly to the top of a page.

WP Edit
(159 avaliações)

Take complete control over the WordPress content editor.

Simple Download Monitor
(135 avaliações)

Easily manage downloadable files and monitor downloads of your digital files from your WordPress site.

Do mesmo author (naa986)

SMTP Mailer
(60 avaliações)

Configure a SMTP server to send email from your WordPress site. Configure the wp_mail() function to use SMTP instead of the PHP mail() function.

Easy Video Player
(55 avaliações)

Easy Video Player is a WordPress video player that allows you to add videos to your WordPress site.

Gmail SMTP
(98 avaliações)

Connect to Gmail SMTP server to automatically send email from your WordPress site. Configure wp_mail() to use SMTP with OAuth 2.0 authentication.

Payment Button for PayPal
(40 avaliações)

Easily accept payment in WordPress by adding a PayPal button to your website. Add PayPal Buy Now, Add to Cart, Subscription or Donation button.

Videojs HTML5 Player
(17 avaliações)

Embed video file beautifully in WordPress using Video.js HTML5 Player. Embed HTML5 compatible responsive video in your post/page with Video.js.

WP Login Form
(12 avaliações)

Create a WordPress login form and add it to your post, page or sidebar