Version Description
[ 06/03/2018 ]
Download this release
Release Info
Developer | weblizar |
Plugin | Feed & LikeBox For Facebook |
Version | 2.6.5 |
Comparing to | |
See all releases |
Code changes from version 2.6.4 to 2.6.5
- css/facebook-feed-shortcode.css +27 -22
- css/facebook-feed-shortcode1.css +0 -1013
- facebook-by-weblizar.php +1 -1
- function/facebook-feed-shortcode-data.php +29 -10
- function/facebook-feed-shortcode.php +22 -1
- function/facebook-feed-shortcode1.php +0 -280
- function/facebook-feed-widget.php +18 -10
- readme.txt +4 -1
css/facebook-feed-shortcode.css
CHANGED
@@ -46,9 +46,10 @@
|
|
46 |
}
|
47 |
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner .fb_fan_count{
|
48 |
font-size: 16px;
|
49 |
-
color: #
|
50 |
padding-left: 6px;
|
51 |
-
|
|
|
52 |
}
|
53 |
.wp-weblizar_fb-plugin .weblizar_fb-logo-left .fb_logo_left
|
54 |
{
|
@@ -66,7 +67,7 @@
|
|
66 |
}
|
67 |
|
68 |
.feed_main_widget.wp-weblizar_fb-plugin .weblizar_fb-main-banner .weblizar_fb-facebook-feed-inner-text .button-group {
|
69 |
-
|
70 |
}
|
71 |
|
72 |
.wp-weblizar_fb-plugin .btn-block {
|
@@ -463,7 +464,10 @@ display: none !important;
|
|
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;
|
@@ -594,12 +598,7 @@ margin-top: 10px !important;
|
|
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 |
-
|
598 |
-
font-size: 16px;
|
599 |
-
color: #000;
|
600 |
-
padding-left: 6px;
|
601 |
-
|
602 |
-
}
|
603 |
.weblizar_fb-facebook-feed-top-info {
|
604 |
margin-bottom: 0;
|
605 |
bottom: 4px!important;
|
@@ -614,11 +613,13 @@ margin-top: 10px !important;
|
|
614 |
font-size: 20px;
|
615 |
font-weight: bold;
|
616 |
color: #fff !important;
|
|
|
617 |
text-shadow: 0 2px 4px rgba(0, 0, 0, .9);
|
618 |
}
|
619 |
|
620 |
.wp-weblizar_fb-plugin.feed_main_widget .weblizar_fb-facebook-feed-top-info-inner .fb_fan_count {
|
621 |
font-size: 14px;
|
|
|
622 |
}
|
623 |
.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 {
|
624 |
text-decoration: none;
|
@@ -630,7 +631,7 @@ margin-top: 10px !important;
|
|
630 |
background-color: #4875ce!important;
|
631 |
border-color: #ced0d4 !important;
|
632 |
font-size: 14px !important;
|
633 |
-
padding: 4px 16px
|
634 |
border-radius: 2px !important;
|
635 |
box-shadow: 2px 2px 5px #AAA!important;
|
636 |
display: block !important;
|
@@ -852,11 +853,7 @@ margin-top: 10px !important;
|
|
852 |
|
853 |
@media only screen and (max-width: 1023px) {
|
854 |
|
855 |
-
|
856 |
-
position: static!important;
|
857 |
-
bottom: 0;
|
858 |
-
margin-left: 7px;
|
859 |
-
}
|
860 |
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info.pull-left {
|
861 |
float: none;
|
862 |
margin: 0;
|
@@ -868,9 +865,6 @@ margin-top: 10px !important;
|
|
868 |
display: -webkit-box!important;
|
869 |
}
|
870 |
|
871 |
-
.feed_main_widget .weblizar_fb-facebook-feed-top-info-inner{
|
872 |
-
position:absolute!important;
|
873 |
-
}
|
874 |
|
875 |
}
|
876 |
@media only screen and (max-width: 767px) and (min-width: 320px){
|
@@ -893,9 +887,6 @@ margin-top: 10px !important;
|
|
893 |
clear: both;
|
894 |
display: -webkit-box!important;
|
895 |
}
|
896 |
-
.feed_main_widget .weblizar_fb-facebook-feed-top-info-inner {
|
897 |
-
position: absolute!important;
|
898 |
-
}
|
899 |
|
900 |
}
|
901 |
/*----feed_main_widget---*/
|
@@ -986,6 +977,20 @@ margin-top: 10px !important;
|
|
986 |
color: #ca0505!important;
|
987 |
display: inline-block !important;
|
988 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
989 |
.fb_messaage_tag
|
990 |
{
|
991 |
color: #e34f0e !important;
|
46 |
}
|
47 |
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner .fb_fan_count{
|
48 |
font-size: 16px;
|
49 |
+
color: #fff;
|
50 |
padding-left: 6px;
|
51 |
+
text-shadow: 1px 1px 3px #3d3d3d;
|
52 |
+
|
53 |
}
|
54 |
.wp-weblizar_fb-plugin .weblizar_fb-logo-left .fb_logo_left
|
55 |
{
|
67 |
}
|
68 |
|
69 |
.feed_main_widget.wp-weblizar_fb-plugin .weblizar_fb-main-banner .weblizar_fb-facebook-feed-inner-text .button-group {
|
70 |
+
|
71 |
}
|
72 |
|
73 |
.wp-weblizar_fb-plugin .btn-block {
|
464 |
}*/
|
465 |
|
466 |
@media (max-width: 768px) {
|
467 |
+
.wp-weblizar_fb-plugin .weblizar_fb_btn_secondary.feed_header_link {
|
468 |
+
font-size: 12px !important;
|
469 |
+
padding: 0px 6px !important;
|
470 |
+
}
|
471 |
|
472 |
.wp-weblizar_fb-plugin .half-width .weblizar_fb-post-box .weblizar_fb-logo-left {
|
473 |
padding: 13px 0px;
|
598 |
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info-inner .fb_fan_count .fb_fan_count_limit{
|
599 |
font-weight:bold;
|
600 |
}
|
601 |
+
|
|
|
|
|
|
|
|
|
|
|
602 |
.weblizar_fb-facebook-feed-top-info {
|
603 |
margin-bottom: 0;
|
604 |
bottom: 4px!important;
|
613 |
font-size: 20px;
|
614 |
font-weight: bold;
|
615 |
color: #fff !important;
|
616 |
+
line-height:26ppx;
|
617 |
text-shadow: 0 2px 4px rgba(0, 0, 0, .9);
|
618 |
}
|
619 |
|
620 |
.wp-weblizar_fb-plugin.feed_main_widget .weblizar_fb-facebook-feed-top-info-inner .fb_fan_count {
|
621 |
font-size: 14px;
|
622 |
+
margin: 0;
|
623 |
}
|
624 |
.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 {
|
625 |
text-decoration: none;
|
631 |
background-color: #4875ce!important;
|
632 |
border-color: #ced0d4 !important;
|
633 |
font-size: 14px !important;
|
634 |
+
padding: 4px 16px ;
|
635 |
border-radius: 2px !important;
|
636 |
box-shadow: 2px 2px 5px #AAA!important;
|
637 |
display: block !important;
|
853 |
|
854 |
@media only screen and (max-width: 1023px) {
|
855 |
|
856 |
+
|
|
|
|
|
|
|
|
|
857 |
.wp-weblizar_fb-plugin .weblizar_fb-facebook-feed-top-info.pull-left {
|
858 |
float: none;
|
859 |
margin: 0;
|
865 |
display: -webkit-box!important;
|
866 |
}
|
867 |
|
|
|
|
|
|
|
868 |
|
869 |
}
|
870 |
@media only screen and (max-width: 767px) and (min-width: 320px){
|
887 |
clear: both;
|
888 |
display: -webkit-box!important;
|
889 |
}
|
|
|
|
|
|
|
890 |
|
891 |
}
|
892 |
/*----feed_main_widget---*/
|
977 |
color: #ca0505!important;
|
978 |
display: inline-block !important;
|
979 |
}
|
980 |
+
.facebook_feed_more_widget
|
981 |
+
{
|
982 |
+
font-weight: bold !important;
|
983 |
+
font-size: 15px !important;
|
984 |
+
color: #ca0505!important;
|
985 |
+
display: inline-block;
|
986 |
+
}
|
987 |
+
.facebook_feed_less_widget
|
988 |
+
{
|
989 |
+
font-weight: bold !important;
|
990 |
+
font-size: 15px !important;
|
991 |
+
color: #ca0505!important;
|
992 |
+
display: inline-block;
|
993 |
+
}
|
994 |
.fb_messaage_tag
|
995 |
{
|
996 |
color: #e34f0e !important;
|
css/facebook-feed-shortcode1.css
DELETED
@@ -1,1013 +0,0 @@
|
|
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.5
|
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
@@ -246,7 +246,7 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
|
|
246 |
},
|
247 |
success : function(data){
|
248 |
|
249 |
-
like_comment = jQuery(data).find('div.wp-weblizar_like_comment_div
|
250 |
jQuery('div.weblizar-fb-product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
|
251 |
jQuery(document).unbind("ajaxComplete");
|
252 |
jQuery(".feed_more").click(function() { jQuery(".weblizar_fb_teaser").toggle(); jQuery(".weblizar_fb_complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
|
@@ -297,7 +297,7 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
|
|
297 |
},
|
298 |
success : function(data){
|
299 |
|
300 |
-
like_comment = jQuery(data).find('div.wp-weblizar_like_comment_div
|
301 |
jQuery('div.weblizar-fb-product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
|
302 |
jQuery(document).unbind("ajaxComplete");
|
303 |
jQuery(".feed_more").click(function() { jQuery(".weblizar_fb_teaser").toggle(); jQuery(".weblizar_fb_complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
|
@@ -344,7 +344,7 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
|
|
344 |
'feed_id':feed_id,
|
345 |
},
|
346 |
success : function(data){
|
347 |
-
like_comment = jQuery(data).find('div.wp-weblizar_like_comment_div
|
348 |
jQuery('div.weblizar-fb-product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
|
349 |
jQuery(document).unbind("ajaxComplete");
|
350 |
jQuery(".feed_more").click(function() { jQuery(".weblizar_fb_teaser").toggle(); jQuery(".weblizar_fb_complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
|
@@ -408,7 +408,7 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
|
|
408 |
'feed_id':feed_id,
|
409 |
},
|
410 |
success : function(data){
|
411 |
-
like_comment = jQuery(data).find('div.wp-weblizar_like_comment_div
|
412 |
jQuery('div.weblizar-fb-product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
|
413 |
jQuery(document).unbind("ajaxComplete");
|
414 |
jQuery(".feed_more").click(function() { jQuery(".weblizar_fb_teaser").toggle(); jQuery(".weblizar_fb_complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
|
@@ -460,7 +460,7 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
|
|
460 |
},
|
461 |
success : function(data){
|
462 |
//jQuery("#custom_box_load_div").hide();
|
463 |
-
like_comment = jQuery(data).find('div.wp-weblizar_like_comment_div
|
464 |
jQuery('div.weblizar-fb-product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
|
465 |
|
466 |
jQuery(document).unbind("ajaxComplete");
|
@@ -508,20 +508,39 @@ for (i = 0; i < acc.length; i++) {
|
|
508 |
}
|
509 |
}
|
510 |
});
|
511 |
-
/* post comment box open js end */
|
512 |
-
|
513 |
-
/* See more js start*/
|
514 |
jQuery(window).load(function()
|
515 |
{
|
516 |
jQuery(".facebook_feed_more_page").toggle(function()
|
517 |
{
|
518 |
jQuery(this).text("See less..").siblings(".weblizar_fb_complete").show();
|
519 |
-
jQuery(this).text("See
|
520 |
}, function(){
|
521 |
-
jQuery(this).text("See
|
522 |
jQuery(this).text("See more..").siblings(".weblizar_fb_teaser").show();
|
523 |
});
|
524 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
525 |
</script>
|
526 |
<style>
|
527 |
<?php echo $feed_customs_css; ?>
|
246 |
},
|
247 |
success : function(data){
|
248 |
|
249 |
+
like_comment = jQuery(data).find('div.wp-weblizar_like_comment_div:first');
|
250 |
jQuery('div.weblizar-fb-product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
|
251 |
jQuery(document).unbind("ajaxComplete");
|
252 |
jQuery(".feed_more").click(function() { jQuery(".weblizar_fb_teaser").toggle(); jQuery(".weblizar_fb_complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
|
297 |
},
|
298 |
success : function(data){
|
299 |
|
300 |
+
like_comment = jQuery(data).find('div.wp-weblizar_like_comment_div:first');
|
301 |
jQuery('div.weblizar-fb-product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
|
302 |
jQuery(document).unbind("ajaxComplete");
|
303 |
jQuery(".feed_more").click(function() { jQuery(".weblizar_fb_teaser").toggle(); jQuery(".weblizar_fb_complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
|
344 |
'feed_id':feed_id,
|
345 |
},
|
346 |
success : function(data){
|
347 |
+
like_comment = jQuery(data).find('div.wp-weblizar_like_comment_div:first');
|
348 |
jQuery('div.weblizar-fb-product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
|
349 |
jQuery(document).unbind("ajaxComplete");
|
350 |
jQuery(".feed_more").click(function() { jQuery(".weblizar_fb_teaser").toggle(); jQuery(".weblizar_fb_complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
|
408 |
'feed_id':feed_id,
|
409 |
},
|
410 |
success : function(data){
|
411 |
+
like_comment = jQuery(data).find('div.wp-weblizar_like_comment_div:first');
|
412 |
jQuery('div.weblizar-fb-product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
|
413 |
jQuery(document).unbind("ajaxComplete");
|
414 |
jQuery(".feed_more").click(function() { jQuery(".weblizar_fb_teaser").toggle(); jQuery(".weblizar_fb_complete").toggle(); var oldText = $(this).text(); var newText = $(this).attr('data-text'); if (jQuery(this).text(oldText)) { jQuery(this).text(newText); } else { jQuery(this).text(oldText); } jQuery(this).attr('data-text',oldText);});
|
460 |
},
|
461 |
success : function(data){
|
462 |
//jQuery("#custom_box_load_div").hide();
|
463 |
+
like_comment = jQuery(data).find('div.wp-weblizar_like_comment_div:first');
|
464 |
jQuery('div.weblizar-fb-product-gallery-popup').find('div.inner_box_'+val).html(like_comment);
|
465 |
|
466 |
jQuery(document).unbind("ajaxComplete");
|
508 |
}
|
509 |
}
|
510 |
});
|
511 |
+
/* post comment box open js end */
|
512 |
+
|
|
|
513 |
jQuery(window).load(function()
|
514 |
{
|
515 |
jQuery(".facebook_feed_more_page").toggle(function()
|
516 |
{
|
517 |
jQuery(this).text("See less..").siblings(".weblizar_fb_complete").show();
|
518 |
+
jQuery(this).text("See more..").siblings(".weblizar_fb_teaser").hide();
|
519 |
}, function(){
|
520 |
+
jQuery(this).text("See less..").siblings(".weblizar_fb_complete").hide();
|
521 |
jQuery(this).text("See more..").siblings(".weblizar_fb_teaser").show();
|
522 |
});
|
523 |
});
|
524 |
+
|
525 |
+
jQuery(document).ready(function()
|
526 |
+
{
|
527 |
+
jQuery(".facebook_feed_more_widget").click(function()
|
528 |
+
{
|
529 |
+
jQuery(this).siblings('.weblizar_fb_teaser_widget').toggle();
|
530 |
+
jQuery(this).siblings('.weblizar_fb_complete_widget').toggle();
|
531 |
+
var oldText = jQuery(this).text();
|
532 |
+
var newText = jQuery(this).attr('data-text');
|
533 |
+
//alert(newText)
|
534 |
+
if (jQuery(this).text(oldText)) {
|
535 |
+
jQuery(this).text(newText);
|
536 |
+
}
|
537 |
+
else
|
538 |
+
{
|
539 |
+
jQuery(this).text(oldText);
|
540 |
+
}
|
541 |
+
jQuery(this).attr('data-text',oldText);
|
542 |
+
});
|
543 |
+
});
|
544 |
</script>
|
545 |
<style>
|
546 |
<?php echo $feed_customs_css; ?>
|
function/facebook-feed-shortcode.php
CHANGED
@@ -30,7 +30,7 @@ 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 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 -->
|
@@ -266,6 +266,27 @@ set_error_handler(
|
|
266 |
<?php }
|
267 |
} ?>
|
268 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
269 |
<!-- Page photo display end -->
|
270 |
<div class="clearfix"> </div>
|
271 |
</div>
|
30 |
<!-- header logo image -->
|
31 |
<img src="<?php if(isset($weblizar_header_data['picture']['data']['url'])) { echo $weblizar_header_data['picture']['data']['url']; } ?>" class="img-responsive fb_main_pic " >
|
32 |
</a>
|
33 |
+
<div class="weblizar_fb-facebook-feed-top-info col-md-10 col-sm-10 ">
|
34 |
<div class="weblizar_fb-facebook-feed-top-info-inner col-md-8 pull-left">
|
35 |
<h3 class="fb-top-info-inner_header">
|
36 |
<!-- header page name -->
|
266 |
<?php }
|
267 |
} ?>
|
268 |
</div>
|
269 |
+
<script>
|
270 |
+
jQuery(document).ready(function()
|
271 |
+
{
|
272 |
+
jQuery(".facebook_feed_more_page").click(function()
|
273 |
+
{
|
274 |
+
jQuery(this).siblings('.weblizar_fb_complete').toggle();
|
275 |
+
jQuery(this).siblings('.weblizar_fb_teaser').toggle();
|
276 |
+
var oldText = jQuery(this).text();
|
277 |
+
var newText = jQuery(this).attr('data-text');
|
278 |
+
//alert(newText)
|
279 |
+
if (jQuery(this).text(oldText)) {
|
280 |
+
jQuery(this).text(newText);
|
281 |
+
}
|
282 |
+
else
|
283 |
+
{
|
284 |
+
jQuery(this).text(oldText);
|
285 |
+
}
|
286 |
+
jQuery(this).attr('data-text',oldText);
|
287 |
+
});
|
288 |
+
});
|
289 |
+
</script>
|
290 |
<!-- Page photo display end -->
|
291 |
<div class="clearfix"> </div>
|
292 |
</div>
|
function/facebook-feed-shortcode1.php
DELETED
@@ -1,280 +0,0 @@
|
|
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-widget.php
CHANGED
@@ -55,8 +55,10 @@ class Weblizar_facebook_feed_widget extends WP_Widget
|
|
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>
|
58 |
-
|
59 |
-
|
|
|
|
|
60 |
<h3 class="fb-top-info-inner_header">
|
61 |
<!-- header page name -->
|
62 |
<a class="fb_top_info_inner_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#"; } ?>">
|
@@ -69,16 +71,22 @@ class Weblizar_facebook_feed_widget extends WP_Widget
|
|
69 |
<?php } ?>
|
70 |
<div class="clearfix"> </div>
|
71 |
</div>
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
<div class="weblizar_fb-facebook-feed-inner-text">
|
76 |
<div class="button-group">
|
77 |
<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> Share </a>
|
78 |
</div>
|
79 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
</div>
|
81 |
-
|
82 |
<!-- header code end -->
|
83 |
<div class="clearfix"> </div>
|
84 |
<!-- Page post display start -->
|
@@ -134,9 +142,9 @@ class Weblizar_facebook_feed_widget extends WP_Widget
|
|
134 |
<p class="text weblizar_fb-post_font_color">
|
135 |
<?php if (strlen(strip_tags($text)) >=50) // post message display
|
136 |
{ ?>
|
137 |
-
<span class="
|
138 |
-
<span class="
|
139 |
-
<span data-text="...show less" class="
|
140 |
<?php } else { ?> <span class="weblizar_fb-post_font_color"> <?php echo $text;?></span> <?php } ?>
|
141 |
</p>
|
142 |
</div>
|
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>
|
58 |
+
|
59 |
+
</div>
|
60 |
+
<div class="weblizar_fb-facebook-feed-top-info col-md-9 col-sm-9 col-xs-9">
|
61 |
+
<div class="weblizar_fb-facebook-feed-top-info-inner ">
|
62 |
<h3 class="fb-top-info-inner_header">
|
63 |
<!-- header page name -->
|
64 |
<a class="fb_top_info_inner_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#"; } ?>">
|
71 |
<?php } ?>
|
72 |
<div class="clearfix"> </div>
|
73 |
</div>
|
74 |
+
|
75 |
+
|
76 |
+
<div class="weblizar_fb-facebook-feed-inner-text">
|
|
|
77 |
<div class="button-group">
|
78 |
<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> Share </a>
|
79 |
</div>
|
80 |
</div>
|
81 |
+
|
82 |
+
</div>
|
83 |
+
|
84 |
+
|
85 |
+
</div>
|
86 |
+
<!-- Page link-->
|
87 |
+
|
88 |
</div>
|
89 |
+
|
90 |
<!-- header code end -->
|
91 |
<div class="clearfix"> </div>
|
92 |
<!-- Page post display start -->
|
142 |
<p class="text weblizar_fb-post_font_color">
|
143 |
<?php if (strlen(strip_tags($text)) >=50) // post message display
|
144 |
{ ?>
|
145 |
+
<span class="weblizar_fb_teaser_widget weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,50);?></span>
|
146 |
+
<span class="weblizar_fb_complete_widget weblizar_fb-post_font_color" style="display:none"><?php echo $text;?></span>
|
147 |
+
<span data-text="...show less" class="facebook_feed_more_widget"><?php _e('...See more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
|
148 |
<?php } else { ?> <span class="weblizar_fb-post_font_color"> <?php echo $text;?></span> <?php } ?>
|
149 |
</p>
|
150 |
</div>
|
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,9 @@ 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.4 [ 03/03/2018 ] =
|
216 |
1. Minor css issue fixed.
|
217 |
2. Data Saving issue fixed.
|
4 |
Tags: facebook, facebook feed, facebook like box, facebook posts, facebook page, Facebook posts, facebook widget, Facebook profile, Facebook group, facebook page feed, facebook page like box, feed, likebox
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.9.4
|
7 |
+
Stable tag: 2.6.5
|
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.5 [ 06/03/2018 ] =
|
216 |
+
1. Minor css issue fixed.
|
217 |
+
|
218 |
= 2.6.4 [ 03/03/2018 ] =
|
219 |
1. Minor css issue fixed.
|
220 |
2. Data Saving issue fixed.
|