=== Plugin Name === Contributors: mtrieu Plugin Name: OneScreen Video Plugin URI: http://www.onescreen.com/ Author: Michael Trieu / Steven Ton Author URI: http://www.onescreen.com/ Donate link: http://www.onescreen.com/ Tags: onescreen, one, screen, video, media, social, mediagraph, graph, one-screen, os video, onescreen video, one screen video Requires at least: 1.2.3 (lowest version plugin will work on) Tested up to: 3.4.1 Stable tag: 1.3 Version: 1.3.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Easy-to-use video plugin to embed OneScreen video players onto your WordPress Site. == Description == This plugin enables OneScreen Media Graph users to easily post OneScreen's video player onto their WordPress site with the use of simple shortcodes. Options exists for users to override certain properties of the player from adjusting the width and height, to switching the player from auto play to click to play, to changing the video or playlist. Requirements to use plugin: * A Media Graph account. If you don't have an account, sign up today at http://www.mediagraph.com * Media Graph account token Future updates of this plugin will include a Media Graph user interface within WordPress where you can easily configure a player and post it to your site with a few simple clicks. == Installation == Installing and Activating the Video Plugin 1. Install plugin 1. Go into the Plugin section and go to OneScreen Video and click Activate. See image below. After you have activated the plugin, you will need to authenticate your account and set the default widget ID. Please follow these steps (refer to screenshots): 1. Click "Settings" 1. Click "OneScreen Account" 1. You will be prompted to enter you account token and default widget ID (refer to screenshots) To generate an account token follow these steps: 1. Log into your Media Graph account 1. Click "Settings" 1. Click "User Tokens" located in the left navigation bar 1. Generate a token with read access To find the application ID and its obfuscated ID follow these steps when logged into the Media Graph 1. Click the "Publishing Tab" 1. Click "Applications" 1. Select the application that you want to set as the default. This application will be used if you do not provide one in the shortcode. (Use of the shortcode is explained below) 1. Click "Get Code". The highlighted portion in the image below is the widget ID you should copy and paste into your WordPress settings. Please refer to screenshots for any confusion Assuming User Token has been set up, to generate a OneScreen Player use the shortcode [onescreen] Ex. [onescreen item="5075194"] Here's a list of all the currently available attributes: * item * widget_id * target_div * custom_render_css * custom_render_script * auto_play * width * height * ads * skin * start_index * dock * custom_render * companion_target * force_companions * player_fill * force_html5 * playlist_id == Frequently Asked Questions == = Where Can I Sign up for a Media Graph Account? = www.mediagraph.com = How do I embed a widget/application? = `[onescreen widget_id="9438-6b15da674037f0822f2fe6e630ef56e7"]` * Using widget_id will override the default widget = How do I embed a single passthrough item? = `[onescreen item="5075194"]` = How do I embed multiple passthrough items? = `[onescreen item="5075194, 5075195, 5075196"]` = How do I keep my video from auto-playing? = `[onescreen item="5075194" auto_play="false"]` * set auto_play="true" if you want video to auto-start == Screenshots == 1. Activate plugin 2. Settings page to enter account token and default widget id 3. How to find widget_id == Changelog == = 1.3.1 = * Added attribute playlist_id * WordPress plugin should be submitted to WordPress Plugin Directory SVN for auto updating * Feature: 'Allows playlist_id' override in the shorcode ( ie. [onescreen widget_id="1232-2..." playlist_id="342309"] ) * Fix: JavaScript - No longer exposes com.onescreen.jq = 0.5 = * 1.3.1 == Upgrade Notice == = 1.3.1 = * First Official WordPress Upload