Description
Check out live demo here: https://mona-media.com/project/mona-youtube-downloader-wordpress-plugin/
This simple but powerful plugin will help you increase your site’s traffic by provide your users a very helpful function: download video from youtube.
You can use it as Widget and Shortcode also. Include every where you want.
Major features in Mona Youtuber Downloader include:
- Download multi video’s quality
- Simple but beautiful look
- Can be use at Shortcode and Widget
- Custom functions for further development
Follow us at Mona Media
Our plugins
We also making premium plugin in case that you guys love this plugin. Comment and review it if you want me to put it premium with more kool function.
Some of our plugins you may like:
– Making Kool Reaction voting system for you post/page https://codecanyon.net/item/mona-reaction-voting-system-with-customizable-reactions-wordpress-plugin/15352246.
– Pokedex – pokemon knowledge base: https://codecanyon.net/item/mona-pokedex-pokemon-go-knowledge-base-wordpress-plugin/17568438.
– Adding Emoji: https://codecanyon.net/item/mona-emoji-custom-funny-emojiemoticon-on-your-postpage-wordpress-plugin/16222462.
– Powerful analytic system for your website: https://codecanyon.net/item/mona-analytics-the-most-powerful-all-in-one-wordpress-analytics-plugin/17254577.
PS: For custom functions, recommend to use at ajax action for better performance.
Installation
- Upload the
mona-youtube-downloader
directory to the/wp-content/plugins/
directory via FTP - Alternatively, upload the
mona-youtube-downloader.zip
file to the ‘Plugins->Add New’ page in your WordPress admin
area - Activate the plugin through the ‘Plugins’ menu in WordPress
- Use [mona_youtube_downloader] shortcode where you want to display Youtube search input
1, 2, 3: You’re done!
Custom functions for further development
- mona_get_youtube_id:
Parameter: Youtube URL (string) (Required)
Return: (string) Youtube ID - mona_get_youtube_thumbnail:
Parameter: Youtube URL (string) (Required)
Return: (string) Youtube Thumbnail Image - mona_get_youtube_data:
Parameter: Youtube URL (string) (Required)
Return: (mixed) Youtube raw data - mona_get_youtube_video_data:
Parameter: Youtube URL (string) (Required)
Return: (mixed) Youtube video data
FAQ
- How can I display Youtube search input?
-
- For widget simply drag and drop [Mona] Youtube Downloader widget to any where you want.
- For shortcode, put this [mona_youtube_downloader] to any where you want.
- What is custom functions for further development?
-
- Return Youtube ID from URL: mona_get_youtube_id
Parameter: Youtube URL (string) (Required)
Return: (string) Youtube ID - Return Youtube Thumbnail image from URL: mona_get_youtube_thumbnail
Parameter: Youtube URL (string) (Required)
Return: (string) Youtube Thumbnail Image - Return Raw data from Youtube API from URL: mona_get_youtube_data
Parameter: Youtube URL (string) (Required)
Return: (mixed) Youtube raw data - Return Video data from Youtube API from URL: mona_get_youtube_video_data
Parameter: Youtube URL (string) (Required)
Return: (mixed) Youtube video data
- Return Youtube ID from URL: mona_get_youtube_id
- Is it free?
-
Yes it free.
Reviews
Contributors & Developers
“Mona Youtube Downloader” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Mona Youtube Downloader” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.3
- HTTP API support
1.2
- Refactor functions
- Custom functions for further development
1.1
- Improve functions for new updating from Youtube
1.0
- Initial Release