Version Description
- Fixed: App authentication issue
- Removed: Easy Social Feed (B) app temporarily
Download this release
Release Info
Developer | DaNish Ali |
Plugin | Easy Facebook Like Box (Facebook Page Plugin) – Custom Facebook Feed – Auto PopUp |
Version | 6.3.6 |
Comparing to | |
See all releases |
Code changes from version 6.3.5 to 6.3.6
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.9
|
6 |
-
Stable tag: 6.3.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -174,6 +174,10 @@ http://wordpress.org/support/topic/need-feed-back-on-plugin-feature/
|
|
174 |
23. Instagram skins/layouts panel
|
175 |
|
176 |
== Changelog ==
|
|
|
|
|
|
|
|
|
177 |
= 6.3.5 =
|
178 |
* Added: Manually Connection option
|
179 |
|
3 |
Tags: Instagram feed, Instagram photos, Instagram gallery, Facebook feed, Facebook posts
|
4 |
Requires at least: 3.3
|
5 |
Tested up to: 5.9
|
6 |
+
Stable tag: 6.3.6
|
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.6 =
|
178 |
+
* Fixed: App authentication issue
|
179 |
+
* Removed: Easy Social Feed (B) app temporarily
|
180 |
+
|
181 |
= 6.3.5 =
|
182 |
* Added: Manually Connection option
|
183 |
|
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.
|
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.
|
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.6
|
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.6' ;
|
102 |
public $fta_slug = 'easy-facebook-likebox' ;
|
103 |
public $plug_slug = 'easy-facebook-likebox' ;
|
104 |
function __construct()
|
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 = [ '405460652816219'
|
29 |
|
30 |
$rand_app_ID = array_rand( $app_ID, '1' );
|
31 |
|
25 |
$hide_sidebar_class = '';
|
26 |
}
|
27 |
|
28 |
+
$app_ID = [ '405460652816219' ];
|
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 = [ '405460652816219'
|
120 |
|
121 |
$rand_app_ID = array_rand( $app_ID, '1' );
|
122 |
|
116 |
<?php }
|
117 |
}
|
118 |
|
119 |
+
$app_ID = [ '405460652816219' ];
|
120 |
|
121 |
$rand_app_ID = array_rand( $app_ID, '1' );
|
122 |
|
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.
|
34 |
/**
|
35 |
*
|
36 |
* Unique identifier for your plugin.
|
30 |
*
|
31 |
* @var string
|
32 |
*/
|
33 |
+
const VERSION = '6.3.6' ;
|
34 |
/**
|
35 |
*
|
36 |
* Unique identifier for your plugin.
|
instagram/admin/views/html-admin-page-mif.php
CHANGED
@@ -28,7 +28,7 @@ if( isset( $hide_plugin ) && isset( $hide_upgrade ) ){
|
|
28 |
$hide_sidebar_class = '';
|
29 |
}
|
30 |
|
31 |
-
$app_ID = [ '405460652816219'
|
32 |
|
33 |
$rand_app_ID = array_rand( $app_ID, 1 );
|
34 |
|
@@ -41,7 +41,7 @@ $auth_url = esc_url( add_query_arg( [
|
|
41 |
'state' => admin_url( 'admin.php?page=mif' ),
|
42 |
], 'https://www.facebook.com/dialog/oauth' ) );
|
43 |
|
44 |
-
$mif_personal_clients = [ '
|
45 |
|
46 |
$mif_personal_app_ID = $mif_personal_clients[ array_rand( $mif_personal_clients, '1' ) ];
|
47 |
|
28 |
$hide_sidebar_class = '';
|
29 |
}
|
30 |
|
31 |
+
$app_ID = [ '405460652816219' ];
|
32 |
|
33 |
$rand_app_ID = array_rand( $app_ID, 1 );
|
34 |
|
41 |
'state' => admin_url( 'admin.php?page=mif' ),
|
42 |
], 'https://www.facebook.com/dialog/oauth' ) );
|
43 |
|
44 |
+
$mif_personal_clients = [ '494132551291859' ];
|
45 |
|
46 |
$mif_personal_app_ID = $mif_personal_clients[ array_rand( $mif_personal_clients, '1' ) ];
|
47 |
|