Plugin info

Total downloads: 6,726
Active installs: 30
Total reviews: 3
Average rating: 2.3
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 3
Last updated: 1/3/2019 (2554 days ago)
Added to WordPress: 4/14/2017 (8 years old)
Minimum WordPress version: 4.4
Tested up to WordPress version: 5.0.22
Minimum PHP version: 7.1

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2554 days ago • 3 reviews

22/100

Is Mona Youtube Downloader abandoned?

Possibly abandoned (last update 2554 days ago).

Compatibility

Requires WordPress: 4.4
Tested up to: 5.0.22
Requires PHP: 7.1

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

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

  1. Upload the mona-youtube-downloader directory to the /wp-content/plugins/ directory via FTP
  2. Alternatively, upload the mona-youtube-downloader.zip file to the ‘Plugins->Add New’ page in your WordPress admin
    area
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Use [mona_youtube_downloader] shortcode where you want to display Youtube search input

1, 2, 3: You’re done!

Custom functions for further development

  1. mona_get_youtube_id:
    Parameter: Youtube URL (string) (Required)
    Return: (string) Youtube ID
  2. mona_get_youtube_thumbnail:
    Parameter: Youtube URL (string) (Required)
    Return: (string) Youtube Thumbnail Image
  3. mona_get_youtube_data:
    Parameter: Youtube URL (string) (Required)
    Return: (mixed) Youtube raw data
  4. mona_get_youtube_video_data:
    Parameter: Youtube URL (string) (Required)
    Return: (mixed) Youtube video data

Frequently Asked Questions

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

Is it free?

Yes it free.

Review feed

Rainy Phan
10/2/2018

High quality

This code is good.

Screenshots

  1. Popup modal.

    Popup modal.

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