• tdjprj

    (@tdjprj)


    I am try to add an interactive world map with clickable countries to my WordPress site — so that my users can click on a country and then link to a specify page on the site. Here is an example of the world countries map I am trying to embed to my wordpress site. I am using their online version so I just need to copy and paste HTML code to my page.

    However in order to link to my page correctly, I need to know the absolute path of my page. How do I know this path? Is it a server setting or a WordPress setting on installation?

Viewing 1 replies (of 1 total)
  • Upload a php document with this code:

    <?php echo $_SERVER['DOCUMENT_ROOT']; ?>

    and surf to the page in question. It will display the absolute path. By the way, did you use a plugin for this map? I am looking for some good maps to work with interactive maps..

Viewing 1 replies (of 1 total)
  • The topic ‘Try to insert an interactive world map to WordPress site’ is closed to new replies.