Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Scribble Maps

Опис

Provides a WordPress interface for embedding Scribble Maps from ScribbleMaps.com or KML from a specified url.

Basic Usage

Once the plugin is installed and activated, you can add your Scribble Maps to your pages using a tag like this in your articles:

[ScribbleMap mapID="MyMapID" height="150" width="300" /]

When you use the Rich Text Editor in either Visual or HTML modes, you should see a button on the right end of the upload/insert bar with the Scribble Maps logo in the visual mode or a button that reads “Scribble Maps Embed” in HTML mode. Click it, and you will be presented with the Scribble Maps Widget Embed generator which presents you with all possible embedding options. Set the options according to your needs and click the “Generate” button to drop an SM tag in your editor.

The only required attributes in an SM tag are mapID or kmlUrl, height, and width. See the the following sections all available attributes and advanced usage.

Available Attributes

mapID (required)
The Map ID of the map you wish to embed.

OR

kmlUrl (required)
The url to the kml file you wish to load into the widget.

drag
(true|false) Enables dragging of the map around using the mouse

position
(true|false) Toggles visibility of the position controls which allow the user to move the map around.

mapType
(true|false) Toggles visibility of the map type controls which allow the user to change the type to map, satellite view, or hybrid view.

zoom
(true|false) Toggles visibility of the zoom control.

legend
(true|false) Toggles visibility of the legend if the map has one.

Скріншоти

Встановлення

Installing the plugin is as easy as unzipping and uploading the entire scribblemaps-embed folder into your /wp-content/plugins directory and activating the plugin.

Часті питання

Coming Soon

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“Scribble Maps” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Scribble Maps” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.0.7

Fixed a bug where width and height were not being included.

1.0.6

Changed widget to new embed format (moved from iframe to script)

1.0.5

Changed widget to new embed format.

1.0.4

Added allowScriptAccess and allowFullscreen to the flash embed code for the widget.

1.0.3

Initial Release