youtube videos on web site is through iframe of embed tag

adamiiphzejzhhq

New Member
the best practice to post youtube videos on website is through using iframes or embed tag\[code\]<iframe width="420" height="345"src="http://www.youtube.com/embed/XGSy3_Czz8k"></iframe> \[/code\]or\[code\]<embedwidth="420" height="345"src="http://www.youtube.com/v/XGSy3_Czz8k"type="application/x-shockwave-flash"></embed>\[/code\]my question is which is best practice for posting videos on site......and what are effects on performance using both of them....
 
Back
Top