Embedding html5 map working for others, not for me

  • Unknown's avatar

    HI, trying to embedd an HTML5 map (Imapbuilder) with no success. The Imap software generates the code itself, and the Imap people have used this code to embedd into their own wordpress blogg with no problem. I have also tried other browsers, computers.

    The code is: <script src=”http://share.imapbuilder.com/view/8347001/085bacc819e1abf031611812249624a1/imap5core.js” type=”application/javascript”></script><script type=”application/javascript”>imap5.init({usermap:79785584,local:true,base:”http://share.imapbuilder.com/view/8347001/085bacc819e1abf031611812249624a1/”});</script>

    When publishing I get a sort of cut-off code (everything before “imap5.init” gone)

    Would appreciaite the help in making this work.

    The blog I need help with is: (visible only to logged in users)

  • There are code restrictions on WordPress.com as certain types of code poses a security risk. http://en.support.wordpress.com/code/ Disallowed code is automatically stripped out.

    You will also see no Javascript is allowed, which is everything you’re trying to insert. The Imap blog is most likely a self-hosted WordPress.ORG site, which won’t have these restrictions.

    The only way I know of to embed an interactive map is via Google Maps: http://en.support.wordpress.com/google-maps/

  • The topic ‘Embedding html5 map working for others, not for me’ is closed to new replies.