1.7 Video
You can add a video to you website bij copying the html embed-code to your XML/Tekst page.
Place a video (youtube)
- Go to the video on youtube en click on "share" and "embed"
- Copy the html embed code
- Go to WebEtui-CMS to the page where you want to place the video
- Click on tab "XML/Text"
- type <html> and </html>
- Past the html embed code
- Save the page
example:
<html>
<iframe width="560" height="315" src="//www.youtube.com/embed/_O99sS6K7RU?rel=0" frameborder="0" allowfullscreen></iframe>
</html>