Changeset 511671
- Timestamp:
- 02/28/2012 12:32:54 PM (14 years ago)
- File:
-
- 1 edited
-
twitter-image-host-2/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
twitter-image-host-2/trunk/readme.txt
r510712 r511671 28 28 == Installation == 29 29 30 1. Unzip the package, and upload `twitter-image-host-2` to the `/wp-content/plugins/` directory 31 2. Activate the plugin through the 'Plugins' menu in WordPress 32 3. Visit the settings page and configure the plugin 33 4. Start submitting images - See the 'Posting Images' section for more 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 34 51 35 52 If you find Twitter Image Host useful, please consider buying some great [iOS software](http://atastypixel.com/products). Then
Note: See TracChangeset
for help on using the changeset viewer.