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
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.
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
You must be logged in to post a comment.