Closed (works as designed)
Project:
Video Filter
Version:
7.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2010 at 22:14 UTC
Updated:
6 Dec 2010 at 19:44 UTC
I've tried to use video filter in Drupal 7, but no luck.
For example:
[video:http://www.youtube.com/watch?v=cGkOj0W_Zbw]
an the result is
">http://www.youtube.com/watch?v=cGkOj0W_Zbw] .
I tried with dailymotion video, but i had the same result.
Comments
Comment #1
blackdog commentedMake sure Video Filter gets processed before other filters. Drag it to the top of the list, even if it's allready the first, just to make sure the weight gets set. If you're using Filtered HTML, add
<object>to the list of allowed tags.Comment #2
liakoni commentedThanks, it's working now !
Comment #3
amirtaiar commentedWorks for me as well!
Thank you...