Hello, I Have problem with youtube. When I put the URL in Featured video, and choose the format Video for the post, but the video don’t shows on the post. Thumbnail is working. Link: http://goo.gl/uUksfT
I have the same problem. A sample link: http://youtu.be/r_rVyt-ojpY
As an interim solution I use the raw html with this code, for example:
<iframe src="http://youtu.be/r_rVyt-ojpY?rel=0" frameborder="0" width="640" height="480"></iframe>
This also has the advantage that you can add this code to the end of the link
?rel=0
which stops videos thumbnails automatically being added after your video has played
Just to be clear. To post a video from youtube I have to Paste a link from Youtube in Featured Video it will be embedded “THE VIDEO” in the post and the thumb used as the featured image of this post.
I did that but the Video didn’t embedded in post. (But if I paste youtube link in the POST the video work.
Hi,
@leda your problem is because you have hidden the featured images http://screencast.com/t/pdEdHG23 and this will hide the video to.
We will fix this in the next update, until that add this code: and get_post_format($this->post->ID) != 'video' like here: http://screencast.com/t/EQ9ziZKUl
Thanks!