Weblizar Twitter Widget - Version 0.9

Version Description

22-Apr-2015 = * New: WordPress 4.2 Compatible

Download this release

Release Info

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

Code changes from version 0.8 to 0.9

Files changed (6) hide show
  1. Thumbs.db +0 -0
  2. readme.txt +6 -3
  3. screenshot-1.png +0 -0
  4. screenshot-2.png +0 -0
  5. screenshot-3.png +0 -0
  6. twitter-tweets.php +3 -10
Thumbs.db DELETED
Binary file
readme.txt CHANGED
@@ -3,13 +3,13 @@ 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, twitter, yourls, widget, plugin, wordpress twitter, twitter bootstrap, archive, integrate, integration, notify, shortcode, twitter search, twitter share, twitter share button, twitter shortcode, twitter sidebar, twitter timeline, twitter tools, twitter widget, 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,
5
  Requires at least: 3.0
6
- Tested up to: 4.1
7
- Stable tag: 0.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
 
12
- Twitter Tweets Display your tweets on your website with follow button.
13
 
14
  == Description ==
15
 
@@ -77,6 +77,9 @@ 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
  = 0.8 =
81
  * Added Widget Title
82
 
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, twitter, yourls, widget, plugin, wordpress twitter, twitter bootstrap, archive, integrate, integration, notify, shortcode, twitter search, twitter share, twitter share button, twitter shortcode, twitter sidebar, twitter timeline, twitter tools, twitter widget, 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,
5
  Requires at least: 3.0
6
+ Tested up to: 4.2
7
+ Stable tag: 0.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
 
12
+ Display Twitter Tweets Using Widget On WordPress Blog With Follow Button
13
 
14
  == Description ==
15
 
77
 
78
  For more information, see Weblizar(http://wwww.weblizar.com/).
79
 
80
+ = 0.9 22-Apr-2015 =
81
+ * New: WordPress 4.2 Compatible
82
+
83
  = 0.8 =
84
  * Added Widget Title
85
 
screenshot-1.png DELETED
Binary file
screenshot-2.png DELETED
Binary file
screenshot-3.png DELETED
Binary file
twitter-tweets.php CHANGED
@@ -1,12 +1,11 @@
1
  <?php
2
  /**
3
  * Plugin Name: Twitter Tweets
4
- * Version: 0.8
5
  * Description: Display latest tweets on WordPress blog from Twitter account.
6
  * Author: WebLizar
7
  * Author URI: http://www.weblizar.com
8
  * Plugin URI: http://www.weblizar.com/plugins/
9
- *
10
  */
11
 
12
  /**
@@ -16,11 +15,7 @@ define("WEBLIZAR_TWITTER_PLUGIN_URL", plugin_dir_url(__FILE__));
16
  define("WEBLIZAR_TWITTER_TEXT_DOMAIN", "weblizar_twitter");
17
 
18
  /**
19
- * Widget Code
20
- */
21
-
22
- /**
23
- * Adds Foo_Widget widget.
24
  */
25
  class WeblizarTwitter extends WP_Widget {
26
 
@@ -47,9 +42,7 @@ class WeblizarTwitter extends WP_Widget {
47
  // Outputs the content of the widget
48
  extract($args); // Make before_widget, etc available.
49
 
50
- $title = apply_filters('title', $instance['title']);
51
-
52
-
53
 
54
  echo $before_widget;
55
 
1
  <?php
2
  /**
3
  * Plugin Name: Twitter Tweets
4
+ * Version: 0.9
5
  * Description: Display latest tweets on WordPress blog from Twitter account.
6
  * Author: WebLizar
7
  * Author URI: http://www.weblizar.com
8
  * Plugin URI: http://www.weblizar.com/plugins/
 
9
  */
10
 
11
  /**
15
  define("WEBLIZAR_TWITTER_TEXT_DOMAIN", "weblizar_twitter");
16
 
17
  /**
18
+ * Widget Code.
 
 
 
 
19
  */
20
  class WeblizarTwitter extends WP_Widget {
21
 
42
  // Outputs the content of the widget
43
  extract($args); // Make before_widget, etc available.
44
 
45
+ $title = apply_filters('title', $instance['title']);
 
 
46
 
47
  echo $before_widget;
48