Viewing 7 replies - 1 through 7 (of 7 total)
  • It’s usually [embed] url [/embed]

    See http://codex.wordpress.org/Embeds

    Thread Starter greentub

    (@greentub)

    Doesn’t work either. Hmmm. My code is:

    [embed] https://vimeo.com/54995092 [/embed]

    I also tried:
    [embed]https://vimeo.com/54995092[/embed]

    I’ve reverted my post back to [vimeo]54995092[/vimeo]. It works OK in Safari, doesn’t in Firefox. Don’t know about other browsers.

    I can’t reproduce your issue in Firefox 17.

    [embed]http://vimeo.com/54995092[/embed] works fine for me, just as just pasting

    http://vimeo.com/54995092

    onto its own line works. Vimeo supports Embeds, which means the link alone should suffice.

    Moderator Samuel Wood (Otto)

    (@otto42)

    WordPress.org Admin

    There is no shortcode of [vimeo] by default, so presumably you’re using Jetpack or some other plugin which adds that shortcode.

    For Vimeo in particular, it’s supported as an oembed provider in the core code. So yes, you can do just this:

    [embed]https://vimeo.com/54995092[/embed]

    And it will work fine.

    However, whether it works in Firefox or not is not a matter of the shortcode, but a matter of Vimeo and Firefox and what Firefox extensions you’re running and such.

    Long story short, using the [embed] code is generally more compatible because that means that you’re using the current code from Vimeo itself, which would naturally strive for maximum compatibility. With an added on code from a plugin like [vimeo], there’s no telling what the heck it’s doing. Use [embed]. Then at least people will be able to help you. 🙂

    Thread Starter greentub

    (@greentub)

    For some reason [embed] … [/embed] is working for me to me. Still very puzzling as to why it was having problems yesterday.

    .. And my understanding is just pasting the URL by itself (i.e. https://vimeo.com/54995092) works for wordpress.com sites (I have one of those too), but not wordpress.org. Is that correct?

    Thanks for all of your help!
    Jonathan

    Is that correct?

    No. You can use the base urls in WPORG sites too.

    Thread Starter greentub

    (@greentub)

    OK. Good to know. My problem may have been that I neglected the “s” in “https.” I’m not sure. Just glad it’s working now.

    Thanks!
    Jonathan

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Embedded Vimeo Video not working with Firefox’ is closed to new replies.