Viewing 5 replies - 1 through 5 (of 5 total)
  • I’m also experiencing this problem with Vimeo on my WordPress website.
    YouTube works great and pulls all information needed, but when I use Vimeo links nothing appears..

    Any ideas?

    I am having the same issue, but with YouTube instead.

    While I don’t recommend editing a plugins files, if you need a quick fix before an update to the plugin rolls out, I seem to have tracked down the issue.

    In shortcode.php on line 13 if you change

    str_replace('https://player.vimeo.com/video', 'https://vimeo.com', $removeoembed);

    to

    str_replace('//player.vimeo.com/video', 'https://vimeo.com', $removeoembed);

    Vimeo videos begin to work again.

    My guess is the way Vimeo oembed works changed in WordPress core, but I didn’t look too hard into it.

    Thread Starter thelmick

    (@thelmick)

    That fixed it for me. Thanks. Hopefully they will get a new release out soon to take care of this.

    @ryanplas

    Thanks! That fixed it for me as well. Looks like you might be right.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Vimeo Videos are not loading’ is closed to new replies.