Hello,
I've enabled Emfield module along with the media_youtube module, but cannot embed YouTube object inline with a single url, e.g.: http://www.youtube.com/watch?v=4G60hM1W_mk
Here is how to replicate:
1) Fresh install of Drupal 6.18 / Drupal 6.19 (tried them both)
2) Install CCK Content, emfield video, emfield inline, media youtube
3) "Allow content from YouTube" checked from embedded field configuration page
4) Go to Input Formats: Full HTML >> Configure: Uncheck all filters (url unchecked),
5) check "Embedded Inline" filter box.
6) Create page node
7) select Full HTML, enter url: http://www.youtube.com/watch?v=4G60hM1W_mk
When viewing the node, no YouTube appears (it does appear when creating a field in content type, etc, ...)
I've also try to check / uncheck most filters and it has no effect. Additionally, I've enabled swfobject and added the path to the swfobject file in the configuration. This had no effect either.
The URL is not wrapped in any markup from the node itself, and it has space within its div:
<div class="content clear-block"> http://www.youtube.com/watch?v=4G60hM1W_mk </div>
Thanks,
Comments
Comment #1
p.kawski commentedI have a similar problem...
I disabled all other filters and still cannot make it work :/
Embedded Media Field 6.x-2.5
Media: YouTube 6.x-1.3
Comment #2
steinmb commentedPls. have a look at your Input Format, there is quite a few Youtube settings there that need to be configured. Not only the "Embedded Inline" filter, but the easy to overlook, inline settings for 3 different layouts for youtube.
Comment #3
steinmb commented