Plugin Directory

Changeset 326789


Ignore:
Timestamp:
12/28/2010 09:00:44 PM (15 years ago)
Author:
puzich
Message:
  • [FIX] fixed vimeo autoplay option
  • [FIX] added TopUp SWF Files for youtube and other flash players
Location:
topup-plus/trunk
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • topup-plus/trunk/readme.txt

    r319345 r326789  
    88Requires at least: 2.9
    99Tested up to: 3.0.2
    10 Stable tag: 2.5.3.1
     10Stable tag: 2.5.3.2
    1111
    1212Seamless 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.
     
    3636
    3737= 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 =
    3842* [FIX] small YouTubeHQ bug fix
    3943
  • topup-plus/trunk/topup-plus.php

    r319345 r326789  
    66Author: Puzich
    77Author URI: http://www.puzich.com
    8 Version: 2.5.3.1
     8Version: 2.5.3.2
    99Put in /wp-content/plugins/ of your Wordpress installation
    1010*/
     
    423423               
    424424                // add autoplay
    425                 $output['embedurl'] = sprintf('%s&autoplay=1', $output['embedurl']);
     425                $output['embedurl'] = sprintf('%s?autoplay=1', $output['embedurl']);
    426426               
    427427                // check response
Note: See TracChangeset for help on using the changeset viewer.