Weblizar Twitter Widget - Version 1.5.1

Version Description

27-Jan-2016 = * External link removed

Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Weblizar Twitter Widget
Version 1.5.1
Comparing to
See all releases

Code changes from version 1.5 to 1.5.1

readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: weblizar
3
  Donate link: http://www.weblizar.com/
4
  Tags: twitter, twitter plugin, button, connect, follow button, tvet, tvett, tvit, tviter, tvitt, tweet, tweeter, twett, twit, twiter, twitter connect, tweet, twitter connect, twitter follow, twitter follow button, twitter share, twitter share button, social, button, social button, stream, tweets, twitter widget, latest tweets, add tweet, twitter shortcode, twitter button, reply, follow me, like, follow, twitter news, tweets, bitly, links, microblogging, Post, redirect, shortener, yourls, widget, plugin, wordpress twitter, twitter bootstrap, archive, integrate, integration, notify, shortcode, twitter search, twitter sidebar, twitter timeline, twitter tools, twitter-followers, WordPress Twitter , twitter api, twitter badge, twitter button, twitter cards, twitter connect, twitter favorites, social bookmark, social bookmarking, add link to twitter, post to twitter, publish post to twitter, social media, feed, twitter feed, social feed, social news, twitter ads, twitter analytics, twitter cards, twitter video, embedded tweet,
5
  Requires at least: 3.0
6
- Tested up to: 4.4
7
- Stable tag: 1.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -79,6 +79,9 @@ Please use WordPress support forum to ask any query regarding any issue.
79
 
80
  For more information, see Weblizar(http://wwww.weblizar.com/).
81
 
 
 
 
82
  = 1.5 30-Dec-2015 =
83
  * small update
84
 
3
  Donate link: http://www.weblizar.com/
4
  Tags: twitter, twitter plugin, button, connect, follow button, tvet, tvett, tvit, tviter, tvitt, tweet, tweeter, twett, twit, twiter, twitter connect, tweet, twitter connect, twitter follow, twitter follow button, twitter share, twitter share button, social, button, social button, stream, tweets, twitter widget, latest tweets, add tweet, twitter shortcode, twitter button, reply, follow me, like, follow, twitter news, tweets, bitly, links, microblogging, Post, redirect, shortener, yourls, widget, plugin, wordpress twitter, twitter bootstrap, archive, integrate, integration, notify, shortcode, twitter search, twitter sidebar, twitter timeline, twitter tools, twitter-followers, WordPress Twitter , twitter api, twitter badge, twitter button, twitter cards, twitter connect, twitter favorites, social bookmark, social bookmarking, add link to twitter, post to twitter, publish post to twitter, social media, feed, twitter feed, social feed, social news, twitter ads, twitter analytics, twitter cards, twitter video, embedded tweet,
5
  Requires at least: 3.0
6
+ Tested up to: 4.4.1
7
+ Stable tag: 1.5.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
79
 
80
  For more information, see Weblizar(http://wwww.weblizar.com/).
81
 
82
+ = 1.5.1 27-Jan-2016 =
83
+ * External link removed
84
+
85
  = 1.5 30-Dec-2015 =
86
  * small update
87
 
twitter-tweets.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Plugin Name: Twitter Tweets
4
- * Version: 1.5
5
  * Description: Display your latest tweets on WordPress blog from your Twitter account.
6
  * Author: WebLizar
7
  * Author URI: http://www.weblizar.com
@@ -60,7 +60,6 @@ class WeblizarTwitter extends WP_Widget {
60
  var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}
61
  } (document,"script","twitter-wjs");
62
  </script>
63
- <div style="display:none;">Twitter Tweets Powered By <a href="https://weblizar.com/">Weblizar</a></div>
64
  </div>
65
  <?php
66
  echo $after_widget;
1
  <?php
2
  /*
3
  * Plugin Name: Twitter Tweets
4
+ * Version: 1.5.1
5
  * Description: Display your latest tweets on WordPress blog from your Twitter account.
6
  * Author: WebLizar
7
  * Author URI: http://www.weblizar.com
60
  var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}
61
  } (document,"script","twitter-wjs");
62
  </script>
 
63
  </div>
64
  <?php
65
  echo $after_widget;
twitter-tweets_shortcode.php CHANGED
@@ -55,7 +55,6 @@ function twitter_tweet_shortcode() {
55
  var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}
56
  } (document,"script","twitter-wjs");
57
  </script>
58
- <div style="display:none;">Twitter Tweets Powered By <a href="https://weblizar.com/">Weblizar</a></div>
59
  </div>
60
  <?php
61
  return ob_get_clean();
55
  var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}
56
  } (document,"script","twitter-wjs");
57
  </script>
 
58
  </div>
59
  <?php
60
  return ob_get_clean();