Recent Topics

1 Dec 08, 2017 01:23    

Hi!

I tried to insert this Vimeo video in a new post: https://vimeo.com/166293639, but the when I see the post, Vimeo says that the video doesn't exists.

I looked at the page source and found the problem: the code that b2evo generates is:

<div class="videoblock" style="width:66293639px;padding-bottom:56.25%"><iframe src="//player.vimeo.com/video/1" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe></div>

So, the video plugin puts the last 8 digits of the video code in width: width:66293639px, and the first digit in the url: //player.vimeo.com/video/1

2 Dec 22, 2017 04:15

Thanks, we'll fix this.

3 Dec 22, 2017 06:13

Hi @fede, could you please let us know what version of b2evolution you are using? Are you using the vimeo toolbar button to insert the video? Could you please confirm if the inserted shorttag is similar to the following:

[video:vimeo:166293639]

Edit: Looking at your previous posts it seems that you are using 6.9.4. This issue is fixed in the next release and should be available soon. The fix can be found here: https://github.com/b2evolution/b2evolution/commit/485a687bea420fd7660bd5a433cb24dc5a82fcf9 just in case you want to manually patch the code and fix the issue immediately but it is generally not recommended.


Form is loading...