Also available in ((/Doc/Deutsch/Aktionen/Embed Deutsch)), ((/Doc/Français/Fonctions/Embed Français)), ((/Doc/Русский/Действия/Embed Русский))
Allows you to embed PDFs and clips from youtube and some other sites.
The first three arguments here are required. The rest are optional.
##""{{embed url="file:the_movie.mp4" width=100 height=100 [align="left|center|right"]}}""##
===Example===
##""{{embed url="https://www.youtube-nocookie.com/embed/zhec3tHwLzo" width=640 height=385}}""##
{{embed url="https://www.youtube-nocookie.com/embed/zhec3tHwLzo" width=640 height=385}}
===Notes===
2. If CSP is enabled what is recommended, you must set the CSP directives in your **csp_custom.conf**:
1. check your Content-Security-Policy settings
* %%Content-Security-Policy:
default-src 'self';
base-uri 'self';
form-action 'self';
img-src * data:;
script-src 'self' 'unsafe-inline';
style-src 'self' 'unsafe-inline';
frame-src 'self' archive.org *.youtube.com *.youtube-nocookie.com *.dailymotion.com *.bitchute.com odysee.com *.vimeo.com rumble.com;
media-src 'self' archive.org *.youtube.com *.youtube-nocookie.com dailymotion.com *.bitchute.com odysee.com *.vimeo.com rumble.com;
object-src 'self' archive.org *.googlevideo.com *.ytimg.com *.youtube.com *.youtube-nocookie.com dailymotion.com *.bitchute.com odysee.com *.vimeo.com rumble.com;%%
* file:/csp_youtube_example.png
1. set your Content-Security-Policy (CSP) in your ((/Doc/English/Configuration secondary config)) ##config['csp']## to **2** (custom)