Plugin Directory

Changeset 443745


Ignore:
Timestamp:
09/26/2011 04:26:54 PM (14 years ago)
Author:
RyanMurphy
Message:

Tagging 1.1

Location:
use-domain-shortlink/tags/1.1
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • use-domain-shortlink/tags/1.1/readme.txt

    r391990 r443745  
    11=== Use Domain Shortlink ===
    22Contributors: RyanMurphy
    3 Tags: shortlink, twitter tools
     3Tags: shortlink, twitter tools, domain
    44Requires at least: 3.0
    5 Tested up to: 3.2
    6 Stable tag: 1.0
     5Tested up to: 3.3
     6Stable tag: 1.1
    77
    88Use wp_get_shortlink() to send the site's internal short URL (i.e. http://domain.com/?p=1234) to twitter. Requires Twitter Tools.
    99
    1010== 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.
     11This 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.
    1212
    1313== Installation ==
    14 1. Upload the `Use Domain Shortlink` directory to your `wp-content/plugins/` directory.
     141. 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.
    15151. 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/).
     161. Enjoy blogging!
    2417
    2518== 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
    2624= 1.0 =
    2725* Initial release.
Note: See TracChangeset for help on using the changeset viewer.