Version Description
= Facebook Auto Publish 1.0.1 = If you had issues with default image used for auto publishing, you may apply this upgrade.
= Facebook Auto Publish 1.0 = First official launch.
Download this release
Release Info
Developer | f1logic |
Plugin | WP Facebook Auto Publish |
Version | 1.4.9 |
Comparing to | |
See all releases |
Code changes from version 1.4.8 to 1.4.9
- admin/authorization.php +1 -1
- admin/publish.php +1 -1
- css/style.css +709 -709
- facebook-auto-publish.php +1 -1
- readme.txt +6 -2
admin/authorization.php
CHANGED
@@ -34,7 +34,7 @@ if(isset($_POST['fb_auth']))
|
|
34 |
|
35 |
$dialog_url = "https://www.facebook.com/".XYZ_FBAP_FB_API_VERSION."/dialog/oauth?client_id="
|
36 |
. $app_id . "&redirect_uri=" . $my_url . "&state="
|
37 |
-
. $xyz_fbap_session_state . "&scope=email,public_profile,publish_pages,user_posts,
|
38 |
|
39 |
header("Location: " . $dialog_url);
|
40 |
}
|
34 |
|
35 |
$dialog_url = "https://www.facebook.com/".XYZ_FBAP_FB_API_VERSION."/dialog/oauth?client_id="
|
36 |
. $app_id . "&redirect_uri=" . $my_url . "&state="
|
37 |
+
. $xyz_fbap_session_state . "&scope=email,public_profile,publish_pages,user_posts,manage_pages,user_photos";
|
38 |
|
39 |
header("Location: " . $dialog_url);
|
40 |
}
|
admin/publish.php
CHANGED
@@ -281,7 +281,7 @@ function xyz_fbap_link_publish($post_ID) {
|
|
281 |
$message5=str_replace('{POST_CONTENT}', $description, $message4);
|
282 |
$message5=str_replace('{USER_NICENAME}', $user_nicename, $message5);
|
283 |
$message5=str_replace('{USER_DISPLAY_NAME}', $user_displayname, $message5);
|
284 |
-
$publish_time=get_the_time('
|
285 |
$message5=str_replace('{POST_PUBLISH_DATE}', $publish_time, $message5);
|
286 |
$message5=str_replace('{POST_ID}', $post_ID, $message5);
|
287 |
$message5=str_replace(" ","",$message5);
|
281 |
$message5=str_replace('{POST_CONTENT}', $description, $message4);
|
282 |
$message5=str_replace('{USER_NICENAME}', $user_nicename, $message5);
|
283 |
$message5=str_replace('{USER_DISPLAY_NAME}', $user_displayname, $message5);
|
284 |
+
$publish_time=get_the_time(get_option('date_format'),$post_ID );
|
285 |
$message5=str_replace('{POST_PUBLISH_DATE}', $publish_time, $message5);
|
286 |
$message5=str_replace('{POST_ID}', $post_ID, $message5);
|
287 |
$message5=str_replace(" ","",$message5);
|
css/style.css
CHANGED
@@ -1,710 +1,710 @@
|
|
1 |
-
#system_notice_area {
|
2 |
-
position: fixed;
|
3 |
-
margin-bottom:40px;
|
4 |
-
left:25%;
|
5 |
-
width:50%;
|
6 |
-
height:20px;
|
7 |
-
border-radius:5px;
|
8 |
-
-moz-border-radius:5px;
|
9 |
-
-webkit-border-radius:5px;
|
10 |
-
font-weight:bold;
|
11 |
-
display:none;
|
12 |
-
padding:3px;
|
13 |
-
color: #000000;
|
14 |
-
text-align: center;
|
15 |
-
top: 0px;
|
16 |
-
z-index: 100000;
|
17 |
-
|
18 |
-
}
|
19 |
-
.xyz_suggest,.xyz_star,.xyz_donate,.xyz_fbook,.xyz_support,.xyz_twitt,.xyz_gplus,.xyz_linkdin{
|
20 |
-
height:16px;
|
21 |
-
background-repeat: no-repeat;
|
22 |
-
background-size: contain;
|
23 |
-
padding-left: 20px;
|
24 |
-
text-decoration: none;
|
25 |
-
|
26 |
-
vertical-align: middle;
|
27 |
-
display: inline-block;
|
28 |
-
|
29 |
-
}
|
30 |
-
.xyz_suggest{
|
31 |
-
|
32 |
-
background-image: url('../images/suggest.png');
|
33 |
-
}
|
34 |
-
|
35 |
-
.xyz_star{
|
36 |
-
background-image: url('../images/star.png');
|
37 |
-
}
|
38 |
-
|
39 |
-
.xyz_donate{
|
40 |
-
|
41 |
-
background-image: url('../images/donate.png');
|
42 |
-
}
|
43 |
-
|
44 |
-
.xyz_support{
|
45 |
-
|
46 |
-
background-image: url('../images/support.png');
|
47 |
-
}
|
48 |
-
.xyz_home_fbook {
|
49 |
-
|
50 |
-
background-image: url('../images/facebook.png');
|
51 |
-
}
|
52 |
-
|
53 |
-
|
54 |
-
.xyz_home_twitt {
|
55 |
-
|
56 |
-
background-image: url('../images/twitter.png');
|
57 |
-
}
|
58 |
-
.xyz_home_gplus {
|
59 |
-
|
60 |
-
background-image: url('../images/gplus.png');
|
61 |
-
}
|
62 |
-
.xyz_home_linkedin {
|
63 |
-
|
64 |
-
background-image: url('../images/linkedin.png');
|
65 |
-
}
|
66 |
-
.xyz_fbook{
|
67 |
-
|
68 |
-
background-image: url('../images/facebook.png');
|
69 |
-
}
|
70 |
-
.xyz_twitt{
|
71 |
-
|
72 |
-
background-image: url('../images/twitter.png');
|
73 |
-
}
|
74 |
-
.xyz_gplus{
|
75 |
-
|
76 |
-
background-image: url('../images/gplus.png');
|
77 |
-
}
|
78 |
-
|
79 |
-
.xyz_linkdin{
|
80 |
-
|
81 |
-
background-image: url('../images/linkedin.png');
|
82 |
-
}
|
83 |
-
|
84 |
-
|
85 |
-
#facebook-auto-publish .xyz_fbook{
|
86 |
-
margin-left: 3px;
|
87 |
-
}
|
88 |
-
|
89 |
-
#facebook-auto-publish .xyz_twitt{
|
90 |
-
margin-left: 3px;
|
91 |
-
}
|
92 |
-
|
93 |
-
#facebook-auto-publish .xyz_gplus{
|
94 |
-
margin-left: 3px;
|
95 |
-
}
|
96 |
-
|
97 |
-
#facebook-auto-publish .xyz_linkdin{
|
98 |
-
margin-left: 3px;
|
99 |
-
}
|
100 |
-
|
101 |
-
#facebook-auto-publish .xyz_support{
|
102 |
-
margin-left: 3px;margin-right: -3px;
|
103 |
-
}
|
104 |
-
|
105 |
-
#facebook-auto-publish .plugin-version-author-uri {
|
106 |
-
|
107 |
-
background-color: #F4F4F4;
|
108 |
-
min-height:16px;
|
109 |
-
border-radius:5px;
|
110 |
-
margin-bottom: 10px;
|
111 |
-
font-weight:bold;
|
112 |
-
padding: 5px;
|
113 |
-
color: #111111;
|
114 |
-
|
115 |
-
-webkit-box-shadow: 0 8px 6px -6px black;
|
116 |
-
-moz-box-shadow: 0 8px 6px -6px black;
|
117 |
-
box-shadow: 0 8px 6px -6px black;
|
118 |
-
|
119 |
-
}
|
120 |
-
|
121 |
-
#facebook-auto-publish th,#facebook-auto-publish td{
|
122 |
-
background: #a9e8f5; /* Old browsers */
|
123 |
-
background: linear-gradient( #ffffff,#a9e8f5 ); /* W3C */
|
124 |
-
}
|
125 |
-
#facebook-auto-publish .plugin-version-author-uri a,
|
126 |
-
#facebook-auto-publish .plugin-version-author-uri a:link,
|
127 |
-
#facebook-auto-publish .plugin-version-author-uri a:hover,
|
128 |
-
#facebook-auto-publish .plugin-version-author-uri a:active,
|
129 |
-
#facebook-auto-publish .plugin-version-author-uri a:visited{
|
130 |
-
color: #111111;
|
131 |
-
text-decoration: none;
|
132 |
-
|
133 |
-
}
|
134 |
-
#facebook-auto-publish .plugin-version-author-uri a:hover{
|
135 |
-
|
136 |
-
color:#cc811a;
|
137 |
-
}
|
138 |
-
#facebook-auto-publish .plugin-title{
|
139 |
-
|
140 |
-
background: url('images/xyz_logo.png'),linear-gradient( #ffffff,#a9e8f5 );
|
141 |
-
background-repeat: no-repeat;
|
142 |
-
background-position: left bottom;
|
143 |
-
|
144 |
-
}
|
145 |
-
|
146 |
-
.xyz-premium-comparison
|
147 |
-
{
|
148 |
-
width: 99%;
|
149 |
-
padding:0px;
|
150 |
-
border: 1px solid #CCCCCC;
|
151 |
-
border-radius:3px;
|
152 |
-
}
|
153 |
-
.xyz-premium-comparison td
|
154 |
-
{
|
155 |
-
padding: 1px;
|
156 |
-
border: 1px solid #CCCCCC;
|
157 |
-
height: 25px;
|
158 |
-
}
|
159 |
-
|
160 |
-
/* Buy Now - button bounce style*/
|
161 |
-
img.hoverImages {
|
162 |
-
margin-bottom:20px;
|
163 |
-
-webkit-transition: margin 0.2s ease-out;
|
164 |
-
-moz-transition: margin 0.2s ease-out;
|
165 |
-
-o-transition: margin 0.2s ease-out;
|
166 |
-
}
|
167 |
-
img.hoverImages:hover {
|
168 |
-
cursor:pointer;
|
169 |
-
margin-top: 5px;
|
170 |
-
}
|
171 |
-
|
172 |
-
|
173 |
-
#system_notice_area_dismiss{
|
174 |
-
color: #FFFFFF;
|
175 |
-
cursor: pointer;
|
176 |
-
}
|
177 |
-
.system_notice_area_style1 {
|
178 |
-
background: #00C348;
|
179 |
-
border: 1px solid green;
|
180 |
-
}
|
181 |
-
|
182 |
-
.system_notice_area_style0 {
|
183 |
-
background: #FA5A6A;
|
184 |
-
border: 1px solid brown;
|
185 |
-
}
|
186 |
-
|
187 |
-
.submit_fbap_new{
|
188 |
-
background:#25A6E1;
|
189 |
-
background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
190 |
-
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
|
191 |
-
background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
192 |
-
background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
193 |
-
background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
194 |
-
background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
195 |
-
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#25A6E1",endColorstr="#188BC0",GradientType=0);
|
196 |
-
color:#ffffff !important;
|
197 |
-
border-radius: 4px !important; border: 1px solid #1A87B9 !important;
|
198 |
-
font-family:"Helvetica Neue",sans-serif;
|
199 |
-
font-size:13px;
|
200 |
-
cursor:pointer;height: 30px;
|
201 |
-
padding-left: 15px;
|
202 |
-
padding-right: 15px;
|
203 |
-
}
|
204 |
-
|
205 |
-
.fbap_informationdiv {
|
206 |
-
background: none repeat scroll 0 0 #9FDAEE;
|
207 |
-
border: 1px solid #209BD4;
|
208 |
-
border-radius: 5px 5px 5px 5px;
|
209 |
-
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
|
210 |
-
float: left;
|
211 |
-
padding: 10px;
|
212 |
-
position: absolute;
|
213 |
-
z-index: 1200;
|
214 |
-
}
|
215 |
-
.xyz_feedback{
|
216 |
-
background: #CEEAF7; /* Old browsers */
|
217 |
-
border: 1px solid #64cfe8;
|
218 |
-
border-radius:3px;
|
219 |
-
width: 98%;
|
220 |
-
min-height:40px;
|
221 |
-
height:auto;
|
222 |
-
padding-left: 10px;
|
223 |
-
padding-top: 10px;
|
224 |
-
font-weight: bold;
|
225 |
-
line-height: 20px;
|
226 |
-
|
227 |
-
}
|
228 |
-
|
229 |
-
.xyz_feedback a{
|
230 |
-
text-decoration: none
|
231 |
-
}
|
232 |
-
|
233 |
-
.xyz_subscribe{
|
234 |
-
background: #bae598; /* Old browsers */
|
235 |
-
border: 1px solid #4d8a1d;
|
236 |
-
border-radius:3px;
|
237 |
-
width: 98%;
|
238 |
-
line-height:20px;
|
239 |
-
min-height:45px;
|
240 |
-
height:auto;
|
241 |
-
padding-left: 10px;
|
242 |
-
padding-top: 10px;
|
243 |
-
|
244 |
-
}
|
245 |
-
.xyz_subscribe td{
|
246 |
-
padding:0;
|
247 |
-
}
|
248 |
-
|
249 |
-
.xyz_plugins{
|
250 |
-
background: #F2F2F2; /* Old browsers */
|
251 |
-
border: 1px solid #DFDFDF;
|
252 |
-
border-radius:3px;
|
253 |
-
width: 98%;
|
254 |
-
padding-left: 10px;
|
255 |
-
padding-top:10px;
|
256 |
-
min-height:50px;
|
257 |
-
height:auto;
|
258 |
-
margin-top:13px;
|
259 |
-
line-height: 20px;
|
260 |
-
|
261 |
-
}
|
262 |
-
.xyz_fbap_poweredBy{
|
263 |
-
padding-top: 10px;float:left; text-align: center; width: 100%;
|
264 |
-
}
|
265 |
-
|
266 |
-
.xyz_fbap_poweredBy a{
|
267 |
-
text-decoration: none;
|
268 |
-
}
|
269 |
-
|
270 |
-
.submit_fbap{
|
271 |
-
background:#25A6E1;
|
272 |
-
background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
273 |
-
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
|
274 |
-
background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
275 |
-
background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
276 |
-
background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
277 |
-
background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
278 |
-
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#25A6E1",endColorstr="#188BC0",GradientType=0);
|
279 |
-
color:#ffffff;
|
280 |
-
font-family:"Helvetica Neue",sans-serif;
|
281 |
-
font-size:13px;
|
282 |
-
cursor:pointer;
|
283 |
-
color:#FFFFFF !important;border-radius:4px !important;
|
284 |
-
border:1px solid #1A87B9;height: 30px;
|
285 |
-
padding-left: 15px;
|
286 |
-
padding-right: 15px;
|
287 |
-
}
|
288 |
-
#xyz-wp-fbap-premium {
|
289 |
-
border: 1px solid #FCC328;
|
290 |
-
margin-bottom: 20px;
|
291 |
-
margin-top: 20px;
|
292 |
-
background-color: #FFF6D6;
|
293 |
-
padding: 3px;
|
294 |
-
width: 98%;
|
295 |
-
border-radius:3px;
|
296 |
-
float: left;
|
297 |
-
}
|
298 |
-
a.xyz_fbap_link:hover{text-decoration:underline;}
|
299 |
-
.xyz_fbap_link{text-decoration:none;font-weight: bold;margin-left:8px;}
|
300 |
-
|
301 |
-
.xyz_fbap_widefat_table input[type="text"], .xyz_fbap_widefat_table input[type="password"], .xyz_fbap_widefat_table input[type="email"], .xyz_fbap_widefat_table input[type="number"], .xyz_fbap_widefat_table input[type="search"], .xyz_fbap_widefat_table input[type="tel"], .xyz_fbap_widefat_table input[type="url"], .xyz_fbap_widefat_table select {
|
302 |
-
width: 200px;padding: 5px !important;height: 2.35em !important;
|
303 |
-
}
|
304 |
-
.xyz_fbap_widefat_table textarea
|
305 |
-
{
|
306 |
-
width: 200px;padding: 5px !important;height: 80px !important;
|
307 |
-
}
|
308 |
-
|
309 |
-
.xyz_fbap_metalist_table{
|
310 |
-
width: 100%;
|
311 |
-
}
|
312 |
-
|
313 |
-
.xyz_fbap_pleft15{
|
314 |
-
padding-left: 15px;
|
315 |
-
}
|
316 |
-
|
317 |
-
.xyz_fbap_meta_acclist_table{
|
318 |
-
width: 100%;border: 1px solid #DFDFDF;border-radius:3px; margin-top: 8px;padding-bottom: 5px;
|
319 |
-
}
|
320 |
-
.xyz_fbap_meta_acclist_table_td{
|
321 |
-
background: linear-gradient(to top, #ECECEC, #F9F9F9) repeat scroll 0 0 #F1F1F1;border-bottom: 1px solid #DFDFDF;height: 25px;
|
322 |
-
}
|
323 |
-
|
324 |
-
.xyz_fbap_meta_acclist_table select ,.xyz_fbap_meta_acclist_table textarea{
|
325 |
-
width: 200px;padding: 5px !important;height: 2.35em !important;
|
326 |
-
}
|
327 |
-
|
328 |
-
a {
|
329 |
-
text-decoration: none;
|
330 |
-
}
|
331 |
-
/*new design start*/
|
332 |
-
.xyz_fbap_social_media {
|
333 |
-
background-color: #456a72;
|
334 |
-
width: 22%;
|
335 |
-
float: left;
|
336 |
-
min-height: 130px;
|
337 |
-
margin: 10px 10px 10px 0px;
|
338 |
-
padding: 10px;
|
339 |
-
border: 1px solid #456a72;
|
340 |
-
border-radius: 3px;
|
341 |
-
}
|
342 |
-
.xyz_fbap_sugession {
|
343 |
-
background-color: #571B35;
|
344 |
-
width: 20%;
|
345 |
-
float: left;
|
346 |
-
min-height: 130px;
|
347 |
-
margin: 10px 10px 10px 0px;
|
348 |
-
padding: 10px;
|
349 |
-
border: 1px solid #731C47;
|
350 |
-
border-radius: 3px;
|
351 |
-
font-size: 12px;
|
352 |
-
color: #ffffff;
|
353 |
-
}
|
354 |
-
.xyz_fbap_new_subscribe {
|
355 |
-
background-color: #c82e53;
|
356 |
-
width: 27%;
|
357 |
-
float: left;
|
358 |
-
min-height: 130px;
|
359 |
-
margin: 10px 10px 10px 0px;
|
360 |
-
padding: 10px;
|
361 |
-
border: 1px solid #BE2963;
|
362 |
-
border-radius: 3px;
|
363 |
-
}
|
364 |
-
.xyz_fbap_inmotion {
|
365 |
-
|
366 |
-
width: 21%;
|
367 |
-
float: left;
|
368 |
-
min-height: 130px;
|
369 |
-
margin: 0px 0px 0px 0px;
|
370 |
-
}
|
371 |
-
.xyz_fbap_sugession a {
|
372 |
-
color: #D7B740;
|
373 |
-
text-decoration: underline;
|
374 |
-
}
|
375 |
-
|
376 |
-
.xyz_fbap_sugession a:hover{color:#fafa66; text-decoration:underline;}
|
377 |
-
.xyz_fbap_sugession p{
|
378 |
-
display: block;
|
379 |
-
float: left;
|
380 |
-
line-height: 20px;
|
381 |
-
width: 100%;
|
382 |
-
margin: 0px; width:50%;}
|
383 |
-
|
384 |
-
.xyz_new_star{background-image: url(../images/new_star.png);
|
385 |
-
width: 80px;
|
386 |
-
height: 20px;
|
387 |
-
display: block;
|
388 |
-
background-repeat: no-repeat;
|
389 |
-
float: left;
|
390 |
-
}
|
391 |
-
|
392 |
-
.sbmt_btn{ border: none;
|
393 |
-
color: #ffffff;
|
394 |
-
background-color: #4e0013;
|
395 |
-
padding: 5px 10px;
|
396 |
-
border-radius: 3px;
|
397 |
-
cursor: pointer;}
|
398 |
-
|
399 |
-
.xyz_fbap_inmotion a:hover{color:#94dbff; text-decoration:underline;}
|
400 |
-
|
401 |
-
.xyz_fbap_inmotion_label{
|
402 |
-
height: 169px !important;
|
403 |
-
display: block;
|
404 |
-
margin: auto;
|
405 |
-
width:auto !important;}
|
406 |
-
|
407 |
-
.xyz_fbap_new_subscribe input{font-size:11px;margin: 5px;}
|
408 |
-
|
409 |
-
.xyz_fbap_social_media a{
|
410 |
-
margin: 0px 13px 5px 0px;
|
411 |
-
border: 1px solid #ddd;
|
412 |
-
width: 30px;
|
413 |
-
height: 30px;
|
414 |
-
padding-left: 0px;
|
415 |
-
display: block;
|
416 |
-
float: left;}
|
417 |
-
|
418 |
-
.xyz_fbap_inner_head{ color: #ffffff;
|
419 |
-
font-weight: 300;
|
420 |
-
border-bottom: 1px solid #eee;
|
421 |
-
margin: 0px 0px 10px;
|
422 |
-
padding-bottom: 10px;}
|
423 |
-
|
424 |
-
.xyz_fbap_plugin_head{margin: 0px;
|
425 |
-
font-size: 22px;
|
426 |
-
font-weight: 300;
|
427 |
-
padding: 0px 10px 5px;}
|
428 |
-
|
429 |
-
.xyz_fbap_name{border:none !important; width:46% !important;}
|
430 |
-
.xyz_fbap_email{border:none !important; width:46% !important;}
|
431 |
-
|
432 |
-
.xyz_fbap_our_plugins_new a{
|
433 |
-
text-decoration: none;
|
434 |
-
display: block;
|
435 |
-
background-color: #ddd;
|
436 |
-
float: left;
|
437 |
-
width: 23%;
|
438 |
-
margin: 1px;
|
439 |
-
padding: 0px 10px 0px 0px;
|
440 |
-
color: #094969;
|
441 |
-
outline: 0 !important;
|
442 |
-
line-height: 27px;
|
443 |
-
}
|
444 |
-
.xyz_fbap_our_plugins_new a:hover{text-decoration:underline;}
|
445 |
-
|
446 |
-
.xyz_fbap_our_plugins_new a:active{box-shadow:none !important;}
|
447 |
-
|
448 |
-
.xyz_fbap_our_plugins_new a span{
|
449 |
-
background-color: #00a0d2;
|
450 |
-
color: #FFFFFF;
|
451 |
-
width: 30px;
|
452 |
-
min-height: 28px;
|
453 |
-
display: block;
|
454 |
-
float: left;
|
455 |
-
text-align: center;
|
456 |
-
margin-right: 10px;
|
457 |
-
border-right: 2px solid #fff;}
|
458 |
-
|
459 |
-
.xyz_rate_btn{color: #E77E22 !important;
|
460 |
-
text-decoration: none !important;
|
461 |
-
margin-right: 4px !important;
|
462 |
-
font-weight: bold;
|
463 |
-
background-color: #fff1d6 !important;
|
464 |
-
border: 1px solid #E77E22 !important;
|
465 |
-
box-shadow:none !important;}
|
466 |
-
|
467 |
-
.xyz_backlink_btn{color: #00a016 !important;
|
468 |
-
text-decoration: none !important;
|
469 |
-
margin-right: 4px !important;
|
470 |
-
font-weight: bold;
|
471 |
-
background-color: #f0fff2 !important;
|
472 |
-
border: 1px solid #00a016 !important;
|
473 |
-
box-shadow:none !important;}
|
474 |
-
|
475 |
-
.xyz_share_btn{color: #177ABD !important;
|
476 |
-
text-decoration: none !important;
|
477 |
-
margin-right: 4px !important;
|
478 |
-
font-weight: bold;
|
479 |
-
border: 1px solid #177ABD !important;
|
480 |
-
background-color: #edf8ff !important;
|
481 |
-
box-shadow:none !important;}
|
482 |
-
|
483 |
-
.xyz_donate_btn{color: #C12AA2 !important;
|
484 |
-
text-decoration: none !important;
|
485 |
-
margin-right: 4px !important;
|
486 |
-
font-weight: bold;
|
487 |
-
border: 1px solid #C12AA2 !important;
|
488 |
-
background-color: #feeafa !important;
|
489 |
-
box-shadow:none !important;}
|
490 |
-
|
491 |
-
.xyz_show_btn{color: #F15E77 !important;
|
492 |
-
text-decoration: none !important;
|
493 |
-
margin-right: 4px !important;
|
494 |
-
font-weight: bold;
|
495 |
-
border: 1px solid #F15E77 !important;
|
496 |
-
background-color: #ffeddf !important;
|
497 |
-
box-shadow: none !important;}
|
498 |
-
|
499 |
-
@media screen and (max-width: 1351px) {
|
500 |
-
|
501 |
-
.xyz_fbap_social_media{width:21%;}
|
502 |
-
|
503 |
-
.xyz_fbap_new_subscribe{width:24%;}
|
504 |
-
|
505 |
-
.xyz_fbap_inmotion{width:21%;}
|
506 |
-
|
507 |
-
.xyz_fbap_sugession{width:20%;}
|
508 |
-
|
509 |
-
.xyz_fbap_name{border:none !important; width:45% !important;}
|
510 |
-
|
511 |
-
.xyz_fbap_email{border:none !important; width:45% !important;}
|
512 |
-
|
513 |
-
.xyz_fbap_our_plugins_new a{width:23%;}
|
514 |
-
|
515 |
-
}
|
516 |
-
|
517 |
-
@media screen and (max-width: 1251px) {
|
518 |
-
|
519 |
-
.xyz_fbap_social_media{width:21%;}
|
520 |
-
|
521 |
-
.xyz_fbap_new_subscribe{width:24%;}
|
522 |
-
|
523 |
-
.xyz_fbap_inmotion{width:21%;}
|
524 |
-
|
525 |
-
.xyz_fbap_sugession{width:22%;}
|
526 |
-
|
527 |
-
.xyz_fbap_name{border:none !important; width:45% !important;}
|
528 |
-
|
529 |
-
.xyz_fbap_email{border:none !important; width:45% !important;}
|
530 |
-
|
531 |
-
#xyz_fbap_submit_fbap{line-height:20px;}
|
532 |
-
|
533 |
-
|
534 |
-
.xyz_fbap_our_plugins_new a{width:23.6%;}
|
535 |
-
}
|
536 |
-
|
537 |
-
@media screen and (max-width:1155px)
|
538 |
-
{
|
539 |
-
.xyz_fbap_social_media{width:45%;}
|
540 |
-
.xyz_fbap_new_subscribe{width:45%;}
|
541 |
-
.xyz_fbap_inmotion{width:45%;}
|
542 |
-
.xyz_fbap_sugession{width:45%;}
|
543 |
-
.xyz_fbap_our_plugins_new a{width:31%;}
|
544 |
-
}
|
545 |
-
|
546 |
-
|
547 |
-
@media screen and (max-width: 782px)
|
548 |
-
{
|
549 |
-
.xyz_fbap_social_media{width:44%;}
|
550 |
-
|
551 |
-
.xyz_fbap_new_subscribe{width:44%;}
|
552 |
-
|
553 |
-
.xyz_fbap_inmotion{width:44%;}
|
554 |
-
|
555 |
-
.xyz_fbap_sugession{width:44%;}
|
556 |
-
|
557 |
-
.xyz_fbap_our_plugins_new a{width:30%;}
|
558 |
-
|
559 |
-
.xyz_fbap_name{border:none !important; width:46% !important;}
|
560 |
-
|
561 |
-
.xyz_fbap_email{border:none !important; width:46% !important;}
|
562 |
-
}
|
563 |
-
|
564 |
-
|
565 |
-
@media screen and (max-width: 768px)
|
566 |
-
{
|
567 |
-
#xyz_fbap_submit_fbap{line-height:20px;}
|
568 |
-
.xyz_fbap_our_plugins_new a{width:30%; font-size:11px;}
|
569 |
-
}
|
570 |
-
|
571 |
-
|
572 |
-
@media screen and (max-width: 675px)
|
573 |
-
{
|
574 |
-
.xyz_fbap_our_plugins_new a{width:45%; font-size:11px;}
|
575 |
-
.xyz_fbap_name{border:none !important; width:95% !important;}
|
576 |
-
.xyz_fbap_email {
|
577 |
-
border: none !important;
|
578 |
-
width: 95% !important;
|
579 |
-
}
|
580 |
-
.xyz_fbap_inmotion_label {
|
581 |
-
height: 185px;
|
582 |
-
display: block;
|
583 |
-
margin: auto;
|
584 |
-
}
|
585 |
-
}
|
586 |
-
|
587 |
-
|
588 |
-
@media screen and (max-width: 562px)
|
589 |
-
{
|
590 |
-
.xyz_fbap_sugession{width:92.5%;}
|
591 |
-
|
592 |
-
|
593 |
-
.xyz_fbap_new_subscribe{width:92.5%;}
|
594 |
-
|
595 |
-
|
596 |
-
.xyz_fbap_social_media{width:92.5%;}
|
597 |
-
.xyz_fbap_inmotion{width:92.5%;}
|
598 |
-
.xyz_fbap_email {
|
599 |
-
border: none !important;
|
600 |
-
width: 95% !important;
|
601 |
-
}
|
602 |
-
}
|
603 |
-
|
604 |
-
|
605 |
-
@media screen and (max-width: 532px){
|
606 |
-
|
607 |
-
|
608 |
-
.xyz_fbap_social_media{width:92.5%;}
|
609 |
-
|
610 |
-
.xyz_fbap_new_subscribe{width:92.5%;}
|
611 |
-
|
612 |
-
.xyz_fbap_inmotion{width:92.5%;}
|
613 |
-
|
614 |
-
.xyz_fbap_sugession{width:92.5%;}
|
615 |
-
|
616 |
-
.xyz_fbap_our_plugins_new a{width:92.5%;}
|
617 |
-
|
618 |
-
.xyz_fbap_name{border:none !important; width:95% !important;}
|
619 |
-
|
620 |
-
.xyz_fbap_email{border:none !important; width:95% !important;}
|
621 |
-
}
|
622 |
-
|
623 |
-
|
624 |
-
/*new design end*/
|
625 |
-
.switch-field input[type=radio] {
|
626 |
-
position: absolute !important;
|
627 |
-
clip: rect(0, 0, 0, 0);
|
628 |
-
height: 1px;
|
629 |
-
width: 1px;
|
630 |
-
border: 0;
|
631 |
-
overflow: hidden;
|
632 |
-
}
|
633 |
-
|
634 |
-
.switch-field label {
|
635 |
-
float: left;
|
636 |
-
}
|
637 |
-
|
638 |
-
.switch-field label {
|
639 |
-
display: inline-block;
|
640 |
-
color: rgba(0, 0, 0, 0.6);
|
641 |
-
width: 50px;
|
642 |
-
font-weight: normal;
|
643 |
-
text-align: center;
|
644 |
-
text-shadow: none;
|
645 |
-
padding: 6px 14px;
|
646 |
-
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
|
647 |
-
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
|
648 |
-
-webkit-transition: all 0.1s ease-in-out;
|
649 |
-
-moz-transition: all 0.1s ease-in-out;
|
650 |
-
-ms-transition: all 0.1s ease-in-out;
|
651 |
-
-o-transition: all 0.1s ease-in-out;
|
652 |
-
transition: all 0.1s ease-in-out;
|
653 |
-
}
|
654 |
-
.switch-field label:hover {
|
655 |
-
cursor: pointer;
|
656 |
-
}
|
657 |
-
.switch-field label:first-of-type {
|
658 |
-
border-radius: 4px 0 0 4px;min-width: 50px;width:auto;
|
659 |
-
}
|
660 |
-
.switch-field label:last-of-type {
|
661 |
-
border-radius: 0 4px 4px 0;min-width: 50px;width:auto;
|
662 |
-
}
|
663 |
-
.scroll_checkbox
|
664 |
-
{
|
665 |
-
border: 2px solid #ccc;
|
666 |
-
width: 200px;
|
667 |
-
height: 150px;
|
668 |
-
overflow-y: scroll;
|
669 |
-
overflow-x: visible;
|
670 |
-
}
|
671 |
-
.toplevel_page_facebook-auto-publish-settings img{
|
672 |
-
width:20px;
|
673 |
-
height:auto;
|
674 |
-
}
|
675 |
-
.xyz_fbap_toggle_off
|
676 |
-
{
|
677 |
-
background-color:#dddddd !important;
|
678 |
-
color:#888888 !important;
|
679 |
-
font-weight:normal !important;
|
680 |
-
}
|
681 |
-
.xyz_fbap_toggle_on
|
682 |
-
{
|
683 |
-
background-color:#28A6A2 !important;
|
684 |
-
color:#1e1b1b !important;
|
685 |
-
font-weight:bold !important;
|
686 |
-
}
|
687 |
-
.xyz-fbap-buy-now{
|
688 |
-
float: left;
|
689 |
-
margin-top: 3px;
|
690 |
-
}
|
691 |
-
.xyz-fbap-buy-now img{
|
692 |
-
width:148px !important;
|
693 |
-
height:38px !important;
|
694 |
-
}
|
695 |
-
.xyz-fbap-buy-button {
|
696 |
-
display:block;
|
697 |
-
color:white;
|
698 |
-
padding:5px 21px;
|
699 |
-
background: #545454;
|
700 |
-
border: 0;
|
701 |
-
border-bottom: 2px solid #545454;
|
702 |
-
cursor: pointer;
|
703 |
-
-webkit-box-shadow: inset 0 -2px #545454;
|
704 |
-
box-shadow: inset 0 -2px #545454;
|
705 |
-
text-decoration: none;
|
706 |
-
font-size: 14px;
|
707 |
-
font-weight: bold;
|
708 |
-
border-radius:3px;
|
709 |
-
text-align: center;
|
710 |
}
|
1 |
+
#system_notice_area {
|
2 |
+
position: fixed;
|
3 |
+
margin-bottom:40px;
|
4 |
+
left:25%;
|
5 |
+
width:50%;
|
6 |
+
height:20px;
|
7 |
+
border-radius:5px;
|
8 |
+
-moz-border-radius:5px;
|
9 |
+
-webkit-border-radius:5px;
|
10 |
+
font-weight:bold;
|
11 |
+
display:none;
|
12 |
+
padding:3px;
|
13 |
+
color: #000000;
|
14 |
+
text-align: center;
|
15 |
+
top: 0px;
|
16 |
+
z-index: 100000;
|
17 |
+
|
18 |
+
}
|
19 |
+
.xyz_suggest,.xyz_star,.xyz_donate,.xyz_fbook,.xyz_support,.xyz_twitt,.xyz_gplus,.xyz_linkdin{
|
20 |
+
height:16px;
|
21 |
+
background-repeat: no-repeat;
|
22 |
+
background-size: contain;
|
23 |
+
padding-left: 20px;
|
24 |
+
text-decoration: none;
|
25 |
+
|
26 |
+
vertical-align: middle;
|
27 |
+
display: inline-block;
|
28 |
+
|
29 |
+
}
|
30 |
+
.xyz_suggest{
|
31 |
+
|
32 |
+
background-image: url('../images/suggest.png');
|
33 |
+
}
|
34 |
+
|
35 |
+
.xyz_star{
|
36 |
+
background-image: url('../images/star.png');
|
37 |
+
}
|
38 |
+
|
39 |
+
.xyz_donate{
|
40 |
+
|
41 |
+
background-image: url('../images/donate.png');
|
42 |
+
}
|
43 |
+
|
44 |
+
.xyz_support{
|
45 |
+
|
46 |
+
background-image: url('../images/support.png');
|
47 |
+
}
|
48 |
+
.xyz_home_fbook {
|
49 |
+
|
50 |
+
background-image: url('../images/facebook.png');
|
51 |
+
}
|
52 |
+
|
53 |
+
|
54 |
+
.xyz_home_twitt {
|
55 |
+
|
56 |
+
background-image: url('../images/twitter.png');
|
57 |
+
}
|
58 |
+
.xyz_home_gplus {
|
59 |
+
|
60 |
+
background-image: url('../images/gplus.png');
|
61 |
+
}
|
62 |
+
.xyz_home_linkedin {
|
63 |
+
|
64 |
+
background-image: url('../images/linkedin.png');
|
65 |
+
}
|
66 |
+
.xyz_fbook{
|
67 |
+
|
68 |
+
background-image: url('../images/facebook.png');
|
69 |
+
}
|
70 |
+
.xyz_twitt{
|
71 |
+
|
72 |
+
background-image: url('../images/twitter.png');
|
73 |
+
}
|
74 |
+
.xyz_gplus{
|
75 |
+
|
76 |
+
background-image: url('../images/gplus.png');
|
77 |
+
}
|
78 |
+
|
79 |
+
.xyz_linkdin{
|
80 |
+
|
81 |
+
background-image: url('../images/linkedin.png');
|
82 |
+
}
|
83 |
+
|
84 |
+
|
85 |
+
#facebook-auto-publish .xyz_fbook{
|
86 |
+
margin-left: 3px;
|
87 |
+
}
|
88 |
+
|
89 |
+
#facebook-auto-publish .xyz_twitt{
|
90 |
+
margin-left: 3px;
|
91 |
+
}
|
92 |
+
|
93 |
+
#facebook-auto-publish .xyz_gplus{
|
94 |
+
margin-left: 3px;
|
95 |
+
}
|
96 |
+
|
97 |
+
#facebook-auto-publish .xyz_linkdin{
|
98 |
+
margin-left: 3px;
|
99 |
+
}
|
100 |
+
|
101 |
+
#facebook-auto-publish .xyz_support{
|
102 |
+
margin-left: 3px;margin-right: -3px;
|
103 |
+
}
|
104 |
+
|
105 |
+
#facebook-auto-publish .plugin-version-author-uri {
|
106 |
+
|
107 |
+
background-color: #F4F4F4;
|
108 |
+
min-height:16px;
|
109 |
+
border-radius:5px;
|
110 |
+
margin-bottom: 10px;
|
111 |
+
font-weight:bold;
|
112 |
+
padding: 5px;
|
113 |
+
color: #111111;
|
114 |
+
|
115 |
+
-webkit-box-shadow: 0 8px 6px -6px black;
|
116 |
+
-moz-box-shadow: 0 8px 6px -6px black;
|
117 |
+
box-shadow: 0 8px 6px -6px black;
|
118 |
+
|
119 |
+
}
|
120 |
+
|
121 |
+
#facebook-auto-publish th,#facebook-auto-publish td{
|
122 |
+
background: #a9e8f5; /* Old browsers */
|
123 |
+
background: linear-gradient( #ffffff,#a9e8f5 ); /* W3C */
|
124 |
+
}
|
125 |
+
#facebook-auto-publish .plugin-version-author-uri a,
|
126 |
+
#facebook-auto-publish .plugin-version-author-uri a:link,
|
127 |
+
#facebook-auto-publish .plugin-version-author-uri a:hover,
|
128 |
+
#facebook-auto-publish .plugin-version-author-uri a:active,
|
129 |
+
#facebook-auto-publish .plugin-version-author-uri a:visited{
|
130 |
+
color: #111111;
|
131 |
+
text-decoration: none;
|
132 |
+
|
133 |
+
}
|
134 |
+
#facebook-auto-publish .plugin-version-author-uri a:hover{
|
135 |
+
|
136 |
+
color:#cc811a;
|
137 |
+
}
|
138 |
+
#facebook-auto-publish .plugin-title{
|
139 |
+
|
140 |
+
background: url('images/xyz_logo.png'),linear-gradient( #ffffff,#a9e8f5 );
|
141 |
+
background-repeat: no-repeat;
|
142 |
+
background-position: left bottom;
|
143 |
+
|
144 |
+
}
|
145 |
+
|
146 |
+
.xyz-premium-comparison
|
147 |
+
{
|
148 |
+
width: 99%;
|
149 |
+
padding:0px;
|
150 |
+
border: 1px solid #CCCCCC;
|
151 |
+
border-radius:3px;
|
152 |
+
}
|
153 |
+
.xyz-premium-comparison td
|
154 |
+
{
|
155 |
+
padding: 1px;
|
156 |
+
border: 1px solid #CCCCCC;
|
157 |
+
height: 25px;
|
158 |
+
}
|
159 |
+
|
160 |
+
/* Buy Now - button bounce style*/
|
161 |
+
img.hoverImages {
|
162 |
+
margin-bottom:20px;
|
163 |
+
-webkit-transition: margin 0.2s ease-out;
|
164 |
+
-moz-transition: margin 0.2s ease-out;
|
165 |
+
-o-transition: margin 0.2s ease-out;
|
166 |
+
}
|
167 |
+
img.hoverImages:hover {
|
168 |
+
cursor:pointer;
|
169 |
+
margin-top: 5px;
|
170 |
+
}
|
171 |
+
|
172 |
+
|
173 |
+
#system_notice_area_dismiss{
|
174 |
+
color: #FFFFFF;
|
175 |
+
cursor: pointer;
|
176 |
+
}
|
177 |
+
.system_notice_area_style1 {
|
178 |
+
background: #00C348;
|
179 |
+
border: 1px solid green;
|
180 |
+
}
|
181 |
+
|
182 |
+
.system_notice_area_style0 {
|
183 |
+
background: #FA5A6A;
|
184 |
+
border: 1px solid brown;
|
185 |
+
}
|
186 |
+
|
187 |
+
.submit_fbap_new{
|
188 |
+
background:#25A6E1;
|
189 |
+
background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
190 |
+
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
|
191 |
+
background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
192 |
+
background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
193 |
+
background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
194 |
+
background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
195 |
+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#25A6E1",endColorstr="#188BC0",GradientType=0);
|
196 |
+
color:#ffffff !important;
|
197 |
+
border-radius: 4px !important; border: 1px solid #1A87B9 !important;
|
198 |
+
font-family:"Helvetica Neue",sans-serif;
|
199 |
+
font-size:13px;
|
200 |
+
cursor:pointer;height: 30px;
|
201 |
+
padding-left: 15px;
|
202 |
+
padding-right: 15px;
|
203 |
+
}
|
204 |
+
|
205 |
+
.fbap_informationdiv {
|
206 |
+
background: none repeat scroll 0 0 #9FDAEE;
|
207 |
+
border: 1px solid #209BD4;
|
208 |
+
border-radius: 5px 5px 5px 5px;
|
209 |
+
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
|
210 |
+
float: left;
|
211 |
+
padding: 10px;
|
212 |
+
position: absolute;
|
213 |
+
z-index: 1200;
|
214 |
+
}
|
215 |
+
.xyz_feedback{
|
216 |
+
background: #CEEAF7; /* Old browsers */
|
217 |
+
border: 1px solid #64cfe8;
|
218 |
+
border-radius:3px;
|
219 |
+
width: 98%;
|
220 |
+
min-height:40px;
|
221 |
+
height:auto;
|
222 |
+
padding-left: 10px;
|
223 |
+
padding-top: 10px;
|
224 |
+
font-weight: bold;
|
225 |
+
line-height: 20px;
|
226 |
+
|
227 |
+
}
|
228 |
+
|
229 |
+
.xyz_feedback a{
|
230 |
+
text-decoration: none
|
231 |
+
}
|
232 |
+
|
233 |
+
.xyz_subscribe{
|
234 |
+
background: #bae598; /* Old browsers */
|
235 |
+
border: 1px solid #4d8a1d;
|
236 |
+
border-radius:3px;
|
237 |
+
width: 98%;
|
238 |
+
line-height:20px;
|
239 |
+
min-height:45px;
|
240 |
+
height:auto;
|
241 |
+
padding-left: 10px;
|
242 |
+
padding-top: 10px;
|
243 |
+
|
244 |
+
}
|
245 |
+
.xyz_subscribe td{
|
246 |
+
padding:0;
|
247 |
+
}
|
248 |
+
|
249 |
+
.xyz_plugins{
|
250 |
+
background: #F2F2F2; /* Old browsers */
|
251 |
+
border: 1px solid #DFDFDF;
|
252 |
+
border-radius:3px;
|
253 |
+
width: 98%;
|
254 |
+
padding-left: 10px;
|
255 |
+
padding-top:10px;
|
256 |
+
min-height:50px;
|
257 |
+
height:auto;
|
258 |
+
margin-top:13px;
|
259 |
+
line-height: 20px;
|
260 |
+
|
261 |
+
}
|
262 |
+
.xyz_fbap_poweredBy{
|
263 |
+
padding-top: 10px;float:left; text-align: center; width: 100%;
|
264 |
+
}
|
265 |
+
|
266 |
+
.xyz_fbap_poweredBy a{
|
267 |
+
text-decoration: none;
|
268 |
+
}
|
269 |
+
|
270 |
+
.submit_fbap{
|
271 |
+
background:#25A6E1;
|
272 |
+
background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
273 |
+
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
|
274 |
+
background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
275 |
+
background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
276 |
+
background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
277 |
+
background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
|
278 |
+
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#25A6E1",endColorstr="#188BC0",GradientType=0);
|
279 |
+
color:#ffffff;
|
280 |
+
font-family:"Helvetica Neue",sans-serif;
|
281 |
+
font-size:13px;
|
282 |
+
cursor:pointer;
|
283 |
+
color:#FFFFFF !important;border-radius:4px !important;
|
284 |
+
border:1px solid #1A87B9;height: 30px;
|
285 |
+
padding-left: 15px;
|
286 |
+
padding-right: 15px;
|
287 |
+
}
|
288 |
+
#xyz-wp-fbap-premium {
|
289 |
+
border: 1px solid #FCC328;
|
290 |
+
margin-bottom: 20px;
|
291 |
+
margin-top: 20px;
|
292 |
+
background-color: #FFF6D6;
|
293 |
+
padding: 3px;
|
294 |
+
width: 98%;
|
295 |
+
border-radius:3px;
|
296 |
+
float: left;
|
297 |
+
}
|
298 |
+
a.xyz_fbap_link:hover{text-decoration:underline;}
|
299 |
+
.xyz_fbap_link{text-decoration:none;font-weight: bold;margin-left:8px;}
|
300 |
+
|
301 |
+
.xyz_fbap_widefat_table input[type="text"], .xyz_fbap_widefat_table input[type="password"], .xyz_fbap_widefat_table input[type="email"], .xyz_fbap_widefat_table input[type="number"], .xyz_fbap_widefat_table input[type="search"], .xyz_fbap_widefat_table input[type="tel"], .xyz_fbap_widefat_table input[type="url"], .xyz_fbap_widefat_table select {
|
302 |
+
width: 200px;padding: 5px !important;height: 2.35em !important;
|
303 |
+
}
|
304 |
+
.xyz_fbap_widefat_table textarea
|
305 |
+
{
|
306 |
+
width: 200px;padding: 5px !important;height: 80px !important;
|
307 |
+
}
|
308 |
+
|
309 |
+
.xyz_fbap_metalist_table{
|
310 |
+
width: 100%;
|
311 |
+
}
|
312 |
+
|
313 |
+
.xyz_fbap_pleft15{
|
314 |
+
padding-left: 15px;
|
315 |
+
}
|
316 |
+
|
317 |
+
.xyz_fbap_meta_acclist_table{
|
318 |
+
width: 100%;border: 1px solid #DFDFDF;border-radius:3px; margin-top: 8px;padding-bottom: 5px;
|
319 |
+
}
|
320 |
+
.xyz_fbap_meta_acclist_table_td{
|
321 |
+
background: linear-gradient(to top, #ECECEC, #F9F9F9) repeat scroll 0 0 #F1F1F1;border-bottom: 1px solid #DFDFDF;height: 25px;
|
322 |
+
}
|
323 |
+
|
324 |
+
.xyz_fbap_meta_acclist_table select ,.xyz_fbap_meta_acclist_table textarea{
|
325 |
+
width: 200px;padding: 5px !important;height: 2.35em !important;
|
326 |
+
}
|
327 |
+
|
328 |
+
a {
|
329 |
+
text-decoration: none;
|
330 |
+
}
|
331 |
+
/*new design start*/
|
332 |
+
.xyz_fbap_social_media {
|
333 |
+
background-color: #456a72;
|
334 |
+
width: 22%;
|
335 |
+
float: left;
|
336 |
+
min-height: 130px;
|
337 |
+
margin: 10px 10px 10px 0px;
|
338 |
+
padding: 10px;
|
339 |
+
border: 1px solid #456a72;
|
340 |
+
border-radius: 3px;
|
341 |
+
}
|
342 |
+
.xyz_fbap_sugession {
|
343 |
+
background-color: #571B35;
|
344 |
+
width: 20%;
|
345 |
+
float: left;
|
346 |
+
min-height: 130px;
|
347 |
+
margin: 10px 10px 10px 0px;
|
348 |
+
padding: 10px;
|
349 |
+
border: 1px solid #731C47;
|
350 |
+
border-radius: 3px;
|
351 |
+
font-size: 12px;
|
352 |
+
color: #ffffff;
|
353 |
+
}
|
354 |
+
.xyz_fbap_new_subscribe {
|
355 |
+
background-color: #c82e53;
|
356 |
+
width: 27%;
|
357 |
+
float: left;
|
358 |
+
min-height: 130px;
|
359 |
+
margin: 10px 10px 10px 0px;
|
360 |
+
padding: 10px;
|
361 |
+
border: 1px solid #BE2963;
|
362 |
+
border-radius: 3px;
|
363 |
+
}
|
364 |
+
.xyz_fbap_inmotion {
|
365 |
+
|
366 |
+
width: 21%;
|
367 |
+
float: left;
|
368 |
+
min-height: 130px;
|
369 |
+
margin: 0px 0px 0px 0px;
|
370 |
+
}
|
371 |
+
.xyz_fbap_sugession a {
|
372 |
+
color: #D7B740;
|
373 |
+
text-decoration: underline;
|
374 |
+
}
|
375 |
+
|
376 |
+
.xyz_fbap_sugession a:hover{color:#fafa66; text-decoration:underline;}
|
377 |
+
.xyz_fbap_sugession p{
|
378 |
+
display: block;
|
379 |
+
float: left;
|
380 |
+
line-height: 20px;
|
381 |
+
width: 100%;
|
382 |
+
margin: 0px; width:50%;}
|
383 |
+
|
384 |
+
.xyz_new_star{background-image: url(../images/new_star.png);
|
385 |
+
width: 80px;
|
386 |
+
height: 20px;
|
387 |
+
display: block;
|
388 |
+
background-repeat: no-repeat;
|
389 |
+
float: left;
|
390 |
+
}
|
391 |
+
|
392 |
+
.sbmt_btn{ border: none;
|
393 |
+
color: #ffffff;
|
394 |
+
background-color: #4e0013;
|
395 |
+
padding: 5px 10px;
|
396 |
+
border-radius: 3px;
|
397 |
+
cursor: pointer;}
|
398 |
+
|
399 |
+
.xyz_fbap_inmotion a:hover{color:#94dbff; text-decoration:underline;}
|
400 |
+
|
401 |
+
.xyz_fbap_inmotion_label{
|
402 |
+
height: 169px !important;
|
403 |
+
display: block;
|
404 |
+
margin: auto;
|
405 |
+
width:auto !important;}
|
406 |
+
|
407 |
+
.xyz_fbap_new_subscribe input{font-size:11px;margin: 5px;}
|
408 |
+
|
409 |
+
.xyz_fbap_social_media a{
|
410 |
+
margin: 0px 13px 5px 0px;
|
411 |
+
border: 1px solid #ddd;
|
412 |
+
width: 30px;
|
413 |
+
height: 30px;
|
414 |
+
padding-left: 0px;
|
415 |
+
display: block;
|
416 |
+
float: left;}
|
417 |
+
|
418 |
+
.xyz_fbap_inner_head{ color: #ffffff;
|
419 |
+
font-weight: 300;
|
420 |
+
border-bottom: 1px solid #eee;
|
421 |
+
margin: 0px 0px 10px;
|
422 |
+
padding-bottom: 10px;}
|
423 |
+
|
424 |
+
.xyz_fbap_plugin_head{margin: 0px;
|
425 |
+
font-size: 22px;
|
426 |
+
font-weight: 300;
|
427 |
+
padding: 0px 10px 5px;}
|
428 |
+
|
429 |
+
.xyz_fbap_name{border:none !important; width:46% !important;}
|
430 |
+
.xyz_fbap_email{border:none !important; width:46% !important;}
|
431 |
+
|
432 |
+
.xyz_fbap_our_plugins_new a{
|
433 |
+
text-decoration: none;
|
434 |
+
display: block;
|
435 |
+
background-color: #ddd;
|
436 |
+
float: left;
|
437 |
+
width: 23%;
|
438 |
+
margin: 1px;
|
439 |
+
padding: 0px 10px 0px 0px;
|
440 |
+
color: #094969;
|
441 |
+
outline: 0 !important;
|
442 |
+
line-height: 27px;
|
443 |
+
}
|
444 |
+
.xyz_fbap_our_plugins_new a:hover{text-decoration:underline;}
|
445 |
+
|
446 |
+
.xyz_fbap_our_plugins_new a:active{box-shadow:none !important;}
|
447 |
+
|
448 |
+
.xyz_fbap_our_plugins_new a span{
|
449 |
+
background-color: #00a0d2;
|
450 |
+
color: #FFFFFF;
|
451 |
+
width: 30px;
|
452 |
+
min-height: 28px;
|
453 |
+
display: block;
|
454 |
+
float: left;
|
455 |
+
text-align: center;
|
456 |
+
margin-right: 10px;
|
457 |
+
border-right: 2px solid #fff;}
|
458 |
+
|
459 |
+
.xyz_rate_btn{color: #E77E22 !important;
|
460 |
+
text-decoration: none !important;
|
461 |
+
margin-right: 4px !important;
|
462 |
+
font-weight: bold;
|
463 |
+
background-color: #fff1d6 !important;
|
464 |
+
border: 1px solid #E77E22 !important;
|
465 |
+
box-shadow:none !important;}
|
466 |
+
|
467 |
+
.xyz_backlink_btn{color: #00a016 !important;
|
468 |
+
text-decoration: none !important;
|
469 |
+
margin-right: 4px !important;
|
470 |
+
font-weight: bold;
|
471 |
+
background-color: #f0fff2 !important;
|
472 |
+
border: 1px solid #00a016 !important;
|
473 |
+
box-shadow:none !important;}
|
474 |
+
|
475 |
+
.xyz_share_btn{color: #177ABD !important;
|
476 |
+
text-decoration: none !important;
|
477 |
+
margin-right: 4px !important;
|
478 |
+
font-weight: bold;
|
479 |
+
border: 1px solid #177ABD !important;
|
480 |
+
background-color: #edf8ff !important;
|
481 |
+
box-shadow:none !important;}
|
482 |
+
|
483 |
+
.xyz_donate_btn{color: #C12AA2 !important;
|
484 |
+
text-decoration: none !important;
|
485 |
+
margin-right: 4px !important;
|
486 |
+
font-weight: bold;
|
487 |
+
border: 1px solid #C12AA2 !important;
|
488 |
+
background-color: #feeafa !important;
|
489 |
+
box-shadow:none !important;}
|
490 |
+
|
491 |
+
.xyz_show_btn{color: #F15E77 !important;
|
492 |
+
text-decoration: none !important;
|
493 |
+
margin-right: 4px !important;
|
494 |
+
font-weight: bold;
|
495 |
+
border: 1px solid #F15E77 !important;
|
496 |
+
background-color: #ffeddf !important;
|
497 |
+
box-shadow: none !important;}
|
498 |
+
|
499 |
+
@media screen and (max-width: 1351px) {
|
500 |
+
|
501 |
+
.xyz_fbap_social_media{width:21%;}
|
502 |
+
|
503 |
+
.xyz_fbap_new_subscribe{width:24%;}
|
504 |
+
|
505 |
+
.xyz_fbap_inmotion{width:21%;}
|
506 |
+
|
507 |
+
.xyz_fbap_sugession{width:20%;}
|
508 |
+
|
509 |
+
.xyz_fbap_name{border:none !important; width:45% !important;}
|
510 |
+
|
511 |
+
.xyz_fbap_email{border:none !important; width:45% !important;}
|
512 |
+
|
513 |
+
.xyz_fbap_our_plugins_new a{width:23%;}
|
514 |
+
|
515 |
+
}
|
516 |
+
|
517 |
+
@media screen and (max-width: 1251px) {
|
518 |
+
|
519 |
+
.xyz_fbap_social_media{width:21%;}
|
520 |
+
|
521 |
+
.xyz_fbap_new_subscribe{width:24%;}
|
522 |
+
|
523 |
+
.xyz_fbap_inmotion{width:21%;}
|
524 |
+
|
525 |
+
.xyz_fbap_sugession{width:22%;}
|
526 |
+
|
527 |
+
.xyz_fbap_name{border:none !important; width:45% !important;}
|
528 |
+
|
529 |
+
.xyz_fbap_email{border:none !important; width:45% !important;}
|
530 |
+
|
531 |
+
#xyz_fbap_submit_fbap{line-height:20px;}
|
532 |
+
|
533 |
+
|
534 |
+
.xyz_fbap_our_plugins_new a{width:23.6%;}
|
535 |
+
}
|
536 |
+
|
537 |
+
@media screen and (max-width:1155px)
|
538 |
+
{
|
539 |
+
.xyz_fbap_social_media{width:45%;}
|
540 |
+
.xyz_fbap_new_subscribe{width:45%;}
|
541 |
+
.xyz_fbap_inmotion{width:45%;}
|
542 |
+
.xyz_fbap_sugession{width:45%;}
|
543 |
+
.xyz_fbap_our_plugins_new a{width:31%;}
|
544 |
+
}
|
545 |
+
|
546 |
+
|
547 |
+
@media screen and (max-width: 782px)
|
548 |
+
{
|
549 |
+
.xyz_fbap_social_media{width:44%;}
|
550 |
+
|
551 |
+
.xyz_fbap_new_subscribe{width:44%;}
|
552 |
+
|
553 |
+
.xyz_fbap_inmotion{width:44%;}
|
554 |
+
|
555 |
+
.xyz_fbap_sugession{width:44%;}
|
556 |
+
|
557 |
+
.xyz_fbap_our_plugins_new a{width:30%;}
|
558 |
+
|
559 |
+
.xyz_fbap_name{border:none !important; width:46% !important;}
|
560 |
+
|
561 |
+
.xyz_fbap_email{border:none !important; width:46% !important;}
|
562 |
+
}
|
563 |
+
|
564 |
+
|
565 |
+
@media screen and (max-width: 768px)
|
566 |
+
{
|
567 |
+
#xyz_fbap_submit_fbap{line-height:20px;}
|
568 |
+
.xyz_fbap_our_plugins_new a{width:30%; font-size:11px;}
|
569 |
+
}
|
570 |
+
|
571 |
+
|
572 |
+
@media screen and (max-width: 675px)
|
573 |
+
{
|
574 |
+
.xyz_fbap_our_plugins_new a{width:45%; font-size:11px;}
|
575 |
+
.xyz_fbap_name{border:none !important; width:95% !important;}
|
576 |
+
.xyz_fbap_email {
|
577 |
+
border: none !important;
|
578 |
+
width: 95% !important;
|
579 |
+
}
|
580 |
+
.xyz_fbap_inmotion_label {
|
581 |
+
height: 185px;
|
582 |
+
display: block;
|
583 |
+
margin: auto;
|
584 |
+
}
|
585 |
+
}
|
586 |
+
|
587 |
+
|
588 |
+
@media screen and (max-width: 562px)
|
589 |
+
{
|
590 |
+
.xyz_fbap_sugession{width:92.5%;}
|
591 |
+
|
592 |
+
|
593 |
+
.xyz_fbap_new_subscribe{width:92.5%;}
|
594 |
+
|
595 |
+
|
596 |
+
.xyz_fbap_social_media{width:92.5%;}
|
597 |
+
.xyz_fbap_inmotion{width:92.5%;}
|
598 |
+
.xyz_fbap_email {
|
599 |
+
border: none !important;
|
600 |
+
width: 95% !important;
|
601 |
+
}
|
602 |
+
}
|
603 |
+
|
604 |
+
|
605 |
+
@media screen and (max-width: 532px){
|
606 |
+
|
607 |
+
|
608 |
+
.xyz_fbap_social_media{width:92.5%;}
|
609 |
+
|
610 |
+
.xyz_fbap_new_subscribe{width:92.5%;}
|
611 |
+
|
612 |
+
.xyz_fbap_inmotion{width:92.5%;}
|
613 |
+
|
614 |
+
.xyz_fbap_sugession{width:92.5%;}
|
615 |
+
|
616 |
+
.xyz_fbap_our_plugins_new a{width:92.5%;}
|
617 |
+
|
618 |
+
.xyz_fbap_name{border:none !important; width:95% !important;}
|
619 |
+
|
620 |
+
.xyz_fbap_email{border:none !important; width:95% !important;}
|
621 |
+
}
|
622 |
+
|
623 |
+
|
624 |
+
/*new design end*/
|
625 |
+
.switch-field input[type=radio] {
|
626 |
+
position: absolute !important;
|
627 |
+
clip: rect(0, 0, 0, 0);
|
628 |
+
height: 1px;
|
629 |
+
width: 1px;
|
630 |
+
border: 0;
|
631 |
+
overflow: hidden;
|
632 |
+
}
|
633 |
+
|
634 |
+
.switch-field label {
|
635 |
+
float: left;
|
636 |
+
}
|
637 |
+
|
638 |
+
.switch-field label {
|
639 |
+
display: inline-block;
|
640 |
+
color: rgba(0, 0, 0, 0.6);
|
641 |
+
width: 50px;
|
642 |
+
font-weight: normal;
|
643 |
+
text-align: center;
|
644 |
+
text-shadow: none;
|
645 |
+
padding: 6px 14px;
|
646 |
+
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
|
647 |
+
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
|
648 |
+
-webkit-transition: all 0.1s ease-in-out;
|
649 |
+
-moz-transition: all 0.1s ease-in-out;
|
650 |
+
-ms-transition: all 0.1s ease-in-out;
|
651 |
+
-o-transition: all 0.1s ease-in-out;
|
652 |
+
transition: all 0.1s ease-in-out;
|
653 |
+
}
|
654 |
+
.switch-field label:hover {
|
655 |
+
cursor: pointer;
|
656 |
+
}
|
657 |
+
.switch-field label:first-of-type {
|
658 |
+
border-radius: 4px 0 0 4px;min-width: 50px;width:auto;
|
659 |
+
}
|
660 |
+
.switch-field label:last-of-type {
|
661 |
+
border-radius: 0 4px 4px 0;min-width: 50px;width:auto;
|
662 |
+
}
|
663 |
+
.scroll_checkbox
|
664 |
+
{
|
665 |
+
border: 2px solid #ccc;
|
666 |
+
width: 200px;
|
667 |
+
height: 150px;
|
668 |
+
overflow-y: scroll;
|
669 |
+
overflow-x: visible;
|
670 |
+
}
|
671 |
+
.toplevel_page_facebook-auto-publish-settings img{
|
672 |
+
width:20px;
|
673 |
+
height:auto;
|
674 |
+
}
|
675 |
+
.xyz_fbap_toggle_off
|
676 |
+
{
|
677 |
+
background-color:#dddddd !important;
|
678 |
+
color:#888888 !important;
|
679 |
+
font-weight:normal !important;
|
680 |
+
}
|
681 |
+
.xyz_fbap_toggle_on
|
682 |
+
{
|
683 |
+
background-color:#28A6A2 !important;
|
684 |
+
color:#1e1b1b !important;
|
685 |
+
font-weight:bold !important;
|
686 |
+
}
|
687 |
+
.xyz-fbap-buy-now{
|
688 |
+
float: left;
|
689 |
+
margin-top: 3px;
|
690 |
+
}
|
691 |
+
.xyz-fbap-buy-now img{
|
692 |
+
width:148px !important;
|
693 |
+
height:38px !important;
|
694 |
+
}
|
695 |
+
.xyz-fbap-buy-button {
|
696 |
+
display:block;
|
697 |
+
color:white;
|
698 |
+
padding:5px 21px;
|
699 |
+
background: #545454;
|
700 |
+
border: 0;
|
701 |
+
border-bottom: 2px solid #545454;
|
702 |
+
cursor: pointer;
|
703 |
+
-webkit-box-shadow: inset 0 -2px #545454;
|
704 |
+
box-shadow: inset 0 -2px #545454;
|
705 |
+
text-decoration: none;
|
706 |
+
font-size: 14px;
|
707 |
+
font-weight: bold;
|
708 |
+
border-radius:3px;
|
709 |
+
text-align: center;
|
710 |
}
|
facebook-auto-publish.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Facebook Auto Publish
|
4 |
Plugin URI: https://xyzscripts.com/wordpress-plugins/facebook-auto-publish/
|
5 |
Description: Publish posts automatically from your blog to Facebook social media. You can publish your posts to Facebook as simple text message, text message with image or as attached link to your blog. The plugin supports filtering posts by custom post-types and categories.
|
6 |
-
Version: 1.4.
|
7 |
Author: xyzscripts.com
|
8 |
Author URI: https://xyzscripts.com/
|
9 |
License: GPLv2 or later
|
3 |
Plugin Name: WP Facebook Auto Publish
|
4 |
Plugin URI: https://xyzscripts.com/wordpress-plugins/facebook-auto-publish/
|
5 |
Description: Publish posts automatically from your blog to Facebook social media. You can publish your posts to Facebook as simple text message, text message with image or as attached link to your blog. The plugin supports filtering posts by custom post-types and categories.
|
6 |
+
Version: 1.4.9
|
7 |
Author: xyzscripts.com
|
8 |
Author URI: https://xyzscripts.com/
|
9 |
License: GPLv2 or later
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: f1logic
|
|
3 |
Donate link: https://xyzscripts.com/donate/
|
4 |
Tags: facebook, facebook auto publish,wp facebook auto publish,publish post to facebook, add link to facebook, facebook publishing, post to facebook, post to fb, social media auto publish, social media publishing, social network auto publish, social media, social network
|
5 |
Requires at least: 3.0
|
6 |
-
Tested up to: 4.9.
|
7 |
-
Stable tag: 1.4.
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Publish posts automatically to Facebook page or profile.
|
@@ -126,6 +126,10 @@ SSL peer verification may not be functioning in your server. Please turn off SSL
|
|
126 |
|
127 |
== Changelog ==
|
128 |
|
|
|
|
|
|
|
|
|
129 |
= WP Facebook Auto Publish 1.4.8 =
|
130 |
* Plugin name changed to WP Facebook Auto Publish, as per wordpress guidelines
|
131 |
|
3 |
Donate link: https://xyzscripts.com/donate/
|
4 |
Tags: facebook, facebook auto publish,wp facebook auto publish,publish post to facebook, add link to facebook, facebook publishing, post to facebook, post to fb, social media auto publish, social media publishing, social network auto publish, social media, social network
|
5 |
Requires at least: 3.0
|
6 |
+
Tested up to: 4.9.5
|
7 |
+
Stable tag: 1.4.9
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Publish posts automatically to Facebook page or profile.
|
126 |
|
127 |
== Changelog ==
|
128 |
|
129 |
+
= WP Facebook Auto Publish 1.4.9 =
|
130 |
+
* Removed Facebook deprecated permission 'publish_actions'
|
131 |
+
* Applied wordpress time format in {POST_PUBLISH_DATE}
|
132 |
+
|
133 |
= WP Facebook Auto Publish 1.4.8 =
|
134 |
* Plugin name changed to WP Facebook Auto Publish, as per wordpress guidelines
|
135 |
|