Embedding Rumble.com videos for additional revenue?

jokeroo

New member
They are massive: https://www.alexa.com/siteinfo/rumble.com and they give the publisher (forum owners) 50% of the revenue generated when our users embed videos from them. Additionally, the users who upload using them get 30% revenue share, so its perfect for me to recommend my community to host and share using them.

How do I enable it so Rumble's embed codes work?

Here's the code samples:
Standard embed URL:
Code:
<iframe class="rumble" width="640" height="360" src="https://rumble.com/embed/u3kt4.v1io41/" frameborder="0" allowfullscreen></iframe>
Publisher tracked embed URL:
Code:
<iframe class="rumble" width="640" height="360" src="https://rumble.com/embed/u3kt4.v1io41/" frameborder="0" allowfullscreen></iframe>

Here is the direct url: https://rumble.com/v44uov-unusual-sound-in-witset-moricetown.html

Above, I highlighted my unique ID code in red, and I want to add the unique ID code to every embed a user makes, so 50% of the revenue goes to my account. Obviously, the first step is just to enable the regular embeds, but if there is a way I can attach my publisher ID to it, that would be a major win for us as well.

Looking forward to getting this enabled for my forum. Thanks!
 
As the value in the embed code isn't in the URL, we can't do embedding based on the URL. This would require custom development to support, as you'd need some method of making a call to get the embed URL/ID from the content at that URL (or via an API, if they have that).
 
How do we just get this URL to embed the video in our forums? Its the standard code:
Code:
<iframe class="rumble" width="640" height="360" src="https://rumble.com/embed/v1io41/" frameborder="0" allowfullscreen></iframe>

I just want all the embeds to show up as videos, but it only seems to support Dailymotion, Youtube, etc. I also noticed Rumble utilizes oEmbed, not sure if that helps?
 
If it supports oEmbed, then you may be able to use that in XF2, as the BB code media site system supports that. You'd need to look at some example BB code media sites that use oEmbed already, such as Instagram, for guidance.
 
Top Bottom