Totally Zenned
- Join Date:
- Jun 2006
- Posts:
- 786
- Plugin Contributions:
- 0
iframe corrupts Zen pages ??
Whenever I try to imbed a video at the bottom of a category page witht he below iframe code, all the products listings disappear.. ?
<iframe width="420" height="315" src="//www.youtube.com/embed/2bn0H9igPvw" frameborder="0" allowfullscreen></iframe>If I use the old youtube imbed code such as :
"<object width="420" height="315"><param name="movie" value="//www.youtube.com/v/2bn0H9igPvw?hl=en_US&version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="//www.youtube.com/v/2bn0H9igPvw?hl=en_US&version=3" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>"
it does NOT affect the product listings.
Is there an end code I can put after the iframe code so it does not prevent my products from listing?