I’m building up a video-site using wordpress. It embeds videos from different sites. I really need a simply “Report broken video”-button that saves the url in a database or emails it to me. I’ve searched through some plugins, but can’t find any that does the job. Do you guys know any simple and easy solution to this?
Thanks ๐
Basically, you filter
'the_content'
and add a button. Okay, it might be slightly more complicated:wp_mail()
.video
.Since I needed exactly the same on my video blog, Iรขยยve written a very simple plugin:
Update
Here is the GitHub repository: Plugin Report Broken Video.
Git clone URI:
git://github.com/toscho/Report-Broken-Video.git