Project:Video Filter
Version:6.x-2.5
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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

#2

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

#3

Status:active» closed (fixed)

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

nobody click here