-
AuthorPosts
-
theprofessor Friend
theprofessor
- Join date:
- March 2009
- Posts:
- 365
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 47
- Thanked:
- 64 times in 18 posts
May 7, 2009 at 7:07 pm #140983I am trying to embed a YouTube video into my website. I think I must be doing it wrong because I cannot get it to appear on my site.
Here is what I am doing, maybe someone can point out what I am doing wrong.
-Going to Extensions>>Module Manager and selecting the module I want for the video
(In this case it is Custom Module in Left position)
-Clicking on ‘Insert/Edit Embedded Media’ link, selecting ‘Type=Flash’, and entering the URL.Any ideas?
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
May 7, 2009 at 7:42 pm #303942Why not use a html mod, install it simply insert the code and assign it to which position you need
theprofessor Friendtheprofessor
- Join date:
- March 2009
- Posts:
- 365
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 47
- Thanked:
- 64 times in 18 posts
May 7, 2009 at 8:38 pm #303946Hmm…well Opal comes with a custom module that allows html creation in the WYSIWYG editor.
anyways, I tried the extension you suggested, as well as another one, but not luck.
I can see the video in the Embed/Edit Media editor, but it won’t show up on the site.
Weird.
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
May 7, 2009 at 8:43 pm #303948which code are you taking from the you tube page?
give me at link to the you tube video
theprofessor Friendtheprofessor
- Join date:
- March 2009
- Posts:
- 365
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 47
- Thanked:
- 64 times in 18 posts
May 7, 2009 at 8:46 pm #303950I have tried both the URL and the embed code:
http://www.youtube.com/watch?v=Y83tXXe0he4
and
<object width=”480″ height=”295″><param name=”movie” value=”http://www.youtube.com/v/Y83tXXe0he4&hl=en&fs=1&rel=0&color1=0x3a3a3a&color2=0x999999″></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”http://www.youtube.com/v/Y83tXXe0he4&hl=en&fs=1&rel=0&color1=0x3a3a3a&color2=0x999999″ type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”480″ height=”295″></embed></object>
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
May 7, 2009 at 8:50 pm #303951Well there is nothing wrong with the video see here
Removed Now
<object width="567" height="240"><param name="movie" value="http://www.youtube.com/v/Y83tXXe0he4&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Y83tXXe0he4&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="567" height="240"></embed></object>
theprofessor Friendtheprofessor
- Join date:
- March 2009
- Posts:
- 365
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 47
- Thanked:
- 64 times in 18 posts
May 7, 2009 at 8:53 pm #303953OK thanks Phil. Can you please explain to me step by step what you are doing to add the Youtube video to your site?
Reason I ask is because if I am doing the same thing and it won’t show up on mine, it must be another issue. At least I would know I am barking up the wrong tree…. š
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
May 7, 2009 at 8:54 pm #303954No Problem…give me 5 to write it down
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
May 7, 2009 at 9:04 pm #303957Ok Iām using the html module for Joomla 1.5 which is from http://www.dart-creations.com/joomla/joomla-modules/mod-html-for-joomla-1.5.html
After installation I get the you tube code (EMBEDED)I then add the code to the module and enable it and assign it to where I need it to go
<object width=”425″ height=”344″><param name=”movie” value=”http://www.youtube.com/v/OCAjmuA1HDk&hl=en&fs=1″></param><param name=”allowFullScreen” value=”true”></param><param name=”allowscriptaccess” value=”always”></param><embed src=”http://www.youtube.com/v/OCAjmuA1HDk&hl=en&fs=1″ type=”application/x-shockwave-flash” allowscriptaccess=”always” allowfullscreen=”true” width=”425″ height=”344″></embed></object>
Change colours in red to suit the size of your area
The instructions are also on Dart creations site.
They also have a You Tube in content module (never used it)
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
May 7, 2009 at 9:12 pm #303958The Html code module is great I use them for adsence codes, paypal buttons and videos
1 user says Thank You to mfcphil for this useful post
theprofessor Friendtheprofessor
- Join date:
- March 2009
- Posts:
- 365
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 47
- Thanked:
- 64 times in 18 posts
May 7, 2009 at 10:38 pm #303960Thanks a lot Phil! It works š
I had the html mod loaded but was using it incoreectly.madeline63 Friendmadeline63
- Join date:
- January 2010
- Posts:
- 92
- Downloads:
- 0
- Uploads:
- 30
- Thanks:
- 11
- Thanked:
- 1 times in 1 posts
March 30, 2010 at 5:40 am #338382hi,
i am trying to embed youtube in my frontpage website, but the video cant appear, it show “an error is occured, please try again later.”
this is the code i embed in a custom module.
<div style=”background-color: #000000;”>
<object width=”390″ height=”205″>
<param name=”allowFullScreen” value=”true” />
<param name=”allowscriptaccess” value=”always” />
<param name=”wmode” value=”transparent” />
<param name=”src” value=”http://www.youtube.com/v/AKClo1O3Xdc&hl=en_US&fs=1&” /><embed allowfullscreen=”true” src=”http://www.youtube.com/v/AKClo1O3Xdc&hl=en_US&fs=1&” type=”application/x-shockwave-flash” allowscriptaccess=”always” wmode=”transparent” width=”390″ height=”205″></embed>
</object>
</div>but after i saved, it change to
<div style=”background-color: #000000;”>
<object codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,32,18″ classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ width=”390″ height=”205″>
<param name=”allowFullScreen” value=”true” />
<param name=”allowscriptaccess” value=”always” />
<param name=”wmode” value=”transparent” />
<param name=”src” value=”http://www.youtube.com/v/AKClo1O3Xdc&hl=en_US&fs=1&” /><embed allowfullscreen=”true” src=”http://www.youtube.com/v/AKClo1O3Xdc&hl=en_US&fs=1&” type=”application/x-shockwave-flash” allowscriptaccess=”always” wmode=”transparent” width=”390″ height=”205″></embed>
</object>
</div>is this affected? else what else did i miss??
Niek van Hengel FriendNiek van Hengel
- Join date:
- September 2014
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
April 26, 2010 at 2:04 pm #341653Hi, can you maybe explain how to implement a youtube playlist into this module?
Thanks -
AuthorPosts
This topic contains 13 replies, has 4 voices, and was last updated by Niek van Hengel 14 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum