There was a problem loading the comments.

How can I embed videos via oEmbed?

Support Portal  »  Knowledgebase (FAQ)  »  Viewing Article

  Print
Editions: all
Versions: 4.4.0+


Starting with VIMP 4.4.0, VIMP also supports the integration of videos on other websites via oEmbed.

To generate the oEmbed code, use the following API call schematically:

 

https://my.vimp.tld/api/oembed?apikey=<apikey>&url=https://my.vimp.tld/video/<name>/<key>&format=xml

 

Replace my.vimp.tld with your VIMP domain, <apikey> with your VIMP API key, and <url> with the full URL to the corresponding video of your portal.

 

An example call looks like this:

 

https://corporate.demo.vimp.com/api/oembed?apikey=12345678&url=https://corporate.demo.vimp.com/video/Technology-Foresight-Future-vision-videos/0b266e0f7a56fda000f2096e20f2e763&format=xml

 

With the correct API key, the response would look like this:

 

<api-response version="4.4.0">
<status>success</status>
<type>0</type>
<provider_name>VIMP Corporate Demo</provider_name>
<provider_url>https://corporate.demo.vimp.com</provider_url>
<title>Technology Foresight - Future vision videos</title>
<author_username>admin</author_username>
<description>NTT DATA Technology Foresight - Future vision vodeos</description>
<html><iframe src="https://corporate.demo.vimp.com/media/embed?key=0b266e0f7a56fda000f2096e20f2e763&width=720&height=405&autoplay=false&autolightsoff=false&loop=false&chapters=false&related=false&responsive=false&t=0" data-src="" class="iframeLoaded" width="720" height="405" frameborder="0" allowfullscreen="allowfullscreen" allowtransparency="true" scrolling="no" style=""></iframe></html>
<width>1280</width>
<height>720</height>
<duration>31</duration>
<uri>/video/Earth/baace20f75d7c2be553a2967e3ae0692</uri>
</api-response>

Share via

Related Articles

© VIMP GmbH