Changeset 1206468
- Timestamp:
- 07/25/2015 07:13:45 PM (11 years ago)
- Location:
- ustream-status
- Files:
-
- 2 edited
-
tags/2.0.0/readme.txt (modified) (4 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ustream-status/tags/2.0.0/readme.txt
r1206467 r1206468 32 32 or @katz515 on twitter. 33 33 34 Fork me on GitHub. Pull Requests are always welcome! 35 https://github.com/katzueno/UstreamStatus-WordPress 36 34 37 Plug-in Support Page 35 38 http://katzueno.com/wordpress/ustream-status/ … … 43 46 How to install and use it 44 47 45 ## Installation 48 = Installation = 46 49 47 50 1. Upload `ustream-status` folder to the `/wp-content/plugins/` directory or you can install from admin panel directly. 48 51 1. Activate the plugin through the 'Plugins' menu in WordPress 49 52 50 ## Preparation 53 = Preparation = 51 54 52 55 1. Create Ustream account (if you haven't done so) 53 56 1. Upload two (2) images which indicates online and offline status, and obtain URL 54 57 55 ## Create a widget 58 = Create a widget = 56 59 57 60 1. Go to `Appearance` - `Widget` and set up your Ustream channel and enter the image URLs … … 60 63 This plugin uses cache. You may have to wait for 60 seconds until you see the channel becomes live or offline. Please be patient! 61 64 62 ## Insert shortcode 65 = Insert a shortcode = 63 66 64 67 Enter the shortcode as following format … … 69 72 - Offline Image URL: Enter the full path to the online image. 70 73 71 ###Shortcode Example:74 Shortcode Example: 72 75 73 76 `[ustream-status account="nasahdtv" online="http://example.com/nasa_online.gif" offline="http://example.com/nasa_offline.gif"]` -
ustream-status/trunk/readme.txt
r1206467 r1206468 32 32 or @katz515 on twitter. 33 33 34 Fork me on GitHub. Pull Requests are always welcome! 35 https://github.com/katzueno/UstreamStatus-WordPress 36 34 37 Plug-in Support Page 35 38 http://katzueno.com/wordpress/ustream-status/ … … 43 46 How to install and use it 44 47 45 ## Installation 48 = Installation = 46 49 47 50 1. Upload `ustream-status` folder to the `/wp-content/plugins/` directory or you can install from admin panel directly. 48 51 1. Activate the plugin through the 'Plugins' menu in WordPress 49 52 50 ## Preparation 53 = Preparation = 51 54 52 55 1. Create Ustream account (if you haven't done so) 53 56 1. Upload two (2) images which indicates online and offline status, and obtain URL 54 57 55 ## Create a widget 58 = Create a widget = 56 59 57 60 1. Go to `Appearance` - `Widget` and set up your Ustream channel and enter the image URLs … … 60 63 This plugin uses cache. You may have to wait for 60 seconds until you see the channel becomes live or offline. Please be patient! 61 64 62 ## Insert shortcode 65 = Insert a shortcode = 63 66 64 67 Enter the shortcode as following format … … 69 72 - Offline Image URL: Enter the full path to the online image. 70 73 71 ###Shortcode Example:74 Shortcode Example: 72 75 73 76 `[ustream-status account="nasahdtv" online="http://example.com/nasa_online.gif" offline="http://example.com/nasa_offline.gif"]`
Note: See TracChangeset
for help on using the changeset viewer.