Changeset 1021748
- Timestamp:
- 11/07/2014 10:16:42 PM (11 years ago)
- Location:
- touchcast-embed
- Files:
-
- 12 added
- 2 edited
-
assets/readme.txt (modified) (4 diffs)
-
tags/2.0.0 (added)
-
tags/2.0.0/admin (added)
-
tags/2.0.0/admin/admin.php (added)
-
tags/2.0.0/readme.txt (added)
-
tags/2.0.0/tinymce (added)
-
tags/2.0.0/tinymce/appicon.png (added)
-
tags/2.0.0/tinymce/editor_add.js (added)
-
tags/2.0.0/tinymce/touchcast_pop.htm (added)
-
tags/2.0.0/tinymce/touchcast_pop.js (added)
-
tags/2.0.0/touchcast.php (added)
-
tags/2.0.0/ui (added)
-
tags/2.0.0/ui/ui.php (added)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
touchcast-embed/assets/readme.txt
r885998 r1021748 4 4 Tags: video, interactive, video web, embed, touch, cast, vApps, interactive video, touchcast, wordpress, plug-in, plugin 5 5 Requires at least: 3.0.1 6 Tested up to: 3.87 Stable tag: 1.0.26 Tested up to: 4.0 7 Stable tag: 2.0.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 83 83 1.After the plugin is installed, you should see a TouchCast icon listed in toolbar of the WP Post interface. 84 84 85 2. When you click the TouchCast icon, you will get a pop-up that looks like the one in this screenshot where you must specify the URL of your TouchCast (ex: http://www.touchcast.com/your_channel_name/your_specific_video). Auto-play (to play as soon as your post loads) a nd Auto-forward (if you want to play more videos from your channel) are options. You must specify the size of the video embed window by listing the width and height of the video frame (recommended: width-640, height-380). Finalize by selecting Insert.85 2. When you click the TouchCast icon, you will get a pop-up that looks like the one in this screenshot where you must specify the URL of your TouchCast (ex: http://www.touchcast.com/your_channel_name/your_specific_video). Auto-play (to play as soon as your post loads) are options. You must specify the size of the video embed window by listing the width and height of the video frame (recommended: width-640, height-380). Finalize by selecting Insert. 86 86 87 87 3. This is an example of the short code that will automatically be added to your WP post after you finish the process. … … 94 94 95 95 == Changelog == 96 97 = 2.0.0 = 98 * Support for all modern browsers. 99 * New Player Design. 100 * Removed autoforward option. 101 * Minor Bug fixes. 96 102 97 103 = 1.0.2 = … … 106 112 == Upgrade Notice == 107 113 114 = 2.0.0 = 115 * Support for all modern browsers. 116 * New Player Design. 117 * Removed autoforward option. 118 * Minor Bug fixes. 119 108 120 = 1.0.2 = 109 121 Fix distortion when theme styles overwrite iframe styles. -
touchcast-embed/trunk/readme.txt
r885998 r1021748 4 4 Tags: video, interactive, video web, embed, touch, cast, vApps, interactive video, touchcast, wordpress, plug-in, plugin 5 5 Requires at least: 3.0.1 6 Tested up to: 3.87 Stable tag: 1.0.26 Tested up to: 4.0 7 Stable tag: 2.0.0 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 83 83 1.After the plugin is installed, you should see a TouchCast icon listed in toolbar of the WP Post interface. 84 84 85 2. When you click the TouchCast icon, you will get a pop-up that looks like the one in this screenshot where you must specify the URL of your TouchCast (ex: http://www.touchcast.com/your_channel_name/your_specific_video). Auto-play (to play as soon as your post loads) a nd Auto-forward (if you want to play more videos from your channel) are options. You must specify the size of the video embed window by listing the width and height of the video frame (recommended: width-640, height-380). Finalize by selecting Insert.85 2. When you click the TouchCast icon, you will get a pop-up that looks like the one in this screenshot where you must specify the URL of your TouchCast (ex: http://www.touchcast.com/your_channel_name/your_specific_video). Auto-play (to play as soon as your post loads) are options. You must specify the size of the video embed window by listing the width and height of the video frame (recommended: width-640, height-380). Finalize by selecting Insert. 86 86 87 87 3. This is an example of the short code that will automatically be added to your WP post after you finish the process. … … 94 94 95 95 == Changelog == 96 97 = 2.0.0 = 98 * Support for all modern browsers. 99 * New Player Design. 100 * Removed autoforward option. 101 * Minor Bug fixes. 96 102 97 103 = 1.0.2 = … … 106 112 == Upgrade Notice == 107 113 114 = 2.0.0 = 115 * Support for all modern browsers. 116 * New Player Design. 117 * Removed autoforward option. 118 * Minor Bug fixes. 119 108 120 = 1.0.2 = 109 121 Fix distortion when theme styles overwrite iframe styles.
Note: See TracChangeset
for help on using the changeset viewer.