Version Description
[ 22/02/2018 ]
Download this release
Release Info
Developer | weblizar |
Plugin | Feed & LikeBox For Facebook |
Version | 2.6.3 |
Comparing to | |
See all releases |
Code changes from version 2.6.2 to 2.6.3
- css/facebook-feed-shortcode.css +16 -10
- facebook-by-weblizar.php +10 -8
- facebook-by-weblizar-data.php → function/facebook-by-weblizar-data.php +0 -0
- facebook-by-weblizar-help.php → function/facebook-by-weblizar-help.php +0 -0
- facebook-by-weblizar-short-code.php → function/facebook-by-weblizar-short-code.php +0 -0
- facebook-by-weblizar-widgets.php → function/facebook-by-weblizar-widgets.php +0 -0
- facebook-feed-shortcode-data.php → function/facebook-feed-shortcode-data.php +1 -3
- facebook-feed-shortcode.php → function/facebook-feed-shortcode.php +4 -4
- facebook-feed-widget.php → function/facebook-feed-widget.php +1 -1
- facebook-feed.php → function/facebook-feed.php +0 -0
- help-body.php → function/help-body.php +0 -0
- readme.txt +5 -1
css/facebook-feed-shortcode.css
CHANGED
@@ -50,11 +50,13 @@
|
|
50 |
padding-left: 6px;
|
51 |
|
52 |
}
|
53 |
-
.wp-weblizar_fb-plugin .weblizar_fb-logo-left .fb_logo_left
|
|
|
54 |
min-width: 50px;
|
55 |
border-radius: 2px;
|
56 |
-
box-shadow: 2px 2px 0px #dcdcdc
|
57 |
border: 1px solid #ccc;
|
|
|
58 |
}
|
59 |
.wp-weblizar_fb-plugin .weblizar_fb-main-banner .weblizar_fb-facebook-feed-inner-text .button-group {
|
60 |
position: absolute;
|
@@ -150,8 +152,9 @@ a{
|
|
150 |
max-height: 140px;
|
151 |
}
|
152 |
|
153 |
-
.wp-weblizar_fb-plugin .weblizar_fb-post-box .weblizar_fb-logo-right
|
154 |
-
|
|
|
155 |
}
|
156 |
.wp-weblizar_fb-plugin .weblizar_fb-post-box .weblizar_fb-logo-right .fa {
|
157 |
font-size: 14px;
|
@@ -918,21 +921,24 @@ margin-top: 10px !important;
|
|
918 |
margin-bottom: 0px;
|
919 |
}
|
920 |
|
921 |
-
.feed_main_widget .weblizar_fb-facebook-feed-top-info{
|
922 |
-
|
923 |
-
|
|
|
|
|
924 |
}
|
925 |
.feed_main_widget .weblizar_fb-facebook-feed-top-img {
|
926 |
text-align:center;
|
927 |
max-width:50px;
|
928 |
max-height:50px;
|
|
|
929 |
}
|
930 |
.feed_main_widget .weblizar_fb-post-box .weblizar_fb-logo-left .fb_logo_left {
|
931 |
width: 100%;
|
932 |
padding: 0px 0px;
|
933 |
border-radius: 2px;
|
934 |
-
box-shadow: 2px 2px 0px #dcdcdc;
|
935 |
-
border: 1px solid #ccc
|
936 |
min-width: 50px;
|
937 |
min-height: 50px;
|
938 |
}
|
@@ -974,7 +980,7 @@ margin-top: 10px !important;
|
|
974 |
font-weight: bold !important;
|
975 |
font-size: 15px !important;
|
976 |
color: #ca0505!important;
|
977 |
-
display: block !important;
|
978 |
}
|
979 |
.fb_messaage_tag
|
980 |
{
|
50 |
padding-left: 6px;
|
51 |
|
52 |
}
|
53 |
+
.wp-weblizar_fb-plugin .weblizar_fb-logo-left .fb_logo_left
|
54 |
+
{
|
55 |
min-width: 50px;
|
56 |
border-radius: 2px;
|
57 |
+
/*box-shadow: 2px 2px 0px #dcdcdc;*/
|
58 |
border: 1px solid #ccc;
|
59 |
+
width: 100%;
|
60 |
}
|
61 |
.wp-weblizar_fb-plugin .weblizar_fb-main-banner .weblizar_fb-facebook-feed-inner-text .button-group {
|
62 |
position: absolute;
|
152 |
max-height: 140px;
|
153 |
}
|
154 |
|
155 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .weblizar_fb-logo-right
|
156 |
+
{
|
157 |
+
padding: 5px 15px 0px 20px;
|
158 |
}
|
159 |
.wp-weblizar_fb-plugin .weblizar_fb-post-box .weblizar_fb-logo-right .fa {
|
160 |
font-size: 14px;
|
921 |
margin-bottom: 0px;
|
922 |
}
|
923 |
|
924 |
+
.feed_main_widget .weblizar_fb-facebook-feed-top-info {
|
925 |
+
|
926 |
+
display: inline-block;
|
927 |
+
position: absolute;
|
928 |
+
float: left!important;
|
929 |
}
|
930 |
.feed_main_widget .weblizar_fb-facebook-feed-top-img {
|
931 |
text-align:center;
|
932 |
max-width:50px;
|
933 |
max-height:50px;
|
934 |
+
margin-top: 20%;
|
935 |
}
|
936 |
.feed_main_widget .weblizar_fb-post-box .weblizar_fb-logo-left .fb_logo_left {
|
937 |
width: 100%;
|
938 |
padding: 0px 0px;
|
939 |
border-radius: 2px;
|
940 |
+
/*box-shadow: 2px 2px 0px #dcdcdc;
|
941 |
+
border: 1px solid #ccc;*/
|
942 |
min-width: 50px;
|
943 |
min-height: 50px;
|
944 |
}
|
980 |
font-weight: bold !important;
|
981 |
font-size: 15px !important;
|
982 |
color: #ca0505!important;
|
983 |
+
display: inline-block !important;
|
984 |
}
|
985 |
.fb_messaage_tag
|
986 |
{
|
facebook-by-weblizar.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Facebook Feed & LikeBox
|
4 |
-
* Version: 2.6.
|
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
|
@@ -28,8 +28,8 @@ function WeblizarFacebookMenu() {
|
|
28 |
|
29 |
function facebooky_by_weblizar_page_function()
|
30 |
{
|
31 |
-
require_once("facebook-by-weblizar-data.php");
|
32 |
-
require_once("facebook-by-weblizar-help.php");
|
33 |
}
|
34 |
function facebooky_by_weblizar_page_function_js_css()
|
35 |
{
|
@@ -45,7 +45,9 @@ function weblizar_feed_code_script()
|
|
45 |
{
|
46 |
global $post;
|
47 |
if (isset($post->post_content) && is_singular(array( 'post','page') ) && has_shortcode( $post->post_content, 'facebook_feed' ) || is_active_widget(false, false,'weblizar_facebook_feed_widget'))
|
48 |
-
{
|
|
|
|
|
49 |
wp_enqueue_style('feed-facebook-feed-shortcode-css', WEBLIZAR_FACEBOOK_PLUGIN_URL.'css/facebook-feed-shortcode.css');
|
50 |
wp_enqueue_style('feed-facebook-custom-box-slider-css', WEBLIZAR_FACEBOOK_PLUGIN_URL.'css/custom-box-slider.css');
|
51 |
wp_enqueue_style('feed-bootstrap-css', WEBLIZAR_FACEBOOK_PLUGIN_URL. 'css/bootstrap.css');
|
@@ -55,12 +57,12 @@ add_action('wp_enqueue_scripts', 'weblizar_feed_code_script');
|
|
55 |
|
56 |
|
57 |
/*** Load Facebook Like Box widgets ***/
|
58 |
-
require_once("facebook-by-weblizar-widgets.php");
|
59 |
-
require_once("facebook-feed-widget.php");
|
60 |
|
61 |
/*** Load Facebook Like Box Shortcode ***/
|
62 |
-
require_once("facebook-by-weblizar-short-code.php");
|
63 |
|
64 |
/*** Load Facebook Page Feed Shortcode ***/
|
65 |
-
require_once("facebook-feed-shortcode.php");
|
66 |
?>
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Facebook Feed & LikeBox
|
4 |
+
* Version: 2.6.3
|
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
|
28 |
|
29 |
function facebooky_by_weblizar_page_function()
|
30 |
{
|
31 |
+
require_once("function/facebook-by-weblizar-data.php");
|
32 |
+
require_once("function/facebook-by-weblizar-help.php");
|
33 |
}
|
34 |
function facebooky_by_weblizar_page_function_js_css()
|
35 |
{
|
45 |
{
|
46 |
global $post;
|
47 |
if (isset($post->post_content) && is_singular(array( 'post','page') ) && has_shortcode( $post->post_content, 'facebook_feed' ) || is_active_widget(false, false,'weblizar_facebook_feed_widget'))
|
48 |
+
{
|
49 |
+
wp_enqueue_script('jquery');
|
50 |
+
wp_enqueue_style('feed-font-awesome-min-css', WEBLIZAR_FACEBOOK_PLUGIN_URL.'css/font-awesome-latest/css/font-awesome.min.css');
|
51 |
wp_enqueue_style('feed-facebook-feed-shortcode-css', WEBLIZAR_FACEBOOK_PLUGIN_URL.'css/facebook-feed-shortcode.css');
|
52 |
wp_enqueue_style('feed-facebook-custom-box-slider-css', WEBLIZAR_FACEBOOK_PLUGIN_URL.'css/custom-box-slider.css');
|
53 |
wp_enqueue_style('feed-bootstrap-css', WEBLIZAR_FACEBOOK_PLUGIN_URL. 'css/bootstrap.css');
|
57 |
|
58 |
|
59 |
/*** Load Facebook Like Box widgets ***/
|
60 |
+
require_once("function/facebook-by-weblizar-widgets.php");
|
61 |
+
require_once("function/facebook-feed-widget.php");
|
62 |
|
63 |
/*** Load Facebook Like Box Shortcode ***/
|
64 |
+
require_once("function/facebook-by-weblizar-short-code.php");
|
65 |
|
66 |
/*** Load Facebook Page Feed Shortcode ***/
|
67 |
+
require_once("function/facebook-feed-shortcode.php");
|
68 |
?>
|
facebook-by-weblizar-data.php → function/facebook-by-weblizar-data.php
RENAMED
File without changes
|
facebook-by-weblizar-help.php → function/facebook-by-weblizar-help.php
RENAMED
File without changes
|
facebook-by-weblizar-short-code.php → function/facebook-by-weblizar-short-code.php
RENAMED
File without changes
|
facebook-by-weblizar-widgets.php → function/facebook-by-weblizar-widgets.php
RENAMED
File without changes
|
facebook-feed-shortcode-data.php → function/facebook-feed-shortcode-data.php
RENAMED
@@ -487,7 +487,7 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
|
|
487 |
jQuery(document).ready(function()
|
488 |
{
|
489 |
jQuery('.gallery-img').Am2_SimpleSlider();
|
490 |
-
});
|
491 |
/* custom box js assign end */
|
492 |
|
493 |
/* post comment box open js */
|
@@ -522,8 +522,6 @@ jQuery(".facebook_feed_more_page").toggle(function()
|
|
522 |
jQuery(this).text("See more..").siblings(".weblizar_fb_teaser").show();
|
523 |
});
|
524 |
});
|
525 |
-
/* See more js end*/
|
526 |
-
|
527 |
</script>
|
528 |
<style>
|
529 |
<?php echo $feed_customs_css; ?>
|
487 |
jQuery(document).ready(function()
|
488 |
{
|
489 |
jQuery('.gallery-img').Am2_SimpleSlider();
|
490 |
+
}(jQuery));
|
491 |
/* custom box js assign end */
|
492 |
|
493 |
/* post comment box open js */
|
522 |
jQuery(this).text("See more..").siblings(".weblizar_fb_teaser").show();
|
523 |
});
|
524 |
});
|
|
|
|
|
525 |
</script>
|
526 |
<style>
|
527 |
<?php echo $feed_customs_css; ?>
|
facebook-feed-shortcode.php → function/facebook-feed-shortcode.php
RENAMED
@@ -71,8 +71,8 @@ set_error_handler(
|
|
71 |
$auther_uri =@file_get_contents($auther_url);
|
72 |
$auher1 = json_decode($auther_uri,true);?>
|
73 |
<!-- author picture-->
|
74 |
-
<div class="col-md-
|
75 |
-
<div class="col-md-
|
76 |
<!-- author name-->
|
77 |
<h5 class="weblizar_fb-post_font_color"><a class="weblizar_fb-athr-name" href="<?php echo $auher1["link"];?>"><?php echo $auher1['name']; ?></a></h5>
|
78 |
<!-- post create time-->
|
@@ -228,12 +228,12 @@ set_error_handler(
|
|
228 |
if(isset($c_auher1['from']['id']))
|
229 |
{ ?>
|
230 |
<!--comment author image -->
|
231 |
-
<div class="col-md-
|
232 |
<a href="<?php echo "https://graph.facebook.com/".$c_auher1['from']['id'];?>"><img src="https://graph.facebook.com/<?php echo $c_auher1['from']['id'];?>/picture" class="fb_post_comment_img img-responsive" /></a>
|
233 |
</div>
|
234 |
<?php } ?>
|
235 |
<!--comment author data -->
|
236 |
-
<div class="col-md-
|
237 |
<div class="weblizar_fb-post-comment-text">
|
238 |
<p class="weblizar_fb-post_font_color fb_post_comment_text">
|
239 |
<!--comment author name -->
|
71 |
$auther_uri =@file_get_contents($auther_url);
|
72 |
$auher1 = json_decode($auther_uri,true);?>
|
73 |
<!-- author picture-->
|
74 |
+
<div class="col-md-1 col-sm-2 col-xs-3 weblizar_fb-logo-left"><img src="https://graph.facebook.com/<?php echo $auher1['id'];?>/picture" class="img-responsive fb_logo_left"></div>
|
75 |
+
<div class="col-md-11 col-sm-10 col-xs-9 weblizar_fb-logo-right">
|
76 |
<!-- author name-->
|
77 |
<h5 class="weblizar_fb-post_font_color"><a class="weblizar_fb-athr-name" href="<?php echo $auher1["link"];?>"><?php echo $auher1['name']; ?></a></h5>
|
78 |
<!-- post create time-->
|
228 |
if(isset($c_auher1['from']['id']))
|
229 |
{ ?>
|
230 |
<!--comment author image -->
|
231 |
+
<div class="col-md-1 col-sm-2 col-xs-2 weblizar_fb-post-comment-img">
|
232 |
<a href="<?php echo "https://graph.facebook.com/".$c_auher1['from']['id'];?>"><img src="https://graph.facebook.com/<?php echo $c_auher1['from']['id'];?>/picture" class="fb_post_comment_img img-responsive" /></a>
|
233 |
</div>
|
234 |
<?php } ?>
|
235 |
<!--comment author data -->
|
236 |
+
<div class="col-md-11 col-sm-10 col-xs-10 weblizar_fb-post-comment-text-wrapper">
|
237 |
<div class="weblizar_fb-post-comment-text">
|
238 |
<p class="weblizar_fb-post_font_color fb_post_comment_text">
|
239 |
<!--comment author name -->
|
facebook-feed-widget.php → function/facebook-feed-widget.php
RENAMED
@@ -51,7 +51,7 @@ class Weblizar_facebook_feed_widget extends WP_Widget
|
|
51 |
<div class="weblizar_fb-facebook-feed-top-area">
|
52 |
<div class="weblizar_fb-facebook-feed-top-img ">
|
53 |
<!-- header link on logo -->
|
54 |
-
<a href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>" class="weblizar_fb-main-pic
|
55 |
<!-- header logo image -->
|
56 |
<img src="<?php if(isset($weblizar_header_data['picture']['data']['url'])) { echo $weblizar_header_data['picture']['data']['url']; } ?>" class="img-responsive fb_main_pic " >
|
57 |
</a>
|
51 |
<div class="weblizar_fb-facebook-feed-top-area">
|
52 |
<div class="weblizar_fb-facebook-feed-top-img ">
|
53 |
<!-- header link on logo -->
|
54 |
+
<a href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>" class="weblizar_fb-main-pic pull-left">
|
55 |
<!-- header logo image -->
|
56 |
<img src="<?php if(isset($weblizar_header_data['picture']['data']['url'])) { echo $weblizar_header_data['picture']['data']['url']; } ?>" class="img-responsive fb_main_pic " >
|
57 |
</a>
|
facebook-feed.php → function/facebook-feed.php
RENAMED
File without changes
|
help-body.php → function/help-body.php
RENAMED
File without changes
|
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.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -212,6 +212,10 @@ Go to admin dashboard => appearance => widgets => Here are available our two fac
|
|
212 |
|
213 |
For more information, see [Weblizar](http://wwww.weblizar.com/) .
|
214 |
|
|
|
|
|
|
|
|
|
215 |
= 2.6.2 [ 21/02/2018 ] =
|
216 |
1. Readme tags update.
|
217 |
2. missing image added.
|
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.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
212 |
|
213 |
For more information, see [Weblizar](http://wwww.weblizar.com/) .
|
214 |
|
215 |
+
= 2.6.3 [ 22/02/2018 ] =
|
216 |
+
1. Minor css issue fixed.
|
217 |
+
2. Code quality improve.
|
218 |
+
|
219 |
= 2.6.2 [ 21/02/2018 ] =
|
220 |
1. Readme tags update.
|
221 |
2. missing image added.
|