Changeset 326789
- Timestamp:
- 12/28/2010 09:00:44 PM (15 years ago)
- Location:
- topup-plus/trunk
- Files:
-
- 3 added
- 2 edited
-
players (added)
-
players/flvplayer.swf (added)
-
players/yt.swf (added)
-
readme.txt (modified) (2 diffs)
-
topup-plus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
topup-plus/trunk/readme.txt
r319345 r326789 8 8 Requires at least: 2.9 9 9 Tested up to: 3.0.2 10 Stable tag: 2.5.3. 110 Stable tag: 2.5.3.2 11 11 12 12 Seamless integration of TopUp (similar to Lightview, Lightbox, Thickbox, Floatbox, Fancybox) to create a nice overlay to display images and videos without the need to change html. … … 36 36 37 37 = 2.5.3.1 = 38 * [FIX] fixed vimeo autoplay option 39 * [FIX] added TopUp SWF Files for youtube and other flash players 40 41 = 2.5.3.1 = 38 42 * [FIX] small YouTubeHQ bug fix 39 43 -
topup-plus/trunk/topup-plus.php
r319345 r326789 6 6 Author: Puzich 7 7 Author URI: http://www.puzich.com 8 Version: 2.5.3. 18 Version: 2.5.3.2 9 9 Put in /wp-content/plugins/ of your Wordpress installation 10 10 */ … … 423 423 424 424 // add autoplay 425 $output['embedurl'] = sprintf('%s &autoplay=1', $output['embedurl']);425 $output['embedurl'] = sprintf('%s?autoplay=1', $output['embedurl']); 426 426 427 427 // check response
Note: See TracChangeset
for help on using the changeset viewer.