Changeset 443745
- Timestamp:
- 09/26/2011 04:26:54 PM (14 years ago)
- Location:
- use-domain-shortlink/tags/1.1
- Files:
-
- 1 edited
- 2 copied
-
. (copied) (copied from use-domain-shortlink/trunk)
-
readme.txt (modified) (1 diff)
-
use-domain-shortlink.php (copied) (copied from use-domain-shortlink/trunk/use-domain-shortlink.php)
Legend:
- Unmodified
- Added
- Removed
-
use-domain-shortlink/tags/1.1/readme.txt
r391990 r443745 1 1 === Use Domain Shortlink === 2 2 Contributors: RyanMurphy 3 Tags: shortlink, twitter tools 3 Tags: shortlink, twitter tools, domain 4 4 Requires at least: 3.0 5 Tested up to: 3. 26 Stable tag: 1. 05 Tested up to: 3.3 6 Stable tag: 1.1 7 7 8 8 Use wp_get_shortlink() to send the site's internal short URL (i.e. http://domain.com/?p=1234) to twitter. Requires Twitter Tools. 9 9 10 10 == Description == 11 This plugin hooks into Twitter Tools to use the shortlink that your WordPress powered site already has internally to WordPress (the software). This allows you to keep your brand when tweeting, while not running into the 140 character limit . Where is used to tweet the link as `http://your.domain.com/2010/04/this-is-some-funny-or-creative-title/`, it will instead use `http://your.domain.com/?p=1234`, where `1234` is the post's ID that is used internally.11 This plugin hooks into Twitter Tools to use the shortlink that your WordPress powered site already has internally to WordPress (the software). This allows you to keep your brand when tweeting, while not running into the 140 character limit (or at least, that's what we hope). Where is used to tweet the link as `http://your.domain.com/2010/04/this-is-some-funny-or-creative-title/`, it will instead use `http://your.domain.com/?p=1234`, where `1234` is the post's ID that is used internally. 12 12 13 13 == Installation == 14 1. Upload the `Use Domain Shortlink` directory to your `wp-content/plugins/` directory. 14 1. Upload the `Use Domain Shortlink` directory to your `wp-content/plugins/` directory. Alternately, search for 'use domain shortlink' on the Add New Plugin page, and click install. 15 15 1. Activate the plugin through the 'Plugins' menu in WordPress. 16 1. Go to your Twitter Tools settings, and enable the option (unlike WordPress Core, I like options. Plus, it gives me a chance to test for the required fuction and prompt users to upgrade WordPress if needed.) 17 1. There is no 4. Enjoy. 18 19 == Frequently Asked Questions == 20 = It doesn't work! = 21 Do you have Twitter Tools installed and activated? Did you enable to UDS option? Are you using WordPress 3.0 or higher? 22 23 If you answered 'yes' to all three questions, check your error log for any errors. If there aren't any, feel free to [contact me](http://2skewed.net/contact/). 16 1. Enjoy blogging! 24 17 25 18 == Changelog == 19 20 =1.1= 21 * Removes the single option that the plugin originally had. 22 * Moves the notice about not using WP 3.0 from the Twitter Tools setting page to an Admin Notice. 23 26 24 = 1.0 = 27 25 * Initial release.
Note: See TracChangeset
for help on using the changeset viewer.