Tumblr

Ziggeo's video player and video recorder can be embedded into Tumblr posts.

Steps to include a video player on Tumblr

Here are the steps required to embed a Ziggeo video player on Tumblr:

  1. Go to your application management on Ziggeo, Iframe Embed tab, and enable embeds.
  2. Select the video-token of the video you would like to embed.
  3. Generate the following iFrame code:
  <iframe src='https://ziggeo.io/p/video-token'
          height="300"
          frameborder='0'
          scrolling='no'
          allowspeakers allowautoplay allowfullscreen
          allow='speakers *; autoplay *; fullscreen *'
          style="width:100%;height:300px"
  ></iframe>
  1. Copy this code into your Tumblr post and it will show up as playable video on the post.

Steps to include a video recorder on Tumblr

Here are the steps required to embed a Ziggeo video recorder on Tumblr:

  1. Go to your application management on Ziggeo, Iframe Embed tab, and enable embeds.
  2. Select the application-token of this application
  3. Generate the following iFrame code:
  <iframe src='https://ziggeo.io/r/application-token'
          height="300"
          frameborder='0'
          scrolling='no'
          allowspeakers allowautoplay allowfullscreen allowmicrophone allowcamera allowusermedia
          allow='speakers *; autoplay *; fullscreen *; microphone *; camera *; usermedia *'
          style="width:100%;height:376px"
  ></iframe>
  1. Copy this code into your Tumblr post and it will show up as video recorder on the post.