• Resolved duckland

    (@duckland)


    Hi,

    Can someone please tell me what to put in the regex section to add an overlay to videos embedded from Rumble.com? The URL for the embed seems to be from the domain https://sp.rmbl.ws however I’ve tried multiple things in the rexex box and it’s not working for me. Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Matthias Kittsteiner

    (@kittmedia)

    Hi there!

    What exactly did you try?

    Best regards,
    Matthias

    Thread Starter duckland

    (@duckland)

    Thanks for your response. This kind of thing:

    /sp.rmbl.ws.*
    ^sp.rmb.*

    Plugin Author Matthias Kittsteiner

    (@kittmedia)

    Neither of these are valid regular expressions. If you use / for them, you need to set it in the beginning and in the end. Additionally, you need to escape literals like ..

    This should work: /sp\.rmbl\.ws/
    Alternatively, if your content contains a URL with rumble.com, you need to use this one: /rumble\.com/

    Thread Starter duckland

    (@duckland)

    I am so unfamiliar with regex so I wasn’t sure what I was doing.

    I just checked and the plugin seems to automatically be working with Rumble now? Did you update something?

    Plugin Author Matthias Kittsteiner

    (@kittmedia)

    Nothing in particular within the last releases. But it depends which version you were running before. The last version that changed something about it was 1.6.0.

    But I’m glad it’s working now. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Custom embed’ is closed to new replies.