Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Vimeo URL not working in 3.0.4 WYSIWYG oembed


Go to End


2 Posts   903 Views

Avatar
tv

Community Member, 44 Posts

23 February 2013 at 10:53am

When I paste in a Vimeo url into the 'From the Web' tab of the WYSIWYG editor it is not pulling in the video. It is working fine for YouTube though. Has anyone else had this issue?

Avatar
helenclarko

Community Member, 166 Posts

25 February 2013 at 4:43pm

Hi tv,

I'm not sure about the "From the web" tab you have mentioned, however I do think you should look at the codemirror module.

http://www.silverstripe.org/codemirror-module/

This plugin integrates CodeMirror into the HTML source editor of TinyMCE. This works around several problems with advcode such as the IFrame security pop-up in IE or the missing clean-up of text copied to clipboard by Word in certain browsers.

It will allow you to use Youtube and Vimeo embedded iframes in the HTML editor.

Regards,
-helenclarko