• Resolved mcolinwatts

    (@mcolinwatts)


    Hi there,

    We are attempting to insert more than one SPOT tracker map into a Tablepress Table. SPOT’s documentation is geared towards a widget, which from reading the support threads doesn’t work in a table. But the goal is largely this – we want a 4-row, 2-column table. The left side would be a description of the map, followed by the map, followed by another description, then another map. The right side is for miscellaneous related links.

    Here’s the sample code that SPOT provides to embed a map. Any way to make this work in TablePress?
    http://faq.findmespot.com/index.php?action=showEntry&data=71

    https://ww.wp.xz.cn/plugins/tablepress/

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    From what I can see, and as this SPOT script doesn’t seem to be specifically targeted at WordPress, you will simply have to load some JS files and add some JavaScript code to the page. That code should ideally not be in the table, so that I suggest to load it in the page footer somehow, or put in into the page, below the table Shortcode.
    Your table should then only get the necessary HTML containers, which that JS than apparently targets using those #widget jQuery selectors.

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Embed a SPOT Tracker Map into a table’ is closed to new replies.