Changeset 1457288
- Timestamp:
- 07/20/2016 12:35:51 AM (10 years ago)
- Location:
- wp-app-bar/trunk
- Files:
-
- 2 added
- 2 edited
-
README.md (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
-
screenshot-1.png (added)
-
screenshot-2.png (added)
Legend:
- Unmodified
- Added
- Removed
-
wp-app-bar/trunk/README.md
r1457275 r1457288 1 1 # WP App Bar 2 Contributors: ryscript3 Tags: mobile menu, burger menu, app bar, bar menu2 Contributors: wpdevshed,ryscript 3 Tags: mobile menu, app bar, mobile 4 4 Requires at least: 3.6.0 5 5 Tested up to: 4.2.0 … … 10 10 11 11 # Description 12 WP App Bar adds a row of simple app like buttons across the bottom of all pages on your mobile site so you can offer visitors quick access to features such as calling, directions or mobile friendly share functions.12 WP App Bar gives mobile visitors quick access to features such as one tap calling and directions. 13 13 14 14 # Installation 15 15 16 Login to your WordPress site and search for “WP App Bar” from the plugin admin. Install and activate. Or you can install manually… 17 16 18 Manual Installation 17 19 18 1. Upload the entire '/wp-app-bar'directory to the '/wp-content/plugins/' directory.20 1. Upload the entire ‘/wp-app-bar’ directory to the '/wp-content/plugins/' directory. 19 21 2. Activate WP App Bar through the 'Plugins' menu in WordPress. 20 22 … … 22 24 =================== 23 25 26 You'll find the [FAQ on WPDevShed.com](http://wpdevshed.com/wp-app-bar/). 24 27 25 28 Screenshots 26 29 =================== 27 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from28 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets29 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png`30 (or jpg, jpeg, gif).31 2. This is the second screen shot32 30 33 31 1. This is the admin screen. Super simple to select and configure each of the 5 functions you can display in the app bar at once. 32 2. This is a screenshot of the app bar in action. It will appear across the bottom of the browser screen for all mobile visitors. One tap to call, open your location in Google maps or any of the other functions you can choose to display. 34 33 35 34 Changelog … … 38 37 1.0 39 38 * First release 40 41 Upgrade Notice42 ===================43 44 1.045 First Release -
wp-app-bar/trunk/readme.txt
r1457275 r1457288 1 1 === WP App Bar === 2 Contributors: ryscript 3 Tags: mobile menu, burger menu, app bar, bar menu 2 3 Contributors: wpdevshed,ryscript 4 Tags: mobile menu, app bar, mobile 4 5 Requires at least: 3.6.0 5 Tested up to: 4.2.06 Stable tag: 1.07 License: GPLv28 License URI: http://www.gnu.org/licenses/gpl-2.0.html6 Tested up to: 4.2.0 7 Stable tag: 1.0 8 License: GPLv2 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 10 10 WP App Bar adds a row of simple app like buttons across the bottom of all pages on your mobile site so you can offer visitors quick access to features such as calling, directions or mobile friendly share functions.11 WP App Bar gives mobile visitors quick access to features such as one tap calling and directions. 11 12 12 13 == Description == 13 14 14 WP App Bar adds a row of simple app like buttons across the bottom of all pages on your mobile site so you can offer visitors quick access to features such as calling, directions or mobile friendly share functions. 15 Even if your site is responsive and mobile friendly you still want to make it as easy as possible for mobile visitors to call you, get directions to your location, share your content, leave a review or find specific links and content on your site. 16 17 AP App Bar adds a configurable, app like, functions bar to the bottom of the browser window for mobile visitors. With a single click visitors can call you, click through to Google Maps for directions to you site or any number of other functions. You can even make it easy for users to add your site to the home screen of their phone. 18 19 Here’s a complete list of all the functions available: 20 21 * Call 22 * Directions 23 * Search 24 * Add to home screen 25 * Share 26 * Custom menu 27 * Skype 28 * Email 29 * Instagram 30 * Facebook 31 * Twitter 32 * Youtube 33 * Pinterest 34 * Soundcloud 35 * Google+ 36 * Yelp 37 * TripAdvisor 38 * Menu link 39 * Playstore 40 * Apple App Store 41 42 43 = Tags = 44 mobile,responsive,business 15 45 16 46 == Installation == 17 47 18 This section describes how to install the plugin and get it working. 48 Login to your WordPress site and search for “WP App Bar” from the plugin admin. Install and activate. Or you can install manually… 19 49 20 e.g. 21 22 1. Upload the entire '/wp-app-bar' directory to the '/wp-content/plugins/' directory. 50 1. Upload the entire ‘/wp-app-bar’ directory to the '/wp-content/plugins/' directory. 23 51 2. Activate WP App Bar through the 'Plugins' menu in WordPress. 24 25 52 26 53 == Frequently Asked Questions == 27 54 55 You'll find the [FAQ on WPDevShed.com](http://wpdevshed.com/wp-app-bar/). 56 28 57 == Screenshots == 29 58 30 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from 31 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets 32 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png` 33 (or jpg, jpeg, gif). 34 2. This is the second screen shot 59 1. This is the admin screen. Super simple to select and configure each of the 5 functions you can display in the app bar at once. 60 2. This is a screenshot of the app bar in action. It will appear across the bottom of the browser screen for all mobile visitors. One tap to call, open your location in Google maps or any of the other functions you can choose to display. 35 61 36 62 == Changelog == 37 63 38 1.0 64 = 1.0 = 39 65 * First release 40 41 == Upgrade Notice ==42 43 = 1.0 =44 First Release
Note: See TracChangeset
for help on using the changeset viewer.