DynTube Help Center
  • Welcome to our Help Center
  • Videos
    • How To Upload & Embed Videos
    • Playing DynTube Videos in Native Mobile Apps
    • How to Embed Videos in WordPress
    • How to create a video feed for Roku & Fire Tv
    • How to live stream on DynTube using OBS
    • How to Change Video Thumbnail
    • How to Change the Video Player Skin
    • How to Download Oirignal Videos
    • How to Use Original MP4 Without Transcoding
    • Use your own domain for videos and channels
    • Automatically Import Videos from Google Drive using Zapier
    • Move videos to a different project
    • How to add call-to-action on a video
    • How to enable white-label video links
    • Tracking Video Viewers with Custom User IDs/Emails
  • Security
    • How to secure your videos on DynTube
    • How to Add Login Protection on My Videos
    • How To Turn On Video Encryption
    • How To Create Plans & Subscriptions
  • Channels
    • How to Create Video Channels
    • How To Sort Videos in a Channel
    • Custom Video Order in Your Channel
  • Projects
    • How to create a project
    • How to Edit Project Settings
    • How To Save Original Source Files
  • AI Features
    • How does the AI-powered transcription and translation pricing work?
  • TV Apps
    • How to Add Your DynTube Roku Feed to a Roku Channel
    • How to Add Your DynTube Fire TV Feed to an Amazon Fire TV Channel
  • Account
    • How to Upgrade My Plan?
    • How to Update My Credit Card Details?
    • How to Check My Payment History?
    • How To Download the Invoices?
    • How to add more users to my DynTube account?
    • How to Cancel My Plan?
  • FAQs
    • How to Choose Between Plans?
    • Video Options
    • Video Player
    • Bandwidth
    • Video Uploads
    • HLS Streaming & Storage
    • Screen Recording & Download prevention
    • Video Playback Issues
    • Billing
  • Tips & Tricks
    • Embed videos using the new video player
    • How to make rounded big play button
    • How to Embed DynTube Videos in LearnDash
    • How to Embed DynTube Video Channel in WordPress/LearnDash
    • How to add dynamic watermark to the video player
    • Control Video Player using URL
    • How to use your own videos as Ads
    • How to embed DynTube player in Next.Js
    • How to embed the DynTube player in React
    • How to embed videos & channels dynamically
Powered by GitBook
On this page
  • Use new video player for private links
  • Create the player link using API
  1. Tips & Tricks

Embed videos using the new video player

You can incorporate the videos with ease using our updated video player. Simply update the domain name in the Iframe source URL from videos.dyntube.com to player.dyntube.com.

To illustrate, here's the current embedding code:

<!-- No changes to style tag -->
<style>.dyntube-iframe-container{position:relative;width:100%;overflow:hidden;padding-top:57.25%}.dyntube-responsive-iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;border:none}</style>
<!-- Change Iframe src tag -->
<div class="dyntube-iframe-container"> <
iframe class="dyntube-responsive-iframe" allow="autoplay; fullscreen" webkitallowfullscreen mozallowfullscreen allowfullscreen 
src="https://videos.dyntube.com/iframes/kt0q5A6uFQ" title="Caminandes">
</iframe>
</div>        

It will change to:

<!-- No changes to style tag -->
<style>.dyntube-iframe-container{position:relative;width:100%;overflow:hidden;padding-top:57.25%}.dyntube-responsive-iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;border:none}</style>
<!-- Change Iframe src tag -->
<div class="dyntube-iframe-container"> <
iframe class="dyntube-responsive-iframe" allow="autoplay; fullscreen" webkitallowfullscreen mozallowfullscreen allowfullscreen 
src="https://player.dyntube.com/iframes/kt0q5A6uFQ" title="Caminandes">
</iframe>
</div>

Use new video player for private links

You have the option to update the private links for your current videos to incorporate the new video player. Likewise, the domain name will transition from videos.dyntube.com to player.dyntube.com. Consequently, a video link will transform as follows.

Current Link:

https://videos.dyntube.com/iframes/4w4tiWSA

New Link:

https://player.dyntube.com/iframes/4w4tiWSA

Create the player link using API

If you require the dynamic creation of the Iframe URL for the new player through programming languages, you can utilize the "IframeLink" field provided upon fetching the video via the API.

https://player.dyntube.com/iframes/[IFRAMELINK_HERE$]
PreviousTips & TricksNextHow to make rounded big play button

Last updated 1 year ago