Feed & LikeBox For Facebook - Version 2.7.0

Version Description

[ 02/04/2018 ]

Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Feed & LikeBox For Facebook
Version 2.7.0
Comparing to
See all releases

Code changes from version 2.6.9 to 2.7.0

css/weblizar-option-style.css CHANGED
@@ -746,6 +746,19 @@ padding-bottom: 15px;
746
  background: #ffffff;
747
  box-shadow: 0 0 6px rgba(0,0,0,.3);
748
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
749
  }
750
 
751
  @media (max-width: 650px){
@@ -1230,11 +1243,11 @@ ol#weblizar_product a {
1230
  }
1231
 
1232
  #get_pro-settings .cs-desc li {
1233
- display: inline-block !important;
1234
  font-size: 16px !important;
1235
  font-weight: normal;
1236
  margin: 5px 18px;
1237
- width: 30% !important;
1238
  /* background-image: -webkit-gradient(linear, left top, right top, from(#744fff), color-stop(51%, #21d397), to(#744fff)); */
1239
  background-image: -webkit-linear-gradient(left, #744fff 0%, #21d397 51%, #744fff 100%);
1240
  background-image: -o-linear-gradient(left, #744fff 0%, #21d397 51%, #744fff 100%);
@@ -1283,7 +1296,6 @@ ol#weblizar_product a {
1283
  }
1284
  #get_pro-settings .cs-back {
1285
  background:#fff;
1286
- background-image: url(../images/1.jpg);
1287
  background-size: 100% 100%;
1288
  border-radius: 2px;
1289
  box-shadow: 1px 1px 27px 4px #d1d1d1;
746
  background: #ffffff;
747
  box-shadow: 0 0 6px rgba(0,0,0,.3);
748
  }
749
+ #get_pro-settings .cs-back {
750
+ padding:0px!important;
751
+ }
752
+
753
+ #get_pro-settings .cs-desc li {
754
+ margin: 5px!important;
755
+ text-align: center!important;
756
+ padding: 12px!important;
757
+ }
758
+ .cs-desc li::before{
759
+
760
+ display:none!important;
761
+ }
762
  }
763
 
764
  @media (max-width: 650px){
1243
  }
1244
 
1245
  #get_pro-settings .cs-desc li {
1246
+ display:block !important;
1247
  font-size: 16px !important;
1248
  font-weight: normal;
1249
  margin: 5px 18px;
1250
+
1251
  /* background-image: -webkit-gradient(linear, left top, right top, from(#744fff), color-stop(51%, #21d397), to(#744fff)); */
1252
  background-image: -webkit-linear-gradient(left, #744fff 0%, #21d397 51%, #744fff 100%);
1253
  background-image: -o-linear-gradient(left, #744fff 0%, #21d397 51%, #744fff 100%);
1296
  }
1297
  #get_pro-settings .cs-back {
1298
  background:#fff;
 
1299
  background-size: 100% 100%;
1300
  border-radius: 2px;
1301
  box-shadow: 1px 1px 27px 4px #d1d1d1;
facebook-by-weblizar.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Feed & LikeBox For Facebook
4
- * Version: 2.6.9
5
  * Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds contents.
6
  * Author: Weblizar
7
  * Author URI: http://www.weblizar.com
@@ -9,6 +9,7 @@
9
  */
10
 
11
  /*** Constant Values & Variables ***/
 
12
  define("WEBLIZAR_FACEBOOK_PLUGIN_URL", plugin_dir_url(__FILE__));
13
  define("WEBLIZAR_FACEBOOK_TEXT_DOMAIN", "wl_facebook");
14
 
1
  <?php
2
  /**
3
  * Plugin Name: Feed & LikeBox For Facebook
4
+ * Version: 2.7.0
5
  * Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds contents.
6
  * Author: Weblizar
7
  * Author URI: http://www.weblizar.com
9
  */
10
 
11
  /*** Constant Values & Variables ***/
12
+ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
13
  define("WEBLIZAR_FACEBOOK_PLUGIN_URL", plugin_dir_url(__FILE__));
14
  define("WEBLIZAR_FACEBOOK_TEXT_DOMAIN", "wl_facebook");
15
 
function/facebook-by-weblizar-data.php CHANGED
@@ -1,6 +1,5 @@
1
- <?php
2
- if(isset($_POST['facebook-page-url']) && isset($_POST['fb-app-id']))
3
- {
4
  $FacebookSettingsArray = serialize(
5
  array(
6
  'FacebookPageUrl' => $_POST['facebook-page-url'],
1
+ <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
2
+ if(isset($_POST['facebook-page-url']) && isset($_POST['fb-app-id'])){
 
3
  $FacebookSettingsArray = serialize(
4
  array(
5
  'FacebookPageUrl' => $_POST['facebook-page-url'],
function/facebook-by-weblizar-help.php CHANGED
@@ -1,3 +1,4 @@
 
1
  <div class="wrap" id="weblizar_wrap">
2
  <div id="content_wrap">
3
  <!-- tabs left -->
@@ -22,10 +23,9 @@
22
  <a href="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'readme.txt'; ?>" class="btn button button-primary" target="_blank" title="Theme Changelog"> <span class="fa fa-pencil-square-o"></span> <?php _e('Plugin Change Log', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a></li>
23
  <a href="https://weblizar.com/plugins/facebook-feed-pro/" class="text-right btn button rating"><?php _e('Upgrade To Pro', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?> </a>
24
  <div class="wporg-ratings rating-stars">
25
- <strong><?php _e('Do you like this plugin', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?> ? <br></strong> <?php _e('Please take a few seconds to', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?>
26
- <a class="weblizar-rate-it" href="https://wordpress.org/support/plugin/facebook-by-weblizar/reviews/?rate=5#new-post">
27
- <?php _e('Rate it on WordPress.org', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>!<br>
28
- <a href="https://wordpress.org/support/plugin/facebook-by-weblizar/reviews/?rate=5#new-post" data-rating="5" title="Fantastic!" class="startrat" target="_blank" >
29
  <span class="dashicons dashicons-star-filled" ></span>
30
  <span class="dashicons dashicons-star-filled" ></span>
31
  <span class="dashicons dashicons-star-filled" ></span>
1
+ <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?>
2
  <div class="wrap" id="weblizar_wrap">
3
  <div id="content_wrap">
4
  <!-- tabs left -->
23
  <a href="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'readme.txt'; ?>" class="btn button button-primary" target="_blank" title="Theme Changelog"> <span class="fa fa-pencil-square-o"></span> <?php _e('Plugin Change Log', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a></li>
24
  <a href="https://weblizar.com/plugins/facebook-feed-pro/" class="text-right btn button rating"><?php _e('Upgrade To Pro', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?> </a>
25
  <div class="wporg-ratings rating-stars">
26
+ <strong><?php _e('Do you like this plugin', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?> ? <br></strong> <?php _e('Please take a few seconds to', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?>
27
+ <a class="weblizar-rate-it" href="https://wordpress.org/support/plugin/facebook-by-weblizar/reviews/#new-post" target="_blank"><?php _e('Rate it on WordPress.org', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>!<br>
28
+ <a href="https://wordpress.org/support/plugin/facebook-by-weblizar/reviews/#new-post" data-rating="5" title="Fantastic!" class="startrat" target="_blank" >
 
29
  <span class="dashicons dashicons-star-filled" ></span>
30
  <span class="dashicons dashicons-star-filled" ></span>
31
  <span class="dashicons dashicons-star-filled" ></span>
function/facebook-by-weblizar-short-code.php CHANGED
@@ -1,4 +1,4 @@
1
- <?php
2
  /**
3
  * Shorcode For Facebook By Weblizar
4
  */
1
+ <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
2
  /**
3
  * Shorcode For Facebook By Weblizar
4
  */
function/facebook-by-weblizar-widgets.php CHANGED
@@ -1,4 +1,4 @@
1
- <?php
2
  // register WeblizarFacebook widget
3
  function WeblizarFacebookWidget() {
4
  register_widget( 'WeblizarFacebook' );
@@ -179,7 +179,7 @@ class WeblizarFacebook extends WP_Widget {
179
  <input class="widefat" id="<?php echo $this->get_field_id( 'Height' ); ?>" name="<?php echo $this->get_field_name( 'Height' ); ?>" type="text" value="<?php echo esc_attr( $Height ); ?>">
180
  </p>
181
  <p>
182
- <label for="<?php echo $this->get_field_id( 'FbAppId' ); ?>"><?php _e( 'Facebook App ID', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?> (<?php _e("Required",WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>)</label>
183
  <input class="widefat" id="<?php echo $this->get_field_id( 'FbAppId' ); ?>" name="<?php echo $this->get_field_name( 'FbAppId' ); ?>" type="text" value="<?php echo esc_attr( $FbAppId ); ?>">
184
  <?php _e("Get Your Facebook App. Id",WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>: <a href="http://weblizar.com/get-facebook-app-id/" target="_blank"><?php _e( 'HERE', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>
185
  </p>
1
+ <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
2
  // register WeblizarFacebook widget
3
  function WeblizarFacebookWidget() {
4
  register_widget( 'WeblizarFacebook' );
179
  <input class="widefat" id="<?php echo $this->get_field_id( 'Height' ); ?>" name="<?php echo $this->get_field_name( 'Height' ); ?>" type="text" value="<?php echo esc_attr( $Height ); ?>">
180
  </p>
181
  <p>
182
+ <label for="<?php echo $this->get_field_id( 'FbAppId' ); ?>"><?php _e( 'Facebook App ID', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?> (<?php _e("Optional",WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>)</label>
183
  <input class="widefat" id="<?php echo $this->get_field_id( 'FbAppId' ); ?>" name="<?php echo $this->get_field_name( 'FbAppId' ); ?>" type="text" value="<?php echo esc_attr( $FbAppId ); ?>">
184
  <?php _e("Get Your Facebook App. Id",WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>: <a href="http://weblizar.com/get-facebook-app-id/" target="_blank"><?php _e( 'HERE', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>
185
  </p>
function/facebook-feed-shortcode-data.php CHANGED
@@ -1,4 +1,5 @@
1
- <?php $facebook_feed_fetch = unserialize(get_option("weblizar_facebook_feed_option_settings"));
 
2
  //page url
3
  if(isset($facebook_feed_fetch["ffp_page_url"])) {
4
  $ffp_page_url=$facebook_feed_fetch["ffp_page_url"]; } else { $ffp_page_url="https://www.facebook.com/weblizarstyle/"; }
@@ -9,20 +10,20 @@ if(isset($facebook_feed_fetch["ffp_timeline_layout"])) { $ffp_timeline_layout=$f
9
  //custom css
10
  if(isset($facebook_feed_fetch["feed_customs_css"])){ $feed_customs_css=$facebook_feed_fetch["feed_customs_css"]; } else { $feed_customs_css=""; }
11
  //hover color
12
- if(isset($facebook_feed_fetch["ffp_hover_color"])){ $ffp_hover_color=$facebook_feed_fetch["ffp_hover_color"]; } else { $ffp_hover_color="#2e2c2c"; }
 
 
13
  //post layout assign to variable
14
  if($ffp_timeline_layout=='full_width') { $layout1="col-md-12";$layout2="col-md-12"; }
15
  if($ffp_timeline_layout=='half_width') { $layout1="col-md-6";$layout2="col-md-6"; }
16
  if($ffp_timeline_layout=='thumbnail') { $layout1="col-md-9";$layout2="col-md-3"; }
17
 
18
  $ffp_page_url=str_replace(['https://www.facebook.com/','https://facebook.com/','facebook.com/'],'',$ffp_page_url);
19
- if (strpos($ffp_page_url, '/') !== true)
20
- {
21
  $ffp_page_url=preg_replace('#\/[^/]*$#', '', $ffp_page_url);
22
  }
23
 
24
- if (strpos($ffp_page_url, '?') !== true)
25
- {
26
  $ffp_page_url=preg_replace('#\?[^?]*$#', '',$ffp_page_url);
27
  }
28
  //deafult token for page
@@ -32,11 +33,9 @@ $header_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access_token=
32
  //page curl url
33
  $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access_token=".$token."&fields=posts.limit(200){type,source,link,attachments,comments.limit(3).summary(true){message,from,comment_count,created_time,id},full_picture,object_id,message,message_tags,created_time,from,shares,reactions.type(LOVE).limit(0).summary(total_count).as(reactions_love),reactions.type(WOW).limit(0).summary(total_count).as(reactions_wow),reactions.type(HAHA).limit(0).summary(total_count).as(reactions_haha),reactions.type(PRIDE).limit(0).summary(total_count).as(reactions_pride),reactions.type(THANKFUL).limit(0).summary(total_count).as(reactions_thankful),reactions.type(SAD).limit(0).summary(total_count).as(reactions_sad),reactions.type(LIKE).limit(0).summary(total_count).as(reactions_like),reactions.type(ANGRY).limit(0).summary(total_count).as(reactions_angry)}";
34
  //custom box sidebar start
35
- if(isset($_POST['action'])=="get_feed_like_comment")
36
- {
37
  $data_string=""?>
38
  <div class="wp-weblizar_like_comment_div clearfix">
39
-
40
  <?php if(isset($_REQUEST['id'])) // post id
41
  {
42
  if(isset($_REQUEST['type'])) // post type
1
+ <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
2
+ $facebook_feed_fetch = unserialize(get_option("weblizar_facebook_feed_option_settings"));
3
  //page url
4
  if(isset($facebook_feed_fetch["ffp_page_url"])) {
5
  $ffp_page_url=$facebook_feed_fetch["ffp_page_url"]; } else { $ffp_page_url="https://www.facebook.com/weblizarstyle/"; }
10
  //custom css
11
  if(isset($facebook_feed_fetch["feed_customs_css"])){ $feed_customs_css=$facebook_feed_fetch["feed_customs_css"]; } else { $feed_customs_css=""; }
12
  //hover color
13
+ if(isset($facebook_feed_fetch["ffp_hover_color"])){ $ffp_hover_color=$facebook_feed_fetch["ffp_hover_color"]; } else { $ffp_hover_color="#2e2c2c"; }
14
+ //Header show hide
15
+ if(isset($facebook_feed_fetch["ffp_header_check"])) { $ffp_header_check=$facebook_feed_fetch["ffp_header_check"]; } else { $ffp_header_check="yes"; }
16
  //post layout assign to variable
17
  if($ffp_timeline_layout=='full_width') { $layout1="col-md-12";$layout2="col-md-12"; }
18
  if($ffp_timeline_layout=='half_width') { $layout1="col-md-6";$layout2="col-md-6"; }
19
  if($ffp_timeline_layout=='thumbnail') { $layout1="col-md-9";$layout2="col-md-3"; }
20
 
21
  $ffp_page_url=str_replace(['https://www.facebook.com/','https://facebook.com/','facebook.com/'],'',$ffp_page_url);
22
+ if (strpos($ffp_page_url, '/') !== true) {
 
23
  $ffp_page_url=preg_replace('#\/[^/]*$#', '', $ffp_page_url);
24
  }
25
 
26
+ if (strpos($ffp_page_url, '?') !== true) {
 
27
  $ffp_page_url=preg_replace('#\?[^?]*$#', '',$ffp_page_url);
28
  }
29
  //deafult token for page
33
  //page curl url
34
  $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access_token=".$token."&fields=posts.limit(200){type,source,link,attachments,comments.limit(3).summary(true){message,from,comment_count,created_time,id},full_picture,object_id,message,message_tags,created_time,from,shares,reactions.type(LOVE).limit(0).summary(total_count).as(reactions_love),reactions.type(WOW).limit(0).summary(total_count).as(reactions_wow),reactions.type(HAHA).limit(0).summary(total_count).as(reactions_haha),reactions.type(PRIDE).limit(0).summary(total_count).as(reactions_pride),reactions.type(THANKFUL).limit(0).summary(total_count).as(reactions_thankful),reactions.type(SAD).limit(0).summary(total_count).as(reactions_sad),reactions.type(LIKE).limit(0).summary(total_count).as(reactions_like),reactions.type(ANGRY).limit(0).summary(total_count).as(reactions_angry)}";
35
  //custom box sidebar start
36
+ if(isset($_POST['action'])=="get_feed_like_comment") {
 
37
  $data_string=""?>
38
  <div class="wp-weblizar_like_comment_div clearfix">
 
39
  <?php if(isset($_REQUEST['id'])) // post id
40
  {
41
  if(isset($_REQUEST['type'])) // post type
function/facebook-feed-shortcode.php CHANGED
@@ -1,4 +1,5 @@
1
- <?php add_shortcode("facebook_feed", "weblizar_facebook_feed");
 
2
  function weblizar_facebook_feed(){
3
  ob_start();
4
  require("facebook-feed-shortcode-data.php");
@@ -16,44 +17,46 @@ set_error_handler(
16
  <div class="clearfix"> </div>
17
  <div class="col-md-12 wp-weblizar_fb-plugin">
18
  <!--header code start-->
 
19
  <div class="weblizar_fb-main-banner">
20
- <?php if(isset($facebook_feed_fetch["ffp_header_check"])) { ?>
21
- <div class="weblizar_fb-main-banner-img">
22
- <!--header code cover image-->
23
- <img src="<?php if(isset($weblizar_header_data['cover']['source'])) { echo $weblizar_header_data['cover']['source']; }?>" class="img-responsive fb-banner-img" >
24
- </div>
25
- <?php } ?>
26
- <div class="weblizar_fb-facebook-feed-top-area">
27
- <div class="weblizar_fb-facebook-feed-top-img ">
28
- <!-- header link on logo -->
29
- <a href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>" class="weblizar_fb-main-pic col-md-2 col-sm-2 col-xs-4">
30
- <!-- header logo image -->
31
- <img src="<?php if(isset($weblizar_header_data['picture']['data']['url'])) { echo $weblizar_header_data['picture']['data']['url']; } ?>" class="img-responsive fb_main_pic " >
32
- </a>
33
- <div class="weblizar_fb-facebook-feed-top-info col-md-10 col-sm-10 ">
34
- <div class="weblizar_fb-facebook-feed-top-info-inner col-md-8 pull-left">
35
- <h3 class="fb-top-info-inner_header">
36
- <!-- header page name -->
37
- <a class="fb_top_info_inner_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#"; } ?>">
38
- <?php if(isset($weblizar_header_data['name'])) { echo $weblizar_header_data['name']; } ?>
39
- </a>
40
- </h3>
41
- <!-- Like count -->
42
- <?php if(isset($weblizar_header_data['fan_count'])) { ?>
43
- <p class="fb_fan_count"> <span class="fb_fan_count_limit"> <?php echo $weblizar_header_data['fan_count']; ?> </span> <?php _e('Likes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </p>
44
- <?php } ?>
45
- <div class="clearfix"> </div>
46
- </div>
47
-
48
- <div class="button-group col-md-4 text-center">
49
- <a type="button" target="_blank" class="weblizar_fb_btn_secondary pull-right feed_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>"> <i class="fa fa-share"> </i> <?php _e('Share', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </a>
50
- </div>
51
- </div>
52
  </div>
53
- <!-- Page link-->
54
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  </div>
56
- </div>
57
  <!-- header code end -->
58
  <div class="clearfix"> </div>
59
  <!-- Page post display start -->
1
+ <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
2
+ add_shortcode("facebook_feed", "weblizar_facebook_feed");
3
  function weblizar_facebook_feed(){
4
  ob_start();
5
  require("facebook-feed-shortcode-data.php");
17
  <div class="clearfix"> </div>
18
  <div class="col-md-12 wp-weblizar_fb-plugin">
19
  <!--header code start-->
20
+ <?php if($ffp_header_check=="yes") { ?>
21
  <div class="weblizar_fb-main-banner">
22
+ <?php if(isset($facebook_feed_fetch["ffp_header_check"])) { ?>
23
+ <div class="weblizar_fb-main-banner-img">
24
+ <!--header code cover image-->
25
+ <img src="<?php if(isset($weblizar_header_data['cover']['source'])) { echo $weblizar_header_data['cover']['source']; }?>" class="img-responsive fb-banner-img" >
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  </div>
27
+ <?php } ?>
28
+ <div class="weblizar_fb-facebook-feed-top-area">
29
+ <div class="weblizar_fb-facebook-feed-top-img ">
30
+ <!-- header link on logo -->
31
+ <a href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>" class="weblizar_fb-main-pic col-md-2 col-sm-2 col-xs-4">
32
+ <!-- header logo image -->
33
+ <img src="<?php if(isset($weblizar_header_data['picture']['data']['url'])) { echo $weblizar_header_data['picture']['data']['url']; } ?>" class="img-responsive fb_main_pic " >
34
+ </a>
35
+ <div class="weblizar_fb-facebook-feed-top-info col-md-10 col-sm-10 ">
36
+ <div class="weblizar_fb-facebook-feed-top-info-inner col-md-8 pull-left">
37
+ <h3 class="fb-top-info-inner_header">
38
+ <!-- header page name -->
39
+ <a class="fb_top_info_inner_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#"; } ?>">
40
+ <?php if(isset($weblizar_header_data['name'])) { echo $weblizar_header_data['name']; } ?>
41
+ </a>
42
+ </h3>
43
+ <!-- Like count -->
44
+ <?php if(isset($weblizar_header_data['fan_count'])) { ?>
45
+ <p class="fb_fan_count"> <span class="fb_fan_count_limit"> <?php echo $weblizar_header_data['fan_count']; ?> </span> <?php _e('Likes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </p>
46
+ <?php } ?>
47
+ <div class="clearfix"> </div>
48
+ </div>
49
+
50
+ <div class="button-group col-md-4 text-center">
51
+ <a type="button" target="_blank" class="weblizar_fb_btn_secondary pull-right feed_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>"> <i class="fa fa-share"> </i> <?php _e('Share', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </a>
52
+ </div>
53
+ </div>
54
+ </div>
55
+ <!-- Page link-->
56
+
57
+ </div>
58
  </div>
59
+ <?php } ?>
60
  <!-- header code end -->
61
  <div class="clearfix"> </div>
62
  <!-- Page post display start -->
function/facebook-feed-widget.php CHANGED
@@ -1,4 +1,4 @@
1
- <?php
2
  /**
3
  * Adds widget.
4
  */
1
+ <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
2
  /**
3
  * Adds widget.
4
  */
function/facebook-feed.php CHANGED
@@ -1,4 +1,4 @@
1
- <?php
2
  if(isset($_POST['security'])) {
3
  if (wp_verify_nonce( $_POST['security'], 'feed_security_action' ) ) {
4
  if(isset($_REQUEST['ffp_page_url'])) {
@@ -113,7 +113,7 @@ if(isset($facebook_feed_fetch["ffp_header_check"])){ $ffp_header_check=$faceboo
113
  <br>
114
  <input type="radio" disabled class="inputbox" id="ffp_specific_events" name="ffp_specific" value="events" onclick="ffp_video_light_box_func();">
115
  <label> <?php _e('Events', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
116
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
117
  </div>
118
  </div>
119
  <div class="col-md-12 no-pad specific_content" style="display:none;">
@@ -124,15 +124,15 @@ if(isset($facebook_feed_fetch["ffp_header_check"])){ $ffp_header_check=$faceboo
124
  <option value="col-md-12"> <?php _e('5+ Column Layouts ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
125
  </optgroup>
126
  </select>
127
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
128
  </div>
129
  </div>
130
- <div class="col-md-6" ><label> <?php _e('hover Effect', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
131
  <div class="col-md-6" >
132
  <select name="ffp_gallery_effect" id="ffp_gallery_effect" class="form-control" disabled>
133
  <option value="gallery_effect_1"><?php _e('60+ Image Effects', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
134
  </select>
135
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
136
  </div>
137
  </div>
138
  </div>
@@ -144,10 +144,10 @@ if(isset($facebook_feed_fetch["ffp_header_check"])){ $ffp_header_check=$faceboo
144
  <h3></h3>
145
  </div>
146
  <div class="col-md-12 no-pad">
147
- <div class="col-md-6" ><label> <?php _e('hover color', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
148
  <div class="col-md-6" >
149
  <input type="text" class="weblizar-feed-color-picker" name="ffp_hover_color" id="ffp_hover_color" value="<?php if(isset($ffp_hover_color)){ echo $ffp_hover_color;} else { echo "#2e2c2c";}?>" />
150
- <p class="description"><?php _e('Choose feed hove color.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
151
  </div>
152
  </div>
153
  <div class="col-md-12 no-pad">
@@ -162,7 +162,7 @@ if(isset($facebook_feed_fetch["ffp_header_check"])){ $ffp_header_check=$faceboo
162
  <select id="ffp_loading_effect" disabled name="ffp_loading_effect">
163
  <option value="none"> <?php _e('None', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
164
  </select>
165
- <p class="description"><?php _e('available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
166
  </div>
167
  </div>
168
  <div class="col-md-12 no-pad">
@@ -205,9 +205,7 @@ if(isset($facebook_feed_fetch["ffp_header_check"])){ $ffp_header_check=$faceboo
205
  <div class="col-md-12 col-sm-12 col-xs-12 plugin_desc form-group">
206
  <div class="col-md-3"><label>Custom Css</label></div>
207
  <div class="col-md-9">
208
- <textarea class="form-control" name="feed_customs_css" id="feed_customs_css" placeholder="Custom Css" rows="8">
209
- <?php echo $feed_customs_css; ?>
210
- </textarea>
211
  </div>
212
  </div>
213
  <div style="clear:both"></div>
1
+ <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
2
  if(isset($_POST['security'])) {
3
  if (wp_verify_nonce( $_POST['security'], 'feed_security_action' ) ) {
4
  if(isset($_REQUEST['ffp_page_url'])) {
113
  <br>
114
  <input type="radio" disabled class="inputbox" id="ffp_specific_events" name="ffp_specific" value="events" onclick="ffp_video_light_box_func();">
115
  <label> <?php _e('Events', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
116
+ <p class="description"><?php _e('Available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
117
  </div>
118
  </div>
119
  <div class="col-md-12 no-pad specific_content" style="display:none;">
124
  <option value="col-md-12"> <?php _e('5+ Column Layouts ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
125
  </optgroup>
126
  </select>
127
+ <p class="description"><?php _e('Available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
128
  </div>
129
  </div>
130
+ <div class="col-md-6" ><label> <?php _e('Hover Effect', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
131
  <div class="col-md-6" >
132
  <select name="ffp_gallery_effect" id="ffp_gallery_effect" class="form-control" disabled>
133
  <option value="gallery_effect_1"><?php _e('60+ Image Effects', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
134
  </select>
135
+ <p class="description"><?php _e('Available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
136
  </div>
137
  </div>
138
  </div>
144
  <h3></h3>
145
  </div>
146
  <div class="col-md-12 no-pad">
147
+ <div class="col-md-6" ><label> <?php _e('Hover color', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label></div>
148
  <div class="col-md-6" >
149
  <input type="text" class="weblizar-feed-color-picker" name="ffp_hover_color" id="ffp_hover_color" value="<?php if(isset($ffp_hover_color)){ echo $ffp_hover_color;} else { echo "#2e2c2c";}?>" />
150
+ <p class="description"><?php _e('Choose feed hover color.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
151
  </div>
152
  </div>
153
  <div class="col-md-12 no-pad">
162
  <select id="ffp_loading_effect" disabled name="ffp_loading_effect">
163
  <option value="none"> <?php _e('None', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
164
  </select>
165
+ <p class="description"><?php _e('Available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
166
  </div>
167
  </div>
168
  <div class="col-md-12 no-pad">
205
  <div class="col-md-12 col-sm-12 col-xs-12 plugin_desc form-group">
206
  <div class="col-md-3"><label>Custom Css</label></div>
207
  <div class="col-md-9">
208
+ <textarea class="form-control" name="feed_customs_css" id="feed_customs_css" placeholder="Custom Css" rows="8"><?php echo $feed_customs_css; ?></textarea>
 
 
209
  </div>
210
  </div>
211
  <div style="clear:both"></div>
function/help-body.php CHANGED
@@ -1,6 +1,7 @@
1
- <div class="block ui-tabs-panel " id="option-general">
2
- <div class="col-md-12">
3
- <div id="heading"><h2><?php _e( 'Facebook Like Box Shortcode Settings', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></h2></div>
 
4
  <div class="col-md-6">
5
  <form name='fb-form' id='fb-form'>
6
  <p>
@@ -35,7 +36,7 @@
35
  </p>
36
  <br>
37
  <p>
38
- <p><label><?php _e( 'Facebook App ID', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> (<?php _e('Required', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>)</label></p>
39
  <input class="widefat" id="fb-app-id" name="fb-app-id" type="text" value="<?php echo esc_attr( $FbAppId ); ?>">
40
  <?php _e('Get Your Own Facebook APP Id', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>: <a href="http://weblizar.com/get-facebook-app-id/" target="_blank"><?php _e( 'HERE', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>
41
  </p>
@@ -88,7 +89,7 @@
88
  <p><strong><?php _e('Facebook Page Like Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></strong></p>
89
  <hr>
90
  <p><strong>1 - <?php _e('Facebook Like Box Widget', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></strong></p>
91
- <p><strong>2 - <?php _e('Facebook Like Box Shoertcode', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> [FBW]</strong></p>
92
  <hr>
93
  <p><?php _e('You can use the widget to display your Facebook Like Box in any theme Widget Sections', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>.</p>
94
  <p><?php _e('Simple go to your', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> <a href="<?php echo get_site_url(); ?>/wp-admin/widgets.php">
@@ -97,7 +98,7 @@
97
  <?php _e('widget in any sidebar section, like in left sidebar, right sidebar or footer sidebar', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> .</p>
98
  <br><br>
99
 
100
- <p><strong><?php _e('Facebook Like Box Shoertcode', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> [FBW]</strong></p>
101
  <hr>
102
  <p><strong>[FBW]</strong> <?php _e('Shortcode give ability to display Facebook Like Box in any Page / Post with content', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>.</p>
103
  <p><?php _e('To use shortcode, just copy ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?><strong>[FBW]</strong>
@@ -108,7 +109,7 @@
108
  <p><strong><?php _e('Facebook Page Feed', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></strong></p>
109
  <hr>
110
  <p><strong>1 - <?php _e('Facebook Page Feed Widget', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></strong></p>
111
- <p><strong>2 - <?php _e('Facebook Page Feed Shoertcode', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> [facebook_feed]</strong></p><hr>
112
  <p><?php _e('You can use the widget to display your Facebook Page Feed in any theme Widget Sections', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>.</p>
113
  <p><?php _e('Simple go to your', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
114
  <a href="<?php echo get_site_url(); ?>/wp-admin/widgets.php"><strong><?php _e('Widgets', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></strong></a>
@@ -116,7 +117,7 @@
116
  <strong><?php _e('Facebook Feed & Like Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></strong>
117
  <?php _e('widget in any sidebar section, like in left sidebar, right sidebar or footer sidebar', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> .</p>
118
  <br><br>
119
- <p><strong><?php _e('Facebook Page Feed Shoertcode', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> [facebook_feed]</strong></p>
120
  <hr>
121
  <p><strong>[facebook_feed]</strong> <?php _e('shortcode give ability to display Facebook Like Box in any Page / Post with content', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>.</p>
122
  <p><?php _e('To use shortcode, just copy ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?><strong>[facebook_feed]</strong>
@@ -140,25 +141,28 @@
140
  <div class="row-fluid pricing-table pricing-three-column">
141
  <div id="get_pro-settings" class="container-fluid top get_pro-settings">
142
  <div class="col-md-12 form-group cs-back">
143
- <div class="col-md-12 ms-links">
144
  <div class="cs-top">
145
  <h2> <?php _e('Facebook Feed Pro', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> </h2>
146
  </div>
147
- <div class="col-md-12">
148
- <ul class="cs-desc"><li> <?php _e('Unlimited Profile, Page & Group Feeds', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> </li>
149
- <li> <?php _e('Unlimited Feeds Per Page/Post', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> </li>
150
- <li><?php _e('Light-Box Layouts 9+', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
151
- <li><?php _e('Tons of Feed Shortcodes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
152
- <li><?php _e('Specific Content Facebook Feeds', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
153
- <li><?php _e('Many Loading & Hover CSS Effect', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
154
- <li><?php _e('Auto-Update Feeds', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
155
- <li><?php _e('Top Level & Stream Type Comment Display', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
156
- <li><?php _e('Sharing On Social Media', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
157
- <li><?php _e('No Code Require', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
158
- <li><?php _e('Feed Widgets', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
159
- <li><?php _e('Like & Share Button For Each Feed in Like-box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
160
- <li><?php _e('Fast & Friendly Support', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
161
- <li><?php _e('Fully Responsive And Optimized', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> </li>
 
 
 
162
  </ul>
163
  </div>
164
  <div class="col-md-12 row link-cont">
@@ -174,7 +178,11 @@
174
  <div class="col-md-4 col-sm-4 ms-btn">
175
  <a href="https://weblizar.com/plugins/facebook-feed-pro/" target="_blank" class="button-face"><?php _e('Buy Now ($19)', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> </a>
176
  </div>
177
- </div>
 
 
 
 
178
  </div>
179
  </div>
180
  </div>
1
+ <?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly?>
2
+ <div class="block ui-tabs-panel " id="option-general">
3
+ <div class="col-md-12">
4
+ <div id="heading"><h2><?php _e( 'Facebook Like Box Shortcode Settings', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></h2></div>
5
  <div class="col-md-6">
6
  <form name='fb-form' id='fb-form'>
7
  <p>
36
  </p>
37
  <br>
38
  <p>
39
+ <p><label><?php _e( 'Facebook App ID', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> (<?php _e('Optional', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>)</label></p>
40
  <input class="widefat" id="fb-app-id" name="fb-app-id" type="text" value="<?php echo esc_attr( $FbAppId ); ?>">
41
  <?php _e('Get Your Own Facebook APP Id', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>: <a href="http://weblizar.com/get-facebook-app-id/" target="_blank"><?php _e( 'HERE', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>
42
  </p>
89
  <p><strong><?php _e('Facebook Page Like Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></strong></p>
90
  <hr>
91
  <p><strong>1 - <?php _e('Facebook Like Box Widget', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></strong></p>
92
+ <p><strong>2 - <?php _e('Facebook Like Box Short-code', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> [FBW]</strong></p>
93
  <hr>
94
  <p><?php _e('You can use the widget to display your Facebook Like Box in any theme Widget Sections', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>.</p>
95
  <p><?php _e('Simple go to your', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> <a href="<?php echo get_site_url(); ?>/wp-admin/widgets.php">
98
  <?php _e('widget in any sidebar section, like in left sidebar, right sidebar or footer sidebar', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> .</p>
99
  <br><br>
100
 
101
+ <p><strong><?php _e('Facebook Like Box Short-Code', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> [FBW]</strong></p>
102
  <hr>
103
  <p><strong>[FBW]</strong> <?php _e('Shortcode give ability to display Facebook Like Box in any Page / Post with content', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>.</p>
104
  <p><?php _e('To use shortcode, just copy ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?><strong>[FBW]</strong>
109
  <p><strong><?php _e('Facebook Page Feed', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></strong></p>
110
  <hr>
111
  <p><strong>1 - <?php _e('Facebook Page Feed Widget', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></strong></p>
112
+ <p><strong>2 - <?php _e('Facebook Page Feed Short-Code', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> [facebook_feed]</strong></p><hr>
113
  <p><?php _e('You can use the widget to display your Facebook Page Feed in any theme Widget Sections', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>.</p>
114
  <p><?php _e('Simple go to your', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
115
  <a href="<?php echo get_site_url(); ?>/wp-admin/widgets.php"><strong><?php _e('Widgets', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></strong></a>
117
  <strong><?php _e('Facebook Feed & Like Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></strong>
118
  <?php _e('widget in any sidebar section, like in left sidebar, right sidebar or footer sidebar', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> .</p>
119
  <br><br>
120
+ <p><strong><?php _e('Facebook Page Feed Short-Code', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> [facebook_feed]</strong></p>
121
  <hr>
122
  <p><strong>[facebook_feed]</strong> <?php _e('shortcode give ability to display Facebook Like Box in any Page / Post with content', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>.</p>
123
  <p><?php _e('To use shortcode, just copy ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?><strong>[facebook_feed]</strong>
141
  <div class="row-fluid pricing-table pricing-three-column">
142
  <div id="get_pro-settings" class="container-fluid top get_pro-settings">
143
  <div class="col-md-12 form-group cs-back">
144
+ <div class="ms-links">
145
  <div class="cs-top">
146
  <h2> <?php _e('Facebook Feed Pro', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> </h2>
147
  </div>
148
+ <div class="row">
149
+ <ul class="cs-desc col-md-6 col-sm-12 col-xs-12">
150
+ <li> <?php _e('Unlimited Profile, Page & Group Feeds', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> </li>
151
+ <li> <?php _e('Unlimited Feeds Per Page/Post', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> </li>
152
+ <li><?php _e('Light-Box Layouts 9+', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
153
+ <li><?php _e('Tons of Feed Short-Code', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
154
+ <li><?php _e('Specific Content Facebook Feeds', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
155
+ <li><?php _e('Many Loading & Hover CSS Effect', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
156
+ <li><?php _e('Auto-Update Feeds', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
157
+ </ul>
158
+ <ul class="cs-desc col-md-6 col-sm-12 col-xs-12">
159
+ <li><?php _e('Top Level & Stream Type Comment Display', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
160
+ <li><?php _e('Sharing On Social Media', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
161
+ <li><?php _e('No Code Require', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
162
+ <li><?php _e('Feed Widgets', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
163
+ <li><?php _e('Like & Share Button For Each Feed in Like-box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
164
+ <li><?php _e('Fast & Friendly Support', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </li>
165
+ <li><?php _e('Fully Responsive And Optimized', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> </li>
166
  </ul>
167
  </div>
168
  <div class="col-md-12 row link-cont">
178
  <div class="col-md-4 col-sm-4 ms-btn">
179
  <a href="https://weblizar.com/plugins/facebook-feed-pro/" target="_blank" class="button-face"><?php _e('Buy Now ($19)', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> </a>
180
  </div>
181
+ </div>
182
+ <div class="row-fluid ">
183
+ <div class="col-md-12"> <a href="http://demo.weblizar.com/facebook-feed-pro/" target="_blank">
184
+ <img style="width:100%" src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'images/facebook-full-feature.jpg'; ?>" class="img-responsive"/></a></div>
185
+ </div>
186
  </div>
187
  </div>
188
  </div>
images/Green.jpg DELETED
Binary file
images/enigma.jpg DELETED
Binary file
images/facebook-full-feature.jpg ADDED
Binary file
images/facebook-page7.jpg DELETED
Binary file
images/fbdemo.PNG DELETED
Binary file
images/gallery-pro.jpg DELETED
Binary file
images/lbs.jpg DELETED
Binary file
images/rgp.jpg DELETED
Binary file
images/weblizar-premium-pro.jpg DELETED
Binary file
images/weblizar.jpg DELETED
Binary file
images/weblizar3.png DELETED
Binary file
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.weblizar.com/
4
  Tags: facebook, facebook feed, facebook like box, facebook posts, facebook page, Facebook posts, facebook widget, Facebook profile, Facebook group, facebook page feed, facebook page like box, feed, likebox
5
  Requires at least: 3.8
6
  Tested up to: 4.9.4
7
- Stable tag: 2.6.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -216,6 +216,12 @@ Go to admin dashboard => appearance => widgets => Here are available our two fac
216
 
217
  For more information, see [Weblizar](https://weblizar.com/) .
218
 
 
 
 
 
 
 
219
  = 2.6.9 [ 31/03/2018 ] =
220
  1. Facebook page cover image hide and show option added
221
  2. Other Minor css issue fixed.
4
  Tags: facebook, facebook feed, facebook like box, facebook posts, facebook page, Facebook posts, facebook widget, Facebook profile, Facebook group, facebook page feed, facebook page like box, feed, likebox
5
  Requires at least: 3.8
6
  Tested up to: 4.9.4
7
+ Stable tag: 2.7.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
216
 
217
  For more information, see [Weblizar](https://weblizar.com/) .
218
 
219
+ = 2.7.0 [ 02/04/2018 ] =
220
+ 1. Custom css box cursor posstion issue fixed.
221
+ 2. Responsive css issue fixed
222
+ 3. Spell mistake fixed
223
+ 4. Other Minor css issue fixed.
224
+
225
  = 2.6.9 [ 31/03/2018 ] =
226
  1. Facebook page cover image hide and show option added
227
  2. Other Minor css issue fixed.