- Posts: 4
- Thank you received: 0
Integrate YouTube Videos
-
MrResponsive
Inactive member - Topic Author
- New Member
Less
More
12 years 6 months ago #19269
by MrResponsive
Integrate YouTube Videos was created 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?
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 6 months ago #19284
by ivan.milic
Replied by ivan.milic on topic Re: Integrate YouTube Videos
You skipped most important line:
so it's :
best , toggle editor to html view so you can have full control.
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.
-
MrResponsive
Inactive member - Topic Author
- New Member
Less
More
- Posts: 4
- Thank you received: 0
12 years 6 months ago #19294
by MrResponsive
Replied by MrResponsive on topic Re: Integrate YouTube Videos
OK, the "iframe/editor" problem. I will change the editor.
Thank you.
Thank you.
Please Log in to join the conversation.
-
Ilbnvm1989
Inactive member - New Member
Less
More
- Posts: 19
- Thank you received: 0
11 years 4 months ago #32245
by Ilbnvm1989
Replied by Ilbnvm1989 on topic Re: Integrate YouTube Videos
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
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.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 4 months ago #32250
by ivan.milic
Replied by ivan.milic on topic Re: Integrate YouTube Videos
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
Also in joomla under text filtering in global configuration set all options to no-filtering
Please Log in to join the conversation.
-
Ilbnvm1989
Inactive member - New Member
Less
More
- Posts: 19
- Thank you received: 0
11 years 4 months ago #32270
by Ilbnvm1989
Replied by Ilbnvm1989 on topic Re: Integrate YouTube Videos
Hi Thanks a lot
Please Log in to join the conversation.
Time to create page: 0.164 seconds