January 27, 2021
How to load and view Captivate interactive demo in a WordPress webpage?
Comments
(5)
January 27, 2021
How to load and view Captivate interactive demo in a WordPress webpage?
(5)

How to load and view a Captivate 2019 interactive demo in a WordPress webpage?

What are good Plugins to use?

Many thanks

5 Comments
2021-02-05 02:22:26
2021-02-05 02:22:26

Lieve, I tried your Iframe code on a WordPress page. Not liking it – !/?

Like
()
(1)
>
Robert_Buchinski
's comment
2021-02-05 09:44:03
2021-02-05 09:44:03
>
Robert_Buchinski
's comment

Did you edit the width and height? What did you not like? I am not on WordPress but this is the easiest way to ’embed’ an interactive output in a webpage. Because posthaven (which I use for hosting my bog) doesn’t allow a width above 800px, I resize to a that width. You can also use percentages, but all depends on the setup of your site.

I mostly also apply a link, either to a rescalable project or to a responsive project.

Like
()
2021-01-27 09:44:26
2021-01-27 09:44:26

Cannot you just add an iFrame (I don’t use WordPress) and refer to the published output on a webserver?

There is a bit of contradiction in your sentence ‘interactive demo’. Do you mean that you have interactivity in the output and want it to be functional? It works for me on my blog. Here is an example from the most recent post:

I published the HTML output to my domain (which acts as a webserver) using this HTML sentence (fixed resolution output in this case)

<p><iframe src=”https://www.lilybiri.com/published/RemediationLoop/index.html” width=”800″ height=”490″></iframe><br></p>

You can see the embedded output in the blog:

http://blog.lilybiri.com/tweakemediation-get-out-of-the-eternal-loop

 

Like
(1)
(2)
>
Lieve Weymeis
's comment
2021-01-27 23:04:30
2021-01-27 23:04:30
>
Lieve Weymeis
's comment

Lieve Weymeis

Thank you very much for your reply. Yes I want to post Interactive Functional demonstrations!
I will try your Iframe  solution.

Let you know!

<Much love>

Like
()
>
Robert_Buchinski
's comment
2021-01-27 23:08:24
2021-01-27 23:08:24
>
Robert_Buchinski
's comment

You’re welcome!

Like
()
Add Comment