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?
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
Comment #1
blackdog commentedWhat is it that you're trying to do? Is it the
[video]tag that you don't want to use?Comment #2
Stan.Ezersky commentedI want to use
<video>link</video>, not a[video:link]Comment #3
blackdog commentedSure, you could change this by hacking the module, but it's not something that I support.