Changeset 641285
- Timestamp:
- 12/18/2012 08:21:40 PM (13 years ago)
- File:
-
- 1 edited
-
bitly-url-generator/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bitly-url-generator/trunk/readme.txt
r641239 r641285 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Automatically creates a [bit.ly](http://bit.ly) url for each of your posts when they get published. To display the shortened url, simple use [wp_get_shortlink](http://codex.wordpress.org/Function_Reference/wp_get_shortlink) in your template file.11 Automatically creates a bit.ly url for each of your posts when they get published. 12 12 13 13 == Description == 14 14 15 15 Automatically creates a [bit.ly](http://bit.ly) url for each of your posts when they get published. To display the shortened url, simple use [wp_get_shortlink](http://codex.wordpress.org/Function_Reference/wp_get_shortlink) in your template file. 16 16 17 17 == Installation == 18 18 19 19 1. Upload the plugin to your `/wp-content/plugins/` directory 20 2. Activate the plugin through the 'Plugins' menu in WordPress21 3. Create a [bit.ly API key](http://bitly.com/a/your_api_key)22 4. Enter your bit.ly login and API key on the Settings > bit.ly screen23 5. Enjoy20 1. Activate the plugin through the 'Plugins' menu in WordPress 21 1. Create a [bit.ly API key](http://bitly.com/a/your_api_key) 22 1. Enter your bit.ly login and API key on the Settings > bit.ly screen 23 1. Enjoy 24 24 25 25 == Frequently asked questions ==
Note: See TracChangeset
for help on using the changeset viewer.