Changeset 532052
- Timestamp:
- 04/16/2012 10:05:05 PM (14 years ago)
- Location:
- twitter-image-host-2
- Files:
-
- 9 deleted
- 1 edited
-
tags/2.0 (deleted)
-
tags/2.0.1 (deleted)
-
tags/2.0.2 (deleted)
-
tags/2.1 (deleted)
-
trunk/class.rsp.php (deleted)
-
trunk/form.js (deleted)
-
trunk/lib (deleted)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/style.css (deleted)
-
trunk/twitter-image-host.php (deleted)
Legend:
- Unmodified
- Added
- Removed
-
twitter-image-host-2/trunk/readme.txt
r511671 r532052 1 1 === Twitter Image Host 2 === 2 2 3 Donate link: http://atastypixel.com/blog/wordpress/plugins/twitter-image-host-2 4 Tags: images,twitter,hosting 5 Requires at least: 3.0 6 Tested up to: 3.3.1 7 Stable tag: 2.1 8 9 Host Twitter images from your blog and keep your traffic, rather than using a service like Twitpic and losing your viewers. 10 11 == Description == 12 13 Keep your traffic in the family! Host Twitter images on your own site. 14 15 Image posting on Twitter works by hosting the image somewhere (either on Twitter's image service, or another service like Twitpic, img.ly, etc.). The service hosts the image for us (and we send them our traffic). 16 17 Better to take advantage of that traffic, and host images on your own site. This way, viewers come to your site, instead 18 of someone else's! 19 20 In Twitter Image Host 2, images are posted as normal posts, in a category you choose. You can then configure your WordPress installation to display posts in this category as you wish. 21 22 Twitter Image Host 2 can be used at the same time as the original Twitter Image Host plugin, so the prior system will still work after updating. 23 24 Provides a utility within WordPress admin for posting image content, as well as an API modelled on that of [img.ly](http://img.ly/pages/API), 25 compatible with TweetBot (for iOS) and any other Twitter clients that speak this protocol and offer configuration of 26 custom image hosting services. 27 28 == Installation == 29 30 Install Twitter Image Host 2 from within WordPress, or: 31 32 1. Download from the [WordPress plugins repository](http://wordpress.org/extend/plugins/twitter-image-host-2/). 33 2. Unzip the package, and upload `twitter-image-host-2` to the `/wp-content/plugins/` directory. 34 35 Then, 36 37 3. Activate the plugin through the 'Plugins' menu in WordPress 38 4. Set your site permalinks to a "friendly" permalink format (not the default "?p=##"). Alternatively, create a file called `.htaccess` in your web root, with the following content: 39 40 <IfModule mod_rewrite.c> 41 RewriteEngine On 42 RewriteBase / 43 RewriteRule ^index\.php$ - [L] 44 RewriteCond %{REQUEST_FILENAME} !-f 45 RewriteCond %{REQUEST_FILENAME} !-d 46 RewriteRule . /index.php [L] 47 </IfModule> 48 49 5. Visit the settings page and configure the plugin 50 6. Start submitting images - See the 'Posting Images' section for more 51 52 If you find Twitter Image Host useful, please consider buying some great [iOS software](http://atastypixel.com/products). Then 53 tell all your friends, family and pets. 54 55 == Posting Images == 56 57 To start posting from your WordPress blog, select the "Twitter Images" menu item from the "Posts" administration section. 58 Select your image file enter a message, then hit Post, and the image will be uploaded and your message sent to Twitter. 59 60 To access this facility from an application, use the access point displayed on the Twitter Image Host options page. 61 62 The API is more-or-less the same as that of [TweetPic](http://twitpic.com/api.do), [img.ly](http://img.ly/pages/API), etc. 63 64 On iOS at least, the Twitter app no longer supports custom images, but TweetBot does. You can configure a custom image host within Settings - 65 enter the API URL as listed on the options page. 66 67 == Changelog == 68 69 = 2.1 = 70 71 * Added support for post formats 72 73 = 2.0.2 = 74 75 * Prefixed OAuth libraries to avoid namespace clashes with other plugins that use OAuth 76 * Fixed issue uploading images with special characters in title 77 78 = 2.0.1 = 79 80 * Fixed duplicate OAuth dependency issue 81 * Use wp_get_shortlink 82 83 = 2.0 = 84 85 * Initial release of Version 2, which now stores posted images as actual posts, rather than pseudo-posts. 3 This plugin is presently offline.
Note: See TracChangeset
for help on using the changeset viewer.