hi guys. i want to add a video in the content of a sidebar tabbed window. is that possible to do? and if yes. how?
video in sidebar tab
4 posts from 2 voices-
Posted 3 months ago #
-
Yes but probably WordPress can't replace the youtube link with an iframe (oembed protocol) because you use the youtube link inside a shortcode. In this case you need to embed the iframe directly. So instead of http://www.youtube.com/watch?v=LsQBlF1ijYY use the iframe code (on the video page click on share > embed) which is:
<iframe width="420" height="315" src="http://www.youtube.com/embed/LsQBlF1ijYY" frameborder="0" allowfullscreen></iframe>in this case.
Posted 3 months ago # -
does it work the same for vimeo?
Posted 3 months ago # -
worked! THX! <iframe src="http://player.vimeo.com/video/34897752?title=0&byline=0&portrait=0&color=e91c6b" width="500" height="375" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
Posted 3 months ago #
Topic Closed
This topic has been closed to new replies.














