Skip to content

Commit

Permalink
Updated readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
bertjohnson committed Oct 25, 2015
1 parent 0ebdd9c commit fc4d778
Showing 1 changed file with 13 additions and 29 deletions.
42 changes: 13 additions & 29 deletions README.md
@@ -1,39 +1,23 @@
=== Plugin Name ===
Contributors: bertjohnson)
Donate link: https://bertjohnson.com
Tags: twitch, video, embed
Requires at least: 2.0
Tested up to: 4.4
Stable tag: trunk
License: MIT
License URI: http://mit-license.org/
WP Twitch
=========

Simple embedding of your Twitch stream, which will only show when you're online.

== Description ==

Simple embedding of your Twitch stream, which will only show when you're online.

== Installation ==
To add your Twitch stream, use the following code:

1. Download and unzip the file.
2. Place the entire contents of the directory into your `/wp-content/plugins/` directory.
3. Activate the plugin through the 'Plugins' menu in WordPress.
[twitch channel="twitchchannelname" height="640" height="480"]
Licensed according to the MIT License (http://mit-license.org/).

== Screenshots ==
Created by Bert Johnson (http://bertjohnson.com/).

== Shortcode Usage ==
License
=======

To add your Twitch stream, use the following code:
Copyright © 2013-2015 Bert Johnson

[twitch channel="twitchchannelname" height="640" height="480"]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Options are:
1. channel: Twitch channel name
2. width: Width of the video player
3. height: Height of the video player
4. https: "true" if the channel needs to be served over SSL
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

== Changelog ==
= 1.0 =
Initial release.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 comments on commit fc4d778

Please sign in to comment.