Forums | Mahara Community
Open Discussion
/
Google Hangouts
31 March 2014, 13:02
I am trying to make the following peice of code work in Mahara 1.8.*
<scripttype="text/javascript"src="https://apis.google.com/js/platform.js"></script>
<divclass="g-hangout"data-render="createhangout"></div>
It is a HTML5 script to launch a Hangout. When I enter it as raw HTML IE swithch to out of Tinymce, the code gets altered and wont work.
Is there a work around for this?
The advantages are if local rules allow we can make Mahara a little more social.
08 June 2014, 21:08
Hello John,
The code is stripped out by HTML Purifier because it contains unverified Javascript. In order to make it work in Mahara, a filter would need to be written to "whitelist" this particular Javascript.
Cheers
Kristina