Can I use video-tag like this:
http://www.youtube.com/watch?v=uN1qUeId
?
And my string in function video_filter_process will be

......
if (preg_match_all('/\<video>((.+))?( .+)?\<\/video>/isU', $text, $matches_code)) {
.........
}

Is it right?

Comments

blackdog’s picture

What is it that you're trying to do? Is it the [video] tag that you don't want to use?

Stan.Ezersky’s picture

I want to use <video>link</video>, not a [video:link]

blackdog’s picture

Status: Active » Closed (fixed)

Sure, you could change this by hacking the module, but it's not something that I support.