Embed a video on your website

You place (embed) a video from Snotr on your own website. There are various ways to do this. The first method is to click the Embed this video link on the page of the video you want to embed and follow the instructions. The other three methods are explained below.

The width and height properties can be changed to fit your website. Adding ?autoplay at the end of the src property will make the video play automatically when the page is loaded.

Random video

The Random embed will show a different video each time you open it.

(X)HTML code:
<iframe src="https://www.snotr.com/embed/random" width="400" height="330" frameborder="0"></iframe>

Daily random

The Daily random embed will show a different random video each day.

You may change the number 9802 to whatever number you like. This number is only there to make sure that a different Daily embed is shown on various websites.

(X)HTML code:
<iframe src="https://www.snotr.com/embed/daily/9802" width="400" height="330" frameborder="0"></iframe>

Latest video

The Latest embed will always show the latest video published on Snotr.

(X)HTML code:
<iframe src="https://www.snotr.com/embed/latest" width="400" height="330" frameborder="0"></iframe>