kingkong123 / wp-kml-generator

Wordpress Simple KML Generator Plugin

Home Page:http://wordpress.org/plugins/simple-kml-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordpress Simple KML Generator

http://wordpress.org/plugins/simple-kml-generator/

This plugin does not come with front end map, but it generate location lists for use in Google Map

##Admin page

###Create KML Create KML

###KML listing View Created Lists

========= ##Shortcodes

###Download Link

Download KML

[kml_link file="file_name.kml" show_icon="yes|no"]Your Download Text[/kml_link]

Parameters:

  • file: the kml file name (required)
  • show_icon: display the blue KML icon (default "yes")

Content:

  • If you want a custom text for the download link, you can add your custom download text (default "Download KML")

Hint: if you are not going to change the Content text, you can just input [kml_link file="file_name.kml"]

###Show KML List Items

List KML Items

[kml_list file="file_name.kml" show_title="yes|no" download_link="yes|no"]

Parameters:

  • file: the kml file name (required)
  • show_title: display the list title (default "yes")
  • download_link: show the download link (default "yes")

========= ##Widgets

The widgets comes with the same function as the shortcodes. You can edit the widget settings by dragging the widget into the widget area in the admin.

###Download Link Widget

###Show KML List Items Widget

========= By Kingkong123

About

Wordpress Simple KML Generator Plugin

http://wordpress.org/plugins/simple-kml-generator/

License:MIT License


Languages

Language:PHP 76.2%Language:JavaScript 16.5%Language:CSS 7.4%