Changeset 1842595
- Timestamp:
- 03/19/2018 09:29:10 AM (8 years ago)
- Location:
- easy-youtube-subscribe/trunk
- Files:
-
- 2 edited
-
easy-youtube-subscribe.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-youtube-subscribe/trunk/easy-youtube-subscribe.php
r1728251 r1842595 1 1 <?php 2 2 /* 3 Plugin Name: SMYoutube Subscribe3 Plugin Name: Youtube Subscribe 4 4 Plugin URI: https://wordpress.org/plugins/easy-youtube-subscribe/ 5 5 Author: Mahabubur Rahman … … 19 19 'description' => 'YouTube channel subscribe', 20 20 ); 21 parent::__construct( 'SMYouTubesubscribe_Widget', ' SMYouTube Subscribe', $widget_ops );21 parent::__construct( 'SMYouTubesubscribe_Widget', 'YouTube Subscribe', $widget_ops ); 22 22 } 23 23 -
easy-youtube-subscribe/trunk/readme.txt
r1775463 r1842595 1 === SMYouTube Subscribe ===1 === YouTube Subscribe === 2 2 Contributors: mahabubs 3 3 Tags: YouTube, subscribe, share, widget, shortcode … … 19 19 2. Activate the plugin through the 'Plugins' menu in WordPress 20 20 3. Now YouTube Subscribe widget abailable in your widget section. 21 4. Also you have SMYouTube Subscribe in settings section for YouTube Subscribe Button.21 4. Also you have YouTube Subscribe in settings section for YouTube Subscribe Button. 22 22 23 23 = Usage = 24 24 25 25 1. Go to Appearance > Widgets. 26 2. Enable SMYouTube Subscribe widget.26 2. Enable YouTube Subscribe widget. 27 27 3. Enter widget title 28 28 4. Enter channel id; … … 45 45 46 46 = 1.0.0 = 47 * Create Widget for YouTube Subscription Button named SMYoutube Subscribe47 * Create Widget for YouTube Subscription Button named Youtube Subscribe 48 48
Note: See TracChangeset
for help on using the changeset viewer.