Integrate YouTube Videos

More
11 years 9 months ago #19269 by MrResponsive
Here is my next question:

In the demo version is an articel named Samsung Galaxy S3.
There´s a Youtube Video inside. I look at the code and find only:

<hr id="system-readmore" />
<p>Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>


How can I integrate a YouTube Video?

Please Log in to join the conversation.

More
11 years 9 months ago #19284 by ivan.milic
You skipped most important line:
Code:
<iframe width="640" height="360" src="http://www.youtube.com/embed/u3qijkauc84" frameborder="0" allowfullscreen></iframe> <hr id="system-readmore" /> Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.

so it's :
Code:
<iframe width="640" height="360" src="http://www.youtube.com/embed/u3qijkauc84" frameborder="0" allowfullscreen></iframe>

best , toggle editor to html view so you can have full control.

Please Log in to join the conversation.

More
11 years 9 months ago #19294 by MrResponsive
OK, the "iframe/editor" problem. I will change the editor.

Thank you.

Please Log in to join the conversation.

More
10 years 6 months ago #32245 by Ilbnvm1989
Good day,

When I switched to toggle editor (HTML Editor) and paste the following code (<iframe width="640" height="360" src=" www.youtube.com/embed/u3qijkauc84 " frameborder="0" allowfullscreen>) and save, the code is missing?

Thanks

Please Log in to join the conversation.

More
10 years 6 months ago #32250 by ivan.milic
You need to configure your editor to allow iframe tag. Usually it's listed under forbidden tags in editor settings. If you use jce settings are under components menu for tiny mce you go to plugin manager, find it's plugin and enter its settings to configure it.
Also in joomla under text filtering in global configuration set all options to no-filtering

Please Log in to join the conversation.

More
10 years 6 months ago #32270 by Ilbnvm1989
Hi Thanks a lot

Please Log in to join the conversation.

Time to create page: 0.341 seconds
Powered by Kunena Forum