HTML5 Globe generator.

Preview

Options

Label Value Description
{{g.label}} {{g.desc}}

Output for HTML

Copy this to a blank html-file.

For use on a Wordpress page

- Upload the folder named html5GlobeFiles (found under "WPupload") to the root of your site. (yoursite.xyz/htmlGlobeFiles)
- Paste the content of the textarea below, into your wordpress page - make sure you are in text / htmlmode.
- You may need to add this to your functions.php (to prevent wordpress from changing your content on save)
remove_filter( 'the_content', 'wpautop' );
remove_filter( 'the_excerpt', 'wpautop' );