Thanks for your enquiry.
Normally, wordpress do not permit you to upload file other than media file, therefore, if you need to embed our html5 map into wordpress, you need to embed it remotely. That is, you need to upload the published files to other server or server location.
e.g. http://www.yourserver.com
And then you need to copy the embed code from the software, like the embed code below:
- Code: Select all
<script src="imap5core.js" type="application/javascript"></script><script type="application/javascript">imap5.init({usermap:55388502,local:true});</script>
However, you need to modify the embed code so as to support remote embedding like below:
- Code: Select all
<script src="http://www.yourserver.com/imap5core.js" type="application/javascript"></script><script type="application/javascript">imap5.init({usermap:55388502,local:true,base:"http://www.yourserver.com/"});</script>
Please note that usermap id (e.g. 55388502) may be different than yoursand finally paste the new embed code into wordpress.
Regards
iMapBuilder Support