Using this filter with tinymce
patchak - September 10, 2006 - 10:32
| Project: | Embed filter |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi there, I think this solution is a great alternative to use video on a site without having to install video.module or acidfree on a site.
I would kike to know how to make this work with the tinymce?? Wat would be the procedure needed to configure so it could work even in a text area that has tinymce enabled????
is that possible??
Thanks

#1
I think you may simply use both. Right now using TinyMCE I have to post as unfiltered html for the tags not to be escaped but with this installed and with my site set up as an acceptable contributor for the embed filter, it should not be escaped even when using filtered html. I might try this module to see. The other option (I thought) is just to add object and embed tags in the html filter, no?
#2
Hi,
So you say that you are posting embedded videos on your site with tinyMCE enabled without this module simply by selecting the full html input filter??
I tried to use this module with tinyMCE and it does not seem to work as the html is not passed by tinyMCE.. but you seem to say that you are able to embed videos with tinyMCE installed but not this module??
I tried it too and it does not work either? Can you tell me the specifics of yout tinymce and filter setup so ou can tell me how to embed videos with tinyMCE ??
thanks
#3
i can confirm that, with tinymce will just not work together this module it . somehow it seem that the tinymce filtered out the embed syntax as though this module was setup properly.
#4
Have there ben any developments to being able to use this module with TinyMCE.
I'd just like to have a button in my TinyMCE toolbox that allows me to enter a URL of a video which would then be embedded with the embed module..
If not possible, is thereany alternative to embed videos with TinyMCE?
Thanks in advance
#5
Tiny MCE converts all tags into HTML. What has to happen with this module is to add the ability to find these HTML encoded elements and convert them back into HTML! Then this will work through all WYSIWYG editors! I stink with regular expressions (actually I dont know them at all) and thus I cant do this at this time. But I want this feature too!
#6
I won't be maintaining the 4.7 version any more. Someone can provide a patch for this if they like, it would take some regex chops to figure out how to do this.
#7
The workaround is to create a textarea that doesn't use WYSIWYG for embed code, perhaps by adding a CCK textarea field for this purpose.