Weblizar Twitter Widget - Version 0.5

Version Description

  • Compatible With WordPress 4.0.1
  • Small changes in file
Download this release

Release Info

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

Code changes from version 0.3 to 0.5

Files changed (3) hide show
  1. Thumbs.db +0 -0
  2. readme.txt +9 -2
  3. twitter-tweets.php +2 -18
Thumbs.db ADDED
Binary file
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, 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: 3.9.1
7
- Stable tag: 0.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -77,6 +77,13 @@ 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.3 =
81
  * Remove design issue
82
  * Small changes in readme
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.0.1
7
+ Stable tag: 0.5
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
+ = 0.5 =
81
+ * Compatible With WordPress 4.0.1
82
+ * Small changes in file
83
+
84
+ = 0.4 =
85
+ * Compatible With WordPress 4.0
86
+
87
  = 0.3 =
88
  * Remove design issue
89
  * Small changes in readme
twitter-tweets.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Twitter Tweets
4
- * Version: 0.3
5
  * Description: Display latest tweets on WordPress blog from Twitter account.
6
  * Author: WebLizar
7
  * Author URI: http://www.weblizar.com
@@ -16,10 +16,6 @@
16
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
  * GNU General Public License for more details.
19
- *
20
- * You should have received a copy of the GNU General Public License
21
- * along with this program; if not, write to the Free Software
22
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
23
  */
24
 
25
  /**
@@ -66,19 +62,7 @@ class WeblizarTwitter extends WP_Widget {
66
  $AutoExpandPhotos = apply_filters( 'weblizar_twitter_auto_expand_photo', $instance['AutoExpandPhotos'] );
67
  $TwitterWidgetId = apply_filters( 'weblizar_twitter_widget_id', $instance['TwitterWidgetId'] );
68
  ?>
69
- <!--generated code-->
70
- <!--<a class="twitter-timeline" href="https://twitter.com/weblizar" data-widget-id="462084801944485888">Tweets by @weblizar</a>
71
- <script>!function(d,s,id){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);}}(document,"script","twitter-wjs");</script>-->
72
-
73
- <!--default development code-->
74
- <!--<a class="twitter-timeline"
75
- href="https://twitter.com/weblizar"
76
- data-screen-name="weblizar"
77
- data-widget-id="462084801944485888"
78
- data-related="twitterapi,twitter"
79
- data-aria-polite="assertive"
80
- data-tweet-limit="5"
81
- lang="EN">Tweets by @weblizar</a>-->
82
 
83
  <a class="twitter-timeline" data-dnt="true" href="https://twitter.com/<?php echo $TwitterUserName; ?>" min-width="<?php echo $Width; ?>" height="<?php echo $Height; ?>" data-theme="<?php echo $Theme; ?>" data-link-color="<?php echo $LinkColor; ?>px" data-widget-id="<?php echo $TwitterWidgetId; ?>">Twitter Tweets</a>
84
  <script>
1
  <?php
2
  /**
3
  * Plugin Name: Twitter Tweets
4
+ * Version: 0.5
5
  * Description: Display latest tweets on WordPress blog from Twitter account.
6
  * Author: WebLizar
7
  * Author URI: http://www.weblizar.com
16
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
  * GNU General Public License for more details.
 
 
 
 
19
  */
20
 
21
  /**
62
  $AutoExpandPhotos = apply_filters( 'weblizar_twitter_auto_expand_photo', $instance['AutoExpandPhotos'] );
63
  $TwitterWidgetId = apply_filters( 'weblizar_twitter_widget_id', $instance['TwitterWidgetId'] );
64
  ?>
65
+
 
 
 
 
 
 
 
 
 
 
 
 
66
 
67
  <a class="twitter-timeline" data-dnt="true" href="https://twitter.com/<?php echo $TwitterUserName; ?>" min-width="<?php echo $Width; ?>" height="<?php echo $Height; ?>" data-theme="<?php echo $Theme; ?>" data-link-color="<?php echo $LinkColor; ?>px" data-widget-id="<?php echo $TwitterWidgetId; ?>">Twitter Tweets</a>
68
  <script>