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.

Archive /

Our old forums are still available as a read-only archive.

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

Silverstripe stripping out youtube flash objects?


Go to End


9 Posts   7743 Views

Avatar
Willr

Forum Moderator, 5523 Posts

1 December 2008 at 12:46pm

Only way to get youtube inserting working in the blog is to disable the BBCode. By default the blog uses BBCode rather then HTML so doesnt have inserting abilities.

In order to disable it you must download a recent daily build of the blog and set this line in your mysite/_config.php file 'BlogEntry::allow_wysiwyg_editing();'

Go to Top