Hi, thanks for this module, i just installed in my website, in the admin preview, i can see the embed widget work fine, i test it on live website (another drupal website), the height of content was only 100px i look at the code embed_widgets_remote.js, i change the height to 100% but don't correct the problem, see in my attached image

iframe.setAttribute('id', 'drupal-embed');
  iframe.setAttribute('frameborder', '0');
  iframe.setAttribute('width', '100%');
  iframe.setAttribute('height', '100px');

Thanks for your help

CommentFileSizeAuthor
media_1215434411071.png52.14 KBtoma

Comments

jtsnow’s picture

Thanks for the bug report. I am not working on the 5.x version as part of Google Summer of Code, but you are welcome to post patches to correct bug fixes and add features. For now, it is recommended that you upgrade to Drupal 6 if you would like to test the module.

toma’s picture

Thanks for your reply, i can't upgrade to Drupal 6 for the moment, i need to wait for modules to upgrade! i will keep an eye for the project, good luck for the Google Summer of Code

toma’s picture

Its not Embed widgets bug but the problem comes from Global Redirect module, i disable it and the module works fine, http://drupal.org/node/280078

jtsnow’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

toma’s picture

I still have the same problem, in the admin section preview work just fine, you can see a live example in my french website

http://www.annoncemaroc.net/actualites-auto-maroc.htm

the Global redirect have nothing to do with the bug

Same bug with the 6 version (http://drupal.org/node/323163)

Thanks