Skip to main content
Web content examples
Updated over a week ago

This guide will show you how to include content from popular third-party services in your app using web content.

YouTube

Follow the steps below to embed a YouTube video or livestream in your app.

  1. Click the share button below the video.

  2. Click the embed button in the modal that pops up.

  3. You should see some code displayed on the right starting with <iframe. Look for something like src="https://www.youtube.com/embed/gN0PZCe-kwQq?si=xnhsx0bzb1GjCS2qq" and copy the url between the quotes (e.g. https://www.youtube.com/embed/gN0PZCe-kwQq?si=xnhsx0bzb1GjCS2qq).

  4. Paste this URL into the “URL” input in the web embed form.

  5. Set “Display” to “Inline”.

⛔️ Monetizing YouTube content in ways other than those provided by YouTube are against YouTube’s terms of service. Please do not put YouTube content behind a paywall in your app. Doing so could result in your app being suspended from the Play Store or App Store.

Rumble

Follow the steps below to embed a Rumble video or livestream in your app.

  1. Click the button with three dots on the bottom right below the video (to the left of the share button).

  2. Click “Embed”.

  3. Copy the URL in the “Embed IFRAME URL” box.

  4. Paste this URL into the “URL” input in the web embed form.

  5. Set “Display” to “Inline”.

Did this answer your question?