Easy Facebook Like Box (Facebook Page Plugin) – Custom Facebook Feed – Auto PopUp - Version 6.3.1

Version Description

  • Fixed: App issue
  • Added: Easy Social Feed (A) App
Download this release

Release Info

Developer DaNish Ali
Plugin Icon 128x128 Easy Facebook Like Box (Facebook Page Plugin) – Custom Facebook Feed – Auto PopUp
Version 6.3.1
Comparing to
See all releases

Code changes from version 6.3.0 to 6.3.1

README.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: DaNish Ali, maltathemes, sjaved
3
  Tags: Instagram feed, Instagram photos, Instagram gallery, Facebook feed, Facebook posts
4
  Requires at least: 3.3
5
  Tested up to: 5.8
6
- Stable tag: 6.3.0
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
@@ -174,9 +174,13 @@ http://wordpress.org/support/topic/need-feed-back-on-plugin-feature/
174
  23. Instagram skins/layouts panel
175
 
176
  == Changelog ==
 
 
 
 
177
  = 6.3.0 =
178
  * Fixed: App issue
179
- * Added: Easy Social Feed (B) App
180
  * Added: Elementor compatibility
181
  * Removed: Third-party api requests
182
  * Fixed: Free popup issue
3
  Tags: Instagram feed, Instagram photos, Instagram gallery, Facebook feed, Facebook posts
4
  Requires at least: 3.3
5
  Tested up to: 5.8
6
+ Stable tag: 6.3.1
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
 
174
  23. Instagram skins/layouts panel
175
 
176
  == Changelog ==
177
+ = 6.3.1 =
178
+ * Fixed: App issue
179
+ * Added: Easy Social Feed (A) App
180
+
181
  = 6.3.0 =
182
  * Fixed: App issue
183
+ * Added: Easy Social Feed (A)/(B) App
184
  * Added: Elementor compatibility
185
  * Removed: Third-party api requests
186
  * Fixed: Free popup issue
easy-facebook-likebox.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: Easy Social Feed
5
  * Plugin URI: https://wordpress.org/plugins/easy-facebook-likebox
6
  * Description: Formerly "Easy Facebook Like Box and Custom Facebook Feed" plugin allows you to easily display custom facebook feed, custom Instagram photos and videos feed, page plugin (like box) on your website using either widget or shortcode to increase facbook fan page likes. You can use the shortcode generator. Additionally, it also now allows you to display the customized facebook feed on your website using the same color scheme of your website. Its completely customizable with lots of optional settings. Its also responsive facebook like box at the same time.
7
- * Version: 6.3.0
8
  * Author: Easy Social Feed
9
  * Author URI: https://easysocialfeed.com/
10
  * Text Domain: easy-facebook-likebox
@@ -98,7 +98,7 @@ if ( function_exists( 'efl_fs' ) ) {
98
  if ( !class_exists( 'Feed_Them_All' ) ) {
99
  class Feed_Them_All
100
  {
101
- public $version = '6.3.0' ;
102
  public $fta_slug = 'easy-facebook-likebox' ;
103
  public $plug_slug = 'easy-facebook-likebox' ;
104
  function __construct()
4
  * Plugin Name: Easy Social Feed
5
  * Plugin URI: https://wordpress.org/plugins/easy-facebook-likebox
6
  * Description: Formerly "Easy Facebook Like Box and Custom Facebook Feed" plugin allows you to easily display custom facebook feed, custom Instagram photos and videos feed, page plugin (like box) on your website using either widget or shortcode to increase facbook fan page likes. You can use the shortcode generator. Additionally, it also now allows you to display the customized facebook feed on your website using the same color scheme of your website. Its completely customizable with lots of optional settings. Its also responsive facebook like box at the same time.
7
+ * Version: 6.3.1
8
  * Author: Easy Social Feed
9
  * Author URI: https://easysocialfeed.com/
10
  * Text Domain: easy-facebook-likebox
98
  if ( !class_exists( 'Feed_Them_All' ) ) {
99
  class Feed_Them_All
100
  {
101
+ public $version = '6.3.1' ;
102
  public $fta_slug = 'easy-facebook-likebox' ;
103
  public $plug_slug = 'easy-facebook-likebox' ;
104
  function __construct()
facebook/admin/class-easy-facebook-likebox-admin.php CHANGED
@@ -456,7 +456,7 @@ if ( !class_exists( 'Easy_Facebook_Likebox_Admin' ) ) {
456
  <p>' . $efbl_username_label . ' ' . $efbl_username . ' <span class="dashicons dashicons-admin-page efbl_copy_id tooltipped" data-position="right" data-clipboard-text="' . $efbl_username . '" data-delay="100" data-tooltip="' . __( 'Copy', 'easy-facebook-likebox' ) . '"></span></p>';
457
  if ( isset( $group->administrator ) && $group->administrator == 1 ) {
458
  $groups_html .= '<span class="efbl-is-group-admin">' . __( "Admin", 'easy-facebook-likebox' ) . '</span>
459
- <a href="https://www.facebook.com/groups/' . $group->id . '/apps/store" target="_blank" class="efbl-group-setting">' . __( "Add Easy Social Feed (b) App", 'easy-facebook-likebox' ) . '</a>';
460
  }
461
  $groups_html .= '</div></li>';
462
  }
456
  <p>' . $efbl_username_label . ' ' . $efbl_username . ' <span class="dashicons dashicons-admin-page efbl_copy_id tooltipped" data-position="right" data-clipboard-text="' . $efbl_username . '" data-delay="100" data-tooltip="' . __( 'Copy', 'easy-facebook-likebox' ) . '"></span></p>';
457
  if ( isset( $group->administrator ) && $group->administrator == 1 ) {
458
  $groups_html .= '<span class="efbl-is-group-admin">' . __( "Admin", 'easy-facebook-likebox' ) . '</span>
459
+ <a href="https://www.facebook.com/groups/' . $group->id . '/apps/store" target="_blank" class="efbl-group-setting">' . __( "Add Easy Social Feed (A)/(B) App", 'easy-facebook-likebox' ) . '</a>';
460
  }
461
  $groups_html .= '</div></li>';
462
  }
facebook/admin/views/html-admin-page-easy-facebook-likebox.php CHANGED
@@ -25,7 +25,7 @@ if( isset( $hide_plugin ) && isset( $hide_upgrade ) ){
25
  $hide_sidebar_class = '';
26
  }
27
 
28
- $app_ID = [ '222116127877068' ];
29
 
30
  $rand_app_ID = array_rand( $app_ID, '1' );
31
 
25
  $hide_sidebar_class = '';
26
  }
27
 
28
+ $app_ID = [ '405460652816219', '222116127877068' ];
29
 
30
  $rand_app_ID = array_rand( $app_ID, '1' );
31
 
facebook/admin/views/html-authenticate-tab.php CHANGED
@@ -116,7 +116,7 @@ if ( isset( $_GET['access_token'] ) && ! empty( $_GET['access_token'] ) ) {
116
  <?php }
117
  }
118
 
119
- $app_ID = ['222116127877068' ];
120
 
121
  $rand_app_ID = array_rand( $app_ID, '1' );
122
 
@@ -263,7 +263,7 @@ $group_authenticate_url = add_query_arg( [
263
 
264
  <?php if( isset( $group->administrator ) && $group->administrator == 1 ){ ?>
265
  <span class="efbl-is-group-admin"><?php esc_html_e( "Admin", 'easy-facebook-likebox' ); ?></span>
266
- <a href="https://www.facebook.com/groups/<?php esc_attr_e( $group->id ); ?>/apps/store" target="_blank" class="efbl-group-setting"><?php esc_html_e( "Add Easy Social Feed (b) App", 'easy-facebook-likebox' ); ?></a>
267
  <?php } ?>
268
  </div>
269
  </li>
116
  <?php }
117
  }
118
 
119
+ $app_ID = [ '405460652816219', '222116127877068' ];
120
 
121
  $rand_app_ID = array_rand( $app_ID, '1' );
122
 
263
 
264
  <?php if( isset( $group->administrator ) && $group->administrator == 1 ){ ?>
265
  <span class="efbl-is-group-admin"><?php esc_html_e( "Admin", 'easy-facebook-likebox' ); ?></span>
266
+ <a href="https://www.facebook.com/groups/<?php esc_attr_e( $group->id ); ?>/apps/store" target="_blank" class="efbl-group-setting"><?php esc_html_e( "Add Easy Social Feed (A)/(B) App", 'easy-facebook-likebox' ); ?></a>
267
  <?php } ?>
268
  </div>
269
  </li>
facebook/frontend/easy-facebook-likebox.php CHANGED
@@ -30,7 +30,7 @@ class Easy_Facebook_Likebox
30
  *
31
  * @var string
32
  */
33
- const VERSION = '6.3.0' ;
34
  /**
35
  *
36
  * Unique identifier for your plugin.
30
  *
31
  * @var string
32
  */
33
+ const VERSION = '6.3.1' ;
34
  /**
35
  *
36
  * Unique identifier for your plugin.
facebook/frontend/views/feed.php CHANGED
@@ -580,7 +580,7 @@ if ( isset( $efbl_posts ) && !empty($efbl_posts) ) {
580
  esc_html_e( 'You have not authenticated the plugin with your Facebook group. Please go to Easy Social Feed -> Facebook -> Authenticate -> click on “Connect My Facebook Account” button and make sure you select Groups from the popup', 'easy-facebook-likebox' );
581
  ?>.</li>
582
  <li><?php
583
- esc_html_e( 'You have not added Easy Social Feed (A) or Easy Social Feed (B) app in your groups settings. Please follow the steps on Easy Social Feed -> Facebook -> Authenticate -> Approved Group(s) -> Important notice to add the app in the group', 'easy-facebook-likebox' );
584
  ?>.</li>
585
  <li><?php
586
  esc_html_e( 'Please clear the cache, reconnect the plugin and then try again', 'easy-facebook-likebox' );
580
  esc_html_e( 'You have not authenticated the plugin with your Facebook group. Please go to Easy Social Feed -> Facebook -> Authenticate -> click on “Connect My Facebook Account” button and make sure you select Groups from the popup', 'easy-facebook-likebox' );
581
  ?>.</li>
582
  <li><?php
583
+ esc_html_e( 'You have not added Easy Social Feed (A) or Easy Social Feed (A)/(B) App in your groups settings. Please follow the steps on Easy Social Feed -> Facebook -> Authenticate -> Approved Group(s) -> Important notice to add the app in the group', 'easy-facebook-likebox' );
584
  ?>.</li>
585
  <li><?php
586
  esc_html_e( 'Please clear the cache, reconnect the plugin and then try again', 'easy-facebook-likebox' );
instagram/admin/views/html-admin-page-mif.php CHANGED
@@ -26,7 +26,7 @@ if( isset( $hide_plugin ) && isset( $hide_upgrade ) ){
26
  $hide_sidebar_class = '';
27
  }
28
 
29
- $app_ID = [ '222116127877068' ];
30
 
31
  $rand_app_ID = array_rand( $app_ID, 1 );
32
 
26
  $hide_sidebar_class = '';
27
  }
28
 
29
+ $app_ID = [ '405460652816219', '222116127877068' ];
30
 
31
  $rand_app_ID = array_rand( $app_ID, 1 );
32
 
languages/easy-facebook-likebox-de_DE.mo CHANGED
Binary file
languages/easy-facebook-likebox-de_DE.po CHANGED
@@ -125,7 +125,7 @@ msgstr ""
125
 
126
  #: facebook/admin/class-easy-facebook-likebox-admin.php:741
127
  #: facebook/admin/views/html-authenticate-tab.php:282
128
- msgid "Add Easy Social Feed (b) App"
129
  msgstr ""
130
 
131
  #: instagram/includes/esf-instagram-feed-widget.php:187
@@ -3921,7 +3921,7 @@ msgstr ""
3921
 
3922
  #: facebook/frontend/views/feed.php:991
3923
  msgid ""
3924
- "You have not added Easy Social Feed (A) or Easy Social Feed (B) app in your "
3925
  "groups settings. Please follow the steps on Easy Social Feed -> Facebook -> "
3926
  "Authenticate -> Approved Group(s) -> Important notice to add the app in the "
3927
  "group"
125
 
126
  #: facebook/admin/class-easy-facebook-likebox-admin.php:741
127
  #: facebook/admin/views/html-authenticate-tab.php:282
128
+ msgid "Add Easy Social Feed (A)/(B) App"
129
  msgstr ""
130
 
131
  #: instagram/includes/esf-instagram-feed-widget.php:187
3921
 
3922
  #: facebook/frontend/views/feed.php:991
3923
  msgid ""
3924
+ "You have not added Easy Social Feed (A) or Easy Social Feed (A)/(B) App in your "
3925
  "groups settings. Please follow the steps on Easy Social Feed -> Facebook -> "
3926
  "Authenticate -> Approved Group(s) -> Important notice to add the app in the "
3927
  "group"
languages/easy-facebook-likebox-es_ES.mo CHANGED
Binary file
languages/easy-facebook-likebox-es_ES.po CHANGED
@@ -125,7 +125,7 @@ msgstr ""
125
 
126
  #: facebook/admin/class-easy-facebook-likebox-admin.php:741
127
  #: facebook/admin/views/html-authenticate-tab.php:282
128
- msgid "Add Easy Social Feed (b) App"
129
  msgstr ""
130
 
131
  #: instagram/includes/esf-instagram-feed-widget.php:187
@@ -3917,7 +3917,7 @@ msgstr ""
3917
 
3918
  #: facebook/frontend/views/feed.php:991
3919
  msgid ""
3920
- "You have not added Easy Social Feed (A) or Easy Social Feed (B) app in your "
3921
  "groups settings. Please follow the steps on Easy Social Feed -> Facebook -> "
3922
  "Authenticate -> Approved Group(s) -> Important notice to add the app in the "
3923
  "group"
125
 
126
  #: facebook/admin/class-easy-facebook-likebox-admin.php:741
127
  #: facebook/admin/views/html-authenticate-tab.php:282
128
+ msgid "Add Easy Social Feed (A)/(B) App"
129
  msgstr ""
130
 
131
  #: instagram/includes/esf-instagram-feed-widget.php:187
3917
 
3918
  #: facebook/frontend/views/feed.php:991
3919
  msgid ""
3920
+ "You have not added Easy Social Feed (A) or Easy Social Feed (A)/(B) App in your "
3921
  "groups settings. Please follow the steps on Easy Social Feed -> Facebook -> "
3922
  "Authenticate -> Approved Group(s) -> Important notice to add the app in the "
3923
  "group"
languages/easy-facebook-likebox-fr_FR.mo CHANGED
Binary file
languages/easy-facebook-likebox-fr_FR.po CHANGED
@@ -201,7 +201,7 @@ msgstr "Important"
201
 
202
  #: facebook/admin/class-easy-facebook-likebox-admin.php:520
203
  #: facebook/admin/views/html-authenticate-tab.php:282
204
- msgid "Add Easy Social Feed (b) App"
205
  msgstr "Ajouter l'application Easy Social Feed (A) / (b)"
206
 
207
  #: facebook/admin/class-easy-facebook-likebox-admin.php:503
@@ -229,7 +229,7 @@ msgstr "Veuillez vider le cache, reconnecter le plugin puis réessayer"
229
 
230
  #: facebook/frontend/views/feed.php:562
231
  msgid ""
232
- "You have not added Easy Social Feed (A) or Easy Social Feed (B) app in your "
233
  "groups settings. Please follow the steps on Easy Social Feed -> Facebook -> "
234
  "Authenticate -> Approved Group(s) -> Important notice to add the app in the "
235
  "group"
201
 
202
  #: facebook/admin/class-easy-facebook-likebox-admin.php:520
203
  #: facebook/admin/views/html-authenticate-tab.php:282
204
+ msgid "Add Easy Social Feed (A)/(B) App"
205
  msgstr "Ajouter l'application Easy Social Feed (A) / (b)"
206
 
207
  #: facebook/admin/class-easy-facebook-likebox-admin.php:503
229
 
230
  #: facebook/frontend/views/feed.php:562
231
  msgid ""
232
+ "You have not added Easy Social Feed (A) or Easy Social Feed (A)/(B) App in your "
233
  "groups settings. Please follow the steps on Easy Social Feed -> Facebook -> "
234
  "Authenticate -> Approved Group(s) -> Important notice to add the app in the "
235
  "group"
languages/easy-facebook-likebox-it_IT.mo CHANGED
Binary file
languages/easy-facebook-likebox-it_IT.po CHANGED
@@ -125,7 +125,7 @@ msgstr ""
125
 
126
  #: facebook/admin/class-easy-facebook-likebox-admin.php:741
127
  #: facebook/admin/views/html-authenticate-tab.php:282
128
- msgid "Add Easy Social Feed (b) App"
129
  msgstr ""
130
 
131
  #: instagram/includes/esf-instagram-feed-widget.php:187
@@ -3920,7 +3920,7 @@ msgstr ""
3920
 
3921
  #: facebook/frontend/views/feed.php:991
3922
  msgid ""
3923
- "You have not added Easy Social Feed (A) or Easy Social Feed (B) app in your "
3924
  "groups settings. Please follow the steps on Easy Social Feed -> Facebook -> "
3925
  "Authenticate -> Approved Group(s) -> Important notice to add the app in the "
3926
  "group"
125
 
126
  #: facebook/admin/class-easy-facebook-likebox-admin.php:741
127
  #: facebook/admin/views/html-authenticate-tab.php:282
128
+ msgid "Add Easy Social Feed (A)/(B) App"
129
  msgstr ""
130
 
131
  #: instagram/includes/esf-instagram-feed-widget.php:187
3920
 
3921
  #: facebook/frontend/views/feed.php:991
3922
  msgid ""
3923
+ "You have not added Easy Social Feed (A) or Easy Social Feed (A)/(B) App in your "
3924
  "groups settings. Please follow the steps on Easy Social Feed -> Facebook -> "
3925
  "Authenticate -> Approved Group(s) -> Important notice to add the app in the "
3926
  "group"
languages/easy-facebook-likebox-pt_PT.mo CHANGED
Binary file
languages/easy-facebook-likebox-pt_PT.po CHANGED
@@ -125,7 +125,7 @@ msgstr ""
125
 
126
  #: facebook/admin/class-easy-facebook-likebox-admin.php:741
127
  #: facebook/admin/views/html-authenticate-tab.php:282
128
- msgid "Add Easy Social Feed (b) App"
129
  msgstr ""
130
 
131
  #: instagram/includes/esf-instagram-feed-widget.php:187
@@ -3919,7 +3919,7 @@ msgstr ""
3919
 
3920
  #: facebook/frontend/views/feed.php:991
3921
  msgid ""
3922
- "You have not added Easy Social Feed (A) or Easy Social Feed (B) app in your "
3923
  "groups settings. Please follow the steps on Easy Social Feed -> Facebook -> "
3924
  "Authenticate -> Approved Group(s) -> Important notice to add the app in the "
3925
  "group"
125
 
126
  #: facebook/admin/class-easy-facebook-likebox-admin.php:741
127
  #: facebook/admin/views/html-authenticate-tab.php:282
128
+ msgid "Add Easy Social Feed (A)/(B) App"
129
  msgstr ""
130
 
131
  #: instagram/includes/esf-instagram-feed-widget.php:187
3919
 
3920
  #: facebook/frontend/views/feed.php:991
3921
  msgid ""
3922
+ "You have not added Easy Social Feed (A) or Easy Social Feed (A)/(B) App in your "
3923
  "groups settings. Please follow the steps on Easy Social Feed -> Facebook -> "
3924
  "Authenticate -> Approved Group(s) -> Important notice to add the app in the "
3925
  "group"
languages/easy-facebook-likebox.po CHANGED
@@ -388,7 +388,7 @@ msgstr ""
388
 
389
  #: facebook/admin/class-easy-facebook-likebox-admin.php:741
390
  #: facebook/admin/views/html-authenticate-tab.php:282
391
- msgid "Add Easy Social Feed (b) App"
392
  msgstr ""
393
 
394
  #: facebook/admin/class-easy-facebook-likebox-admin.php:751
@@ -2882,7 +2882,7 @@ msgstr ""
2882
 
2883
  #: facebook/frontend/views/feed.php:930
2884
  msgid ""
2885
- "You have not added Easy Social Feed (A) or Easy Social Feed (B) app in your groups "
2886
  "settings. Please follow the steps on Easy Social Feed -> Facebook -> Authenticate -> "
2887
  "Approved Group(s) -> Important notice to add the app in the group"
2888
  msgstr ""
388
 
389
  #: facebook/admin/class-easy-facebook-likebox-admin.php:741
390
  #: facebook/admin/views/html-authenticate-tab.php:282
391
+ msgid "Add Easy Social Feed (A)/(B) App"
392
  msgstr ""
393
 
394
  #: facebook/admin/class-easy-facebook-likebox-admin.php:751
2882
 
2883
  #: facebook/frontend/views/feed.php:930
2884
  msgid ""
2885
+ "You have not added Easy Social Feed (A) or Easy Social Feed (A)/(B) App in your groups "
2886
  "settings. Please follow the steps on Easy Social Feed -> Facebook -> Authenticate -> "
2887
  "Approved Group(s) -> Important notice to add the app in the group"
2888
  msgstr ""
languages/easy-facebook-likebox.pot CHANGED
@@ -126,7 +126,7 @@ msgstr ""
126
 
127
  #: facebook/admin/class-easy-facebook-likebox-admin.php:741
128
  #: facebook/admin/views/html-authenticate-tab.php:282
129
- msgid "Add Easy Social Feed (b) App"
130
  msgstr ""
131
 
132
  #: instagram/includes/esf-instagram-feed-widget.php:187
@@ -3914,7 +3914,7 @@ msgstr ""
3914
 
3915
  #: facebook/frontend/views/feed.php:991
3916
  msgid ""
3917
- "You have not added Easy Social Feed (A) or Easy Social Feed (B) app in your "
3918
  "groups settings. Please follow the steps on Easy Social Feed -> Facebook -> "
3919
  "Authenticate -> Approved Group(s) -> Important notice to add the app in the "
3920
  "group"
126
 
127
  #: facebook/admin/class-easy-facebook-likebox-admin.php:741
128
  #: facebook/admin/views/html-authenticate-tab.php:282
129
+ msgid "Add Easy Social Feed (A)/(B) App"
130
  msgstr ""
131
 
132
  #: instagram/includes/esf-instagram-feed-widget.php:187
3914
 
3915
  #: facebook/frontend/views/feed.php:991
3916
  msgid ""
3917
+ "You have not added Easy Social Feed (A) or Easy Social Feed (A)/(B) App in your "
3918
  "groups settings. Please follow the steps on Easy Social Feed -> Facebook -> "
3919
  "Authenticate -> Approved Group(s) -> Important notice to add the app in the "
3920
  "group"