Difficulty embedding LoxiaStudio code in Scoilnet blog

39 views
Skip to first unread message

Tess

unread,
Jun 3, 2013, 5:49:04 AM6/3/13
to cesi...@googlegroups.com

Hi, I'm trying to embed a Loxia Studio file into the scoilnet school blog but having no success so far.  I've pasted the integration code of the video I've created into the HTML view of my class page but nothing's appearing when I update the page.  Can anyone please help?  Thanks, Tess, Galway 

John Heffernan

unread,
Jun 3, 2013, 7:53:52 AM6/3/13
to cesi...@googlegroups.com
If you could post the embed code we could have a look?

I love these technical challenges on a bank holiday weekend

john


On Mon, Jun 3, 2013 at 10:49 AM, Tess <tklon...@gmail.com> wrote:

Hi, I'm trying to embed a Loxia Studio file into the scoilnet school blog but having no success so far.  I've pasted the integration code of the video I've created into the HTML view of my class page but nothing's appearing when I update the page.  Can anyone please help?  Thanks, Tess, Galway 

--
--
You received this message because you are subscribed to the Google
Groups "CESI-list" group.
To post to this group, send email to cesi...@googlegroups.com
To unsubscribe from this group, send email to cesi-list+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cesi-list?hl=en-GB where all messages are archived and are publically available to non members of the list. Messages may also show up in search engines etc.
Visit the web site www.cesi.ie
Attempts to use the list for commercial purposes may result removal from the list.
---
You received this message because you are subscribed to the Google Groups "CESI-list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cesi-list+...@googlegroups.com.
To post to this group, send an email to cesi...@googlegroups.com.
Visit this group at http://groups.google.com/group/cesi-list?hl=en-GB.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Tess

unread,
Jun 3, 2013, 8:13:32 AM6/3/13
to cesi...@googlegroups.com
Thanks John, here's the code:

<iframe src="http://www.loxiastudio.com/i-GiU" width="700" height="450" scrolling="no" frameborder="0" allowtransparency="true"style="visibility:hidden" onload="this.style.visibility='visible'"></iframe>

I haven't used Loxia before but I just followed the steps.  There was one part where, under each photo, there was a section for photo title, description and link to a webpage - I left the link box empty, perhaps this is where I went wrong?

Tess
 


Damien Quinn

unread,
Jun 3, 2013, 8:57:24 AM6/3/13
to cesi...@googlegroups.com

Hi Tess, Loxia looks interesting, I haven’t used it before. I tried embedding the code into my website and it won’t work there either, so it’s probably a problem with the code. Is it difficult to re-do the process and see if you get the same code?

 

Regards, Damien

John Heffernan

unread,
Jun 3, 2013, 10:37:17 AM6/3/13
to cesi...@googlegroups.com
style="visibility:hidden" sticks out at me as possible cause

Shot in the dark I changed hidden to visible ( guessing that would be inverse of hidden) 

<iframe src="http://www.loxiastudio.com/i-GiU" width="700" height="450" scrolling="no" frameborder="0" allowtransparency="true"style="visibility:visible" onload="this.style.visibility='visible'"></iframe>

Seaghan Moriarty

unread,
Jun 3, 2013, 11:44:52 AM6/3/13
to cesi...@googlegroups.com

 

No, the code is fine as is, John

 

style="visibility:hidden" is a parameter of the iframe. It’s commonly used so that the iframe loads, takes up the space it needs to display its content, BUT the iframe itself (ie the container) will be hidden.

 

Most likely culprit (as the embed code is fine) is that the ‘editor’ is stripping out the iframe tag (some editors do this for security, that’s why YouTube has a ‘traditional embed code’ alternative to iframes – or the embed code is being pasted into the text, rather than the code.

 

@Tess: Embed as you were trying & Save, then use View Source on the live site / via browser to see if your embed code is intact to diagnose further … Also remove the space between ="true"style just in case and see if there’s an alternative embed code to try

 

@ Damien: It may not be working for you, if you’re using the same system (ie on a Scoilnet Blog using the same ‘editor’)

 

HTH

 

Kindest Regards,

Seaghan Moriarty

Tess

unread,
Jun 3, 2013, 1:07:55 PM6/3/13
to cesi...@googlegroups.com
Hi,
Thanks for all the advice.  I've tried redoing it to get new code and it still didn't work.  In fact, whenever I enter the code into the HTML page and save/publish, it disappears from the text.  Maybe it's an issue with scoilnet so I'll contact them tomorrow and see how I get on. 
Thanks again.
Tess

Damien Quinn

unread,
Jun 3, 2013, 1:43:09 PM6/3/13
to cesi...@googlegroups.com

Hi Seaghan, I tried it on a WP-based site, which is also what the Scoilnet blogs are based on so could it be a WP problem then?

 

Regards, Damien

John Heffernan

unread,
Jun 3, 2013, 1:46:44 PM6/3/13
to cesi...@googlegroups.com
When in doubt, check the help page http://www.loxiastudio.com/en/blog/

>>We recently made a small update to our integration code which has greatly increased compatibility with certain browsers.

Whilst this have proven to be successful, we have noticed that a number of you that use online website creation platforms such as Jimdo, sitew or e-monsite have been experiencing a problem with animations not being displayed correctly.

We are naturally working on a permanent solution, however in the meantime your can resolve this problem by doing the following;

Simply remove the following from your integration code :

style="visibility:hidden" onload="this.style.visibility='visible'"
Save your work and the animation should now display correctly 

Damien Quinn

unread,
Jun 3, 2013, 2:10:23 PM6/3/13
to cesi...@googlegroups.com

Hi John, that solution works, well done. Bank holiday problem solving!

 

It looks great Tess, I might give Loxia a try.

 

Regards, Damien

Peter Lydon

unread,
Jun 3, 2013, 12:45:41 PM6/3/13
to cesi...@googlegroups.com
Video loads fine from the link but the iframe code seems to be missing an <embed> tag.

Here a sample embed code from youtube

<iframe width="560" height="315" src="http://www.youtube.com/embed/nZYQluJW-dM" frameborder="0" allowfullscreen></iframe>

DO NOT UNDER ANY CIRCUMSTANCES actually watch this video – it will ruin your summer!

P

Seaghan Moriarty

unread,
Jun 3, 2013, 3:25:39 PM6/3/13
to cesi...@googlegroups.com

Hi Damien,

 

Scoilnet use WP so yes, probably. However, in the meantime, the intrepid John Heffernan actually RTFM’d ;) and found the workaround. I had tried using Chrome and Firefox on a Joomla site and it worked fine (Joomla has some excellent editors which can enable iframes etc.).

 

Kudos to John for the definitive solution! J

 

Kindest Regards,

Seaghan.

 

 

John Heffernan

unread,
Jun 3, 2013, 3:28:15 PM6/3/13
to cesi...@googlegroups.com
My work here is done  ;-P 

Seaghan Moriarty

unread,
Jun 3, 2013, 3:30:36 PM6/3/13
to cesi...@googlegroups.com

 

Hi Tess,

 

it disappears from the text” – this, I feel is definitive proof that your editor is removing the iframe code as a security precaution. If it continues to refuse to work (even after John’s fix), then either/and:

 

1)      Give Scoilnet a shout and ask them if there’s a way to enable iframes and how

2)      Give Loxia a shout and ask them if they have a traditional non-iframe <embed><object> embed code

 

Best of luck!

 

 

Kindest Regards,

Seaghan.

--

Reply all
Reply to author
Forward
0 new messages