Plugin Directory

Changeset 1683856


Ignore:
Timestamp:
06/23/2017 12:26:31 AM (9 years ago)
Author:
Fishre
Message:

make the readme.txt a little more verbose.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • travel-maps/trunk/readme.txt

    r1683851 r1683856  
    11=== Plugin Name ===
    2 Contributors:  liuyang
     2Contributors:  YangLiu
    33Tags: maps, baidu, travel, route
    44Requires at least: 3.7
     
    1616, then insert the map with a shortcode.
    1717
    18 With Travel Baidu Maps you can generate a map with multiple locations and a route.
     18With Travel Baidu Maps you can generate a map with multiple locations, a route, hyper links and pictures.
    1919
     20The motive is that China mainland user cannot access Google map, so they could not use these map plugins
     21based on Google API, but the map plugins based on Baidu API is a little limited.
    2022
    2123Basic Usage with shortcodes :
     
    2426or you can find it in the current page after clicking "Publish" button.
    2527
    26 [btmap id="333"]
    27 
     28[btmap id="id"]
    2829Options :
    29 - id    : unique id for travel map
     30- id    : unique id for a travel map, such as 333
    3031
    3132
     
    45461. Scroll up or down to scale the map, or click the button within the map, the setting data will change too.
    46471. Click on "Show Marker Details" if you wish to see the details visible at start.
     481. Change the "Back Color" if you wanna the color of that marker and the route ending into it.
    47491. The content of name and description for a marker supports HTML, so you could imbed some small image and or hyper link.
    4850
     
    5052
    51531. Click on "Add in travel route" if you wish to find it in the travel route.
     54
     55Set Travel Map general setting:
     561. Baidu Developers API key, used to access Baidu map API.
     571. Default route color, you can specify it to make your first marker looks with this default color.
     581. Default time to show detail after clicking marker, if a marker is set to show no detail at default, you can click
     59it to show detail, then you can click the detial area to hide it and show the marker again. But as my test result shows,
     60user cannot hide the detail in iPhone, so I added this option, to let the detail automatically hide after clicking.
    5261
    5362
     
    5867
    5968
    60 1. Upload `travel-baidu-maps.zip` to the `/wp-content/plugins/` directory or add the plugin via wordpress plugin repository.
     691. Upload `travel-maps.zip` to the `/wp-content/plugins/` directory or add the plugin via wordpress plugin repository.
    61701. Activate the plugin through the 'Plugins' menu in WordPress.
    62711. Enter your Baidu Developer API key in the settings page.
Note: See TracChangeset for help on using the changeset viewer.