Privacy Overview

This site uses cookies to improve your experience while browsing the site. Of these cookies, the cookies classified as technical are stored in your browser as they are essential for the functioning of the basic functionality of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to deactivate these cookies. But deactivating some of these cookies may have an effect on your browsing experience.

Always Active

Anonymized technical and analytical cookies are essential for the proper functioning of the website. This category includes only those cookies that provide basic functionality and security features of the website. These cookies do not store any personal information. Anonymized analytical cookies are used to understand how visitors interact with the website. These cookies help provide anonymized information on the metrics of number of visitors, bounce rate, source of traffic, etc.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

Oct 03, 2017 Stefano 0 comments

IFRAME

You can add a video on demand, live or shedule to an external website or blog by embedding it, using the iframe code.

When you publish the iframe of a video on demand, live or shedule, you can customize some parameters of the video player by adding the following properties at the end of the source url:

 

  • &autostart=true : Video autoplay
  • &hideLogo=true : Hide the Web TV logo
  • &fixedLogo=true : Show the Web TV logo
  • &disableShare=true : Hide share button
  • &hideSidebar=true : Hide the button that shows the sidebar with the programming of the WimCast schedule
  • &bigLogo=true : enlarge the logo on the player

 

In this example, iframe was set with autoplay active:

<div style=»position: relative; width:100%; display:inline-block;»><iframe src=»https://www.wim.tv/embed/?vod=8f13d06d-708b-4f51-b2d3-0b82f632c22b&autostart=true» allowfullscreen=»» allow=»autoplay» style=»border:none; position:absolute; top:0; left:0; width:100%; height:100%;»></iframe><div style=»padding-top:56.25%;»></div></div>

You can use all strings as in this example and also use more than one in the same iframe

Sorry, the comment form is closed at this time.