Beskrivning
This plugin adds a simple redirect box to any post, page or widget area. Visitors paste a video link, pick Video or Audio, and are redirected to the external service social-media-downloader.com, where the download starts automatically — the pasted link is carried over, so they don’t have to paste it twice.
This plugin does not download anything itself. No downloads happen on your WordPress server. It is a pure redirect: zero JavaScript, no database tables, no settings, nothing stored. All processing happens on social-media-downloader.com, which is operated by the plugin author.
Usage
Add the shortcode anywhere (post, page, or a Shortcode block):
[smdrb_download_box]
Options:
[smdrb_download_box lang="de"]— open the German site (also: es, fr, pt; empty = English).[smdrb_download_box button="Get video" placeholder="Drop your link here"]— custom texts.[smdrb_download_box audio="no"]— hide the Video/Audio picker.[smdrb_download_box target="_self"]— open in the same tab instead of a new one.[smdrb_download_box type="button" button="Open Downloader"]— just a button linking to the site, no input field.
Developers can change the destination with the smdrb_base_url filter.
External service
This plugin sends visitors (and the link they paste) to https://social-media-downloader.com, a free web-based video downloader operated by the plugin author. No data is sent anywhere until the visitor themselves clicks the Download button.
Installation
- Upload the plugin zip via Plugins Add New Upload Plugin, or copy the folder to
/wp-content/plugins/. - Activate it.
- Put
[smdrb_download_box]in any post or page.
Vanliga frågor
-
Does this download videos on my server?
-
No. It only redirects visitors to social-media-downloader.com with their link pre-filled. All processing happens there.
Recensioner
Detta tillägg har inga recensioner.
Bidragsgivare och utvecklare
”SMD Media Download Redirect Box” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.
Bidragande personerÖversätt ”SMD Media Download Redirect Box” till ditt språk.
Intresserad av programutveckling?
Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.
Ändringslogg
1.0.0
- Initial release: [smdrb_download_box] shortcode with form and button modes, language, text and target options.