Alle samlinger
Presentations
Embed an XpressU presentation on a website
Embed an XpressU presentation on a website
John Kanding avatar
Skrevet af John Kanding
Opdateret over en uge siden

Your XpressU Presentation can be inserted on a website using an iFrame. It requires that you have access to be able to edit the website. In other words, access the HTML code. E.g. with WordPress or similar website tools.

The iFrame must be placed between the two body TAGS in order to be displayed.

<html><body>

<iframe src="demo_iframe.htm" ></iframe>

</body></html>

Since an XpressU presentation is best as large as possible, we would suggest that there is not too much other content on the page.

Insert presentation in an iFrame

The common way to insert an iFrame is as follows:

<iframe width="1024" height="768" src="YOUR OFFICIAL LINK HERE" frameborder="0"></iframe>

To get to the iFrame code for a Presentation click the Pencil icon on the Presentation or the XpressU menu

You will find the code under Publish tab under Settings for the Presentation.

Insert presentation in an iFrame with scaling

If you want to scale the XpressU presentation, you can use this code. You change the scaling with (0.8), which in this example means that it has been scaled down to 80%

<iframe width="1024" height="768" src="YOUR OFFICIAL LINK HERE" style="-webkit-transform:scale(0.8);-moz-transform-scale(0.8);"></iframe>


Read more:

Besvarede dette dit spørgsmål?