Storyline and wordpress By Steve Lee Hi all whats the best way to add a storyline project to Wordpress? i do have a plugin which helps create a lightbox in Wordpress but sizing seems to be an issue. any help appreciated steve
Sam Lincoln almost 8 years ago06/03/14 at 11:16 am (UTC) Hi Steve, I copy the zipped Storyline publication folder using FTP to a folder in my Wordpress site. I then use the iframe embed code below to link to the the relevant .html file. (exclude the " at each end) "<iframe src="http://www.YOURDOMAINNAME/FOLDER/STORYLINE output/story.html" frameborder="0" height="600" width="100%"></iframe>" You may nned to adjust height/width to match your site requirements. I usually place this embed code in the text (rather than visual) tab in the Wordpress post/page editor. An alternative is to purchase Brian Batt's plugin which can be found here (opens in a new window).
Steve Lee Author almost 8 years ago06/03/14 at 2:09 pm (UTC) Thanks Sam. I have the free plugin from Brian but was wondering about other methods, so much appreciated for yours. more playing to do, thanks again for the adviceĀ
2 Replies
Hi Steve,
I copy the zipped Storyline publication folder using FTP to a folder in my Wordpress site. I then use the iframe embed code below to link to the the relevant .html file. (exclude the " at each end)
"<iframe src="http://www.YOURDOMAINNAME/FOLDER/STORYLINE output/story.html" frameborder="0" height="600" width="100%"></iframe>"
You may nned to adjust height/width to match your site requirements.
I usually place this embed code in the text (rather than visual) tab in the Wordpress post/page editor.
An alternative is to purchase Brian Batt's plugin which can be found here (opens in a new window).
Thanks Sam. I have the free plugin from Brian but was wondering about other methods, so much appreciated for yours.
more playing to do, thanks again for the adviceĀ