Youtube to MP3 Download takes the Youtube video URL, converts the video into a downloadable MP3 using external APIs.
This plugin take the Youtube video URL, converts the video into MP3 and returns a download link using external APIs.
- Activate the plugin
- Use the following code after the page loads on your theme's javascript file
new yt2mp3('http://www.youtube.com/watch?v=cLyCQUsJhdY', $('#containerID'));