search
Partners Support Log In
Frank Hagan
Updated

Contents

    Back to Top

    Video Manager

    About

    Applies to: All ONTRAPORT accounts.

    Video has become an integral part of every marketing campaign with estimates that 80 percent of all Internet traffic will be from video by 2019. Content marketers are devoting 64 percent of their budgets to video content because of the dramatically higher engagement rates it offers. ONTRAPORT makes it easy for you to embed video on your Legacy Landing Pages, ONTRApages, WordPress site and virtually any website ready for HTML5 at no additional cost.

    The Video Manager allows you to upload and stream video files up to 200MB in size from your ONTRAPORT account. Videos are easily embedded in ONTRApages, Legacy Landing Pages, and your WordPress site with a few clicks. With a little more work, you can stream the videos to any website capable of using the HTML5 video tag as we show below.

    Uploading a Video File

    1. Prepare your video file for upload:
      1. The Video Manager accepts most video file types (3GP, AVI, FLV, MP4, MPG, MPEG, OGG/OGV, WEBM and WMV). Any of these formats work when using the video in Landing Pages or on a WordPress site, but the HTML5 encoding we show below is limited to MP4, WEBM and OGV only.
      2. Make certain your video file is less than 200MB in size.
      3. For longer videos or additional video types use a different video hosting service such as YouTube, Vimeo or Wistia .
    2. In ONTRAPORT, click your email address at the top right, then select Administration and click the Video Manager link in the Data section.





    3. Click the New Video button to upload a video.


    4. Name the video, then drag and drop it onto the page or click the Browse button to select the video file from your computer.

    Embedding a Video File for Playback

    Embedding Video Files in ONTRApages

    1. Click to edit the video block on the template.
    2. Click the video element in the palette to edit it.
    3. Select the Hosted tab and then select the uploaded file using the drop down selection box.33
    4. After the video loads in the canvas, you can click the Embedded tab to edit the HTML5 code to include any of the HTML5 video tags such as autoplay.

    Embedding Video Files in Legacy Landing Pages (ONTRAPORT Pro and above).

    1. In the Layers box, click + New Item and then click the Video button.


    2. Select the Video Layer to make it active, then select the video from the drop down box.


    Embedding Video Files in WordPress Pages (ONTRAPORT Plus and above).

    1. In page edit mode, click the Add ONTRAPORT Media button.


    2. Select the Videos tab and double click on the video to insert it onto the page.


    Embedding Video Files Using HTML5

    1. Obtain the URL of the ONTRAPORT hosted video:
      1. In ONTRAPORT, click your email address at the top right, then select Administration and click the Video Manager link.
      2. Click on the thumbnail of the video you wish to embed. The video loads in the ONTRAPORT player. Right click on the video and select "Copy Video Location",


      3. Paste the URL into a text file for use later on your web page. It will be used in the <source src=" tag to indicate the source of the video.
    2. Refer to the full HTML5 video tag specifications at W3 Schools.
    3. In the following example, the HTML5 tag will display the 856 x 480 video, with controls and autoplay. The URL we copied from the Video Manager is used in the <source src=" tag.
      <video width="856" height="480" controls autoplay>
      <source src="http://clientvids.s3.amazonaws.com/8d9ef2f5ac9944c987ea9b95c759912b.mp4" type="video/mp4">
      </video>

    FAQs

    Q. Is there a limit on the number of videos I can host with ONTRAPORT?

    A. No. While each video is limited to less than 200 MB in size, there is no defined limit on the number of videos you can upload. The Video Manager is intended for streaming uses only.

    Q. Are the video streams protected against theft?

    A. Anyone with the link can view and, with the right software, copy the video. If you need secure video hosting check with our partners Vimeo and Wistia .

    Q. Do the videos provide user statistics, like number of times viewed, duration of the view, etc?

    A. No. You can automate actions using other features of ONTRAPORT in relation to hosted videos, such as Rules that fire when a contact clicks a link or visits a page with the video on it. However, we do not provide analytics on the viewing of the videos themselves.

    Articles in this section

    Created - Updated
    Have more questions? Submit a request

    Comments

    • Avatar
      Kai Thomas Gilb

      How do I get an Vimeo Video to auto play. The code from vimeo creates a error code on Ontraport landing page.

      <iframe src="https://player.vimeo.com/video/81771227?autoplay=1&color=1a85ff&title=0&byline=0&portrait=0" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

    • Avatar
      Frank Hagan

      The URL is truncated at the ellipsis. Try this:

      <iframe src="https://player.vimeo.com/video/81771227?autoplay=1" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

      That should work!

       

    • Avatar
      Kai Thomas Gilb

      That did not work. I got error message when saving: Prepare merged HTML failed.

      It seemed to take it the first time, but it did not Autoplay.

    • Avatar
      Kai Thomas Gilb

      Frank, I just did it again on a new page and it works, Thanks!