WP Facebook Auto Publish - Version 2.3.3

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 Icon 128x128 WP Facebook Auto Publish
Version 2.3.3
Comparing to
See all releases

Code changes from version 2.3.2 to 2.3.3

admin/about.php CHANGED
@@ -533,7 +533,7 @@ WP2Social Auto Publish is developed and maintained by <a href="https://xyzscript
533
  <td>SMAPSOLUTIONS API package for 1 year, worth 10 USD(1 fb account ,10 api calls per hour)</td>
534
  <td>1 months free subscription
535
  </td>
536
- <td>3 months free subscription
537
  </td>
538
  <td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
539
  </td>
533
  <td>SMAPSOLUTIONS API package for 1 year, worth 10 USD(1 fb account ,10 api calls per hour)</td>
534
  <td>1 months free subscription
535
  </td>
536
+ <td>1 year free subscription
537
  </td>
538
  <td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
539
  </td>
admin/admin-notices.php CHANGED
File without changes
admin/ajax-backlink.php CHANGED
File without changes
admin/authorization.php CHANGED
File without changes
admin/destruction.php CHANGED
File without changes
admin/footer.php CHANGED
File without changes
admin/header.php CHANGED
File without changes
admin/install.php CHANGED
File without changes
admin/logs.php CHANGED
File without changes
admin/menu.php CHANGED
@@ -122,7 +122,7 @@ function xyz_fbap_insert_og_image_for_fb(){
122
  $excerpt=str_replace("&nbsp;","",$excerpt);
123
  $name = $post->post_title;
124
  if(in_array(3, $ar2))
125
- $name = apply_filters('the_title', $name);
126
  $name = html_entity_decode($name, ENT_QUOTES, get_bloginfo('charset'));
127
  $name=strip_tags($name);
128
  $name=strip_shortcodes($name);
122
  $excerpt=str_replace("&nbsp;","",$excerpt);
123
  $name = $post->post_title;
124
  if(in_array(3, $ar2))
125
+ $name = apply_filters('the_title', $name,$postid);
126
  $name = html_entity_decode($name, ENT_QUOTES, get_bloginfo('charset'));
127
  $name=strip_tags($name);
128
  $name=strip_shortcodes($name);
admin/metabox.php CHANGED
File without changes
admin/publish.php CHANGED
@@ -254,7 +254,7 @@ function xyz_fbap_link_publish($post_ID) {
254
  $caption = html_entity_decode($caption, ENT_QUOTES, get_bloginfo('charset'));
255
 
256
  if($tit_flag==1)
257
- $name = apply_filters('the_title', $name);
258
  $name = html_entity_decode($name, ENT_QUOTES, get_bloginfo('charset'));
259
 
260
  $name=strip_tags($name);
254
  $caption = html_entity_decode($caption, ENT_QUOTES, get_bloginfo('charset'));
255
 
256
  if($tit_flag==1)
257
+ $name = apply_filters('the_title', $name,$post_ID);
258
  $name = html_entity_decode($name, ENT_QUOTES, get_bloginfo('charset'));
259
 
260
  $name=strip_tags($name);
admin/settings.php CHANGED
File without changes
css/style.css CHANGED
@@ -1,757 +1,757 @@
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: #698600;
189
- color: #f7f7f7 !important;
190
- border-radius: 2px !important;
191
- border: none;
192
- font-family: "Helvetica Neue",sans-serif;
193
- font-size: 13px;
194
- cursor: pointer;
195
- padding: 8px 15px;
196
- font-weight: 500;
197
- text-transform: uppercase;
198
- outline: 0;
199
- }
200
-
201
- .fbap_informationdiv {
202
- background: none repeat scroll 0 0 #9FDAEE;
203
- border: 1px solid #209BD4;
204
- border-radius: 5px 5px 5px 5px;
205
- box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
206
- float: left;
207
- padding: 10px;
208
- position: absolute;
209
- z-index: 1200;
210
- }
211
- .xyz_feedback{
212
- background: #CEEAF7; /* Old browsers */
213
- border: 1px solid #64cfe8;
214
- border-radius:3px;
215
- width: 98%;
216
- min-height:40px;
217
- height:auto;
218
- padding-left: 10px;
219
- padding-top: 10px;
220
- font-weight: bold;
221
- line-height: 20px;
222
-
223
- }
224
-
225
- .xyz_feedback a{
226
- text-decoration: none
227
- }
228
-
229
- .xyz_subscribe{
230
- background: #bae598; /* Old browsers */
231
- border: 1px solid #4d8a1d;
232
- border-radius:3px;
233
- width: 98%;
234
- line-height:20px;
235
- min-height:45px;
236
- height:auto;
237
- padding-left: 10px;
238
- padding-top: 10px;
239
-
240
- }
241
- .xyz_subscribe td{
242
- padding:0;
243
- }
244
-
245
- .xyz_plugins{
246
- background: #F2F2F2; /* Old browsers */
247
- border: 1px solid #DFDFDF;
248
- border-radius:3px;
249
- width: 98%;
250
- padding-left: 10px;
251
- padding-top:10px;
252
- min-height:50px;
253
- height:auto;
254
- margin-top:13px;
255
- line-height: 20px;
256
-
257
- }
258
- .xyz_fbap_poweredBy{
259
- padding-top: 10px;float:left; text-align: center; width: 100%;
260
- }
261
-
262
- .xyz_fbap_poweredBy a{
263
- text-decoration: none;
264
- }
265
-
266
- .submit_fbap{
267
- background:#25A6E1;
268
- background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
269
- background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
270
- background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
271
- background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
272
- background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
273
- background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
274
- filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#25A6E1",endColorstr="#188BC0",GradientType=0);
275
- color:#ffffff;
276
- font-family:"Helvetica Neue",sans-serif;
277
- font-size:13px;
278
- cursor:pointer;
279
- color:#FFFFFF !important;border-radius:4px !important;
280
- border:1px solid #1A87B9;height: 30px;
281
- padding-left: 15px;
282
- padding-right: 15px;
283
- }
284
- #xyz-wp-fbap-premium {
285
- border: 1px solid #FCC328;
286
- margin-bottom: 20px;
287
- margin-top: 20px;
288
- background-color: #FFF6D6;
289
- padding: 3px;
290
- width: 98%;
291
- border-radius:3px;
292
- float: left;
293
- }
294
- a.xyz_fbap_link:hover{text-decoration:underline;}
295
- .xyz_fbap_link{text-decoration:none;font-weight: bold;margin-left:8px;}
296
-
297
- .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 {
298
- width: 200px;padding:3px !important;height: 2.35em !important;
299
- }
300
- .xyz_fbap_widefat_table textarea
301
- {
302
- width: 200px;padding: 5px !important;height: 80px !important;
303
- }
304
-
305
- .xyz_fbap_metalist_table{
306
- width: 100%;
307
- }
308
-
309
- .xyz_fbap_pleft15{
310
- padding-left: 15px;
311
- }
312
-
313
- .xyz_fbap_meta_acclist_table{
314
- width: 100%;border: 1px solid #DFDFDF;border-radius:3px; margin-top: 8px;padding-bottom: 5px;
315
- }
316
- .xyz_fbap_meta_acclist_table_td{
317
- background: linear-gradient(to top, #ECECEC, #F9F9F9) repeat scroll 0 0 #F1F1F1;border-bottom: 1px solid #DFDFDF;height: 25px;
318
- }
319
-
320
- .xyz_fbap_meta_acclist_table select ,.xyz_fbap_meta_acclist_table textarea{
321
- width: 200px;padding: 3px !important;height: 2.35em !important;
322
- }
323
-
324
- a {
325
- text-decoration: none;
326
- }
327
- /*new design start*/
328
- .xyz_fbap_social_media {
329
- background-color: #456a72;
330
- width: 22%;
331
- float: left;
332
- min-height: 130px;
333
- margin: 10px 10px 10px 0px;
334
- padding: 10px;
335
- border: 1px solid #456a72;
336
- border-radius: 3px;
337
- }
338
- .xyz_fbap_sugession {
339
- background-color: #571B35;
340
- width: 20%;
341
- float: left;
342
- min-height: 130px;
343
- margin: 10px 10px 10px 0px;
344
- padding: 10px;
345
- border: 1px solid #731C47;
346
- border-radius: 3px;
347
- font-size: 12px;
348
- color: #ffffff;
349
- }
350
- .xyz_fbap_new_subscribe {
351
- background-color: #c82e53;
352
- width: 27%;
353
- float: left;
354
- min-height: 130px;
355
- margin: 10px 10px 10px 0px;
356
- padding: 10px;
357
- border: 1px solid #BE2963;
358
- border-radius: 3px;
359
- }
360
- .xyz_fbap_inmotion {
361
-
362
- width: 21%;
363
- float: left;
364
- min-height: 130px;
365
- margin: 0px 0px 0px 0px;
366
- }
367
- .xyz_fbap_sugession a {
368
- color: #D7B740;
369
- text-decoration: underline;
370
- }
371
-
372
- .xyz_fbap_sugession a:hover{color:#fafa66; text-decoration:underline;}
373
- .xyz_fbap_sugession p{
374
- display: block;
375
- float: left;
376
- line-height: 20px;
377
- width: 100%;
378
- margin: 0px; width:50%;}
379
-
380
- .xyz_new_star{background-image: url(../images/new_star.png);
381
- width: 80px;
382
- height: 20px;
383
- display: block;
384
- background-repeat: no-repeat;
385
- float: left;
386
- }
387
-
388
- .sbmt_btn{ border: none;
389
- color: #ffffff;
390
- background-color: #4e0013;
391
- padding: 5px 10px;
392
- border-radius: 3px;
393
- cursor: pointer;}
394
-
395
- .xyz_fbap_inmotion a:hover{color:#94dbff; text-decoration:underline;}
396
-
397
- .xyz_fbap_inmotion_label{
398
- height: 169px !important;
399
- display: block;
400
- margin: auto;
401
- width:auto !important;}
402
-
403
- .xyz_fbap_new_subscribe input{font-size:11px;margin: 5px;}
404
-
405
- .xyz_fbap_social_media a{
406
- margin: 0px 13px 5px 0px;
407
- border: 1px solid #ddd;
408
- width: 30px;
409
- height: 30px;
410
- padding-left: 0px;
411
- display: block;
412
- float: left;}
413
-
414
- .xyz_fbap_inner_head{ color: #ffffff;
415
- font-weight: 300;
416
- border-bottom: 1px solid #eee;
417
- margin: 0px 0px 10px;
418
- padding-bottom: 10px;}
419
-
420
- .xyz_fbap_plugin_head{margin: 0px;
421
- font-size: 22px;
422
- font-weight: 300;
423
- padding: 0px 10px 5px;}
424
-
425
- .xyz_fbap_name{border:none !important; width:46% !important;}
426
- .xyz_fbap_email{border:none !important; width:46% !important;}
427
-
428
- .xyz_fbap_our_plugins_new a{
429
- text-decoration: none;
430
- display: block;
431
- background-color: #ddd;
432
- float: left;
433
- width: 23%;
434
- margin: 1px;
435
- padding: 0px 10px 0px 0px;
436
- color: #094969;
437
- outline: 0 !important;
438
- line-height: 27px;
439
- }
440
- .xyz_fbap_our_plugins_new a:hover{text-decoration:underline;}
441
-
442
- .xyz_fbap_our_plugins_new a:active{box-shadow:none !important;}
443
-
444
- .xyz_fbap_our_plugins_new a span{
445
- background-color: #00a0d2;
446
- color: #FFFFFF;
447
- width: 30px;
448
- min-height: 28px;
449
- display: block;
450
- float: left;
451
- text-align: center;
452
- margin-right: 10px;
453
- border-right: 2px solid #fff;}
454
-
455
- .xyz_rate_btn{color: #E77E22 !important;
456
- text-decoration: none !important;
457
- margin-right: 4px !important;
458
- font-weight: bold;
459
- background-color: #fff1d6 !important;
460
- border: 1px solid #E77E22 !important;
461
- box-shadow:none !important;}
462
-
463
- .xyz_backlink_btn{color: #00a016 !important;
464
- text-decoration: none !important;
465
- margin-right: 4px !important;
466
- font-weight: bold;
467
- background-color: #f0fff2 !important;
468
- border: 1px solid #00a016 !important;
469
- box-shadow:none !important;}
470
-
471
- .xyz_share_btn{color: #177ABD !important;
472
- text-decoration: none !important;
473
- margin-right: 4px !important;
474
- font-weight: bold;
475
- border: 1px solid #177ABD !important;
476
- background-color: #edf8ff !important;
477
- box-shadow:none !important;}
478
-
479
- .xyz_donate_btn{color: #C12AA2 !important;
480
- text-decoration: none !important;
481
- margin-right: 4px !important;
482
- font-weight: bold;
483
- border: 1px solid #C12AA2 !important;
484
- background-color: #feeafa !important;
485
- box-shadow:none !important;}
486
-
487
- .xyz_show_btn{color: #F15E77 !important;
488
- text-decoration: none !important;
489
- margin-right: 4px !important;
490
- font-weight: bold;
491
- border: 1px solid #F15E77 !important;
492
- background-color: #ffeddf !important;
493
- box-shadow: none !important;}
494
-
495
- @media screen and (max-width: 1351px) {
496
-
497
- .xyz_fbap_social_media{width:21%;}
498
-
499
- .xyz_fbap_new_subscribe{width:24%;}
500
-
501
- .xyz_fbap_inmotion{width:21%;}
502
-
503
- .xyz_fbap_sugession{width:20%;}
504
-
505
- .xyz_fbap_name{border:none !important; width:45% !important;}
506
-
507
- .xyz_fbap_email{border:none !important; width:45% !important;}
508
-
509
- .xyz_fbap_our_plugins_new a{width:23%;}
510
-
511
- }
512
-
513
- @media screen and (max-width: 1251px) {
514
-
515
- .xyz_fbap_social_media{width:21%;}
516
-
517
- .xyz_fbap_new_subscribe{width:24%;}
518
-
519
- .xyz_fbap_inmotion{width:21%;}
520
-
521
- .xyz_fbap_sugession{width:22%;}
522
-
523
- .xyz_fbap_name{border:none !important; width:45% !important;}
524
-
525
- .xyz_fbap_email{border:none !important; width:45% !important;}
526
-
527
- #xyz_fbap_submit_fbap{line-height:20px;}
528
-
529
-
530
- .xyz_fbap_our_plugins_new a{width:23.6%;}
531
- }
532
-
533
- @media screen and (max-width:1155px)
534
- {
535
- .xyz_fbap_social_media{width:45%;}
536
- .xyz_fbap_new_subscribe{width:45%;}
537
- .xyz_fbap_inmotion{width:45%;}
538
- .xyz_fbap_sugession{width:45%;}
539
- .xyz_fbap_our_plugins_new a{width:31%;}
540
- }
541
-
542
-
543
- @media screen and (max-width: 782px)
544
- {
545
- .xyz_fbap_social_media{width:44%;}
546
-
547
- .xyz_fbap_new_subscribe{width:44%;}
548
-
549
- .xyz_fbap_inmotion{width:44%;}
550
-
551
- .xyz_fbap_sugession{width:44%;}
552
-
553
- .xyz_fbap_our_plugins_new a{width:30%;}
554
-
555
- .xyz_fbap_name{border:none !important; width:46% !important;}
556
-
557
- .xyz_fbap_email{border:none !important; width:46% !important;}
558
- }
559
-
560
-
561
- @media screen and (max-width: 768px)
562
- {
563
- #xyz_fbap_submit_fbap{line-height:20px;}
564
- .xyz_fbap_our_plugins_new a{width:30%; font-size:11px !important;}
565
- }
566
-
567
-
568
- @media screen and (max-width: 675px)
569
- {
570
- .xyz_fbap_our_plugins_new a{width:45%; font-size:11px !important;}
571
- .xyz_fbap_name{border:none !important; width:95% !important;}
572
- .xyz_fbap_email {
573
- border: none !important;
574
- width: 95% !important;
575
- }
576
- .xyz_fbap_inmotion_label {
577
- height: 185px;
578
- display: block;
579
- margin: auto;
580
- }
581
- }
582
-
583
-
584
- @media screen and (max-width: 562px)
585
- {
586
- .xyz_fbap_sugession{width:92.5%;}
587
-
588
-
589
- .xyz_fbap_new_subscribe{width:92.5%;}
590
-
591
-
592
- .xyz_fbap_social_media{width:92.5%;}
593
- .xyz_fbap_inmotion{width:92.5%;}
594
- .xyz_fbap_email {
595
- border: none !important;
596
- width: 95% !important;
597
- }
598
- }
599
-
600
-
601
- @media screen and (max-width: 532px){
602
-
603
-
604
- .xyz_fbap_social_media{width:92.5%;}
605
-
606
- .xyz_fbap_new_subscribe{width:92.5%;}
607
-
608
- .xyz_fbap_inmotion{width:92.5%;}
609
-
610
- .xyz_fbap_sugession{width:92.5%;}
611
-
612
- .xyz_fbap_our_plugins_new a{width:92.5%;}
613
-
614
- .xyz_fbap_name{border:none !important; width:95% !important;}
615
-
616
- .xyz_fbap_email{border:none !important; width:95% !important;}
617
- }
618
-
619
-
620
- /*new design end*/
621
- .switch-field input[type=radio] {
622
- position: absolute !important;
623
- clip: rect(0, 0, 0, 0);
624
- height: 1px;
625
- width: 1px;
626
- border: 0;
627
- overflow: hidden;
628
- }
629
-
630
- .switch-field label {
631
- float: left;
632
- }
633
-
634
- .switch-field label {
635
- display: inline-block;
636
- color: rgba(0, 0, 0, 0.6);
637
- width: 50px;
638
- font-weight: normal;
639
- text-align: center;
640
- text-shadow: none;
641
- padding: 6px 14px;
642
- -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
643
- box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
644
- -webkit-transition: all 0.1s ease-in-out;
645
- -moz-transition: all 0.1s ease-in-out;
646
- -ms-transition: all 0.1s ease-in-out;
647
- -o-transition: all 0.1s ease-in-out;
648
- transition: all 0.1s ease-in-out;
649
- }
650
- .switch-field label:hover {
651
- cursor: pointer;
652
- }
653
- .switch-field label:first-of-type {
654
- border-radius: 4px 0 0 4px;min-width: 50px;width:auto;
655
- }
656
- .switch-field label:last-of-type {
657
- border-radius: 0 4px 4px 0;min-width: 50px;width:auto;
658
- }
659
- .scroll_checkbox
660
- {
661
- border: 2px solid #ccc;
662
- width: 200px;
663
- height: 150px;
664
- overflow-y: scroll;
665
- overflow-x: visible;
666
- }
667
- .toplevel_page_facebook-auto-publish-settings img{
668
- width:20px;
669
- height:auto;
670
- }
671
- .xyz_fbap_toggle_off
672
- {
673
- background-color:#dddddd !important;
674
- color:#888888 !important;
675
- font-weight:normal !important;
676
- }
677
- .xyz_fbap_toggle_on
678
- {
679
- background-color:#006CBF !important;
680
- color:#ffffff !important;
681
- font-weight:bold !important;
682
- }
683
- .xyz-fbap-buy-now{
684
- float: left;
685
- margin-top: 3px;
686
- }
687
- .xyz-fbap-buy-now img{
688
- width:148px !important;
689
- height:38px !important;
690
- }
691
- .xyz-fbap-buy-button {
692
- display:block;
693
- color:white;
694
- padding:5px 21px;
695
- background: #545454;
696
- border: 0;
697
- border-bottom: 2px solid #545454;
698
- cursor: pointer;
699
- -webkit-box-shadow: inset 0 -2px #545454;
700
- box-shadow: inset 0 -2px #545454;
701
- text-decoration: none;
702
- font-size: 14px;
703
- font-weight: bold;
704
- border-radius:3px;
705
- text-align: center;
706
- }
707
- .xyz_fbap_td_custom a {
708
- font-size:13px;
709
- }
710
- /* Style the tab */
711
- .xyz_fbap_tab {
712
- overflow: hidden;
713
- background-color: #f1f1f1;
714
- }
715
-
716
- /* Style the buttons inside the tab */
717
- .xyz_fbap_tab button {
718
- float: left;
719
- border: none;
720
- outline: none;
721
- cursor: pointer;
722
- padding: 14px 16px;
723
- transition: 0.3s;
724
- font-size: 17px;
725
- background-color: #cecece;
726
- color: #006CBF;
727
- margin-right: 2px;
728
- border-radius: 8px 8px 0px 0px;
729
- border-top: 1px solid #b9aeae;
730
- border-right: 1px solid #b9aeae;
731
- border-left: 1px solid #b9aeae;
732
- border-bottom: 1px solid #fff;
733
- font-weight: 600;
734
- }
735
-
736
- /* Change background color of buttons on hover */
737
- .xyz_fbap_tab button:hover {
738
- background-color: #cecece;
739
- }
740
-
741
- /* Create an active/current tablink class */
742
- .xyz_fbap_tab button.active {
743
- background-color: #ffffff;
744
- color: #006CBF;
745
- }
746
-
747
-
748
- /* Style the tab content */
749
- .xyz_fbap_tabcontent {
750
- display: none;
751
- padding: 6px 12px;
752
- border: 1px solid #ccc;
753
- margin-top: -2px;
754
- }
755
-
756
-
757
  .xyz_fbap_widefat_table h2{color: #006CBF;}
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: #698600;
189
+ color: #f7f7f7 !important;
190
+ border-radius: 2px !important;
191
+ border: none;
192
+ font-family: "Helvetica Neue",sans-serif;
193
+ font-size: 13px;
194
+ cursor: pointer;
195
+ padding: 8px 15px;
196
+ font-weight: 500;
197
+ text-transform: uppercase;
198
+ outline: 0;
199
+ }
200
+
201
+ .fbap_informationdiv {
202
+ background: none repeat scroll 0 0 #9FDAEE;
203
+ border: 1px solid #209BD4;
204
+ border-radius: 5px 5px 5px 5px;
205
+ box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
206
+ float: left;
207
+ padding: 10px;
208
+ position: absolute;
209
+ z-index: 1200;
210
+ }
211
+ .xyz_feedback{
212
+ background: #CEEAF7; /* Old browsers */
213
+ border: 1px solid #64cfe8;
214
+ border-radius:3px;
215
+ width: 98%;
216
+ min-height:40px;
217
+ height:auto;
218
+ padding-left: 10px;
219
+ padding-top: 10px;
220
+ font-weight: bold;
221
+ line-height: 20px;
222
+
223
+ }
224
+
225
+ .xyz_feedback a{
226
+ text-decoration: none
227
+ }
228
+
229
+ .xyz_subscribe{
230
+ background: #bae598; /* Old browsers */
231
+ border: 1px solid #4d8a1d;
232
+ border-radius:3px;
233
+ width: 98%;
234
+ line-height:20px;
235
+ min-height:45px;
236
+ height:auto;
237
+ padding-left: 10px;
238
+ padding-top: 10px;
239
+
240
+ }
241
+ .xyz_subscribe td{
242
+ padding:0;
243
+ }
244
+
245
+ .xyz_plugins{
246
+ background: #F2F2F2; /* Old browsers */
247
+ border: 1px solid #DFDFDF;
248
+ border-radius:3px;
249
+ width: 98%;
250
+ padding-left: 10px;
251
+ padding-top:10px;
252
+ min-height:50px;
253
+ height:auto;
254
+ margin-top:13px;
255
+ line-height: 20px;
256
+
257
+ }
258
+ .xyz_fbap_poweredBy{
259
+ padding-top: 10px;float:left; text-align: center; width: 100%;
260
+ }
261
+
262
+ .xyz_fbap_poweredBy a{
263
+ text-decoration: none;
264
+ }
265
+
266
+ .submit_fbap{
267
+ background:#25A6E1;
268
+ background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
269
+ background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
270
+ background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
271
+ background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
272
+ background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
273
+ background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
274
+ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#25A6E1",endColorstr="#188BC0",GradientType=0);
275
+ color:#ffffff;
276
+ font-family:"Helvetica Neue",sans-serif;
277
+ font-size:13px;
278
+ cursor:pointer;
279
+ color:#FFFFFF !important;border-radius:4px !important;
280
+ border:1px solid #1A87B9;height: 30px;
281
+ padding-left: 15px;
282
+ padding-right: 15px;
283
+ }
284
+ #xyz-wp-fbap-premium {
285
+ border: 1px solid #FCC328;
286
+ margin-bottom: 20px;
287
+ margin-top: 20px;
288
+ background-color: #FFF6D6;
289
+ padding: 3px;
290
+ width: 98%;
291
+ border-radius:3px;
292
+ float: left;
293
+ }
294
+ a.xyz_fbap_link:hover{text-decoration:underline;}
295
+ .xyz_fbap_link{text-decoration:none;font-weight: bold;margin-left:8px;}
296
+
297
+ .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 {
298
+ width: 200px;padding:3px !important;height: 2.35em !important;
299
+ }
300
+ .xyz_fbap_widefat_table textarea
301
+ {
302
+ width: 200px;padding: 5px !important;height: 80px !important;
303
+ }
304
+
305
+ .xyz_fbap_metalist_table{
306
+ width: 100%;
307
+ }
308
+
309
+ .xyz_fbap_pleft15{
310
+ padding-left: 15px;
311
+ }
312
+
313
+ .xyz_fbap_meta_acclist_table{
314
+ width: 100%;border: 1px solid #DFDFDF;border-radius:3px; margin-top: 8px;padding-bottom: 5px;
315
+ }
316
+ .xyz_fbap_meta_acclist_table_td{
317
+ background: linear-gradient(to top, #ECECEC, #F9F9F9) repeat scroll 0 0 #F1F1F1;border-bottom: 1px solid #DFDFDF;height: 25px;
318
+ }
319
+
320
+ .xyz_fbap_meta_acclist_table select ,.xyz_fbap_meta_acclist_table textarea{
321
+ width: 200px;padding: 3px !important;height: 2.35em !important;
322
+ }
323
+
324
+ a {
325
+ text-decoration: none;
326
+ }
327
+ /*new design start*/
328
+ .xyz_fbap_social_media {
329
+ background-color: #456a72;
330
+ width: 22%;
331
+ float: left;
332
+ min-height: 130px;
333
+ margin: 10px 10px 10px 0px;
334
+ padding: 10px;
335
+ border: 1px solid #456a72;
336
+ border-radius: 3px;
337
+ }
338
+ .xyz_fbap_sugession {
339
+ background-color: #571B35;
340
+ width: 20%;
341
+ float: left;
342
+ min-height: 130px;
343
+ margin: 10px 10px 10px 0px;
344
+ padding: 10px;
345
+ border: 1px solid #731C47;
346
+ border-radius: 3px;
347
+ font-size: 12px;
348
+ color: #ffffff;
349
+ }
350
+ .xyz_fbap_new_subscribe {
351
+ background-color: #c82e53;
352
+ width: 27%;
353
+ float: left;
354
+ min-height: 130px;
355
+ margin: 10px 10px 10px 0px;
356
+ padding: 10px;
357
+ border: 1px solid #BE2963;
358
+ border-radius: 3px;
359
+ }
360
+ .xyz_fbap_inmotion {
361
+
362
+ width: 21%;
363
+ float: left;
364
+ min-height: 130px;
365
+ margin: 0px 0px 0px 0px;
366
+ }
367
+ .xyz_fbap_sugession a {
368
+ color: #D7B740;
369
+ text-decoration: underline;
370
+ }
371
+
372
+ .xyz_fbap_sugession a:hover{color:#fafa66; text-decoration:underline;}
373
+ .xyz_fbap_sugession p{
374
+ display: block;
375
+ float: left;
376
+ line-height: 20px;
377
+ width: 100%;
378
+ margin: 0px; width:50%;}
379
+
380
+ .xyz_new_star{background-image: url(../images/new_star.png);
381
+ width: 80px;
382
+ height: 20px;
383
+ display: block;
384
+ background-repeat: no-repeat;
385
+ float: left;
386
+ }
387
+
388
+ .sbmt_btn{ border: none;
389
+ color: #ffffff;
390
+ background-color: #4e0013;
391
+ padding: 5px 10px;
392
+ border-radius: 3px;
393
+ cursor: pointer;}
394
+
395
+ .xyz_fbap_inmotion a:hover{color:#94dbff; text-decoration:underline;}
396
+
397
+ .xyz_fbap_inmotion_label{
398
+ height: 169px !important;
399
+ display: block;
400
+ margin: auto;
401
+ width:auto !important;}
402
+
403
+ .xyz_fbap_new_subscribe input{font-size:11px;margin: 5px;}
404
+
405
+ .xyz_fbap_social_media a{
406
+ margin: 0px 13px 5px 0px;
407
+ border: 1px solid #ddd;
408
+ width: 30px;
409
+ height: 30px;
410
+ padding-left: 0px;
411
+ display: block;
412
+ float: left;}
413
+
414
+ .xyz_fbap_inner_head{ color: #ffffff;
415
+ font-weight: 300;
416
+ border-bottom: 1px solid #eee;
417
+ margin: 0px 0px 10px;
418
+ padding-bottom: 10px;}
419
+
420
+ .xyz_fbap_plugin_head{margin: 0px;
421
+ font-size: 22px;
422
+ font-weight: 300;
423
+ padding: 0px 10px 5px;}
424
+
425
+ .xyz_fbap_name{border:none !important; width:46% !important;}
426
+ .xyz_fbap_email{border:none !important; width:46% !important;}
427
+
428
+ .xyz_fbap_our_plugins_new a{
429
+ text-decoration: none;
430
+ display: block;
431
+ background-color: #ddd;
432
+ float: left;
433
+ width: 23%;
434
+ margin: 1px;
435
+ padding: 0px 10px 0px 0px;
436
+ color: #094969;
437
+ outline: 0 !important;
438
+ line-height: 27px;
439
+ }
440
+ .xyz_fbap_our_plugins_new a:hover{text-decoration:underline;}
441
+
442
+ .xyz_fbap_our_plugins_new a:active{box-shadow:none !important;}
443
+
444
+ .xyz_fbap_our_plugins_new a span{
445
+ background-color: #00a0d2;
446
+ color: #FFFFFF;
447
+ width: 30px;
448
+ min-height: 28px;
449
+ display: block;
450
+ float: left;
451
+ text-align: center;
452
+ margin-right: 10px;
453
+ border-right: 2px solid #fff;}
454
+
455
+ .xyz_rate_btn{color: #E77E22 !important;
456
+ text-decoration: none !important;
457
+ margin-right: 4px !important;
458
+ font-weight: bold;
459
+ background-color: #fff1d6 !important;
460
+ border: 1px solid #E77E22 !important;
461
+ box-shadow:none !important;}
462
+
463
+ .xyz_backlink_btn{color: #00a016 !important;
464
+ text-decoration: none !important;
465
+ margin-right: 4px !important;
466
+ font-weight: bold;
467
+ background-color: #f0fff2 !important;
468
+ border: 1px solid #00a016 !important;
469
+ box-shadow:none !important;}
470
+
471
+ .xyz_share_btn{color: #177ABD !important;
472
+ text-decoration: none !important;
473
+ margin-right: 4px !important;
474
+ font-weight: bold;
475
+ border: 1px solid #177ABD !important;
476
+ background-color: #edf8ff !important;
477
+ box-shadow:none !important;}
478
+
479
+ .xyz_donate_btn{color: #C12AA2 !important;
480
+ text-decoration: none !important;
481
+ margin-right: 4px !important;
482
+ font-weight: bold;
483
+ border: 1px solid #C12AA2 !important;
484
+ background-color: #feeafa !important;
485
+ box-shadow:none !important;}
486
+
487
+ .xyz_show_btn{color: #F15E77 !important;
488
+ text-decoration: none !important;
489
+ margin-right: 4px !important;
490
+ font-weight: bold;
491
+ border: 1px solid #F15E77 !important;
492
+ background-color: #ffeddf !important;
493
+ box-shadow: none !important;}
494
+
495
+ @media screen and (max-width: 1351px) {
496
+
497
+ .xyz_fbap_social_media{width:21%;}
498
+
499
+ .xyz_fbap_new_subscribe{width:24%;}
500
+
501
+ .xyz_fbap_inmotion{width:21%;}
502
+
503
+ .xyz_fbap_sugession{width:20%;}
504
+
505
+ .xyz_fbap_name{border:none !important; width:45% !important;}
506
+
507
+ .xyz_fbap_email{border:none !important; width:45% !important;}
508
+
509
+ .xyz_fbap_our_plugins_new a{width:23%;}
510
+
511
+ }
512
+
513
+ @media screen and (max-width: 1251px) {
514
+
515
+ .xyz_fbap_social_media{width:21%;}
516
+
517
+ .xyz_fbap_new_subscribe{width:24%;}
518
+
519
+ .xyz_fbap_inmotion{width:21%;}
520
+
521
+ .xyz_fbap_sugession{width:22%;}
522
+
523
+ .xyz_fbap_name{border:none !important; width:45% !important;}
524
+
525
+ .xyz_fbap_email{border:none !important; width:45% !important;}
526
+
527
+ #xyz_fbap_submit_fbap{line-height:20px;}
528
+
529
+
530
+ .xyz_fbap_our_plugins_new a{width:23.6%;}
531
+ }
532
+
533
+ @media screen and (max-width:1155px)
534
+ {
535
+ .xyz_fbap_social_media{width:45%;}
536
+ .xyz_fbap_new_subscribe{width:45%;}
537
+ .xyz_fbap_inmotion{width:45%;}
538
+ .xyz_fbap_sugession{width:45%;}
539
+ .xyz_fbap_our_plugins_new a{width:31%;}
540
+ }
541
+
542
+
543
+ @media screen and (max-width: 782px)
544
+ {
545
+ .xyz_fbap_social_media{width:44%;}
546
+
547
+ .xyz_fbap_new_subscribe{width:44%;}
548
+
549
+ .xyz_fbap_inmotion{width:44%;}
550
+
551
+ .xyz_fbap_sugession{width:44%;}
552
+
553
+ .xyz_fbap_our_plugins_new a{width:30%;}
554
+
555
+ .xyz_fbap_name{border:none !important; width:46% !important;}
556
+
557
+ .xyz_fbap_email{border:none !important; width:46% !important;}
558
+ }
559
+
560
+
561
+ @media screen and (max-width: 768px)
562
+ {
563
+ #xyz_fbap_submit_fbap{line-height:20px;}
564
+ .xyz_fbap_our_plugins_new a{width:30%; font-size:11px !important;}
565
+ }
566
+
567
+
568
+ @media screen and (max-width: 675px)
569
+ {
570
+ .xyz_fbap_our_plugins_new a{width:45%; font-size:11px !important;}
571
+ .xyz_fbap_name{border:none !important; width:95% !important;}
572
+ .xyz_fbap_email {
573
+ border: none !important;
574
+ width: 95% !important;
575
+ }
576
+ .xyz_fbap_inmotion_label {
577
+ height: 185px;
578
+ display: block;
579
+ margin: auto;
580
+ }
581
+ }
582
+
583
+
584
+ @media screen and (max-width: 562px)
585
+ {
586
+ .xyz_fbap_sugession{width:92.5%;}
587
+
588
+
589
+ .xyz_fbap_new_subscribe{width:92.5%;}
590
+
591
+
592
+ .xyz_fbap_social_media{width:92.5%;}
593
+ .xyz_fbap_inmotion{width:92.5%;}
594
+ .xyz_fbap_email {
595
+ border: none !important;
596
+ width: 95% !important;
597
+ }
598
+ }
599
+
600
+
601
+ @media screen and (max-width: 532px){
602
+
603
+
604
+ .xyz_fbap_social_media{width:92.5%;}
605
+
606
+ .xyz_fbap_new_subscribe{width:92.5%;}
607
+
608
+ .xyz_fbap_inmotion{width:92.5%;}
609
+
610
+ .xyz_fbap_sugession{width:92.5%;}
611
+
612
+ .xyz_fbap_our_plugins_new a{width:92.5%;}
613
+
614
+ .xyz_fbap_name{border:none !important; width:95% !important;}
615
+
616
+ .xyz_fbap_email{border:none !important; width:95% !important;}
617
+ }
618
+
619
+
620
+ /*new design end*/
621
+ .switch-field input[type=radio] {
622
+ position: absolute !important;
623
+ clip: rect(0, 0, 0, 0);
624
+ height: 1px;
625
+ width: 1px;
626
+ border: 0;
627
+ overflow: hidden;
628
+ }
629
+
630
+ .switch-field label {
631
+ float: left;
632
+ }
633
+
634
+ .switch-field label {
635
+ display: inline-block;
636
+ color: rgba(0, 0, 0, 0.6);
637
+ width: 50px;
638
+ font-weight: normal;
639
+ text-align: center;
640
+ text-shadow: none;
641
+ padding: 6px 14px;
642
+ -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
643
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
644
+ -webkit-transition: all 0.1s ease-in-out;
645
+ -moz-transition: all 0.1s ease-in-out;
646
+ -ms-transition: all 0.1s ease-in-out;
647
+ -o-transition: all 0.1s ease-in-out;
648
+ transition: all 0.1s ease-in-out;
649
+ }
650
+ .switch-field label:hover {
651
+ cursor: pointer;
652
+ }
653
+ .switch-field label:first-of-type {
654
+ border-radius: 4px 0 0 4px;min-width: 50px;width:auto;
655
+ }
656
+ .switch-field label:last-of-type {
657
+ border-radius: 0 4px 4px 0;min-width: 50px;width:auto;
658
+ }
659
+ .scroll_checkbox
660
+ {
661
+ border: 2px solid #ccc;
662
+ width: 200px;
663
+ height: 150px;
664
+ overflow-y: scroll;
665
+ overflow-x: visible;
666
+ }
667
+ .toplevel_page_facebook-auto-publish-settings img{
668
+ width:20px;
669
+ height:auto;
670
+ }
671
+ .xyz_fbap_toggle_off
672
+ {
673
+ background-color:#dddddd !important;
674
+ color:#888888 !important;
675
+ font-weight:normal !important;
676
+ }
677
+ .xyz_fbap_toggle_on
678
+ {
679
+ background-color:#006CBF !important;
680
+ color:#ffffff !important;
681
+ font-weight:bold !important;
682
+ }
683
+ .xyz-fbap-buy-now{
684
+ float: left;
685
+ margin-top: 3px;
686
+ }
687
+ .xyz-fbap-buy-now img{
688
+ width:148px !important;
689
+ height:38px !important;
690
+ }
691
+ .xyz-fbap-buy-button {
692
+ display:block;
693
+ color:white;
694
+ padding:5px 21px;
695
+ background: #545454;
696
+ border: 0;
697
+ border-bottom: 2px solid #545454;
698
+ cursor: pointer;
699
+ -webkit-box-shadow: inset 0 -2px #545454;
700
+ box-shadow: inset 0 -2px #545454;
701
+ text-decoration: none;
702
+ font-size: 14px;
703
+ font-weight: bold;
704
+ border-radius:3px;
705
+ text-align: center;
706
+ }
707
+ .xyz_fbap_td_custom a {
708
+ font-size:13px;
709
+ }
710
+ /* Style the tab */
711
+ .xyz_fbap_tab {
712
+ overflow: hidden;
713
+ background-color: #f1f1f1;
714
+ }
715
+
716
+ /* Style the buttons inside the tab */
717
+ .xyz_fbap_tab button {
718
+ float: left;
719
+ border: none;
720
+ outline: none;
721
+ cursor: pointer;
722
+ padding: 14px 16px;
723
+ transition: 0.3s;
724
+ font-size: 17px;
725
+ background-color: #cecece;
726
+ color: #006CBF;
727
+ margin-right: 2px;
728
+ border-radius: 8px 8px 0px 0px;
729
+ border-top: 1px solid #b9aeae;
730
+ border-right: 1px solid #b9aeae;
731
+ border-left: 1px solid #b9aeae;
732
+ border-bottom: 1px solid #fff;
733
+ font-weight: 600;
734
+ }
735
+
736
+ /* Change background color of buttons on hover */
737
+ .xyz_fbap_tab button:hover {
738
+ background-color: #cecece;
739
+ }
740
+
741
+ /* Create an active/current tablink class */
742
+ .xyz_fbap_tab button.active {
743
+ background-color: #ffffff;
744
+ color: #006CBF;
745
+ }
746
+
747
+
748
+ /* Style the tab content */
749
+ .xyz_fbap_tabcontent {
750
+ display: none;
751
+ padding: 6px 12px;
752
+ border: 1px solid #ccc;
753
+ margin-top: -2px;
754
+ }
755
+
756
+
757
  .xyz_fbap_widefat_table h2{color: #006CBF;}
facebook-auto-publish.php CHANGED
@@ -1,79 +1,79 @@
1
- <?php
2
- /*
3
- Plugin Name: WP2Social 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: 2.3.2
7
- Author: xyzscripts.com
8
- Author URI: https://xyzscripts.com/
9
- License: GPLv2 or later
10
- */
11
-
12
- /*
13
- This program is free software; you can redistribute it and/or
14
- modify it under the terms of the GNU General Public License
15
- as published by the Free Software Foundation; either version 2
16
- of the License, or (at your option) any later version.
17
-
18
- This program is distributed in the hope that it will be useful,
19
- but WITHOUT ANY WARRANTY; without even the implied warranty of
20
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
- GNU General Public License for more details.
22
-
23
- You should have received a copy of the GNU General Public License
24
- along with this program; if not, write to the Free Software
25
- Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
26
- */
27
- if( !defined('ABSPATH') ){ exit();}
28
- if ( !function_exists( 'add_action' ) ) {
29
- echo "Hi there! I'm just a plugin, not much I can do when called directly.";
30
- exit;
31
- }
32
-
33
- //error_reporting(E_ALL);
34
- define('XYZ_FBAP_PLUGIN_FILE',__FILE__);
35
- define('XYZ_FBAP_FB_API_VERSION','v7.0');
36
- if (!defined('XYZ_SMAP_SOLUTION_AUTH_URL'))
37
- define('XYZ_SMAP_SOLUTION_AUTH_URL','https://authorize.smapsolutions.com/');
38
- if (!defined('XYZ_SMAP_SOLUTION_PUBLISH_URL'))
39
- define('XYZ_SMAP_SOLUTION_PUBLISH_URL','https://free-publish.smapsolutions.com/');
40
-
41
- include_once(ABSPATH.'wp-includes/version.php');
42
- global $wp_version;
43
- define('XYZ_WP_FBAP_WP_VERSION',$wp_version);
44
- global $wpdb;
45
- if(isset($_POST) && isset($_POST['fb_auth'] ) ||(isset($_GET['page']) && ($_GET['page']=='facebook-auto-publish-suggest-feature'))|| (isset($_GET['page']) && ($_GET['page']=='facebook-auto-publish-settings')) || (isset($_GET['page']) && ($_GET['page']=='facebook-auto-publish-manage-authorizations')))
46
- {
47
- ob_start();
48
- }
49
- require_once( dirname( __FILE__ ) . '/admin/install.php' );
50
- require_once( dirname( __FILE__ ) . '/xyz-functions.php' );
51
- require_once( dirname( __FILE__ ) . '/admin/menu.php' );
52
- require_once( dirname( __FILE__ ) . '/admin/destruction.php' );
53
- if (version_compare(PHP_VERSION, '5.4.0', '>'))
54
- {
55
- require_once( dirname( __FILE__ ) . '/vendor/autoload.php');
56
- require_once( dirname( __FILE__ ) . '/admin/publish.php' );
57
- }
58
- require_once( dirname( __FILE__ ) . '/admin/ajax-backlink.php' );
59
- require_once( dirname( __FILE__ ) . '/admin/metabox.php' );
60
- require_once( dirname( __FILE__ ) . '/admin/admin-notices.php' );
61
- if(get_option('xyz_credit_link')=="fbap"){
62
-
63
- add_action('wp_footer', 'xyz_fbap_credit');
64
-
65
- }
66
- function xyz_fbap_credit() {
67
- $content = '<div style="clear:both;width:100%;text-align:center; font-size:11px; "><a target="_blank" title="WP2Social Auto Publish" href="https://xyzscripts.com/wordpress-plugins/facebook-auto-publish/compare" >WP2Social Auto Publish</a> Powered By : <a target="_blank" title="PHP Scripts & Programs" href="http://www.xyzscripts.com" >XYZScripts.com</a></div>';
68
- echo $content;
69
- }
70
- if(!function_exists('get_post_thumbnail_id'))
71
- add_theme_support( 'post-thumbnails' );
72
- add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'xyz_fbap_add_action_links' );
73
- function xyz_fbap_add_action_links( $links ) {
74
- $xyz_fbap_links = array(
75
- '<a href="' . admin_url( 'admin.php?page=facebook-auto-publish-settings' ) . '">Settings</a>',
76
- );
77
- return array_merge( $links, $xyz_fbap_links);
78
- }
79
- ?>
1
+ <?php
2
+ /*
3
+ Plugin Name: WP2Social 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: 2.3.3
7
+ Author: xyzscripts.com
8
+ Author URI: https://xyzscripts.com/
9
+ License: GPLv2 or later
10
+ */
11
+
12
+ /*
13
+ This program is free software; you can redistribute it and/or
14
+ modify it under the terms of the GNU General Public License
15
+ as published by the Free Software Foundation; either version 2
16
+ of the License, or (at your option) any later version.
17
+
18
+ This program is distributed in the hope that it will be useful,
19
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
20
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
+ GNU General Public License for more details.
22
+
23
+ You should have received a copy of the GNU General Public License
24
+ along with this program; if not, write to the Free Software
25
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
26
+ */
27
+ if( !defined('ABSPATH') ){ exit();}
28
+ if ( !function_exists( 'add_action' ) ) {
29
+ echo "Hi there! I'm just a plugin, not much I can do when called directly.";
30
+ exit;
31
+ }
32
+
33
+ //error_reporting(E_ALL);
34
+ define('XYZ_FBAP_PLUGIN_FILE',__FILE__);
35
+ define('XYZ_FBAP_FB_API_VERSION','v7.0');
36
+ if (!defined('XYZ_SMAP_SOLUTION_AUTH_URL'))
37
+ define('XYZ_SMAP_SOLUTION_AUTH_URL','https://authorize.smapsolutions.com/');
38
+ if (!defined('XYZ_SMAP_SOLUTION_PUBLISH_URL'))
39
+ define('XYZ_SMAP_SOLUTION_PUBLISH_URL','https://free-publish.smapsolutions.com/');
40
+
41
+ include_once(ABSPATH.'wp-includes/version.php');
42
+ global $wp_version;
43
+ define('XYZ_WP_FBAP_WP_VERSION',$wp_version);
44
+ global $wpdb;
45
+ if(isset($_POST) && isset($_POST['fb_auth'] ) ||(isset($_GET['page']) && ($_GET['page']=='facebook-auto-publish-suggest-feature'))|| (isset($_GET['page']) && ($_GET['page']=='facebook-auto-publish-settings')) || (isset($_GET['page']) && ($_GET['page']=='facebook-auto-publish-manage-authorizations')))
46
+ {
47
+ ob_start();
48
+ }
49
+ require_once( dirname( __FILE__ ) . '/admin/install.php' );
50
+ require_once( dirname( __FILE__ ) . '/xyz-functions.php' );
51
+ require_once( dirname( __FILE__ ) . '/admin/menu.php' );
52
+ require_once( dirname( __FILE__ ) . '/admin/destruction.php' );
53
+ if (version_compare(PHP_VERSION, '5.4.0', '>'))
54
+ {
55
+ require_once( dirname( __FILE__ ) . '/vendor/autoload.php');
56
+ require_once( dirname( __FILE__ ) . '/admin/publish.php' );
57
+ }
58
+ require_once( dirname( __FILE__ ) . '/admin/ajax-backlink.php' );
59
+ require_once( dirname( __FILE__ ) . '/admin/metabox.php' );
60
+ require_once( dirname( __FILE__ ) . '/admin/admin-notices.php' );
61
+ if(get_option('xyz_credit_link')=="fbap"){
62
+
63
+ add_action('wp_footer', 'xyz_fbap_credit');
64
+
65
+ }
66
+ function xyz_fbap_credit() {
67
+ $content = '<div style="clear:both;width:100%;text-align:center; font-size:11px; "><a target="_blank" title="WP2Social Auto Publish" href="https://xyzscripts.com/wordpress-plugins/facebook-auto-publish/compare" >WP2Social Auto Publish</a> Powered By : <a target="_blank" title="PHP Scripts & Programs" href="http://www.xyzscripts.com" >XYZScripts.com</a></div>';
68
+ echo $content;
69
+ }
70
+ if(!function_exists('get_post_thumbnail_id'))
71
+ add_theme_support( 'post-thumbnails' );
72
+ add_filter( 'plugin_action_links_' . plugin_basename(__FILE__), 'xyz_fbap_add_action_links' );
73
+ function xyz_fbap_add_action_links( $links ) {
74
+ $xyz_fbap_links = array(
75
+ '<a href="' . admin_url( 'admin.php?page=facebook-auto-publish-settings' ) . '">Settings</a>',
76
+ );
77
+ return array_merge( $links, $xyz_fbap_links);
78
+ }
79
+ ?>
js/notice.js CHANGED
File without changes
readme.txt CHANGED
@@ -1,294 +1,297 @@
1
- === WP2Social Auto Publish ===
2
- Contributors: f1logic
3
- Donate link: https://xyzscripts.com/donate/
4
- Tags: facebook, facebook auto publish,wp2fb auto publish,wp2social,wp2social 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: 5.4.1
7
- Stable tag: 2.3.2
8
- License: GPLv2 or later
9
-
10
- Publish posts automatically to Facebook page.
11
-
12
- == Description ==
13
-
14
- A quick look into WP2Social Auto Publish :
15
-
16
- ★ Publish message to Facebook with image
17
- ★ Attach post or share link to Facebook
18
- ★ Filter items to be published based on categories
19
- ★ Filter items to be published based on custom post types
20
- ★ Enable or disable wordpress page publishing
21
- ★ Customizable message formats for Facebook
22
-
23
-
24
- = WP2Social Auto Publish Features in Detail =
25
-
26
- The WP2Social Auto Publish lets you publish posts automatically from your blog to Facebook. 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 based on custom post-types as well as categories.
27
-
28
- The prominent features of the WP2Social Auto Publish plugin are highlighted below.
29
-
30
- = Supported Mechanisms =
31
-
32
- The various mechanisms of posting to Facebook are listed below.
33
-
34
- Simple text message
35
- Text message with image
36
- Share a link to your blog post
37
- Attach your blog post
38
- Post to specific pages on Facebook
39
-
40
- = Filter Settings =
41
-
42
- The plugin offers multiple kinds of filters for contents to be published automatically.
43
-
44
- Enable or disable publishing of wordpress pages
45
- Filter posts to be published based on categories
46
- Filtering based on custom post types
47
-
48
- = Message Format Settings =
49
-
50
- The supported post elements which can be published are given below.
51
-
52
- Post title
53
- Post description
54
- Post excerpt
55
- Permalink
56
- Blog title
57
- User nicename
58
- Post ID
59
- Post publish date
60
- User display name
61
-
62
-
63
- = About =
64
-
65
- WP2Social Auto Publish is developed and maintained by [XYZScripts](https://xyzscripts.com/ "xyzscripts.com"). For any support, you may [contact us](https://xyzscripts.com/support/ "XYZScripts Support").
66
-
67
- ★ [WP2Social Auto Publish User Guide](http://help.xyzscripts.com/docs/facebook-auto-publish/user-guide/ "WP2Social Auto Publish User Guide")
68
- ★ [WP2Social Auto Publish FAQ](http://help.xyzscripts.com/docs/facebook-auto-publish/faq/ "WP2Social Auto Publish FAQ")
69
-
70
- == Installation ==
71
-
72
- ★ [WP2Social Auto Publish User Guide](http://help.xyzscripts.com/docs/facebook-auto-publish/user-guide/ "WP2Social Auto Publish User Guide")
73
- ★ [WP2Social Auto Publish FAQ](http://help.xyzscripts.com/docs/facebook-auto-publish/faq/ "WP2Social Auto Publish FAQ")
74
-
75
- 1. Extract `facebook-auto-publish.zip` to your `/wp-content/plugins/` directory.
76
- 2. In the admin panel under plugins activate WP2Social Auto Publish.
77
- 3. You can configure the settings from WP2Social Auto Publish menu. (Make sure to Authorize Facebook application after saving the settings.)
78
- 4. Once these are done, posts should get automatically published based on your filter settings.
79
-
80
- If you need any further help, you may contact our [support desk](https://xyzscripts.com/support/ "XYZScripts Support").
81
-
82
- == Frequently Asked Questions ==
83
-
84
- ★ [WP2Social Auto Publish User Guide](http://help.xyzscripts.com/docs/facebook-auto-publish/user-guide/ "WP2Social Auto Publish User Guide")
85
- ★ [WP2Social Auto Publish FAQ](http://help.xyzscripts.com/docs/facebook-auto-publish/faq/ "WP2Social Auto Publish FAQ")
86
-
87
- = 1. The WP2Social Auto Publish is not working properly. =
88
-
89
- Please check the wordpress version you are using. Make sure it meets the minimum version recommended by us. Make sure all files of the `wp2social auto publish` plugin are uploaded to the folder `wp-content/plugins/`
90
-
91
-
92
- = 2. Can I post to Facebook pages instead of profile ? =
93
-
94
- Yes, you can select the pages to which you need to publish after authorizing Facebook application.
95
-
96
-
97
- = 3. How do I restrict auto publish to certain categories ? =
98
-
99
- Yes, you can specify the categories which need to be auto published from settings page.
100
-
101
-
102
- = 4. Why do I have to create applications in Facebook ? =
103
-
104
- When you create your own applications, it ensures that the posts to Facebook are not shared with any message like "shared via xxx"
105
-
106
-
107
- = 5. Which all data fields can I send to Facebook ? =
108
-
109
- You may use post title, content, excerpt, permalink, site title and user nicename for auto publishing.
110
-
111
-
112
- = 6. Why do I see SSL related errors in logs ? =
113
-
114
- SSL peer verification may not be functioning in your server. Please turn off SSL peer verification in settings of plugin and try again.
115
-
116
-
117
- = More questions ? =
118
-
119
- [Drop a mail](https://xyzscripts.com/support/ "XYZScripts Support") and we shall get back to you with the answers.
120
-
121
-
122
- == Screenshots ==
123
-
124
- 1. This is the Facebook configuration section.
125
- 2. This is the general settings section.
126
- 3. Publishing options while creating a post.
127
- 4. Auto publish logs.
128
-
129
- == Changelog ==
130
-
131
- = WP2Social Auto Publish 2.3.2 =
132
- * Minor bugs fixed
133
- * Compatibility with facebook API V 7.0 added
134
-
135
- = WP2Social Auto Publish 2.3.1 =
136
- * Added option to clear facebook cache
137
-
138
- = WP2Social Auto Publish 2.3 =
139
- * Support for free trial of SMAPSOLUTION's api
140
- * Added option to upgrade SMAPSOLUTION's subscription package
141
- * Option to enable enforcing og meta tags in auto publish
142
- * Option to remove inactive facebook authorizations
143
-
144
- = WP2Social Auto Publish 2.2.1 =
145
- * Plugin name changed to WP2Social Auto Publish
146
-
147
- = WP2FB Auto Publish 2.2 =
148
- * Plugin name changed to WP2FB Auto Publish, as per Facebook guidelines
149
- * Fixed bug in specific category selection on edit posts
150
- * Option to reuse last used auto publish settings on edit posts
151
-
152
- = WP Facebook Auto Publish 2.1 =
153
- * Added page for managing authorizations of smapsolutions app
154
- * Compatibility with gutenberg editor
155
- * Option to view social media posts from auto publish logs
156
- * Settings menu reorganized
157
- * Compatibility with PHP 7.2
158
-
159
- = WP Facebook Auto Publish 2.0.1 =
160
- * Fix for settings page auto refresh
161
-
162
- = WP Facebook Auto Publish 2.0 =
163
- * Removed unwanted facebook permissions
164
- * Added Facebook authorization and publishing using SMAPSolutions.com
165
- * Increased logs count from 5 to 10
166
-
167
- = WP Facebook Auto Publish 1.4.9 =
168
- * Removed Facebook deprecated permission 'publish_actions'
169
- * Applied wordpress time format in {POST_PUBLISH_DATE}
170
-
171
- = WP Facebook Auto Publish 1.4.8 =
172
- * Plugin name changed to WP Facebook Auto Publish, as per wordpress guidelines
173
-
174
- = Facebook Auto Publish 1.4.7 =
175
- * Fixed facebook authorisation issue
176
- * Minor bug fixes
177
- * UI updated
178
-
179
- = Facebook Auto Publish 1.4.6 =
180
- * Added USER_DISPLAY_NAME in message formats
181
- * Minor security issues fixed
182
-
183
- = Facebook Auto Publish 1.4.5 =
184
- * Compatibility with facebook API V 2.11 added
185
- * Minor bug fixes
186
-
187
- = Facebook Auto Publish 1.4.4 =
188
- * Removed Caption from {POST_CONTENT}
189
- * Fixed Facebook image selection issue for 'Share a link to your blog post' and 'Attach your blog post'
190
- * Fixed ssl peer verification in wp_remote_get/wp_remote_post calls
191
-
192
- = Facebook Auto Publish 1.4.3 =
193
- * Added POST_ID and POST_PUBLISH_DATE in message formats
194
-
195
- = Facebook Auto Publish 1.4.2 =
196
- * Fixed facebook boost unavailable issue
197
- * Nonce added
198
- * Prevented direct access to plugin files
199
- * Data validation updated
200
- * App album related issue fixed
201
-
202
- = Facebook Auto Publish 1.4.1 =
203
- * utf-8 decoding issue fixed
204
- * Visual composer compatiblity issue fixed
205
- * Minor bugs fixed
206
-
207
- = Facebook Auto Publish 1.4 =
208
- * Facebook api updated(requires PHP version 5.4 or higher)
209
-
210
- = Facebook Auto Publish 1.3.1 =
211
- * Fixed custom post types autopublish issue
212
- * Fixed duplicate autopublish issue
213
-
214
- = Facebook Auto Publish 1.3 =
215
- * Added option to enable/disable utf-8 decoding before publishing
216
- * Removed unwanted configuration related to 'future_to_publish' hook
217
- * Removed unwanted setting "Facebook user id"
218
- * Postid added in autopublish logs
219
- * Updated auto publish mechanism using transition_post_status hook
220
- * Open graph meta tags will be prefered for facebook attachments
221
-
222
- = Facebook Auto Publish 1.2.4 =
223
- * Added option to enable/disable "future_to_publish" hook for handling auto publish of scheduled posts
224
- * Added options to enable/disable "the_content", "the_excerpt", "the_title" filters on content to be auto-published
225
- * Resolved issue in fetching facebook pages in settings page (in case of more than 100 pages)
226
- * Inline edit of posts will work according to the value set for "Default selection of auto publish while editing posts/pages"
227
- * Latest five auto publish logs are maintained
228
-
229
- = Facebook Auto Publish 1.2.3 =
230
- * Fixed category display issue
231
- * Removed outdated facebook scopes from authorization
232
-
233
- = Facebook Auto Publish 1.2.2 =
234
- * Bug fix for duplicate publishing of scheduled posts
235
-
236
- = Facebook Auto Publish 1.2.1 =
237
- * Fixed auto publish related bug in post edit
238
- * Fixed message format bug in auto publish
239
- * Updated Facebook authorization
240
-
241
- = Facebook Auto Publish 1.2 =
242
- * Option to configure auto publish settings while editing posts/pages
243
- * General setting to enable/disable post publishing
244
- * Added auto publish for scheduled post
245
- * Fixed issue related to \" in auto publish
246
-
247
- = Facebook Auto Publish 1.1.2 =
248
- * Fixed auto-publish of scheduled post
249
-
250
- = Facebook Auto Publish 1.1.1 =
251
- * Added compatibility with wordpress 3.9.1
252
- * Facebook API V 2.0 compatibility added
253
- * Compatibility with bitly plugin
254
-
255
- = Facebook Auto Publish 1.1 =
256
- * View logs for last published post
257
- * Option to enable/disable SSL peer verification
258
- * Option to reauthorize the application
259
-
260
- = Facebook Auto Publish 1.0.2 =
261
- * Bug fixed for &amp;nbsp; in post
262
-
263
- = Facebook Auto Publish 1.0.1 =
264
- * Default image fetch logic for auto publish updated.
265
- * Thumbnail image logic updated.
266
-
267
- = Facebook Auto Publish 1.0 =
268
- * First official launch.
269
-
270
- == Upgrade Notice ==
271
-
272
- = Facebook Auto Publish 1.0.1 =
273
- If you had issues with default image used for auto publishing, you may apply this upgrade.
274
-
275
- = Facebook Auto Publish 1.0 =
276
- First official launch.
277
-
278
- == More Information ==
279
-
280
- ★ [WP2Social Auto Publish User Guide](http://help.xyzscripts.com/docs/facebook-auto-publish/ "WP2Social Auto Publish User Guide")
281
- [WP2Social Auto Publish FAQ](http://help.xyzscripts.com/docs/facebook-auto-publish/faq/ "WP2Social Auto Publish FAQ")
282
-
283
- = Troubleshooting =
284
-
285
- Please read the FAQ first if you are having problems.
286
-
287
- = Requirements =
288
-
289
- WordPress 3.0+
290
- PHP 5.4+
291
-
292
- = Feedback =
293
-
294
- We would like to receive your feedback and suggestions about WP2Social Auto Publish plugin. You may submit them at our [support desk](https://xyzscripts.com/support/ "XYZScripts Support").
 
 
 
1
+ === WP2Social Auto Publish ===
2
+ Contributors: f1logic
3
+ Donate link: https://xyzscripts.com/donate/
4
+ Tags: facebook, facebook auto publish,wp2fb auto publish,wp2social,wp2social 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: 5.7
7
+ Stable tag: 2.3.3
8
+ License: GPLv2 or later
9
+
10
+ Publish posts automatically to Facebook page.
11
+
12
+ == Description ==
13
+
14
+ A quick look into WP2Social Auto Publish :
15
+
16
+ ★ Publish message to Facebook with image
17
+ ★ Attach post or share link to Facebook
18
+ ★ Filter items to be published based on categories
19
+ ★ Filter items to be published based on custom post types
20
+ ★ Enable or disable wordpress page publishing
21
+ ★ Customizable message formats for Facebook
22
+
23
+
24
+ = WP2Social Auto Publish Features in Detail =
25
+
26
+ The WP2Social Auto Publish lets you publish posts automatically from your blog to Facebook. 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 based on custom post-types as well as categories.
27
+
28
+ The prominent features of the WP2Social Auto Publish plugin are highlighted below.
29
+
30
+ = Supported Mechanisms =
31
+
32
+ The various mechanisms of posting to Facebook are listed below.
33
+
34
+ Simple text message
35
+ Text message with image
36
+ Share a link to your blog post
37
+ Attach your blog post
38
+ Post to specific pages on Facebook
39
+
40
+ = Filter Settings =
41
+
42
+ The plugin offers multiple kinds of filters for contents to be published automatically.
43
+
44
+ Enable or disable publishing of wordpress pages
45
+ Filter posts to be published based on categories
46
+ Filtering based on custom post types
47
+
48
+ = Message Format Settings =
49
+
50
+ The supported post elements which can be published are given below.
51
+
52
+ Post title
53
+ Post description
54
+ Post excerpt
55
+ Permalink
56
+ Blog title
57
+ User nicename
58
+ Post ID
59
+ Post publish date
60
+ User display name
61
+
62
+
63
+ = About =
64
+
65
+ WP2Social Auto Publish is developed and maintained by [XYZScripts](https://xyzscripts.com/ "xyzscripts.com"). For any support, you may [contact us](https://xyzscripts.com/support/ "XYZScripts Support").
66
+
67
+ ★ [WP2Social Auto Publish User Guide](http://help.xyzscripts.com/docs/facebook-auto-publish/user-guide/ "WP2Social Auto Publish User Guide")
68
+ ★ [WP2Social Auto Publish FAQ](http://help.xyzscripts.com/docs/facebook-auto-publish/faq/ "WP2Social Auto Publish FAQ")
69
+
70
+ == Installation ==
71
+
72
+ ★ [WP2Social Auto Publish User Guide](http://help.xyzscripts.com/docs/facebook-auto-publish/user-guide/ "WP2Social Auto Publish User Guide")
73
+ ★ [WP2Social Auto Publish FAQ](http://help.xyzscripts.com/docs/facebook-auto-publish/faq/ "WP2Social Auto Publish FAQ")
74
+
75
+ 1. Extract `facebook-auto-publish.zip` to your `/wp-content/plugins/` directory.
76
+ 2. In the admin panel under plugins activate WP2Social Auto Publish.
77
+ 3. You can configure the settings from WP2Social Auto Publish menu. (Make sure to Authorize Facebook application after saving the settings.)
78
+ 4. Once these are done, posts should get automatically published based on your filter settings.
79
+
80
+ If you need any further help, you may contact our [support desk](https://xyzscripts.com/support/ "XYZScripts Support").
81
+
82
+ == Frequently Asked Questions ==
83
+
84
+ ★ [WP2Social Auto Publish User Guide](http://help.xyzscripts.com/docs/facebook-auto-publish/user-guide/ "WP2Social Auto Publish User Guide")
85
+ ★ [WP2Social Auto Publish FAQ](http://help.xyzscripts.com/docs/facebook-auto-publish/faq/ "WP2Social Auto Publish FAQ")
86
+
87
+ = 1. The WP2Social Auto Publish is not working properly. =
88
+
89
+ Please check the wordpress version you are using. Make sure it meets the minimum version recommended by us. Make sure all files of the `wp2social auto publish` plugin are uploaded to the folder `wp-content/plugins/`
90
+
91
+
92
+ = 2. Can I post to Facebook pages instead of profile ? =
93
+
94
+ Yes, you can select the pages to which you need to publish after authorizing Facebook application.
95
+
96
+
97
+ = 3. How do I restrict auto publish to certain categories ? =
98
+
99
+ Yes, you can specify the categories which need to be auto published from settings page.
100
+
101
+
102
+ = 4. Why do I have to create applications in Facebook ? =
103
+
104
+ When you create your own applications, it ensures that the posts to Facebook are not shared with any message like "shared via xxx"
105
+
106
+
107
+ = 5. Which all data fields can I send to Facebook ? =
108
+
109
+ You may use post title, content, excerpt, permalink, site title and user nicename for auto publishing.
110
+
111
+
112
+ = 6. Why do I see SSL related errors in logs ? =
113
+
114
+ SSL peer verification may not be functioning in your server. Please turn off SSL peer verification in settings of plugin and try again.
115
+
116
+
117
+ = More questions ? =
118
+
119
+ [Drop a mail](https://xyzscripts.com/support/ "XYZScripts Support") and we shall get back to you with the answers.
120
+
121
+
122
+ == Screenshots ==
123
+
124
+ 1. This is the Facebook configuration section.
125
+ 2. This is the general settings section.
126
+ 3. Publishing options while creating a post.
127
+ 4. Auto publish logs.
128
+
129
+ == Changelog ==
130
+
131
+ = WP2Social Auto Publish 2.3.3 =
132
+ * Minor bug fixes
133
+
134
+ = WP2Social Auto Publish 2.3.2 =
135
+ * Minor bugs fixed
136
+ * Compatibility with facebook API V 7.0 added
137
+
138
+ = WP2Social Auto Publish 2.3.1 =
139
+ * Added option to clear facebook cache
140
+
141
+ = WP2Social Auto Publish 2.3 =
142
+ * Support for free trial of SMAPSOLUTION's api
143
+ * Added option to upgrade SMAPSOLUTION's subscription package
144
+ * Option to enable enforcing og meta tags in auto publish
145
+ * Option to remove inactive facebook authorizations
146
+
147
+ = WP2Social Auto Publish 2.2.1 =
148
+ * Plugin name changed to WP2Social Auto Publish
149
+
150
+ = WP2FB Auto Publish 2.2 =
151
+ * Plugin name changed to WP2FB Auto Publish, as per Facebook guidelines
152
+ * Fixed bug in specific category selection on edit posts
153
+ * Option to reuse last used auto publish settings on edit posts
154
+
155
+ = WP Facebook Auto Publish 2.1 =
156
+ * Added page for managing authorizations of smapsolutions app
157
+ * Compatibility with gutenberg editor
158
+ * Option to view social media posts from auto publish logs
159
+ * Settings menu reorganized
160
+ * Compatibility with PHP 7.2
161
+
162
+ = WP Facebook Auto Publish 2.0.1 =
163
+ * Fix for settings page auto refresh
164
+
165
+ = WP Facebook Auto Publish 2.0 =
166
+ * Removed unwanted facebook permissions
167
+ * Added Facebook authorization and publishing using SMAPSolutions.com
168
+ * Increased logs count from 5 to 10
169
+
170
+ = WP Facebook Auto Publish 1.4.9 =
171
+ * Removed Facebook deprecated permission 'publish_actions'
172
+ * Applied wordpress time format in {POST_PUBLISH_DATE}
173
+
174
+ = WP Facebook Auto Publish 1.4.8 =
175
+ * Plugin name changed to WP Facebook Auto Publish, as per wordpress guidelines
176
+
177
+ = Facebook Auto Publish 1.4.7 =
178
+ * Fixed facebook authorisation issue
179
+ * Minor bug fixes
180
+ * UI updated
181
+
182
+ = Facebook Auto Publish 1.4.6 =
183
+ * Added USER_DISPLAY_NAME in message formats
184
+ * Minor security issues fixed
185
+
186
+ = Facebook Auto Publish 1.4.5 =
187
+ * Compatibility with facebook API V 2.11 added
188
+ * Minor bug fixes
189
+
190
+ = Facebook Auto Publish 1.4.4 =
191
+ * Removed Caption from {POST_CONTENT}
192
+ * Fixed Facebook image selection issue for 'Share a link to your blog post' and 'Attach your blog post'
193
+ * Fixed ssl peer verification in wp_remote_get/wp_remote_post calls
194
+
195
+ = Facebook Auto Publish 1.4.3 =
196
+ * Added POST_ID and POST_PUBLISH_DATE in message formats
197
+
198
+ = Facebook Auto Publish 1.4.2 =
199
+ * Fixed facebook boost unavailable issue
200
+ * Nonce added
201
+ * Prevented direct access to plugin files
202
+ * Data validation updated
203
+ * App album related issue fixed
204
+
205
+ = Facebook Auto Publish 1.4.1 =
206
+ * utf-8 decoding issue fixed
207
+ * Visual composer compatiblity issue fixed
208
+ * Minor bugs fixed
209
+
210
+ = Facebook Auto Publish 1.4 =
211
+ * Facebook api updated(requires PHP version 5.4 or higher)
212
+
213
+ = Facebook Auto Publish 1.3.1 =
214
+ * Fixed custom post types autopublish issue
215
+ * Fixed duplicate autopublish issue
216
+
217
+ = Facebook Auto Publish 1.3 =
218
+ * Added option to enable/disable utf-8 decoding before publishing
219
+ * Removed unwanted configuration related to 'future_to_publish' hook
220
+ * Removed unwanted setting "Facebook user id"
221
+ * Postid added in autopublish logs
222
+ * Updated auto publish mechanism using transition_post_status hook
223
+ * Open graph meta tags will be prefered for facebook attachments
224
+
225
+ = Facebook Auto Publish 1.2.4 =
226
+ * Added option to enable/disable "future_to_publish" hook for handling auto publish of scheduled posts
227
+ * Added options to enable/disable "the_content", "the_excerpt", "the_title" filters on content to be auto-published
228
+ * Resolved issue in fetching facebook pages in settings page (in case of more than 100 pages)
229
+ * Inline edit of posts will work according to the value set for "Default selection of auto publish while editing posts/pages"
230
+ * Latest five auto publish logs are maintained
231
+
232
+ = Facebook Auto Publish 1.2.3 =
233
+ * Fixed category display issue
234
+ * Removed outdated facebook scopes from authorization
235
+
236
+ = Facebook Auto Publish 1.2.2 =
237
+ * Bug fix for duplicate publishing of scheduled posts
238
+
239
+ = Facebook Auto Publish 1.2.1 =
240
+ * Fixed auto publish related bug in post edit
241
+ * Fixed message format bug in auto publish
242
+ * Updated Facebook authorization
243
+
244
+ = Facebook Auto Publish 1.2 =
245
+ * Option to configure auto publish settings while editing posts/pages
246
+ * General setting to enable/disable post publishing
247
+ * Added auto publish for scheduled post
248
+ * Fixed issue related to \" in auto publish
249
+
250
+ = Facebook Auto Publish 1.1.2 =
251
+ * Fixed auto-publish of scheduled post
252
+
253
+ = Facebook Auto Publish 1.1.1 =
254
+ * Added compatibility with wordpress 3.9.1
255
+ * Facebook API V 2.0 compatibility added
256
+ * Compatibility with bitly plugin
257
+
258
+ = Facebook Auto Publish 1.1 =
259
+ * View logs for last published post
260
+ * Option to enable/disable SSL peer verification
261
+ * Option to reauthorize the application
262
+
263
+ = Facebook Auto Publish 1.0.2 =
264
+ * Bug fixed for &amp;nbsp; in post
265
+
266
+ = Facebook Auto Publish 1.0.1 =
267
+ * Default image fetch logic for auto publish updated.
268
+ * Thumbnail image logic updated.
269
+
270
+ = Facebook Auto Publish 1.0 =
271
+ * First official launch.
272
+
273
+ == Upgrade Notice ==
274
+
275
+ = Facebook Auto Publish 1.0.1 =
276
+ If you had issues with default image used for auto publishing, you may apply this upgrade.
277
+
278
+ = Facebook Auto Publish 1.0 =
279
+ First official launch.
280
+
281
+ == More Information ==
282
+
283
+ [WP2Social Auto Publish User Guide](http://help.xyzscripts.com/docs/facebook-auto-publish/ "WP2Social Auto Publish User Guide")
284
+ ★ [WP2Social Auto Publish FAQ](http://help.xyzscripts.com/docs/facebook-auto-publish/faq/ "WP2Social Auto Publish FAQ")
285
+
286
+ = Troubleshooting =
287
+
288
+ Please read the FAQ first if you are having problems.
289
+
290
+ = Requirements =
291
+
292
+ WordPress 3.0+
293
+ PHP 5.4+
294
+
295
+ = Feedback =
296
+
297
+ We would like to receive your feedback and suggestions about WP2Social Auto Publish plugin. You may submit them at our [support desk](https://xyzscripts.com/support/ "XYZScripts Support").
xyz-functions.php CHANGED
File without changes