February 13, 2021
Help request on posting Captivate projects to WordPress website.
Comments
(3)
February 13, 2021
Help request on posting Captivate projects to WordPress website.
(3)

Help I have been unable to locate complete How To Help on playing Captivate / Interactive files in WordPress.

I am using iFrame code to call out / play Captivate file from Google Cloud.

<iframe src=”https://storage.googleapis.com/captivate_for_wp/Project_Test_Cap2019_v1a/index.html” width=”800″ height=”600″></iframe>

Can someone suggest a solution using Google Cloud or other techniques?

-Many Thanks

Robert B

3 Comments
2021-03-03 01:31:34
2021-03-03 01:31:34

WordPress has a plug-in that you can purchase in the Settings.  It’s called “Insert and Embed Articulate Content Into WordPress”.  I haven’t tried it yet because I don’t have room on my computer to install the software, but I have installed the plug-in and used it to post an Articulate Rise eLearning module to my homepage.  I hope this helps.

Attachment

Like
(2)
(1)
>
TMSVisionaryGroup
's comment
2021-03-03 12:38:00
2021-03-03 12:38:00
>
TMSVisionaryGroup
's comment

The question was about Captivate modules, not about Articulate Rise which is a completely different application and output.

Like
(1)
2021-02-15 11:28:32
2021-02-15 11:28:32

You can use an iFrame but the published project needs to be stored on a webserver (Google Cloud is not a webserver) which supports JSON. You can install a webserver or find a free or paying webserver. I use part of my domain as webserver to embed iFrames in my blog site. Have a look at an example here, where I embedded an interactive HTML5 output from a project:

http://blog.lilybiri.com/simple-stopwatch-with-while-loop

 

Like
(2)
Add Comment