Changeset 704106
- Timestamp:
- 04/26/2013 10:46:43 AM (13 years ago)
- File:
-
- 1 edited
-
live-stream-badger/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
live-stream-badger/trunk/readme.txt
r700755 r704106 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 Display status of Twitch.tv live streams10 Display status of Twitch.tv livestreams 11 11 12 12 == Description == 13 13 14 Simple Widget to display status of a Live Stream (Twitch.tv) on yourwebsite.14 All-in-one livestream (Twitch.TV) integration for your WordPress website. 15 15 16 16 = Features = 17 * Shortcode support (you can add flags, see `F.A.Q`) 17 * Widget to display livestream status (Online/Offline) 18 * Shortcode to embed a livestream: `[livestream url="http://www.twitch.tv/mychannel"]` 18 19 19 Suggest new ideas and report issues in [Support section](http://wordpress.org/support/plugin/live-stream-badger)! 20 = Planned features (to do) = 21 * TinyMCE extension for user-friendly embedding of a livestream via shortcode 22 * Thumbnails instead of simple links in the Widget 23 * Top livestreams listed by category as a Widget 24 * Support multiple livestream providers (e.g. Hashd.TV, Justin.TV, UStream.TV) 20 25 21 Feedback is appreciated! 26 = Have something to say? = 27 [Suggest ideas, report issues or join development](http://wordpress.org/support/plugin/live-stream-badger)! 22 28 23 29 == Installation == 24 30 25 1. Download and unzip the plugin into your WordPress plugins directory (usually `/wp-content/plugins/`). 26 2. Activate the plugin through the 'Plugins' menu in WordPress. 27 3. Using WordPress Appearance > Menus, create a menu with Custom Links to Live Stream channels (e.g. `http://www.twitch.tv/tobiwandota` as URL and `My favourite stream!` as a label). 28 4. Place the widget on your sidebar through the 'Widgets' menu in your WordPress Admin. 29 5. When configuring the widget, select a menu that contains your precious Live Stream links. 31 1. Upload the `live-stream-badger` folder to the `/wp-content/plugins/` directory 32 2. Activate the Live Stream Badger through the 'Plugins' menu in WordPress 33 3. Done! Follow [Quickstart](http://wordpress.org/extend/plugins/live-stream-badger/quickstart/) 34 35 == Quickstart == 36 37 = Configure 'Stream status' widget = 38 39 1. Go to WordPress Appearance > Menus 40 2. Create a new menu 41 3. Create a custom link, add it to the menu and save. Link should point to the channel, e.g. `http://www.twitch.tv/tobiwandota` as URL and `My favourite stream!` as a label 42 4. Go to Wordpress Appearance > Widgets 43 5. Place 'LSB Stream Status' widget on the sidebar 44 6. In widget configuration, select the menu you created in Step (3) and save 45 7. Go to your website and you should see the livestream link in a widget 46 8. Wait for about 5 minutes (stream status is updating) and refresh the page 47 9. You should see a livestream link and its status (how many viewers are watching or 'Offline') 48 49 = Embed a stream using the shortcode = 50 51 1. Create new or edit a post 52 2. Type in the following: `[livestream url="http://www.twitch.tv/tobiwandota"]` 53 3. Save and view the post 54 4. You should see an embedded livestream in the post 30 55 31 56 == Frequently Asked Questions == 32 57 33 = Which live stream websites are supported? = 34 35 Currently, only [Twitch.tv](http://www.twitch.tv) is supported. 36 Other platforms will be supported in the future versions. 37 38 = How do I add Live Stream links? = 39 40 Using 'Appearance' > 'Menus' in WordPress Admin: 41 42 1. Create a menu (you can name it 'Streams'). 43 2. Add Custom Links to this menu 44 45 = How to add a flag next to link? = 46 47 1. Install [World Flag plugin](http://wordpress.org/extend/plugins/world-flag/) 48 2. Edit link name and add [flag country="us"]. Shortcodes are supported in link names! 49 50 = It doesn't work! = 51 52 1. Double check if your widget points to the correct menu. 53 2. Check if menu items have valid Live Stream channel URLs (e.g. `http://www.twitch.tv/tobiwandota`) and names (e.g. `My live stream!`) 54 55 = Status is not displayed next to each Live Stream! = 56 57 Hold on a second. Live stream status is scheduled to be updated every 5 minutes to save your web server resources. If this is your first run, give it a few minutes after activation. 58 No questions yet. [Ask one!](http://wordpress.org/support/plugin/live-stream-badger) 58 59 59 60 == Screenshots == … … 64 65 65 66 = 1.0.2-dev = 67 * Added livestream shortcode! 66 68 * Implemented pluggable API to support other providers than Twitch in the future 67 69 * Major refactoring
Note: See TracChangeset
for help on using the changeset viewer.