Weblizar Twitter Widget - Version 1.7.8

Version Description

  • Add : Upgrade to pro banner at plugin dashboard setting page
  • Add : Premium feature text added
Download this release

Release Info

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

Code changes from version 1.7.7 to 1.7.8

Files changed (6) hide show
  1. banner.php +158 -0
  2. images/bg.jpg +0 -0
  3. images/twt.jpg +0 -0
  4. readme.txt +37 -15
  5. twiiter_help_body.php +8 -3
  6. twitter-tweets.php +8 -5
banner.php ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) ) exit;
4
+ $twt_imgpath = WEBLIZAR_TWITTER_PLUGIN_URL."images/twt.jpg";
5
+ $twt_bg_imgpath = WEBLIZAR_TWITTER_PLUGIN_URL."images/bg.jpg";
6
+ ?>
7
+ <div class="wb_plugin_feature notice is-dismissible">
8
+ <div class="wb_plugin_feature_banner default_pattern pattern_ ">
9
+ <div class="wb-col-md-6 wb-col-sm-12 wb-text-center institute_banner_img">
10
+ <h2> <?php _e('', twitter_tweets); ?> </h2>
11
+ <img class="wp-img-responsive" src="<?php echo $twt_imgpath; ?>" alt="img">
12
+ </div>
13
+ <div class="wb-col-md-6 wb-col-sm-12 wb_banner_featurs-list">
14
+ <span><h2><?php _e('Twitter Tweets Pro Features', twitter_tweets); ?> </h2></span>
15
+ <ul>
16
+ <li> <?php _e('Multiple Twitter feeds with no limitations', twitter_tweets); ?> </li>
17
+ <li> <?php _e('Feeds of multiple Users, hashtags or search terms', twitter_tweets); ?> </li>
18
+ <li> <?php _e('Filter Tweets by hashtag or words', twitter_tweets); ?> </li>
19
+ <li> <?php _e('Display Tweets in Slider', twitter_tweets); ?> </li>
20
+ <li> <?php _e('Configurable number of tweets to display', twitter_tweets); ?> </li>
21
+ <li> <?php _e('Load more Tweets', twitter_tweets); ?> </li>
22
+ <li> <?php _e('Style Settings'); ?></li>
23
+ <li> <?php _e('Google Fonts', twitter_tweets); ?> </li>
24
+ <li> <?php _e('Tweet Actions (reply, retweet, like)', twitter_tweets); ?> </li>
25
+ <li> <?php _e('Share Tweets on Social Media', twitter_tweets); ?> </li>
26
+ <li> <?php _e('Update Twitter Status', twitter_tweets); ?> </li>
27
+ <li> <?php _e('Twitter Tweets Widget', twitter_tweets); ?> </li>
28
+ </ul>
29
+ <div class="wp_btn-grup">
30
+ <a class="wb_button-primary" href="http://demo.weblizar.com/twitter-tweets-pro/" target="_blank"><?php _e('View Demo', twitter_tweets); ?> </a>
31
+ <a class="wb_button-primary" href="https://weblizar.com/plugins/twitter-tweets-pro/" target="_blank"><?php _e('Buy Now', twitter_tweets); ?> $19</a>
32
+ </div>
33
+ <div class="plugin_vrsion"> <span> <b> 1.0 </b> <?php _e('Version', twitter_tweets); ?> </span> </div>
34
+ <span class="twt_offer">First 100 Users Get 50% OFF Using "50%OFF" Coupon Code</span>
35
+ </div>
36
+ </div>
37
+ </div>
38
+ <style type="text/css">
39
+ .wb-col-md-12{
40
+ width:100%;
41
+ }
42
+ .wb_plugin_feature{
43
+ color:#fff;
44
+ }
45
+ .wb-text-center{
46
+ text-align:center;
47
+ }
48
+
49
+ .wp-img-responsive{
50
+ max-width:100%;
51
+ }
52
+
53
+ .wb_plugin_feature_banner.default_pattern {
54
+ box-shadow: 0px 2px 20px #818181;
55
+ margin: 40px 0px;
56
+ background: linear-gradient(-67deg, #994681 57%, rgba(4, 4, 4, 0.65) 39%), url(<?php echo $twt_bg_imgpath; ?>);
57
+ float: left;
58
+ display: block;
59
+ clear: right;
60
+ width: 98%;
61
+ position: relative;
62
+ }
63
+ .wb_banner_featurs-list ul {
64
+ list-style: decimal;
65
+ color:#fff;
66
+ display: inline-block;
67
+ }
68
+
69
+ .wb_button-primary {
70
+ padding: 15px 20px;
71
+ color: #fff;
72
+ text-decoration: none;
73
+ margin: 5px;
74
+ border-radius: 4px;
75
+ box-shadow: 2px 2px 5px #1111113d;
76
+ background-color: #3d9b3d;
77
+ }
78
+ .wp_btn-grup .wb_button-primary {
79
+ width: 100%;
80
+ }
81
+ .plugin_vrsion {
82
+ position: absolute;
83
+ background: #55505a;
84
+ border-radius: 0px 0px 0px 52px;
85
+ padding: 15px 30px;
86
+ right: 0px;
87
+ /* border: 1px solid; */
88
+ font-size: 18px;
89
+ top: 0;
90
+ box-shadow: -6px 5px 7px hsla(187, 1%, 15%, 0.3);
91
+ }
92
+ .wb_banner_featurs-list ul li {
93
+ margin: 7px 20px;
94
+ font-size: 14px;
95
+
96
+ }
97
+ .wb_banner_featurs-list h2 {
98
+ border-bottom:2px solid #fff;
99
+ }
100
+ .wp_btn-grup {
101
+ display: flex;
102
+ text-align:center;
103
+ }
104
+ /*--media-responsive csss--*/
105
+ @media (min-width: 901px){
106
+ .wb_banner_featurs-list ul li {
107
+ float: left;
108
+ width: 42%
109
+ }
110
+
111
+ .wb-col-md-6{
112
+ float:left;
113
+ width:50%;
114
+ }
115
+ .wp_btn-grup {
116
+ margin: 0 auto;
117
+ width: 60%;
118
+ }
119
+ }
120
+
121
+ @media (max-width: 900px){
122
+ .wb-col-sm-12{
123
+ width:100%;
124
+ }
125
+ .wb_plugin_feature_banner.default_pattern {
126
+ background: linear-gradient(0deg, #994681 57%, rgba(4, 4, 4, 0.74) 39%), url(./img/bg.jpg);
127
+ }
128
+ .wb_plugin_feature_banner{
129
+ float:none;
130
+ }
131
+ .wb-col-sm-6{
132
+ float:left;
133
+ width:50%;
134
+ }
135
+ }
136
+
137
+ .wb_plugin_feature_banner.pattern_2 {
138
+ background: linear-gradient(17deg, #663399 -16%, #ee3e3f 70%, #440e0e 93%), url(./img/bg.jpg);
139
+ }
140
+
141
+ .wb_plugin_feature_banner.pattern_3 {
142
+ background: linear-gradient(17deg, #6f3f9e -16%, #d63131de 93%), url(./img/bg-3.jpg);
143
+ background-repeat: repeat-x;
144
+ }
145
+ a.wb_button-primary:hover,
146
+ a.wb_button-primary:focus {
147
+ color: #f1f1f1;
148
+ text-decoration: none;
149
+ }
150
+ .twt_offer{
151
+ padding-top: 10px;
152
+ display: block;
153
+ margin-left: 0px;
154
+ font-size: 24px;
155
+ margin-top: 10px;
156
+ margin-bottom: 10px;
157
+ }
158
+ </style>
images/bg.jpg ADDED
Binary file
images/twt.jpg ADDED
Binary file
readme.txt CHANGED
@@ -1,24 +1,26 @@
1
- === Weblizar Twitter Widget===
2
  Contributors: weblizar
3
  Donate link: https://www.weblizar.com/
4
- Tags: twitter, twitter widget, twitter wordpress plugin,twitter feed
5
  Requires at least: 3.8
6
  Tested up to: 4.9.8
7
- Stable tag: 1.7.7
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Display Twitter Tweets Using Widget On WordPress Blog With Follow Button
12
 
13
  == Description ==
14
 
15
- Weblizar Twitter Widget plugin is a twitter widget plugin display twitter accounts latest tweets on your WordPress blog.
16
 
17
- Weblizar Twitter Widget plugin allows you to set your twitter account widget Id & twitter username. You can customize twitter widget by apply custom height, auto expand tweets images, custom link URL color, On / Off tweets reply etc.
 
 
18
 
19
  Using **Twitter Tweets** widget display your least tweets on your WordPress blog site.
20
 
21
- **Features**
22
 
23
  * Twitter Tweets Widget
24
  * Widget Customization Settings
@@ -32,16 +34,32 @@ Using **Twitter Tweets** widget display your least tweets on your WordPress blog
32
  * Re tweet and choose your favourite tweets
33
  * Auto Expand Photos in Tweets
34
 
 
35
 
36
- == Features ==
37
  * Twitter Tweets Widget
38
- * Widget Customization Settings
39
- * Widget Title
40
- * Widget Theme Option
41
- * Set Widget Height
42
- * Tweets URL Link Color Option
43
- * Show/Hide Tweets Reply
44
- * Auto Expand Photos in Tweets
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
  = Docs & Support =
47
 
@@ -79,6 +97,10 @@ Please use WordPress support forum to ask any query regarding any issue.
79
 
80
  For more information, see Weblizar(https://weblizar.com/)
81
 
 
 
 
 
82
  = 1.7.7 =
83
  - Add : about protected tweet link
84
  - Fix : minor changed
1
+ === Weblizar Twitter Tweets ===
2
  Contributors: weblizar
3
  Donate link: https://www.weblizar.com/
4
+ Tags: twitter, tweets, twitter tweets, twitter widget, twitter wordPress plugin, twitter feed
5
  Requires at least: 3.8
6
  Tested up to: 4.9.8
7
+ Stable tag: 1.7.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ Weblizar Twitter Tweets plugin for WordPress. You can use this to display real time Twitter feeds on any where on your webiste by using shortcode or widgets.
12
 
13
  == Description ==
14
 
15
+ Weblizar Twitter Tweets plugin is display the real time Twitter feeds on your WordPress webiste by using shortcode or widgetsg.
16
 
17
+ It is completely customizable, responsive and search engine crawlable versions of your Twitter feed on your website. Completely match the look and feel of your site with tons of customization options!
18
+
19
+ Weblizar Twitter Tweets plugin allows you to set your twitter account widget Id & twitter username. You can customize twitter widget by apply custom height, auto expand tweets images, custom link URL color, On / Off tweets reply etc.
20
 
21
  Using **Twitter Tweets** widget display your least tweets on your WordPress blog site.
22
 
23
+ ** Free Features **
24
 
25
  * Twitter Tweets Widget
26
  * Widget Customization Settings
34
  * Re tweet and choose your favourite tweets
35
  * Auto Expand Photos in Tweets
36
 
37
+ = Twitter Tweets Premium Features: =
38
 
 
39
  * Twitter Tweets Widget
40
+ * Multiple Twitter feeds with no limitations
41
+ * Feeds of multiple users, hashtags or search terms
42
+ * Display Tweets in Slider
43
+ * Configurable number of tweets to display
44
+ * Load more Tweets options
45
+ * Tweets Style Settings
46
+ * Google Fonts
47
+ * Tweet Actions (reply, retweet, like)
48
+ * Share Tweets on Social Media
49
+ * Update Twitter Status
50
+ * completely customizable, responsive design
51
+
52
+ * For Premium Upgrade, Please go [here](https://weblizar.com/plugins/twitter-tweets-pro/)
53
+ = Live Twitter Tweets Pro Demos =
54
+
55
+ * [Twitter TweetsPro Demo](http://demo.weblizar.com/twitter-tweets-pro/wp-admin/)
56
+ * [Twitter Tweets Pro Admin Demo](http://demo.weblizar.com/twitter-tweets-pro-admindemo/wp-admin/)
57
+ * **Username:** userdemo
58
+ * **Password:** userdemo
59
+
60
+ = Premium Upgrade =
61
+
62
+ * For premium upgrade, please go [here](https://weblizar.com/plugins/twitter-tweets-pro/)
63
 
64
  = Docs & Support =
65
 
97
 
98
  For more information, see Weblizar(https://weblizar.com/)
99
 
100
+ = 1.7.8 =
101
+ - Add : Upgrade to pro banner at plugin dashboard setting page
102
+ - Add : Premium feature text added
103
+
104
  = 1.7.7 =
105
  - Add : about protected tweet link
106
  - Fix : minor changed
twiiter_help_body.php CHANGED
@@ -1,7 +1,7 @@
1
  <div class="wrap" id="weblizar_wrap">
2
  <div id="content_wrap">
3
  <div class="weblizar-header">
4
- <h2><span class="dashicons dashicons-twitter" style="width: auto;"> Weblizar Twitter Widget</span></h2>
5
  <br>
6
  <div class="weblizar-submenu-links" id="weblizar-submenu-links">
7
  <ul>
@@ -9,8 +9,10 @@
9
  <li class=""><div class="dashicons dashicons-welcome-write-blog"></div> <a href="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL.'readme.txt'; ?>" target="_blank" title="Theme Changelog">Plugin Change Log</a></li>
10
  </ul>
11
  </div>
12
- </div>
 
13
  </div>
 
14
  <div id="content">
15
  <div id="options_tabs" class="ui-tabs">
16
  <ul class="options_tabs ui-tabs-nav" role="tablist" id="nav">
@@ -35,7 +37,10 @@
35
  </a>
36
  </li>
37
 
38
- </ul>
 
 
 
39
  <?php require_once('twiiter_help.php'); ?>
40
  </div>
41
  </div>
1
  <div class="wrap" id="weblizar_wrap">
2
  <div id="content_wrap">
3
  <div class="weblizar-header">
4
+ <h2><span class="dashicons dashicons-twitter" style="width: auto;"> Weblizar Twitter Tweets</span></h2>
5
  <br>
6
  <div class="weblizar-submenu-links" id="weblizar-submenu-links">
7
  <ul>
9
  <li class=""><div class="dashicons dashicons-welcome-write-blog"></div> <a href="<?php echo WEBLIZAR_TWITTER_PLUGIN_URL.'readme.txt'; ?>" target="_blank" title="Theme Changelog">Plugin Change Log</a></li>
10
  </ul>
11
  </div>
12
+ </div>
13
+
14
  </div>
15
+
16
  <div id="content">
17
  <div id="options_tabs" class="ui-tabs">
18
  <ul class="options_tabs ui-tabs-nav" role="tablist" id="nav">
37
  </a>
38
  </li>
39
 
40
+ </ul>
41
+
42
+ <?php include('banner.php'); ?>
43
+
44
  <?php require_once('twiiter_help.php'); ?>
45
  </div>
46
  </div>
twitter-tweets.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /*
3
- * Plugin Name: Weblizar Twitter Widget
4
- * Version: 1.7.7
5
- * Description: Display your latest tweets on WordPress blog from your Twitter account.
6
  * Author: Weblizar
7
  * Author URI: https://www.weblizar.com/
8
  * Plugin URI: https://www.weblizar.com/plugins/
@@ -247,7 +247,7 @@ add_action( 'widgets_init', 'WeblizarTwitterWidget' );
247
  * Shortcode Settings Menu
248
  */
249
  function Weblizar_Twitter_Menu() {
250
- $AdminMenu = add_menu_page( 'Weblizar Twitter Widget', 'Weblizar Twitter Widget', 'administrator', 'Twitter', 'Twitter_by_weblizar_page_function', "dashicons-wordpress-alt");
251
  }
252
  add_action('admin_menu','Weblizar_Twitter_Menu');
253
  function Twitter_by_weblizar_page_function() {
@@ -260,10 +260,13 @@ function Twitter_by_weblizar_page_function() {
260
  require_once("twiiter_help_body.php");
261
  }
262
 
 
263
  /*Plugin Setting Link*/
264
  function wl_twitter_settinglinks( $links ) {
 
265
  $twitter_settings_link = '<a href="admin.php?page=Twitter">' . __( 'Settings' ) . '</a>';
266
- array_unshift( $links,$twitter_settings_link );
 
267
  return $links;
268
  }
269
  $plugin_wl_twitter = plugin_basename( __FILE__ );
1
  <?php
2
  /*
3
+ * Plugin Name: Weblizar Twitter Tweets
4
+ * Version: 1.7.8
5
+ * Description: Weblizar Twitter Tweets plugin for WordPress. You can use this to display real time Twitter feeds on any where on your webiste by using shortcode or widgets
6
  * Author: Weblizar
7
  * Author URI: https://www.weblizar.com/
8
  * Plugin URI: https://www.weblizar.com/plugins/
247
  * Shortcode Settings Menu
248
  */
249
  function Weblizar_Twitter_Menu() {
250
+ $AdminMenu = add_menu_page( 'Weblizar Twitter Tweets', 'Weblizar Twitter Tweets', 'administrator', 'Twitter', 'Twitter_by_weblizar_page_function', "dashicons-wordpress-alt");
251
  }
252
  add_action('admin_menu','Weblizar_Twitter_Menu');
253
  function Twitter_by_weblizar_page_function() {
260
  require_once("twiiter_help_body.php");
261
  }
262
 
263
+
264
  /*Plugin Setting Link*/
265
  function wl_twitter_settinglinks( $links ) {
266
+ $twt_go_pro_link = '<a href="https://weblizar.com/plugins/twitter-tweets-pro/" style="font-weight:700; color:#e35400" target="_blank">Go Pro</a>';
267
  $twitter_settings_link = '<a href="admin.php?page=Twitter">' . __( 'Settings' ) . '</a>';
268
+ array_unshift( $links,$twt_go_pro_link,$twitter_settings_link);
269
+
270
  return $links;
271
  }
272
  $plugin_wl_twitter = plugin_basename( __FILE__ );