• Resolved skydivider

    (@vineblog)


    I have had some custom HTML5 based interactive maps created that I want to embed into a wordpress page.

    My first attempt using the <object> tag caused wordpress to put shockwave wrapping tags around it and embedded it with scroll bars.

    The map has been delivered to me as it’s own page with references to it’s reqruisite java scripts. So it sits on my server as /public_html/maps/map-3.html

    There are the dependent files inside that /maps/ directory.

    How do I insert / embed it into my wordpress page with no flash or shockwave wrappers and so it displays correctly?

    Here’s a link to the HTML5 map if it helps https://goo.gl/21ZrY

    [No bumping, thank you.]

Viewing 1 replies (of 1 total)
  • Thread Starter skydivider

    (@vineblog)

    well, bumping didn’t help answer my question, and neither did this forum.

    actually, really unimpressed that no one from the wordpress community had any suggestions or help for me…

    anyways, I finally figured out the solution, here was the code that made it work:

    <div align=”center”><iframe id=”blahblah” frameborder=”0″ height=”650px” scrolling=”no” src=”../maps/yourmapfile.html” width=”900px”></iframe></div>

Viewing 1 replies (of 1 total)
  • The topic ‘Insert or embed custom interactive HTML5 map into page?’ is closed to new replies.