Changeset 1406843
- Timestamp:
- 04/28/2016 09:05:40 PM (10 years ago)
- Location:
- ytsubscribe/trunk
- Files:
-
- 3 edited
-
index.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
ytSubscribe.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ytsubscribe/trunk/index.php
r1406772 r1406843 4 4 * Plugin URI: http://mycodingtricks.com 5 5 * Description: ytSubscribe is a Youtube Subscribe Button jQuery Plugin that automatically inserts Youtube Subscribe Button Below each Video in your WordPress Post. 6 * Version: 2.1 6 * Version: 2.1.1 7 7 * Author: Shubham Kumar 8 8 * Author URI: http://mycodingtricks.com -
ytsubscribe/trunk/readme.txt
r1406777 r1406843 5 5 Requires at least: 3.1 6 6 Tested up to: 4.5 7 Stable tag: 2.1 7 Stable tag: 2.1.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
ytsubscribe/trunk/ytSubscribe.js
r1406772 r1406843 111 111 width: iframe.width() 112 112 }); 113 iframe.width(parent.width()).height(parent.width()*0.562766).css('position','relative'); 113 114 parent.css('margin-bottom',newytSubscribeHeight+10+'px'); 114 115 }
Note: See TracChangeset
for help on using the changeset viewer.