Changeset 867834
- Timestamp:
- 03/02/2014 05:23:35 AM (12 years ago)
- File:
-
- 1 edited
-
royal-google-maps/trunk/readme.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
royal-google-maps/trunk/readme.txt
r867831 r867834 3 3 Donate link: http://royaltechbd.com/donate.html 4 4 Tags: 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 6 6 7 7 This plugin allows you to add one or more maps (via the Google Maps v3 API) to your page/post using shortcodes. … … 47 47 1. Upload `google-maps-v3-shortcode` directory to the `/wp-content/plugins/` directory 48 48 1. Activate the plugin through the 'Plugins' menu in WordPress 49 1. Add shortcodes in your posts (ex: [ map address="Dhaka, Bangladesh"])49 1. Add shortcodes in your posts (ex: [royalmap address="Dhaka, Bangladesh"]) 50 50 51 51 == Frequently Asked Questions == … … 60 60 61 61 Ex: 62 `[ map address="Dhaka, Bangladesh" zoom="10"]`62 `[royalmap address="Dhaka, Bangladesh" zoom="10"]` 63 63 64 64 … … 68 68 69 69 Ex: 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"]` 72 72 73 73 = Can I change the size of the map? = 74 Yes! Just add your own width and height parameters (the default is 400x300).74 Yes! Just add your own width and height parameters (the default is 100%x400). 75 75 76 76 Ex: 77 `[ map w="200" h="100"]`77 `[royalmap w="200" h="100"]` 78 78 79 79 = Can you add info bubbles? = … … 81 81 82 82 Ex: 83 `[ map address="New York" marker="yes" infowindow="Hello New York!"]`83 `[royalmap address="Mirpur, Dhaka" marker="yes" infowindow="Hello Dhaka!"]` 84 84 85 85 = Can you add KML's? = … … 87 87 88 88 Ex: 89 `[ map kml="http://example.com/svn/trunk/ggeoxml/example.kml"]`89 `[royalmap kml="http://example.com/svn/trunk/ggeoxml/example.kml"]` 90 90 91 91 = Can you add Fusion Table Layers? = … … 93 93 94 94 Ex: 95 `[ map address="90095" z=9 fusion="825831"]`95 `[royalmap address="90095" z=9 fusion="825831"]` 96 96 97 97
Note: See TracChangeset
for help on using the changeset viewer.