Plugin Directory

Changeset 867834


Ignore:
Timestamp:
03/02/2014 05:23:35 AM (12 years ago)
Author:
royaltechbd
Message:

shortcode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • royal-google-maps/trunk/readme.txt

    r867831 r867834  
    33Donate link: http://royaltechbd.com/donate.html
    44Tags: google, google maps, google maps api, marker, markers, kml, network links, fusion, fusion tables, infowindow, infowindows, map, mapping, fusion layers, shortcode, shortcodes, google maps v3, v3, geocode, geocoding, address,  maps, latitude, longitude, api, traffic, bike
    5 Last udated:  26/02/2014
     5
    66
    77This plugin allows you to add one or more maps (via the Google Maps v3 API) to your page/post using shortcodes.
     
    47471. Upload `google-maps-v3-shortcode` directory to the `/wp-content/plugins/` directory
    48481. Activate the plugin through the 'Plugins' menu in WordPress
    49 1. Add shortcodes in your posts (ex: [map address="Dhaka, Bangladesh"])
     491. Add shortcodes in your posts (ex: [royalmap address="Dhaka, Bangladesh"])
    5050
    5151== Frequently Asked Questions ==
     
    6060
    6161Ex:
    62 `[map address="Dhaka, Bangladesh" zoom="10"]`
     62`[royalmap address="Dhaka, Bangladesh" zoom="10"]`
    6363
    6464
     
    6868
    6969Ex:
    70 `[map id="map1" address="Dhaka, Bangladesh"]`
    71 `[map id="map2" address="Khulna, Bangladesh"]`
     70`[royalmap id="map1" address="Dhaka, Bangladesh"]`
     71`[royalmap id="map2" address="Khulna, Bangladesh"]`
    7272
    7373= Can I change the size of the map? =
    74 Yes!  Just add your own width and height parameters (the default is 400x300).
     74Yes!  Just add your own width and height parameters (the default is 100%x400).
    7575
    7676Ex:
    77 `[map w="200" h="100"]`
     77`[royalmap w="200" h="100"]`
    7878
    7979= Can you add info bubbles? =
     
    8181
    8282Ex:
    83 `[map address="New York" marker="yes" infowindow="Hello New York!"]`
     83`[royalmap address="Mirpur, Dhaka" marker="yes" infowindow="Hello Dhaka!"]`
    8484
    8585= Can you add KML's? =
     
    8787
    8888Ex:
    89 `[map kml="http://example.com/svn/trunk/ggeoxml/example.kml"]`
     89`[royalmap kml="http://example.com/svn/trunk/ggeoxml/example.kml"]`
    9090
    9191= Can you add Fusion Table Layers? =
     
    9393
    9494Ex:
    95 `[map address="90095" z=9 fusion="825831"]`
     95`[royalmap address="90095" z=9 fusion="825831"]`
    9696
    9797
Note: See TracChangeset for help on using the changeset viewer.