Version Description
[ 03/03/2018 ]
Download this release
Release Info
Developer | weblizar |
Plugin | Feed & LikeBox For Facebook |
Version | 2.6.4 |
Comparing to | |
See all releases |
Code changes from version 2.6.3 to 2.6.4
- css/facebook-feed-shortcode.css +19 -15
- css/facebook-feed-shortcode1.css +1013 -0
- facebook-by-weblizar.php +1 -1
- function/facebook-feed-shortcode-data.php +1 -1
- function/facebook-feed-shortcode.php +11 -11
- function/facebook-feed-shortcode1.php +280 -0
- function/facebook-feed.php +1 -1
- readme.txt +5 -1
css/facebook-feed-shortcode.css
CHANGED
@@ -600,12 +600,13 @@ margin-top: 10px !important;
|
|
600 |
padding-left: 6px;
|
601 |
|
602 |
}
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
|
607 |
-
bottom: 0;
|
608 |
-
|
|
|
609 |
}
|
610 |
|
611 |
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner .fb-top-info-inner_header .fb_top_info_inner_header_link {
|
@@ -625,20 +626,20 @@ margin-top: 10px !important;
|
|
625 |
|
626 |
}
|
627 |
|
628 |
-
.wp-weblizar_fb-plugin .weblizar_fb_btn_secondary.feed_header_link
|
629 |
-
{
|
630 |
background-color: #4875ce!important;
|
631 |
border-color: #ced0d4 !important;
|
632 |
font-size: 14px !important;
|
633 |
-
padding:
|
634 |
border-radius: 2px !important;
|
635 |
box-shadow: 2px 2px 5px #AAA!important;
|
636 |
display: block !important;
|
637 |
line-height: 30px !important;
|
638 |
color: #fff !important;
|
639 |
-
|
|
|
|
|
640 |
}
|
641 |
-
|
642 |
.wp-weblizar_fb-plugin.feed_main_widget .weblizar_fb_btn_secondary.feed_header_link {
|
643 |
font-size: 11px!important;
|
644 |
padding: 1px 5px!important;
|
@@ -886,9 +887,7 @@ margin-top: 10px !important;
|
|
886 |
margin: 0;
|
887 |
clear: both;
|
888 |
}
|
889 |
-
|
890 |
-
height: 66px;
|
891 |
-
}
|
892 |
.feed_main_widget.wp-weblizar_fb-plugin .weblizar_fb-post-box {
|
893 |
/* margin: 12px 0px; */
|
894 |
clear: both;
|
@@ -904,7 +903,12 @@ margin-top: 10px !important;
|
|
904 |
|
905 |
left:0px;
|
906 |
}
|
907 |
-
|
|
|
|
|
|
|
|
|
|
|
908 |
.feed_main_widget .weblizar_fb-facebook-feed-top-area, .feed_main_widget .weblizar_fb-facebook-feed-top-info-inner{
|
909 |
text-align: left;
|
910 |
}
|
600 |
padding-left: 6px;
|
601 |
|
602 |
}
|
603 |
+
.weblizar_fb-facebook-feed-top-info {
|
604 |
+
margin-bottom: 0;
|
605 |
+
bottom: 4px!important;
|
606 |
+
right: 0;
|
607 |
+
/* bottom: 0; */
|
608 |
+
/* top: auto; */
|
609 |
+
position: absolute!important;
|
610 |
}
|
611 |
|
612 |
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner .fb-top-info-inner_header .fb_top_info_inner_header_link {
|
626 |
|
627 |
}
|
628 |
|
629 |
+
.wp-weblizar_fb-plugin .weblizar_fb_btn_secondary.feed_header_link {
|
|
|
630 |
background-color: #4875ce!important;
|
631 |
border-color: #ced0d4 !important;
|
632 |
font-size: 14px !important;
|
633 |
+
padding: 4px 16px !important;
|
634 |
border-radius: 2px !important;
|
635 |
box-shadow: 2px 2px 5px #AAA!important;
|
636 |
display: block !important;
|
637 |
line-height: 30px !important;
|
638 |
color: #fff !important;
|
639 |
+
text-decoration: none;
|
640 |
+
width: fit-content;
|
641 |
+
text-align: right;
|
642 |
}
|
|
|
643 |
.wp-weblizar_fb-plugin.feed_main_widget .weblizar_fb_btn_secondary.feed_header_link {
|
644 |
font-size: 11px!important;
|
645 |
padding: 1px 5px!important;
|
887 |
margin: 0;
|
888 |
clear: both;
|
889 |
}
|
890 |
+
|
|
|
|
|
891 |
.feed_main_widget.wp-weblizar_fb-plugin .weblizar_fb-post-box {
|
892 |
/* margin: 12px 0px; */
|
893 |
clear: both;
|
903 |
|
904 |
left:0px;
|
905 |
}
|
906 |
+
.weblizar_fb-facebook-feed-top-img {
|
907 |
+
position: relative;
|
908 |
+
float: left;
|
909 |
+
display: block;
|
910 |
+
width: 100%;
|
911 |
+
}
|
912 |
.feed_main_widget .weblizar_fb-facebook-feed-top-area, .feed_main_widget .weblizar_fb-facebook-feed-top-info-inner{
|
913 |
text-align: left;
|
914 |
}
|
css/facebook-feed-shortcode1.css
ADDED
@@ -0,0 +1,1013 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
.wp-weblizar_fb-plugin .weblizar_fb-weblizar_fb-main-banner .fb-banner-img {
|
3 |
+
width: 100%;
|
4 |
+
}
|
5 |
+
|
6 |
+
.wp-weblizar_fb-plugin .weblizar_fb-weblizar_fb-main-banner .weblizar_fb-main-pic .fb_main_pic {
|
7 |
+
height:100%;
|
8 |
+
width:100%;
|
9 |
+
margin-top: 24px;
|
10 |
+
min-width:50px;
|
11 |
+
min-height:50px;
|
12 |
+
border: 2px solid #fff;
|
13 |
+
box-shadow: 0 1px 6px rgba(0, 0, 0, .5);
|
14 |
+
|
15 |
+
}
|
16 |
+
.weblizar_fb-main-banner .img-responsive {
|
17 |
+
width: 100%!important;
|
18 |
+
max-width: 100%;
|
19 |
+
}
|
20 |
+
.weblizar_fb-main-banner-img{
|
21 |
+
overflow: hidden;
|
22 |
+
max-height: 240px;
|
23 |
+
|
24 |
+
}
|
25 |
+
|
26 |
+
.wp-weblizar_fb-plugin .weblizar_fb-main-banner {
|
27 |
+
height: auto;
|
28 |
+
max-height: 240px;
|
29 |
+
position: relative;
|
30 |
+
margin-bottom:8%;
|
31 |
+
}
|
32 |
+
.wp-weblizar_fb-plugin .weblizar_fb-main-banner .weblizar_fb-facebook-feed-top-info-inner.pull-left .fb-top-info-inner_header,
|
33 |
+
.wp-weblizar_fb-plugin .weblizar_fb-main-banner .weblizar_fb-facebook-feed-top-info-inner.pull-left .fb_fan_count{
|
34 |
+
margin: 0;
|
35 |
+
color: #fff;
|
36 |
+
text-shadow: 0 2px 4px rgba(0, 0, 0, .9);
|
37 |
+
}
|
38 |
+
|
39 |
+
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner .fb-top-info-inner_header {
|
40 |
+
margin: 0;
|
41 |
+
font-weight: bold;
|
42 |
+
text-shadow: 1px 1px 3px #fff;
|
43 |
+
}
|
44 |
+
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner .fb_fan_count .fb_fan_count_limit{
|
45 |
+
font-weight:bold;
|
46 |
+
}
|
47 |
+
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner .fb_fan_count{
|
48 |
+
font-size: 16px;
|
49 |
+
color: #000;
|
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;
|
63 |
+
right: 11px;
|
64 |
+
bottom: 10px;
|
65 |
+
top: auto;
|
66 |
+
}
|
67 |
+
|
68 |
+
.feed_main_widget.wp-weblizar_fb-plugin .weblizar_fb-main-banner .weblizar_fb-facebook-feed-inner-text .button-group {
|
69 |
+
bottom:33px;
|
70 |
+
}
|
71 |
+
|
72 |
+
.wp-weblizar_fb-plugin .btn-block {
|
73 |
+
display: block;
|
74 |
+
width: 100%;
|
75 |
+
padding-right: 0;
|
76 |
+
padding-left: 0;
|
77 |
+
}
|
78 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box.weblizar_fb-bg {
|
79 |
+
/* border: 1px solid #dcdbdb;
|
80 |
+
/background-image:none; */
|
81 |
+
padding:5px;
|
82 |
+
}
|
83 |
+
|
84 |
+
/*.wp-weblizar_fb-plugin .weblizar_fb-main-banner .weblizar_fb-main-pic .fb_main_pic {
|
85 |
+
margin-top: 18px;
|
86 |
+
}*/
|
87 |
+
.feed_main_widget .weblizar_fb-main-banner .weblizar_fb-main-pic .fb_main_pic {
|
88 |
+
min-width: 50px;
|
89 |
+
min-height: 50px;
|
90 |
+
border: 2px solid #fff;
|
91 |
+
box-shadow: 0 1px 6px rgba(0, 0, 0, .5);
|
92 |
+
}
|
93 |
+
.feed_main_widget a.weblizar_fb-main-pic.col-md-2.col-sm-2.col-xs-4
|
94 |
+
{
|
95 |
+
margin-top: 20px;
|
96 |
+
padding: 0;
|
97 |
+
}
|
98 |
+
|
99 |
+
/*---- full-width---*/
|
100 |
+
.wp-weblizar_fb-plugin.feed_main_widget .weblizar_fb-facebook-feed-top-area {
|
101 |
+
margin-bottom: 1px;
|
102 |
+
/* bottom: 0; */
|
103 |
+
top: 0;
|
104 |
+
border-radius: 0px;
|
105 |
+
position: absolute;
|
106 |
+
width: 100%;
|
107 |
+
margin: 0 auto;
|
108 |
+
/* border-radius: 4px; */
|
109 |
+
right: 0;
|
110 |
+
left: 0;
|
111 |
+
padding: 7px;
|
112 |
+
padding-top: 15px;
|
113 |
+
overflow:visible;
|
114 |
+
}
|
115 |
+
|
116 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box{
|
117 |
+
margin: 12px 0px;
|
118 |
+
padding: 15px;
|
119 |
+
background-color: #fff;
|
120 |
+
}
|
121 |
+
.feed_main_widget .weblizar_fb-post-box .weblizar_fb-logo-left{
|
122 |
+
padding:0px;
|
123 |
+
}
|
124 |
+
.feed_main_widget .weblizar_fb-post-box .weblizar_fb-logo-left .img-responsive{
|
125 |
+
width:100%;
|
126 |
+
padding: 5px 0px;
|
127 |
+
min-width: 50px;
|
128 |
+
min-height: 50px;
|
129 |
+
}
|
130 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .weblizar_fb-logo-right .weblizar_fb-post_font_color .weblizar_fb-athr-name
|
131 |
+
{
|
132 |
+
font-weight: bold;
|
133 |
+
box-shadow: none !important;
|
134 |
+
font-size: 18px !important;
|
135 |
+
color: #5d5d5d !important;
|
136 |
+
text-decoration: none !important;
|
137 |
+
}
|
138 |
+
|
139 |
+
a{
|
140 |
+
box-shadow: none !important;
|
141 |
+
|
142 |
+
}
|
143 |
+
|
144 |
+
|
145 |
+
.wp-weblizar_fb-plugin.feed_main_widget .weblizar_fb-main-banner {
|
146 |
+
height: auto;
|
147 |
+
max-height: 140px!important;
|
148 |
+
margin-bottom: 40px;
|
149 |
+
}
|
150 |
+
.wp-weblizar_fb-plugin.feed_main_widget .weblizar_fb-main-banner .weblizar_fb-main-banner-img {
|
151 |
+
overflow: hidden;
|
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;
|
161 |
+
color: #424242;
|
162 |
+
line-height: 20px;
|
163 |
+
padding-right: 5px;
|
164 |
+
font-weight: normal;
|
165 |
+
}
|
166 |
+
|
167 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .weblizar_fb-logo-right .fb_create_time {
|
168 |
+
font-size: 14px;
|
169 |
+
margin:0px;
|
170 |
+
}
|
171 |
+
.wp-weblizar_fb-plugin .box .weblizar_fb-post_font_color {
|
172 |
+
font-weight: normal;
|
173 |
+
padding-bottom: 7px;
|
174 |
+
margin:0px!important;
|
175 |
+
}
|
176 |
+
.wp-weblizar_fb-plugin .box .weblizar_fb-post_font_color {
|
177 |
+
font-weight: normal;
|
178 |
+
padding-bottom: 7px;
|
179 |
+
margin:0px!important;
|
180 |
+
color:#949494!important;
|
181 |
+
}
|
182 |
+
|
183 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .text{
|
184 |
+
color: #000000;
|
185 |
+
font-size: 14px;
|
186 |
+
letter-spacing:1px;
|
187 |
+
}
|
188 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .post-img{
|
189 |
+
border: 1px solid #e3e3e3;
|
190 |
+
padding: 5px!important;
|
191 |
+
cursor: pointer;
|
192 |
+
margin-bottom:25px;
|
193 |
+
}
|
194 |
+
.wp-weblizar_fb-plugin.weblizar_fb-post_font_color .fa.fa-clock-o {
|
195 |
+
padding-right: 6px;
|
196 |
+
font-weight: bold;
|
197 |
+
font-size: 20px;
|
198 |
+
}
|
199 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .post-img .img-responsive{
|
200 |
+
display: block;
|
201 |
+
width:100%;
|
202 |
+
}
|
203 |
+
|
204 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .post-img:hover{
|
205 |
+
display: block;
|
206 |
+
box-shadow: 0 0 8px #ccc;
|
207 |
+
-webkit-transition: all .4s ease-in-out;
|
208 |
+
transition: all .4s ease-in-out;
|
209 |
+
}
|
210 |
+
|
211 |
+
.wp-weblizar_fb-plugin .wp-weblizar_fb-plugin .weblizar_fb-post-box .bar{
|
212 |
+
background-color:#fff;
|
213 |
+
margin-top: 25px;
|
214 |
+
box-shadow:none;
|
215 |
+
border:1px solid #e9e9e9;
|
216 |
+
}
|
217 |
+
.wp-weblizar_fb-plugin .like_comment_div .feed_main_div
|
218 |
+
{
|
219 |
+
display: none !important;
|
220 |
+
}
|
221 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-left{
|
222 |
+
text-align:left;
|
223 |
+
padding:0px 15px!important;
|
224 |
+
font-size: 14px;
|
225 |
+
}
|
226 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-left .like,
|
227 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-left .share,
|
228 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-left .weblizar_comment {
|
229 |
+
margin-right: 10px;
|
230 |
+
font-weight: bold;
|
231 |
+
cursor: pointer;
|
232 |
+
display: inline-block;
|
233 |
+
height: 40px;
|
234 |
+
text-align: center;
|
235 |
+
text-align: center;
|
236 |
+
line-height: 40px;
|
237 |
+
color:#777;
|
238 |
+
|
239 |
+
}
|
240 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-left .fa{
|
241 |
+
margin-right:5px;
|
242 |
+
color:#777 !important;
|
243 |
+
}
|
244 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-right {
|
245 |
+
padding: 3px 7px!important;
|
246 |
+
position: absolute;
|
247 |
+
right: 0;
|
248 |
+
top: 0;
|
249 |
+
}
|
250 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-right .weblizar_fb-post_font_color {
|
251 |
+
color: #777;
|
252 |
+
display: block;
|
253 |
+
padding: 0px 7px;
|
254 |
+
font-size: 15px;
|
255 |
+
line-height: 34px;
|
256 |
+
}
|
257 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-right li .weblizar_fb-post_font_color:hover{
|
258 |
+
color:#000;
|
259 |
+
}
|
260 |
+
.wp-weblizar_fb-plugin .bar .weblizar_fb-bar-left .panel {
|
261 |
+
display: none;
|
262 |
+
border-top: 1px solid #e5e5e5;
|
263 |
+
background-color: white;
|
264 |
+
width:100%!important;
|
265 |
+
-webkit-transition:all .4s ;
|
266 |
+
}
|
267 |
+
.wp-weblizar_fb-plugin .bar .weblizar_fb-bar-left .panel .weblizar_fb-post-comment-likes{
|
268 |
+
width: 100%;
|
269 |
+
min-width: 100%;
|
270 |
+
float: left;
|
271 |
+
clear: both;
|
272 |
+
font-size: 12px;
|
273 |
+
padding: 5px 20px 5px 10px;
|
274 |
+
margin: 0 0 1px 0;
|
275 |
+
background: #fff;
|
276 |
+
-webkit-box-sizing: border-box;
|
277 |
+
-moz-box-sizing: border-box;
|
278 |
+
box-sizing: border-box;
|
279 |
+
margin:0px;
|
280 |
+
}
|
281 |
+
.wp-weblizar_fb-plugin .bar .weblizar_fb-bar-left .panel .weblizar_fb-post-comment-likes .weblizar_fb-post-reactions{
|
282 |
+
float: left;
|
283 |
+
padding-top: 1px;
|
284 |
+
font-size: 11px;
|
285 |
+
}
|
286 |
+
.wp-weblizar_fb-plugin .post-like, .wp-weblizar_fb-plugin .post-love, .wp-weblizar_fb-plugin .post-wow{
|
287 |
+
font-size:15px;
|
288 |
+
margin-right: 5px;
|
289 |
+
}
|
290 |
+
|
291 |
+
.wp-weblizar_fb-plugin .bar .weblizar_fb-bar-left .panel .weblizar_fb-post-comment-likes .post-likes-text{
|
292 |
+
font-size: 13px;
|
293 |
+
margin-left: 10px;
|
294 |
+
}
|
295 |
+
/*.wp-weblizar_fb-plugin .bar .weblizar_fb-bar-left .panel .weblizar_fb-post-comment-likes .post-likes-text a{
|
296 |
+
color: #033f74;
|
297 |
+
}*/
|
298 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-comments{
|
299 |
+
width: 100%;
|
300 |
+
min-width: 100%;
|
301 |
+
float: left;
|
302 |
+
clear: both;
|
303 |
+
font-size: 12px;
|
304 |
+
padding: 0px 20px 0px 10px !important;
|
305 |
+
margin: 0 0 5px 0;
|
306 |
+
background:#fff;
|
307 |
+
-webkit-box-sizing: border-box;
|
308 |
+
-moz-box-sizing: border-box;
|
309 |
+
box-sizing: border-box;
|
310 |
+
}
|
311 |
+
/*.wp-weblizar_fb-plugin .weblizar_fb-post-comments a{
|
312 |
+
font-size:15px;
|
313 |
+
color: #033f74;
|
314 |
+
}*/
|
315 |
+
|
316 |
+
.wp-weblizar_fb-plugin .weblizar_fb-bg .bar{
|
317 |
+
padding: 0px;
|
318 |
+
border: 1px solid #dfdfdf;
|
319 |
+
background-color:#fff!important;
|
320 |
+
}
|
321 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-comment{
|
322 |
+
width: 100%;
|
323 |
+
min-width: 100%;
|
324 |
+
float: left;
|
325 |
+
clear: both;
|
326 |
+
font-size: 12px;
|
327 |
+
padding: 5px 20px 5px 10px;
|
328 |
+
margin-bottom:15px;
|
329 |
+
background: #edeff4;
|
330 |
+
-webkit-box-sizing: border-box;
|
331 |
+
-moz-box-sizing: border-box;
|
332 |
+
box-sizing: border-box;
|
333 |
+
}
|
334 |
+
|
335 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-comment .weblizar_fb-post-comment-img{
|
336 |
+
padding:0px;
|
337 |
+
}
|
338 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-comment .weblizar_fb-post-comment-img .fb_post_comment_img{
|
339 |
+
/* width:100%; */
|
340 |
+
}
|
341 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-comment .weblizar_fb-post-comment-text-wrapper .weblizar_fb-post-comment-text .fb_post_comment_text{
|
342 |
+
padding: 0 ;
|
343 |
+
margin: 0 ;
|
344 |
+
line-height: 1.4;
|
345 |
+
background: none ;
|
346 |
+
font-size: 12px;
|
347 |
+
font-weight: bold;
|
348 |
+
}
|
349 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-comment .weblizar_fb-post-comment-text-wrapper .weblizar_fb-post-comment-text .fb_post_comment_text .fb_post_comment_text_link{
|
350 |
+
color: #033f74;
|
351 |
+
}
|
352 |
+
/*---- half-width---*/
|
353 |
+
.wp-weblizar_fb-plugin .half-width .weblizar_fb-post-box .post-title {
|
354 |
+
float: right;
|
355 |
+
}
|
356 |
+
.wp-weblizar_fb-plugin .half-width .weblizar_fb-post-box .post-img{
|
357 |
+
float:left;
|
358 |
+
padding-top:0px;
|
359 |
+
}
|
360 |
+
|
361 |
+
/*---- thumblin---*/
|
362 |
+
.wp-weblizar_fb-plugin .thumblin .weblizar_fb-post-box .post-title{
|
363 |
+
float:right;
|
364 |
+
}
|
365 |
+
.wp-weblizar_fb-plugin .thumblin .weblizar_fb-post-box .post-img{
|
366 |
+
float:left;
|
367 |
+
}
|
368 |
+
|
369 |
+
/*.wp-weblizar_fb-plugin .thumblin .weblizar_fb-post-box .post-img iframe {
|
370 |
+
width: 100%;
|
371 |
+
height: 104px;
|
372 |
+
}*/
|
373 |
+
|
374 |
+
/*---- group-full-page---*/
|
375 |
+
.wp-weblizar_fb-plugin .group.full-width .weblizar_fb-post-box .post-img .post-full-img{
|
376 |
+
padding:0px;
|
377 |
+
}
|
378 |
+
.wp-weblizar_fb-plugin .group.full-width .weblizar_fb-post-box .post-img .post-thum-img{
|
379 |
+
padding:0px;
|
380 |
+
}
|
381 |
+
/*.wp-weblizar_fb-plugin .group.full-width .weblizar_fb-post-box .post-img .post-thum-img img{
|
382 |
+
height:180px;
|
383 |
+
}*/
|
384 |
+
/*.wp-weblizar_fb-plugin .group.full-width .weblizar_fb-post-box .post-img .post-thum-img span {
|
385 |
+
position: absolute;
|
386 |
+
width: 100%;
|
387 |
+
text-align: center;
|
388 |
+
top: 50%;
|
389 |
+
left: 0;
|
390 |
+
height: 30px;
|
391 |
+
margin-top: -15px;
|
392 |
+
line-height: 30px;
|
393 |
+
color: #000;
|
394 |
+
font-size: 40px;
|
395 |
+
}*/
|
396 |
+
/*---- group-half-page---*/
|
397 |
+
.wp-weblizar_fb-plugin .group.half-width .weblizar_fb-post-box .post-img .post-full-img{
|
398 |
+
padding:0px;
|
399 |
+
}
|
400 |
+
.wp-weblizar_fb-plugin .group.half-width .weblizar_fb-post-box .post-img .post-thum-img{
|
401 |
+
padding:0px;
|
402 |
+
}
|
403 |
+
/*.wp-weblizar_fb-plugin .group.half-width .weblizar_fb-post-box .post-img .post-thum-img img{
|
404 |
+
height:110px;
|
405 |
+
}
|
406 |
+
.wp-weblizar_fb-plugin .group.half-width .weblizar_fb-post-box .post-img .post-thum-img span {
|
407 |
+
position: absolute;
|
408 |
+
width: 100%;
|
409 |
+
text-align: center;
|
410 |
+
top: 50%;
|
411 |
+
left: 0;
|
412 |
+
height: 30px;
|
413 |
+
margin-top: -15px;
|
414 |
+
line-height: 30px;
|
415 |
+
color: #000;
|
416 |
+
font-size: 40px;
|
417 |
+
}*/
|
418 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box.weblizar_fb-bg .weblizar_fb-post_font_color
|
419 |
+
{
|
420 |
+
font-size:14px !important;
|
421 |
+
color:#777 !important;
|
422 |
+
padding: 0 !important;
|
423 |
+
font-weight: 500 !important;
|
424 |
+
margin-top: 0px !important;
|
425 |
+
margin-bottom: 0px !important;
|
426 |
+
text-decoration: none !important;
|
427 |
+
}
|
428 |
+
.wp-weblizar_fb-plugin .container-flut.gallaries .gallery-img p{
|
429 |
+
font-size: 14px!important;
|
430 |
+
float: left;
|
431 |
+
padding-right: 8px;
|
432 |
+
}
|
433 |
+
/*.container-flut.gallaries .gallery-img p:after
|
434 |
+
{
|
435 |
+
content:',';
|
436 |
+
|
437 |
+
}*/
|
438 |
+
/*---- group-thumblin-page---*/
|
439 |
+
.weblizar_fb-post-box{
|
440 |
+
border:1px solid #ccc;
|
441 |
+
|
442 |
+
}
|
443 |
+
.wp-weblizar_fb-plugin .group.thumblin .weblizar_fb-post-box .post-img .post-full-img{
|
444 |
+
padding:0px;
|
445 |
+
}
|
446 |
+
.wp-weblizar_fb-plugin .group.thumblin .weblizar_fb-post-box .post-img .post-thum-img{
|
447 |
+
padding:0px;
|
448 |
+
}
|
449 |
+
/*.wp-weblizar_fb-plugin .group.thumblin .weblizar_fb-post-box .post-img .post-thum-img img{
|
450 |
+
height:50px;
|
451 |
+
}
|
452 |
+
.wp-weblizar_fb-plugin .group.thumblin .weblizar_fb-post-box .post-img .post-thum-img span {
|
453 |
+
position: absolute;
|
454 |
+
width: 100%;
|
455 |
+
text-align: center;
|
456 |
+
top: 50%;
|
457 |
+
left: 0;
|
458 |
+
height: 30px;
|
459 |
+
margin-top: -15px;
|
460 |
+
line-height: 30px;
|
461 |
+
color: #000;
|
462 |
+
font-size: 20px;
|
463 |
+
}*/
|
464 |
+
|
465 |
+
@media (max-width: 768px) {
|
466 |
+
|
467 |
+
|
468 |
+
.wp-weblizar_fb-plugin .half-width .weblizar_fb-post-box .weblizar_fb-logo-left {
|
469 |
+
padding: 13px 0px;
|
470 |
+
}
|
471 |
+
}
|
472 |
+
@media (max-width: 480px){
|
473 |
+
|
474 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .weblizar_fb-logo-left {
|
475 |
+
padding: 0px 0px;
|
476 |
+
}
|
477 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-left {
|
478 |
+
padding: 13px 2px;
|
479 |
+
font-size: 12px;
|
480 |
+
}
|
481 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-left .like,
|
482 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .share,
|
483 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .comment {
|
484 |
+
margin-right: 5px;
|
485 |
+
}
|
486 |
+
|
487 |
+
}
|
488 |
+
|
489 |
+
|
490 |
+
|
491 |
+
.wp-weblizar_fb-plugin .btn-block+.btn-block {
|
492 |
+
margin-top: 5px;
|
493 |
+
}
|
494 |
+
|
495 |
+
.wp-weblizar_fb-plugin .btn-facebook {
|
496 |
+
color: #fff;
|
497 |
+
background-color: #3b5998;
|
498 |
+
border-color: rgba(0,0,0,0.2);
|
499 |
+
}
|
500 |
+
|
501 |
+
.wp-weblizar_fb-plugin .btn-block {
|
502 |
+
display: block;
|
503 |
+
width: 100%;
|
504 |
+
padding-right: 0;
|
505 |
+
padding-left: 0;
|
506 |
+
}
|
507 |
+
.wp-weblizar_fb-plugin .weblizar_fb-bg{
|
508 |
+
/* background-image: url(../images/weblizar_fb-bg01.jpeg); */
|
509 |
+
/*padding:20px 0px !important;*/
|
510 |
+
}
|
511 |
+
.wp-weblizar_fb-plugin .weblizar_fb-bg .box{
|
512 |
+
background-color: #fff;
|
513 |
+
margin-bottom: 20px;
|
514 |
+
padding: 1px 15px;
|
515 |
+
border-bottom: 1px solid #e0e0e0;
|
516 |
+
-webkit-transition:all .4s ;
|
517 |
+
transition:all .4s ;
|
518 |
+
}
|
519 |
+
.wp-weblizar_fb-plugin .weblizar_fb-bg .weblizar_fb-post-box:hover{
|
520 |
+
-webkit-transition:all .4s ;
|
521 |
+
transition:all .4s ;
|
522 |
+
box-shadow: 0 0 10px #777;
|
523 |
+
}
|
524 |
+
|
525 |
+
|
526 |
+
.wp-weblizar_fb-plugin .weblizar_fb-bg i.fa.fa-twitter {
|
527 |
+
color: #00acee;
|
528 |
+
}
|
529 |
+
.wp-weblizar_fb-plugin .weblizar_fb-bg i.fa.fa-google-plus{
|
530 |
+
color: #de6463;
|
531 |
+
}
|
532 |
+
.wp-weblizar_fb-plugin .weblizar_fb-bg i.fa.fa-facebook{
|
533 |
+
color: #3a5898;
|
534 |
+
}
|
535 |
+
.wp-weblizar_fb-plugin .weblizar_fb-bg i.fa.fa-twitter:hover {
|
536 |
+
color: #000;
|
537 |
+
}
|
538 |
+
.wp-weblizar_fb-plugin .weblizar_fb-bg i.fa.fa-google-plus:hover{
|
539 |
+
color: #000;
|
540 |
+
}
|
541 |
+
.wp-weblizar_fb-plugin .weblizar_fb-bg i.fa.fa-facebook:hover{
|
542 |
+
color: #000;
|
543 |
+
}
|
544 |
+
.wp-weblizar_fb-plugin .wp-weblizar_fb-plugin .weblizar_fb-bg .post-img {
|
545 |
+
padding: 5px;
|
546 |
+
border: 1px solid #e4e4e4;
|
547 |
+
|
548 |
+
/*padding: 20px;*/
|
549 |
+
}
|
550 |
+
|
551 |
+
@media (max-width: 768px) {
|
552 |
+
.wp-weblizar_fb-plugin .thumblin .weblizar_fb-bg .weblizar_fb-logo-left {
|
553 |
+
padding: 12px 0px;
|
554 |
+
}
|
555 |
+
}
|
556 |
+
@media (max-width: 480px){
|
557 |
+
.wp-weblizar_fb-plugin .weblizar_fb-bg .bar .weblizar_fb-bar-left {
|
558 |
+
padding: 17px 15px;
|
559 |
+
}
|
560 |
+
}
|
561 |
+
.wp-weblizar_fb-plugin .ffp_attach_div
|
562 |
+
{
|
563 |
+
padding-left:0px !important;
|
564 |
+
margin-top: 10px !important;
|
565 |
+
}
|
566 |
+
|
567 |
+
.feed_main_div .weblizar_fb-post_font_color {
|
568 |
+
font-weight: normal;
|
569 |
+
}
|
570 |
+
|
571 |
+
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-area {
|
572 |
+
margin-bottom: 1px;
|
573 |
+
bottom: -30px;
|
574 |
+
/* padding-bottom: 2px; */
|
575 |
+
position: absolute;
|
576 |
+
width: 96%;
|
577 |
+
margin: 0 auto;
|
578 |
+
border-radius: 4px;
|
579 |
+
/* background: rgba(255, 255, 255, 0.73); */
|
580 |
+
/* box-shadow: 0px 0px 18px #929292; */
|
581 |
+
right: 0;
|
582 |
+
left: 0;
|
583 |
+
padding-top: 15px;
|
584 |
+
/* background: #0098ff; */
|
585 |
+
/* border-bottom: 3px solid #0b79c3; */
|
586 |
+
overflow: hidden;
|
587 |
+
}
|
588 |
+
|
589 |
+
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner .fb-top-info-inner_header {
|
590 |
+
margin: 0;
|
591 |
+
font-weight: bold;
|
592 |
+
text-shadow: 1px 1px 3px #fff;
|
593 |
+
}
|
594 |
+
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner .fb_fan_count .fb_fan_count_limit{
|
595 |
+
font-weight:bold;
|
596 |
+
}
|
597 |
+
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner .fb_fan_count{
|
598 |
+
font-size: 16px;
|
599 |
+
color: #000;
|
600 |
+
padding-left: 6px;
|
601 |
+
|
602 |
+
}
|
603 |
+
|
604 |
+
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner {
|
605 |
+
/*position: absolute;
|
606 |
+
margin-top: 30%;*/
|
607 |
+
bottom: 0;
|
608 |
+
margin-left: 7px;
|
609 |
+
}
|
610 |
+
|
611 |
+
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner .fb-top-info-inner_header .fb_top_info_inner_header_link {
|
612 |
+
text-decoration: none;
|
613 |
+
font-size: 20px;
|
614 |
+
font-weight: bold;
|
615 |
+
color: #fff !important;
|
616 |
+
text-shadow: 0 2px 4px rgba(0, 0, 0, .9);
|
617 |
+
}
|
618 |
+
|
619 |
+
.wp-weblizar_fb-plugin.feed_main_widget .weblizar_fb-facebook-feed-top-info-inner .fb_fan_count {
|
620 |
+
font-size: 14px;
|
621 |
+
}
|
622 |
+
.wp-weblizar_fb-plugin.feed_main_widget .weblizar_fb-facebook-feed-top-info-inner .fb-top-info-inner_header .fb_top_info_inner_header_link {
|
623 |
+
text-decoration: none;
|
624 |
+
font-size: 16px;
|
625 |
+
|
626 |
+
}
|
627 |
+
|
628 |
+
.wp-weblizar_fb-plugin .weblizar_fb_btn_secondary.feed_header_link
|
629 |
+
{
|
630 |
+
background-color: #4875ce!important;
|
631 |
+
border-color: #ced0d4 !important;
|
632 |
+
font-size: 14px !important;
|
633 |
+
padding: 3px 14px !important;
|
634 |
+
border-radius: 2px !important;
|
635 |
+
box-shadow: 2px 2px 5px #AAA!important;
|
636 |
+
display: block !important;
|
637 |
+
line-height: 30px !important;
|
638 |
+
color: #fff !important;
|
639 |
+
text-decoration: none;
|
640 |
+
}
|
641 |
+
|
642 |
+
.wp-weblizar_fb-plugin.feed_main_widget .weblizar_fb_btn_secondary.feed_header_link {
|
643 |
+
font-size: 11px!important;
|
644 |
+
padding: 1px 5px!important;
|
645 |
+
line-height: 25px;
|
646 |
+
/* margin-top:34px!important; */
|
647 |
+
}
|
648 |
+
|
649 |
+
.wp-weblizar_fb-plugin i.fa.fa-facebook {
|
650 |
+
padding-right: 6px;
|
651 |
+
border-right: 1px solid;
|
652 |
+
margin-right: 4px;
|
653 |
+
}
|
654 |
+
|
655 |
+
.wp-weblizar_fb-plugin .btn-block {
|
656 |
+
display: block;
|
657 |
+
width: 100%;
|
658 |
+
padding-right: 0;
|
659 |
+
padding-left: 0;
|
660 |
+
}
|
661 |
+
|
662 |
+
|
663 |
+
|
664 |
+
/*---aad-new---*/
|
665 |
+
/*.wp-weblizar_fb-plugin .gallery-img p strong {
|
666 |
+
padding-right: 6px;
|
667 |
+
display: inline-block;
|
668 |
+
}*/
|
669 |
+
|
670 |
+
|
671 |
+
.wp-weblizar_fb-plugin .event_desc {
|
672 |
+
margin-bottom: 50px;
|
673 |
+
}
|
674 |
+
|
675 |
+
.wp-weblizar_fb-plugin .event-blog-img
|
676 |
+
{
|
677 |
+
padding: 14px 0px;
|
678 |
+
}
|
679 |
+
.wp-weblizar_fb-plugin .gallery-photos{
|
680 |
+
margin:60px 0px;
|
681 |
+
}
|
682 |
+
.wp-weblizar_fb-plugin .card-footer {
|
683 |
+
position: relative;
|
684 |
+
padding: 5px;
|
685 |
+
position: absolute;
|
686 |
+
bottom: 3px;
|
687 |
+
width: 100%;
|
688 |
+
border: 1px solid #f2f2f2;
|
689 |
+
}
|
690 |
+
|
691 |
+
|
692 |
+
|
693 |
+
.weblizar_fb-social-link-2 .weblizar_fb_social_link_2_link {
|
694 |
+
text-decoration: none;
|
695 |
+
color: #333;
|
696 |
+
padding: 16px 7px;
|
697 |
+
|
698 |
+
}
|
699 |
+
.weblizar_fb-social-link-2 .weblizar_fb_social_link_2_link:hover{
|
700 |
+
color:#000!important;
|
701 |
+
|
702 |
+
}
|
703 |
+
.weblizar_fb-social-link-2 .weblizar_fb_social_link_2_ul {
|
704 |
+
display: inline;
|
705 |
+
margin: 0;
|
706 |
+
padding: 0;
|
707 |
+
}
|
708 |
+
.weblizar_fb-social-link-2 .weblizar_fb_social_link_2_ul .weblizar_fb_social_link_2_li a:hover{color:#f2f2f2;}
|
709 |
+
.weblizar_fb-social-link-2 .weblizar_fb_social_link_2_ul .weblizar_fb_social_link_2_li {float:left; list-style: none;}
|
710 |
+
/*.weblizar_fb-social-link-2 .weblizar_fb_social_link_2_ul .weblizar_fb_social_link_2_li:hover ul {display: block; }
|
711 |
+
.weblizar_fb-social-link-2 .weblizar_fb_social_link_2_ul .weblizar_fb_social_link_2_li:focus ul {display: block; }*/
|
712 |
+
|
713 |
+
/*.weblizar_fb-social-link-2 .weblizar_fb_social_link_2_ul .weblizar_fb_social_link_2_li ul{
|
714 |
+
position: absolute;
|
715 |
+
display: none;
|
716 |
+
bottom: 10px;
|
717 |
+
background-color:#fff;
|
718 |
+
padding:1px 2px;
|
719 |
+
}*/
|
720 |
+
|
721 |
+
/*.weblizar_fb-social-link-2 .weblizar_fb_social_link_2_ul .weblizar_fb_social_link_2_li ul li {
|
722 |
+
font-size: 20px;
|
723 |
+
display: block;
|
724 |
+
margin: 2px 0px;
|
725 |
+
width: 100%;
|
726 |
+
text-align: center;
|
727 |
+
}
|
728 |
+
.weblizar_fb-social-link-2 .weblizar_fb_social_link_2_ul>.weblizar_fb_social_link_2_li>ul>li>a {
|
729 |
+
color:#333!important;
|
730 |
+
padding:2px;
|
731 |
+
}
|
732 |
+
.weblizar_fb-social-link-2 .weblizar_fb_social_link_2_ul .weblizar_fb_social_link_2_li ul li:hover { }
|
733 |
+
.col-md-4.grid__item {
|
734 |
+
margin-bottom: 30px;
|
735 |
+
}*/
|
736 |
+
|
737 |
+
/*----socia-lines-timeline----*/
|
738 |
+
.wp-weblizar_fb-plugin .blog-grid {
|
739 |
+
color:#333;
|
740 |
+
text-align:left;
|
741 |
+
margin:0px 15px;
|
742 |
+
}
|
743 |
+
.wp-weblizar_fb-plugin .blog-grid .blog-author-pic{
|
744 |
+
width:40px;
|
745 |
+
height:40px;
|
746 |
+
float: left;
|
747 |
+
margin-right:10px;
|
748 |
+
|
749 |
+
}
|
750 |
+
|
751 |
+
.wp-weblizar_fb-plugin .post-footer-option {
|
752 |
+
|
753 |
+
|
754 |
+
}
|
755 |
+
/*.wp-weblizar_fb-plugin .post-footer-option li a {
|
756 |
+
color: #fff;
|
757 |
+
font-weight: 500;
|
758 |
+
font-size: 20px;
|
759 |
+
}*/
|
760 |
+
|
761 |
+
|
762 |
+
/*.wp-weblizar_fb-plugin .post-footer-option li {
|
763 |
+
float: unset;
|
764 |
+
width: 14%;
|
765 |
+
background-color:red;
|
766 |
+
display: inline-block;
|
767 |
+
text-align: center;
|
768 |
+
padding:5px;
|
769 |
+
background-color: rgba(255, 255, 255, 0.17);*/
|
770 |
+
|
771 |
+
/* padding-bottom: 0px; */
|
772 |
+
//}
|
773 |
+
/*.wp-weblizar_fb-plugin .weblizar_fb-social-link-2 ul li ul {
|
774 |
+
bottom: 34px!important;
|
775 |
+
}*/
|
776 |
+
|
777 |
+
.wp-weblizar_fb-plugin .weblizar_fb-post-box .bar .weblizar_fb-bar-right .weblizar_fb_social_link_2_ul {
|
778 |
+
list-style: none;
|
779 |
+
padding: 0px;
|
780 |
+
padding: 0px!important;
|
781 |
+
background-color:#fff;
|
782 |
+
margin:0px;
|
783 |
+
|
784 |
+
}
|
785 |
+
|
786 |
+
/*.wp-weblizar_fb-plugin .weblizar_fb-social-link-2 ul li ul {
|
787 |
+
position: absolute;
|
788 |
+
display: none!important;
|
789 |
+
bottom: 40px;
|
790 |
+
color:#333;
|
791 |
+
}
|
792 |
+
.wp-weblizar_fb-plugin .weblizar_fb-social-link-2 ul li:hover ul {
|
793 |
+
display:block!important;
|
794 |
+
}
|
795 |
+
.wp-weblizar_fb-plugin .weblizar_fb-social-link-2 ul>li>ul>li>a {
|
796 |
+
color:#333!important;
|
797 |
+
}*/
|
798 |
+
|
799 |
+
|
800 |
+
|
801 |
+
.weblizar_fb-s-1 {
|
802 |
+
background-image: url(../images/icons/1.png);
|
803 |
+
|
804 |
+
}
|
805 |
+
.weblizar_fb{
|
806 |
+
background-repeat: no-repeat;
|
807 |
+
background-size: 100%;
|
808 |
+
text-align: center;
|
809 |
+
margin: 0 auto;
|
810 |
+
width: 30px;
|
811 |
+
height: 30px;
|
812 |
+
transition: all 0.4s ease;
|
813 |
+
-webkit-transition: all .4s ease;
|
814 |
+
-moz-transition: all .4s ease;
|
815 |
+
-o-transition: all .4s ease;
|
816 |
+
-ms-transition: all .4s ease;
|
817 |
+
transition: all .4s ease;
|
818 |
+
}
|
819 |
+
.weblizar_fb:hover{
|
820 |
+
background-repeat: no-repeat;
|
821 |
+
background-size: 104%;
|
822 |
+
text-align: center;
|
823 |
+
width: 33px;
|
824 |
+
height: 33px;
|
825 |
+
transition: all 0.4s ease;
|
826 |
+
-webkit-transition: all .4s ease;
|
827 |
+
-moz-transition: all .4s ease;
|
828 |
+
-o-transition: all .4s ease;
|
829 |
+
-ms-transition: all .4s ease;
|
830 |
+
transition: all .4s ease;
|
831 |
+
}
|
832 |
+
|
833 |
+
.weblizar_fb-s-2 {
|
834 |
+
background-image: url(../images/icons/2.png);
|
835 |
+
}
|
836 |
+
|
837 |
+
.weblizar_fb-s-3 {
|
838 |
+
background-image: url(../images/icons/3.png);
|
839 |
+
|
840 |
+
}
|
841 |
+
.weblizar_fb-s-4 {
|
842 |
+
background-image: url(../images/icons/4.png);
|
843 |
+
}
|
844 |
+
.weblizar_fb-s-5 {
|
845 |
+
background-image: url(../images/icons/5.png);
|
846 |
+
}
|
847 |
+
|
848 |
+
|
849 |
+
/*------model-css---*/
|
850 |
+
|
851 |
+
|
852 |
+
@media only screen and (max-width: 1023px) {
|
853 |
+
|
854 |
+
.weblizar_fb-facebook-feed-top-info-inner {
|
855 |
+
position: static!important;
|
856 |
+
bottom: 0;
|
857 |
+
margin-left: 7px;
|
858 |
+
}
|
859 |
+
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info.pull-left {
|
860 |
+
float: none;
|
861 |
+
margin: 0;
|
862 |
+
clear: both;
|
863 |
+
}
|
864 |
+
.feed_main_widget.wp-weblizar_fb-plugin .weblizar_fb-post-box {
|
865 |
+
/* margin: 12px 0px; */
|
866 |
+
clear: both;
|
867 |
+
display: -webkit-box!important;
|
868 |
+
}
|
869 |
+
|
870 |
+
.feed_main_widget .weblizar_fb-facebook-feed-top-info-inner{
|
871 |
+
position:absolute!important;
|
872 |
+
}
|
873 |
+
|
874 |
+
}
|
875 |
+
@media only screen and (max-width: 767px) and (min-width: 320px){
|
876 |
+
.order_change {
|
877 |
+
display: flex;
|
878 |
+
flex-wrap: wrap;
|
879 |
+
justify-content: center;
|
880 |
+
}
|
881 |
+
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner.pull-left {
|
882 |
+
float: none;
|
883 |
+
}
|
884 |
+
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info.pull-left {
|
885 |
+
float: none;
|
886 |
+
margin: 0;
|
887 |
+
clear: both;
|
888 |
+
}
|
889 |
+
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info {
|
890 |
+
height: 66px;
|
891 |
+
}
|
892 |
+
.feed_main_widget.wp-weblizar_fb-plugin .weblizar_fb-post-box {
|
893 |
+
/* margin: 12px 0px; */
|
894 |
+
clear: both;
|
895 |
+
display: -webkit-box!important;
|
896 |
+
}
|
897 |
+
.feed_main_widget .weblizar_fb-facebook-feed-top-info-inner {
|
898 |
+
position: absolute!important;
|
899 |
+
}
|
900 |
+
|
901 |
+
}
|
902 |
+
/*----feed_main_widget---*/
|
903 |
+
.feed_main_widget .weblizar_fb-facebook-feed-top-info-inner{
|
904 |
+
|
905 |
+
left:0px;
|
906 |
+
}
|
907 |
+
|
908 |
+
.feed_main_widget .weblizar_fb-facebook-feed-top-area, .feed_main_widget .weblizar_fb-facebook-feed-top-info-inner{
|
909 |
+
text-align: left;
|
910 |
+
}
|
911 |
+
.wp-weblizar_fb-plugin .weblizar_fb-bg .box {
|
912 |
+
/* clear: both; */
|
913 |
+
display: inline-table!important;
|
914 |
+
padding: 1px 1px;
|
915 |
+
box-shadow:none!important;
|
916 |
+
|
917 |
+
|
918 |
+
}
|
919 |
+
|
920 |
+
.feed_main_widget .feed_main_div .weblizar_fb-post_font_color {
|
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 |
+
}
|
945 |
+
.feed_main_widget .weblizar_fb-post-box .bar .weblizar_fb-bar-left {
|
946 |
+
padding: 9px 15px;
|
947 |
+
}
|
948 |
+
|
949 |
+
/*
|
950 |
+
.wp-weblizar_fb-plugin a {
|
951 |
+
text-decoration: none !important;
|
952 |
+
box-shadow: none !important;
|
953 |
+
text-shadow: none !important;
|
954 |
+
border-bottom:none!important;
|
955 |
+
}*/
|
956 |
+
|
957 |
+
.feed_main_widget.wp-weblizar_fb-plugin .weblizar_fb-social-link-2 .weblizar_fb_social_link_2_li .weblizar_fb_social_link_2_i_cls {
|
958 |
+
width: auto!important;
|
959 |
+
color: #333!important;
|
960 |
+
padding: 0!important;
|
961 |
+
border-radius: 0px!important;
|
962 |
+
box-shadow: none!important;
|
963 |
+
border: 0px!important;
|
964 |
+
height: 0px!important;
|
965 |
+
line-height: 0px!important;
|
966 |
+
margin: 0px!important;
|
967 |
+
/* height: auto; */
|
968 |
+
background: #fff!important;
|
969 |
+
}
|
970 |
+
|
971 |
+
.feed_main_widget.wp-weblizar_fb-plugin .weblizar_fb-social-link-2 .weblizar_fb_social_link_2_li {
|
972 |
+
color: #444!important;
|
973 |
+
padding:0px!important;
|
974 |
+
border: 0px!important;
|
975 |
+
}
|
976 |
+
|
977 |
+
|
978 |
+
.facebook_feed_more_page
|
979 |
+
{
|
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 |
+
{
|
987 |
+
color: #e34f0e !important;
|
988 |
+
font-size: 14px !important;
|
989 |
+
word-wrap: break-word;
|
990 |
+
display: block !important;
|
991 |
+
}
|
992 |
+
.fb_date_size
|
993 |
+
{
|
994 |
+
font-size: 10px !important;
|
995 |
+
}
|
996 |
+
.weblizar-fb-product-popup-content .wp-weblizar_fb-plugin
|
997 |
+
{
|
998 |
+
display: none;
|
999 |
+
}
|
1000 |
+
.weblizar_span_img img{width:100%:}
|
1001 |
+
|
1002 |
+
.cls_123
|
1003 |
+
{
|
1004 |
+
display:none;
|
1005 |
+
}
|
1006 |
+
|
1007 |
+
/******* suffusion theme issue **********/
|
1008 |
+
.suffusion-custom #main-col {
|
1009 |
+
width: 710px;
|
1010 |
+
}
|
1011 |
+
.suffusion-custom #sidebar-shell-1 {
|
1012 |
+
width: 250px;
|
1013 |
+
}
|
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
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Facebook Feed & LikeBox
|
4 |
+
* Version: 2.6.4
|
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
|
function/facebook-feed-shortcode-data.php
CHANGED
@@ -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 */
|
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 */
|
function/facebook-feed-shortcode.php
CHANGED
@@ -30,8 +30,8 @@ set_error_handler(
|
|
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
|
34 |
-
<div class="weblizar_fb-facebook-feed-top-info-inner
|
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 "#"; } ?>">
|
@@ -44,14 +44,14 @@ set_error_handler(
|
|
44 |
<?php } ?>
|
45 |
<div class="clearfix"> </div>
|
46 |
</div>
|
|
|
|
|
|
|
47 |
</div>
|
48 |
</div>
|
49 |
-
<!-- Page link-->
|
50 |
-
<div class="weblizar_fb-facebook-feed-inner-text">
|
51 |
-
<div class="button-group">
|
52 |
-
<a type="button" target="_blank" class="weblizar_fb_btn_secondary 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>
|
53 |
</div>
|
54 |
-
|
|
|
55 |
</div>
|
56 |
</div>
|
57 |
<!-- header code end -->
|
@@ -107,9 +107,9 @@ set_error_handler(
|
|
107 |
|
108 |
<div class="<?php echo $layout1;?> col-sm-12 col-xs-12">
|
109 |
<p class="text weblizar_fb-post_font_color">
|
110 |
-
<?php if (strlen(strip_tags($text)) >=
|
111 |
{ ?>
|
112 |
-
<span class="weblizar_fb_teaser weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,
|
113 |
<span class="weblizar_fb_complete weblizar_fb-post_font_color" style="display:none"><?php echo $text;?></span>
|
114 |
<span data-text="...Show less" class="facebook_feed_more_page"><?php _e('...See more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
|
115 |
<?php }
|
@@ -165,9 +165,9 @@ set_error_handler(
|
|
165 |
<div class="<?php echo $layout1;?> col-sm-12 col-xs-12">
|
166 |
<p class="text weblizar_fb-post_font_color">
|
167 |
<!-- // post message display-->
|
168 |
-
<?php if (strlen(strip_tags($text)) >=
|
169 |
{ ?>
|
170 |
-
<span class="weblizar_fb_teaser weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,
|
171 |
<span class="weblizar_fb_complete weblizar_fb-post_font_color" style="display:none"><?php echo $text;?></span>
|
172 |
<span class="facebook_feed_more_page"><?php _e('...See more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
|
173 |
<?php } else { ?> <span class="weblizar_fb-post_font_color" show-more-id="<?php echo uniqid();?>"> <?php echo $text;?></span> <?php } ?>
|
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 ">
|
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 "#"; } ?>">
|
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 -->
|
107 |
|
108 |
<div class="<?php echo $layout1;?> col-sm-12 col-xs-12">
|
109 |
<p class="text weblizar_fb-post_font_color">
|
110 |
+
<?php if (strlen(strip_tags($text)) >=250) // post message display
|
111 |
{ ?>
|
112 |
+
<span class="weblizar_fb_teaser weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,250);?></span>
|
113 |
<span class="weblizar_fb_complete weblizar_fb-post_font_color" style="display:none"><?php echo $text;?></span>
|
114 |
<span data-text="...Show less" class="facebook_feed_more_page"><?php _e('...See more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
|
115 |
<?php }
|
165 |
<div class="<?php echo $layout1;?> col-sm-12 col-xs-12">
|
166 |
<p class="text weblizar_fb-post_font_color">
|
167 |
<!-- // post message display-->
|
168 |
+
<?php if (strlen(strip_tags($text)) >=250)
|
169 |
{ ?>
|
170 |
+
<span class="weblizar_fb_teaser weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,250);?></span>
|
171 |
<span class="weblizar_fb_complete weblizar_fb-post_font_color" style="display:none"><?php echo $text;?></span>
|
172 |
<span class="facebook_feed_more_page"><?php _e('...See more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
|
173 |
<?php } else { ?> <span class="weblizar_fb-post_font_color" show-more-id="<?php echo uniqid();?>"> <?php echo $text;?></span> <?php } ?>
|
function/facebook-feed-shortcode1.php
ADDED
@@ -0,0 +1,280 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php add_shortcode("facebook_feed", "weblizar_facebook_feed");
|
2 |
+
|
3 |
+
function weblizar_facebook_feed()
|
4 |
+
{
|
5 |
+
ob_start();
|
6 |
+
require("facebook-feed-shortcode-data.php");
|
7 |
+
set_error_handler(
|
8 |
+
create_function(
|
9 |
+
'$severity, $weblizar_data_postssage, $file, $line',
|
10 |
+
'throw new ErrorException($weblizar_data_postssage, $severity, $severity, $file, $line);'
|
11 |
+
)
|
12 |
+
);
|
13 |
+
try {
|
14 |
+
$jsondata = file_get_contents($header_string);
|
15 |
+
$weblizar_header_data = json_decode($jsondata,true);
|
16 |
+
$jsondata_post = file_get_contents($page_timeline_string);
|
17 |
+
$weblizar_data_post = json_decode($jsondata_post,true); ?>
|
18 |
+
<div class="clearfix"> </div>
|
19 |
+
<div class="col-md-12 wp-weblizar_fb-plugin">
|
20 |
+
<!--header code start-->
|
21 |
+
<div class="weblizar_fb-main-banner">
|
22 |
+
<div class="weblizar_fb-main-banner-img">
|
23 |
+
<!--header code cover image-->
|
24 |
+
<img src="<?php if(isset($weblizar_header_data['cover']['source'])) { echo $weblizar_header_data['cover']['source']; }?>" class="img-responsive fb-banner-img" >
|
25 |
+
</div>
|
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 pull-left">
|
34 |
+
<div class="weblizar_fb-facebook-feed-top-info-inner 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 |
+
</div>
|
48 |
+
</div>
|
49 |
+
<!-- Page link-->
|
50 |
+
<div class="weblizar_fb-facebook-feed-inner-text">
|
51 |
+
<div class="button-group">
|
52 |
+
<a type="button" target="_blank" class="weblizar_fb_btn_secondary 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>
|
53 |
+
</div>
|
54 |
+
</div>
|
55 |
+
</div>
|
56 |
+
</div>
|
57 |
+
<!-- header code end -->
|
58 |
+
<div class="clearfix"> </div>
|
59 |
+
<!-- Page post display start -->
|
60 |
+
<div class="container-flud gallaries">
|
61 |
+
<?php for($y = 0; $y <$ffp_limit; $y++)
|
62 |
+
{
|
63 |
+
if($weblizar_data_post["posts"]['data'][$y]['type']=='photo')
|
64 |
+
{ ?>
|
65 |
+
<div class="col-md-12 col-sm-12 col-xs-12 weblizar_fb-post-box weblizar_fb-bg custom_box_gallary weblizar_fb-post_background_color">
|
66 |
+
<!-- post auther display -->
|
67 |
+
<div class="col-md-12 col-sm-12 col-xs-12 box weblizar_fb-post_background_color">
|
68 |
+
<?php $data_var=explode("_",$weblizar_data_post["posts"]['data'][$y]['id']);
|
69 |
+
// auther fetch curl
|
70 |
+
$auther_url="https://graph.facebook.com/". $data_var[0]."?access_token=".$token."&fields=link,name,id";
|
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-->
|
79 |
+
<h6 class="weblizar_fb-post_font_color fb_create_time"><?php $s = strtotime($weblizar_data_post["posts"]['data'][$y]['created_time']); ?><i class="fa fa-clock-o"></i><span><?php printf( _x( '%s Ago', '%s = human-readable time difference', WEBLIZAR_FACEBOOK_TEXT_DOMAIN), human_time_diff( date( 'U', $s), current_time( 'timestamp' ) ) ); ?></span> </h6>
|
80 |
+
</div>
|
81 |
+
</div>
|
82 |
+
<!--full width data display start-->
|
83 |
+
<?php if($ffp_timeline_layout=='full_width')
|
84 |
+
{
|
85 |
+
if(isset($weblizar_data_post["posts"]['data'][$y]['message'])) //post text message
|
86 |
+
{
|
87 |
+
$text=$weblizar_data_post["posts"]['data'][$y]['message'];
|
88 |
+
$reg_exUrl = "/(((http|https|ftp|ftps)\:\/\/)|(www\.))[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\:[0-9]+)?(\/\S*)?/";
|
89 |
+
if(preg_match($reg_exUrl, $text, $url))
|
90 |
+
{
|
91 |
+
// make the urls hyper links
|
92 |
+
$text=preg_replace($reg_exUrl, "<a class='fb_messaage_tag' href='".$url[0]."' target='_blank'>".$url[0]."</a> ", $text);
|
93 |
+
}
|
94 |
+
// fetch url tag from post message
|
95 |
+
if(isset($weblizar_data_post["posts"]['data'][$y]['message_tags']))
|
96 |
+
{
|
97 |
+
//count url tag from post message
|
98 |
+
$tag_size=sizeof($weblizar_data_post["posts"]['data'][$y]['message_tags']);
|
99 |
+
//fetch tag from post message
|
100 |
+
for($t=0;$t<$tag_size;$t++)
|
101 |
+
{
|
102 |
+
$ar=$weblizar_data_post["posts"]['data'][$y]['message_tags'][$t]["name"];
|
103 |
+
$br=$weblizar_data_post["posts"]['data'][$y]['message_tags'][$t]["id"];
|
104 |
+
$text=str_replace($weblizar_data_post["posts"]['data'][$y]['message_tags'][$t]["name"],"<a class='fb_messaage_tag' href='http://facebook.com/".$br."' target='_blank' >".$ar."</a>",$text);
|
105 |
+
}
|
106 |
+
} ?>
|
107 |
+
|
108 |
+
<div class="<?php echo $layout1;?> col-sm-12 col-xs-12">
|
109 |
+
<p class="text weblizar_fb-post_font_color">
|
110 |
+
<?php if (strlen(strip_tags($text)) >=50) // post message display
|
111 |
+
{ ?>
|
112 |
+
<span class="weblizar_fb_teaser weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,50);?></span>
|
113 |
+
<span class="weblizar_fb_complete weblizar_fb-post_font_color" style="display:none"><?php echo $text;?></span>
|
114 |
+
<span data-text="...Show less" class="facebook_feed_more_page"><?php _e('...See more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
|
115 |
+
<?php }
|
116 |
+
else
|
117 |
+
{ ?>
|
118 |
+
<span class="weblizar_fb-post_font_color"> <?php echo $text;?></span>
|
119 |
+
<?php } ?>
|
120 |
+
</p>
|
121 |
+
</div>
|
122 |
+
<?php }
|
123 |
+
} ?>
|
124 |
+
<!--full width data display end-->
|
125 |
+
<!--post image data display start-->
|
126 |
+
<?php if(isset($weblizar_data_post["posts"]['data'][$y]['full_picture']))
|
127 |
+
{ ?>
|
128 |
+
<div class="<?php echo $layout2;?> col-sm-12 col-xs-12 post-img animated gallery-img">
|
129 |
+
<a href="#">
|
130 |
+
<span class="weblizar_span_img">
|
131 |
+
<img src="<?php echo $weblizar_data_post["posts"]['data'][$y]['full_picture'];?>" class="img-responsive" >
|
132 |
+
</span>
|
133 |
+
</a>
|
134 |
+
<dialog style="display:none" id="box_<?php echo $weblizar_data_post["posts"]['data'][$y]['id']; ?>" data-id="<?php echo $weblizar_data_post["posts"]['data'][$y]['id']; ?>" feed-type="post" feed-post="<?php echo $weblizar_data_post["posts"]['data'][$y]['type'];?>" >
|
135 |
+
<div class="inner_box_<?php echo $weblizar_data_post["posts"]['data'][$y]['id']; ?>"></div>
|
136 |
+
</dialog>
|
137 |
+
</div>
|
138 |
+
<?php } // post image data display end
|
139 |
+
|
140 |
+
//half width and thumbnail width data display start
|
141 |
+
if($ffp_timeline_layout=='half_width' || $ffp_timeline_layout=='thumbnail')
|
142 |
+
{
|
143 |
+
if(isset($weblizar_data_post["posts"]['data'][$y]['message'])) //post text message
|
144 |
+
{
|
145 |
+
$text=$weblizar_data_post["posts"]['data'][$y]['message'];
|
146 |
+
$reg_exUrl = "/(((http|https|ftp|ftps)\:\/\/)|(www\.))[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\:[0-9]+)?(\/\S*)?/";
|
147 |
+
if(preg_match($reg_exUrl, $text, $url))
|
148 |
+
{
|
149 |
+
// make the urls hyper links
|
150 |
+
$text=preg_replace($reg_exUrl, "<a class='fb_messaage_tag' href='".$url[0]."' target='_blank'>".$url[0]."</a> ", $text);
|
151 |
+
}
|
152 |
+
// fetch url tag from post message
|
153 |
+
if(isset($weblizar_data_post["posts"]['data'][$y]['message_tags']))
|
154 |
+
{
|
155 |
+
//count url tag from post message
|
156 |
+
$tag_size=sizeof($weblizar_data_post["posts"]['data'][$y]['message_tags']);
|
157 |
+
//fetch tag from post message
|
158 |
+
for($t=0;$t<$tag_size;$t++)
|
159 |
+
{
|
160 |
+
$ar=$weblizar_data_post["posts"]['data'][$y]['message_tags'][$t]["name"];
|
161 |
+
$br=$weblizar_data_post["posts"]['data'][$y]['message_tags'][$t]["id"];
|
162 |
+
$text=str_replace($weblizar_data_post["posts"]['data'][$y]['message_tags'][$t]["name"],"<a class='fb_messaage_tag' href='http://facebook.com/".$br."' target='_blank' >".$ar."</a>",$text);
|
163 |
+
}
|
164 |
+
} ?>
|
165 |
+
<div class="<?php echo $layout1;?> col-sm-12 col-xs-12">
|
166 |
+
<p class="text weblizar_fb-post_font_color">
|
167 |
+
<!-- // post message display-->
|
168 |
+
<?php if (strlen(strip_tags($text)) >=50)
|
169 |
+
{ ?>
|
170 |
+
<span class="weblizar_fb_teaser weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,50);?></span>
|
171 |
+
<span class="weblizar_fb_complete weblizar_fb-post_font_color" style="display:none"><?php echo $text;?></span>
|
172 |
+
<span class="facebook_feed_more_page"><?php _e('...See more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
|
173 |
+
<?php } else { ?> <span class="weblizar_fb-post_font_color" show-more-id="<?php echo uniqid();?>"> <?php echo $text;?></span> <?php } ?>
|
174 |
+
</p>
|
175 |
+
</div>
|
176 |
+
<?php }
|
177 |
+
} //Half width and thumbnail width data display end ?>
|
178 |
+
|
179 |
+
<!-- Comment and reactions display start -->
|
180 |
+
<div class="col-md-12 col-sm-12 col-xs-12 bar weblizar_fb-post_background_color">
|
181 |
+
<?php //comment data assign to variable
|
182 |
+
if(isset($weblizar_data_post["posts"]['data'][$y]['comments']['data'])) { $comment=$weblizar_data_post["posts"]['data'][$y]['comments']['data']; } else {$comment="";}
|
183 |
+
//post share data assign to variable
|
184 |
+
if(isset($weblizar_data_post["posts"]['data'][$y]['shares'])) { $share=$weblizar_data_post["posts"]['data'][$y]['shares']; } else {$share="";}
|
185 |
+
//post id data assign to variable
|
186 |
+
if(isset($weblizar_data_post["posts"]['data'][$y]['id'])) { $id=$weblizar_data_post["posts"]['data'][$y]['id']; } else {$id="";} ?>
|
187 |
+
<div class="weblizar_fb-bar-left">
|
188 |
+
<!-- like count display -->
|
189 |
+
<span class="like weblizar_fb-post_font_color"><i class="fa fa-thumbs-o-up"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'];?></span>
|
190 |
+
<!-- post share count display -->
|
191 |
+
<span class="share weblizar_fb-post_font_color"><a class= "weblizar_fb-post_font_color" href="https://www.facebook.com/sharer/sharer.php?u=<?php if(isset($weblizar_data_post["posts"]['data'][$y]['link'])) { echo $weblizar_data_post["posts"]['data'][$y]['link'];} else { echo "#";}?>" target="_blank"><i class="fa fa-share"></i><?php if($share !="") { echo $share['count']; } else { echo "0";} ?></a></span>
|
192 |
+
<!-- post view on facebook display -->
|
193 |
+
<span class="share weblizar_fb-post_font_color"><a class= "weblizar_fb-post_font_color" href="https://www.facebook.com/<?php echo $id;?>" target="_blank" class="weblizar_fb-post_font_color"><i class="fa fa-eye"></i></a></span>
|
194 |
+
<!-- post comment count display -->
|
195 |
+
<span class="weblizar_comment accordion weblizar_fb-post_font_color"><i class="fa fa-comments-o"></i><?php if(isset($weblizar_data_post["posts"]['data'][$y]['comments']['summary']['total_count'])) { echo $weblizar_data_post["posts"]['data'][$y]['comments']['summary']['total_count']; }?></span>
|
196 |
+
<!--panel -->
|
197 |
+
<div class="panel clearfix">
|
198 |
+
<!--like reaction start -->
|
199 |
+
<p class="weblizar_fb-post-comment-likes weblizar_fb-post_font_color">
|
200 |
+
<span class="weblizar_fb-post-reactions weblizar_fb-post_font_color">
|
201 |
+
<!-- like count display -->
|
202 |
+
<span class="post-like weblizar_fb-post_font_color"><i class="fa fa-thumbs-o-up"></i><?php if(isset($weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'])) { echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count']; }?></span>
|
203 |
+
<!-- love count display -->
|
204 |
+
<span class="post-love weblizar_fb-post_font_color"><i class="fa fa-heart"></i><?php if(isset($weblizar_data_post["posts"]['data'][$y]['reactions_love']['summary']['total_count'])) { echo $weblizar_data_post["posts"]['data'][$y]['reactions_love']['summary']['total_count']; } ?></span>
|
205 |
+
<!-- haha count display -->
|
206 |
+
<span class="post-wow weblizar_fb-post_font_color"><i class="fa fa-smile-o"></i><?php if(isset($weblizar_data_post["posts"]['data'][$y]['reactions_haha']['summary']['total_count'])) { echo $weblizar_data_post["posts"]['data'][$y]['reactions_haha']['summary']['total_count']; }?></span>
|
207 |
+
</span>
|
208 |
+
<span class="post-likes-text weblizar_fb-post_font_color">
|
209 |
+
<?php _e('people reacted to this', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
|
210 |
+
</span>
|
211 |
+
</p>
|
212 |
+
<!--end-like-reaction -->
|
213 |
+
|
214 |
+
<p class="weblizar_fb-post-comments weblizar_fb-post_font_color" style="color:#;">
|
215 |
+
<i class="fa fa-comments-o"></i> <?php _e('Comment on Facebook', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
|
216 |
+
</p>
|
217 |
+
<!--comments-box-start -->
|
218 |
+
<?php if($comment !="")
|
219 |
+
{
|
220 |
+
$comments=sizeof($comment);
|
221 |
+
for($c=0;$c < $comments; $c++)
|
222 |
+
{ ?>
|
223 |
+
<div class="col-md-12 col-sm-12 col-xs-12 weblizar_fb-post-comment">
|
224 |
+
<!--comment curl url -->
|
225 |
+
<?php $c_auther_url="https://graph.facebook.com/".$comment[$c]['id']."?access_token=".$token."";
|
226 |
+
$c_auther_uri = file_get_contents($c_auther_url);
|
227 |
+
$c_auher1 = json_decode($c_auther_uri,true);
|
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 -->
|
240 |
+
<?php if(isset($c_auher1['from']['id']))
|
241 |
+
{ ?>
|
242 |
+
<a class="fb_post_comment_text_link" class="weblizar_fb-post_font_color" href="<?php echo $c_auher1['from']['id'];?>"><?php echo $c_auher1['from']['name'];?></a>
|
243 |
+
<?php }
|
244 |
+
//comment message
|
245 |
+
echo $comment[$c]['message'];?>
|
246 |
+
</p>
|
247 |
+
<!--comment create date-->
|
248 |
+
<span class="weblizar_fb-post_font_color"><?php _e('Posted:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> <?php $s = strtotime($comment[$c]['created_time']);printf( _x( '%s Ago', '%s = human-readable time difference', WEBLIZAR_FACEBOOK_TEXT_DOMAIN), human_time_diff( date( 'U', $s), current_time( 'timestamp' ) ) ); ?></span>
|
249 |
+
<!--comment reply count-->
|
250 |
+
<p class="weblizar_fb-post_font_color">
|
251 |
+
<a href="" class="weblizar_fb-post_font_color"><i class="fa fa-reply"></i> <?php if(isset($comment[$c]['comment_count'])) {echo $comment[$c]['comment_count'];} else { echo "0";}?><?php _e('Replies', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a>
|
252 |
+
</p>
|
253 |
+
<div class="weblizar_fb-post-comment-replies-box"></div>
|
254 |
+
</div>
|
255 |
+
</div>
|
256 |
+
</div>
|
257 |
+
<?php }
|
258 |
+
} ?>
|
259 |
+
<!--comments-box-end-->
|
260 |
+
</div>
|
261 |
+
<!--end-panel -->
|
262 |
+
</div>
|
263 |
+
</div>
|
264 |
+
<!-- Comment and reactions display End -->
|
265 |
+
</div>
|
266 |
+
<?php }
|
267 |
+
} ?>
|
268 |
+
</div>
|
269 |
+
<!-- Page photo display end -->
|
270 |
+
<div class="clearfix"> </div>
|
271 |
+
</div>
|
272 |
+
<?php }
|
273 |
+
catch (Exception $e)
|
274 |
+
{
|
275 |
+
echo "<h3>Error in processing</h3>";
|
276 |
+
} ?>
|
277 |
+
<?php
|
278 |
+
return ob_get_clean();
|
279 |
+
}
|
280 |
+
?>
|
function/facebook-feed.php
CHANGED
@@ -211,7 +211,7 @@ if(isset($facebook_feed_fetch["feed_customs_css"])){ $feed_customs_css=$faceboo
|
|
211 |
<button type="button" name="button" class="button-face-feed" onclick="save_feed_general('<?php echo $feed_security_action_nonce; ?>')">
|
212 |
<?php _e('Save', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></button>
|
213 |
<div style="text-align:center;">
|
214 |
-
<img id="loading-image" src="<?php echo
|
215 |
</div>
|
216 |
<div class="success-msg" style="display:none;">
|
217 |
<div class="alert alert-success">
|
211 |
<button type="button" name="button" class="button-face-feed" onclick="save_feed_general('<?php echo $feed_security_action_nonce; ?>')">
|
212 |
<?php _e('Save', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></button>
|
213 |
<div style="text-align:center;">
|
214 |
+
<img id="loading-image" src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL ?>images/loader.gif" alt="Weblizar" height="200" style="margin-top:-10px; margin-right:10px;" alt="Loading..." class="admin_loading_css"/>
|
215 |
</div>
|
216 |
<div class="success-msg" style="display:none;">
|
217 |
<div class="alert alert-success">
|
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.3 [ 22/02/2018 ] =
|
216 |
1. Minor css issue fixed.
|
217 |
2. Code quality improve.
|
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.4
|
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.4 [ 03/03/2018 ] =
|
216 |
+
1. Minor css issue fixed.
|
217 |
+
2. Data Saving issue fixed.
|
218 |
+
|
219 |
= 2.6.3 [ 22/02/2018 ] =
|
220 |
1. Minor css issue fixed.
|
221 |
2. Code quality improve.
|