iframe

Using Donkeyclip with an Iframe

To embed a Donkeyclip video player on your website using an iframe, simply include the following HTML code and replace the src attribute with the URL of the your donkeyclip:

<iframe
  src="<your-donkeyclip-url>?controls"
  width="640"
  height="360"
  frameborder="0"
  allow="autoplay; fullscreen"
  allowfullscreen
></iframe>

Available query params