Wondering if anyone wants to try out my oembed tube plugin.
If you dont know what oembed is, it bascially auto embeds links for you.
Example if you post a youtube link in wordpress with oembed enabled
https://youtube.com/watch?v=id
it will automatically create the embed code for you.
Support for over 25 tubes are provided (adult)
note: this was just a proof of concept piece on messing with the oembed api.
example
Code:
wp_embed_register_handler('pugtube','#http:///(www\.)?pugtube.com/[a-zA-Z0-9]+/?$#i','pugtube_handler');
post here if you wish to try it out and a way to email it.