Title: Custom embed
Last modified: January 24, 2023

---

# Custom embed

 *  Resolved [duckland](https://wordpress.org/support/users/duckland/)
 * (@duckland)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/custom-embed/)
 * 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](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](https://wordpress.org/support/users/kittmedia/)
 * (@kittmedia)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/custom-embed/#post-16402173)
 * Hi there!
 * What exactly did you try?
 * Best regards,
   Matthias
 *  Thread Starter [duckland](https://wordpress.org/support/users/duckland/)
 * (@duckland)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/custom-embed/#post-16404981)
 * Thanks for your response. This kind of thing:
 * /sp.rmbl.ws.*
   ^sp.rmb.*
 *  Plugin Author [Matthias Kittsteiner](https://wordpress.org/support/users/kittmedia/)
 * (@kittmedia)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/custom-embed/#post-16404997)
 * 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](https://wordpress.org/support/users/duckland/)
 * (@duckland)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/custom-embed/#post-16405600)
 * 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](https://wordpress.org/support/users/kittmedia/)
 * (@kittmedia)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/custom-embed/#post-16406119)
 * 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. 🙂
    -  This reply was modified 3 years, 4 months ago by [Matthias Kittsteiner](https://wordpress.org/support/users/kittmedia/).

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Custom embed’ is closed to new replies.

 * ![](https://ps.w.org/embed-privacy/assets/icon.svg?rev=2812349)
 * [Embed Privacy](https://wordpress.org/plugins/embed-privacy/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/embed-privacy/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/embed-privacy/)
 * [Active Topics](https://wordpress.org/support/plugin/embed-privacy/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/embed-privacy/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/embed-privacy/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [Matthias Kittsteiner](https://wordpress.org/support/users/kittmedia/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/custom-embed/#post-16406119)
 * Status: resolved