Plugin Directory

Changeset 1056386


Ignore:
Timestamp:
12/29/2014 04:52:32 PM (11 years ago)
Author:
eriksef
Message:

changed readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • smart-map/trunk/readme.txt

    r173084 r1056386  
    11=== Plugin Name ===
    22Contributors: eriksef
    3 Donate link: http://smart-map.phpwelt.net/wordpress-plugin.html
    4 Tags: maps, google, google maps, Post, posts, plugin, ajax
    5 Requires at least: 2.0.0
    6 Tested up to: 2.8.6
    7 Stable tag: 0.9
    83
    9 This plugin allows you to easily insert Google Maps into your blog. QUICK + SMART + FAST
    10 
    11 == Description ==
    12 
    13 This plugin allows you to easily insert Google Maps into your blog, by writing a small string und the adress. The maps can be configured to offer directions to or from the location, show or hide the zoom/pan controls.
    14 Dieses Plugin kann ganz einfach die Googlemaps karte in deinem Blog einbinden! Ganz einfach durch die Adressangabe und noch einige zusatzinfos wie zoom etc.
    15  
    16  
    17  Howto:
    18 Singlepoint:<br>
    19 [googleMap]Width|Height|Zoom|control Type|show Type|Location info|Descripton[/googleMap]
    20 Multiblepoint:<br>
    21 [googleMap]Location1|Description1[/googleMap]
    22 [googleMap]Location2|Description2[/googleMap]
    23 ....
    24 [googleMap]Width|Height|Zoom|control Type|show Type|Location3|Description3[/googleMap]
    25 
    26 example:
    27 [googleMap]Dresden|[/googleMap]
    28 [googleMap]520|200|8|0|0|Bautzen|[/googleMap]
    29 
    30 
    31 KMZ-File:<br>
    32 [googleMap]Width|Height|Zoom|control Type|show Type|URL to kmzfile[/googleMap]
    33 example: [googleMap]685|400|11|0|0|http://edit.sorben.org/kmz/crostwitz-panschwitz.kmz[/googleMap]
    34 
    35 Width: size in pixel<br>
    36 Heigth: size in pixel<br>
    37 Zoom: 0 = World .... 15 Street Zoomlevel<br>
    38 control Type: 0 dont show the zoomcontroll, 1 show it<br>
    39 show Type: 1= show the buttons to change to the satelite,0=dont show it<br>
    40 Location info: your location info for example: Wall Street, New York
    41 Descripton: your description of this point... for example: The New York Stock Exchange
    42 
    43 = Example: =
    44 
    45 http://blog.phpwelt.net/154-smart-map-0-9-wordpress-plugin.html
    46 
    47 == Installation ==
    48 
    49 1. Upload `smart-map.php` to the `/wp-content/plugins/` directory
    50 2. Activate the plugin through the 'Plugins' menu in WordPress
    51 3. go to Plugins->Smart Map und type in you google-map-api-key (get it free here: http://code.google.com/apis/maps/signup.html )
    52 4. add for example [googleMap]520|200|15|0|0|Bautzen Ortenburg|The nice old Castle at Bautzen.[/googleMap] into a post
    53 
    54 == Screenshots ==
    55 
    56 Live: http://blog.phpwelt.net/154-smart-map-0-9-wordpress-plugin.html
    57 
    58  
     4This plugin has been deleted.
Note: See TracChangeset for help on using the changeset viewer.