Instant Articles Integration
Facebook Instant Articles Video Player Integration
The Rumble Video Player is compatible with Facebook Instant Articles.
Requirements:
- You must have your own FAN in-stream video tags and Facebook Instant Articles approved for your page.
- You must have an Ad Tag integration account with Rumble. If you do not, please contact your Rumble account manager or sign up here
iFrame Video Player Integration
In order to monetize with FAN instream video tags, you will need to host Rumble’s video player on your own domain. In order to do so, please follow these steps:
-
Upload this file to the root directory or any folder on your domain.
-
Typically, when embedding a Rumble video, the iFrame SRC URL will look like this: https://rumble.com/embed/u6zof.v4c1i2/, but when working with an instant article, we will use the uploaded file to call the video player.
- Example: http://yourdomain.com/embed.html?url=https://rumble.com/embed/u6zof.v4c1i2/
- Below is a code example of what to place in your instant article:
<figure class="op-interactive"><iframe width="640" height="360" src="http://yourdomain.com/embed.html?url=https://rumble.com/embed/u1234.v4c1i2/" frameborder="0" allowfullscreen></iframe></figure>
-
The code u1234 represents your user ID, and where v4c1i2 represents the video ID. Please replace the video ID with the video you would like to use.