Hello There, Guest! Login Register
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FlatOne - youtube video not shown in post
#1
Embedded youtube videos are not shown in posts.
During the creation of the post and adding of a youtube video in editor mode the video is shown in the edit area. In preview the video is not shown, the same (no video) in the post after saving it.

Tried with the myBB default theme, the youtube video is shown in the post.

Any ideas?
Reply
#2
We're looking into this issue and will get back to you.
Reply
#3
Any news about this issue?

(20th Sep, 01:23 am)Tan Wrote:  We're looking into this issue and will get back to you.
Reply
#4
The code of the 'Video MyCode Templates' of the theme are not correct.

For youtube (video_youtube_embed) it has to be changed:
<iframe class="iframe_video" src="http://www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>
to
<iframe width="560" height="315" src="//www.youtube.com/embed/{$id}" frameborder="0" allowfullscreen></iframe>

The same issue seems to be in other Video Templates, too..., like vimeo
Reply




Users browsing this thread: 1 Guest(s)