Rotating Tweets (Twitter widget and shortcode) - Version 0.491

Version Description

Download this release

Release Info

Developer mpntod
Plugin Icon wp plugin Rotating Tweets (Twitter widget and shortcode)
Version 0.491
Comparing to
See all releases

Code changes from version 0.490 to 0.491

Files changed (1) hide show
  1. rotatingtweets.php +1 -10
rotatingtweets.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Rotating Tweets widget & shortcode
4
  Description: Replaces a shortcode such as [rotatingtweets userid='your_twitter_name'], or a widget, with a rotating tweets display
5
- Version: 0.490
6
  Author: Martin Tod
7
  Author URI: http://www.martintod.org.uk
8
  License: GPL2
@@ -148,15 +148,6 @@ class rotatingtweets_Widget extends WP_Widget {
148
  ?></select></label></p>
149
  <p><?php _e('Show follow button?'); ?></p>
150
  <?php
151
- /*
152
- $plugindir = plugin_dir_url(__FILE__);
153
- $showfollowoptions = array (
154
- 0 => 'None',
155
- 1 => "Show name and number of followers<br /><img src='".$plugindir."images/follow-full.png' height='20' width='206' align='top' alt='Twitter Follow Button showing screen name and follower count' />",
156
- 2 => "Show name only<br /><img src='".$plugindir."images/follow-full-no-count.png' height='20' align='top' width='117' alt='Twitter Follow Button showing only screen name and no follower count' />",
157
- 3 => "Show button only<br /><img src='".$plugindir."images/follow-short.png' height='20' width='60' align='top' alt='Twitter Follow Button without screen name or follow count' />"
158
- );
159
- */
160
  $showfollowoptions = array (
161
  0 => 'None',
162
  1 => "Show name and number of followers",
2
  /*
3
  Plugin Name: Rotating Tweets widget & shortcode
4
  Description: Replaces a shortcode such as [rotatingtweets userid='your_twitter_name'], or a widget, with a rotating tweets display
5
+ Version: 0.491
6
  Author: Martin Tod
7
  Author URI: http://www.martintod.org.uk
8
  License: GPL2
148
  ?></select></label></p>
149
  <p><?php _e('Show follow button?'); ?></p>
150
  <?php
 
 
 
 
 
 
 
 
 
151
  $showfollowoptions = array (
152
  0 => 'None',
153
  1 => "Show name and number of followers",