Xojo Web embedding from Scribe

Has anyone been able to use Scribe Smart embeded files with Xojo Web?
Scribe creates an iframe link to embed into a website but I can not figure out how to make it work with Xojo We.

I haven’t tried, maybe WebHTMLViewer can help?

Can I put an iframe in the WebHtmlViewer?

I guess as iframe is an HTML element, you can use WebHTMLViewer to add the needed HTML with the iframe there.

I understand there are some server configuration restrictions about iframe but if they allow it and you don’t put any restrictions on your web app, maybe it will work.

I will give it a try. Thanks

When you supply a url for webhtmlviewer, it IS an iframe already.

2 Likes

WebHTMLViewer opening event:

me.LoadHTML(k_iframe)

contant k_iframe with the iframe (embed) code from Scribe
Result:
image

You can also use LoadURL and the full URL to your Scribe.