Embedding widgets

I am trying to embed a widget into my presentation but it is not working. I have tried with some embed codes and they do work, others do not. Is there a certain type of embed code that is not compatible with Activpresenter?

This one DOES work:

This one DOES NOT work:

Using Activpresenter 6.1.4

I tried to share embed codes that do and do not work, they are not showing up when I hit submit.

Hi,
You can include preformatted text by indent it by 4 spaces.

Regards,

<p align="center"><iframe scrolling="no" src="//www.classtools.net/widg/quiz1_bncAt" width="570" height="250" frameborder=0></iframe></p>
<iframe width="480" height="355" src="//www.gynzy.com/embed/1556" frameborder="0" allowfullscreen></iframe>

Thanks! the two i just posted did not work.

Hi,
You didn’t mention where you pasted such embed code. Did you use the Web Object?

Yes, I tried it with the web object.

So do you mean “it doesn’t work” when testing locally or when uploaded the HTML5 output to a web server?

From what I see, both the embed codes wouldn’t work when testing locally because you used Protocol-relative URL, e.g. //www.classtools.net/widg which usually cannot work locally.
Consider replacing it with either http:// or https://

Regards,

I’ve tried your suggestion and it just shows a blank screen on the page when I export it to HTML 5. Also, it won’t show locally when I try and preview it.

<iframe width="480" height="355" src="//http://gynzy.com/embed/1556" frameborder="0" allowfullscreen></iframe>

Hi,

The url should start with http://, not //http://, so the correct url in your sample is http://gynzy.com/embed/1556
Moreover, you should not paste the entire code into Embed Code filed of the web object, just paste only the url into URL field.

Regards.