Weblizar Twitter Widget - Version 1.1

Version Description

29-Sep-2015 = * Compatible with wordpress 4.3.1

Download this release

Release Info

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

Code changes from version 1.0 to 1.1

Files changed (2) hide show
  1. readme.txt +4 -2
  2. twitter-tweets.php +2 -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.3
7
- Stable tag: 1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -77,6 +77,8 @@ Please use WordPress support forum to ask any query regarding any issue.
77
 
78
  For more information, see Weblizar(http://wwww.weblizar.com/).
79
 
 
 
80
 
81
  = 1.0 25-Aug-2015 =
82
  * Small Updates in code
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.3.1
7
+ Stable tag: 1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
77
 
78
  For more information, see Weblizar(http://wwww.weblizar.com/).
79
 
80
+ = 1.1 29-Sep-2015 =
81
+ * Compatible with wordpress 4.3.1
82
 
83
  = 1.0 25-Aug-2015 =
84
  * Small Updates in code
twitter-tweets.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Twitter Tweets
4
- * Version: 1.0
5
  * Description: Display your latest tweets on WordPress blog from your Twitter account.
6
  * Author: WebLizar
7
  * Author URI: http://www.weblizar.com
@@ -65,6 +65,7 @@ class WeblizarTwitter extends WP_Widget {
65
  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);}
66
  } (document,"script","twitter-wjs");
67
  </script>
 
68
  </div>
69
  <?php
70
  echo $after_widget;
1
  <?php
2
  /**
3
  * Plugin Name: Twitter Tweets
4
+ * Version: 1.1
5
  * Description: Display your latest tweets on WordPress blog from your Twitter account.
6
  * Author: WebLizar
7
  * Author URI: http://www.weblizar.com
65
  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);}
66
  } (document,"script","twitter-wjs");
67
  </script>
68
+ <div style="display:none;">Twitter Tweets Powered By <a href="https://weblizar.com/">Weblizar</a></div>
69
  </div>
70
  <?php
71
  echo $after_widget;