Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Youtube Video Embed
Should you be able to embed a YouTube video? I post the embed code in a discussion and it just shows up as blank. Does something need to be turned on - or a plugin?
0
Answers
There was an error rendering this rich post.
A little more help.
$Configuration['Garden']['InputFormatter']
If you don't see that in your config, it defaults to HTML, so the youtube embed should work if all you do is drop the link to the video there (not the embed link, the main link).
< code > http /www.youtube.com/watch?v=XX8Y5-BZLaM< /code >
* remove spaces
@jspautsch the line you mention does not reside in config.php latest version 2.0.18.1
It can be found in config-defaults.php
The line is
$Configuration['Garden']['InputFormatter'] = 'Html';
That is the fefault setting, perhaps someone can explain what this line should be.
There was an error rendering this rich post.