Forums | Mahara Community
Support
/
Zoho Products?
25 January 2011, 15:30
I would like to emed Zoho products in my views. In particular I would like to emed Zoho Notebooks.
Is there a way to do this? Does there need to be a specific plug-in developed? Here is the embed script:
<iframe src='http://notebook.zoho.com/nb/public/erikdimes/book/247795000000007049' width='800px' height='600px'></iframe>
It was just a test. I like the notebook feature in Zoho. I think it is a great teaching aid.
26 January 2011, 3:12
Hello Erik,
Mahara does not allow the embedding of iFrames. If you want to allow a specific iFrame, a filter would have to be written for that particular case.
Embed code tags that is allowed are <object>, <embed>, and <div>.
Cheers
Kristina
26 January 2011, 9:19
Kristina,
Thank you. I will look into the filter. I think for now I can just use a link.
Thank you,
Erik
26 January 2011, 6:15
Look up the code in my GoogleApps blocktype (http://mahara.org/view/view.php?id=11634) and change it.. or I'll may do it, if I find the time in next two weeks.
HTH, Gregor
26 January 2011, 9:26
Gregor,
Thank you. I will take a look at the code. I don't have much experience in that area, but I think I am just clever enough to cause some damage. But it seems to me I just need to change a few things in the source code like the urls?