As far as I can see, hulu is not a public service, so at the moment there’s nothing I can do. Here’s what I see:
http://img204.imageshack.us/img204/4253/huluxv6.png
If hulu is going to be public, then I’ll look forward to add support for this service.
Regarding your xhtml video embed, just wondering if you had any instructions lying around somewhere…?
I tried it on my WP blog (not the recent edition of WP, but the previous edition) with a YouTube video in this format, but nothing shows up…
[youtube]http://youtube.com/watch?v=-UMFUp5hD2Q[/youtube]
That is, I added just like that above to my normal post, not in the code part, but in the visual part. Is it supposed to be a link or..?
I went in to your plugin and enabled it and all that stuff.
Maybe some simple, how to do it instructions would be good for us non-coder types.
Thanks 🙂
That was a security policy which was too restrictive, thus the “-” char from the Video ID was stripped by a regular expression. Since the v0.2.3.2 that issue has been fixed. At the moment the allowed charset for YouTube Video IDs is: a-z, A-Z, 0-9, -, _
I could make it less restrictive, but it can lead to security issues if the user is not careful about the input. You know like they say: better safe than sorry.