How to insert YouTube video to the post?
Look in your /conf/config.php for a line like that:$Configuration['Garden']['Format']['Links'] = false;
/conf/config.php
$Configuration['Garden']['Format']['Links'] = false;
If you find it, change false to trueand afterwards you simply have to insert the links in your post
false
true
This https://www.youtube.com/watch?v=3esjoo4NoGQ becomes that:
https://www.youtube.com/watch?v=3esjoo4NoGQ
Comments
Look in your
/conf/config.php
for a line like that:$Configuration['Garden']['Format']['Links'] = false;
If you find it, change
false
totrue
and afterwards you simply have to insert the links in your postThis
https://www.youtube.com/watch?v=3esjoo4NoGQ
becomes that: