|
Embed Youtube on Joomla 1.0 |
|
|
|
Written by admin
|
|
Wednesday, 20 May 2009 |
Still having trouble with the youtube code
modifications on joomla 1.0 ?- You can do an easier
alternative with the following stages:
- Setting Mambots terlebih dahulu
- Copy Embed Code on YOUTUBE, for examplei :
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/CY8AagMh_1M&color1=0xb1b1b1&color2=0xcfcfcf&hl=en&feature=player_embedded&fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/CY8AagMh_1M&color1=0xb1b1b1&color2=0xcfcfcf&hl=en&feature=player_embedded&fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>
- Change word embed to be iframe so code script change like this :
<object width="425" height="344"><param name="movie"
value="http://www.youtube.com/v/CY8AagMh_1M&color1=0xb1b1b1&color2=0xcfcfcf&hl=en&feature=player_embedded&fs=1"></param><param
name="allowFullScreen" value="true"></param><iframe src="http://www.youtube.com/v/CY8AagMh_1M&color1=0xb1b1b1&color2=0xcfcfcf&hl=en&feature=player_embedded&fs=1"
type="application/x-shockwave-flash" allowfullscreen="true" width="425"
height="344"></iframe></object>
- Click HTML Source Editor
- Copy-Paste Code to HTML Source editor, so result to be like this :
After your update, you can SAVE your document and click PREVIEW to see
your webpage.
you can try your edit with HTML EDITOR . Let's Try
Artikel by
You are free to take this article,
please copy-paste the code below, and paste / insert in your article
content, we appreciate your actions if it does not eliminate or reduce
the code below:
|
|
Last Updated ( Monday, 05 April 2010 )
|