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 | 2.2.1 |
Comparing to | |
See all releases |
Code changes from version 2.2 to 2.2.1
- admin/about.php +112 -5
- admin/admin-notices.php +11 -11
- admin/destruction.php +0 -1
- admin/fbap-suggest-feature.php +1 -1
- admin/footer.php +1 -1
- admin/install.php +2 -3
- admin/manage-authorizations.php +3 -1
- admin/menu.php +1 -1
- admin/metabox.php +2 -2
- admin/publish.php +4 -5
- facebook-auto-publish.php +3 -3
- readme.txt +26 -22
admin/about.php
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
<?php
|
2 |
if( !defined('ABSPATH') ){ exit();}
|
3 |
?>
|
4 |
-
<h1 style="visibility: visible;">
|
5 |
|
6 |
<div style="width: 99%">
|
7 |
<p style="text-align: justify">
|
8 |
-
|
9 |
-
|
10 |
|
11 |
|
12 |
|
@@ -25,6 +25,7 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
25 |
<td><h2>Free</h2>
|
26 |
</td>
|
27 |
<td><h2>Premium</h2></td>
|
|
|
28 |
</tr>
|
29 |
<!-- Supported Media -->
|
30 |
<tr>
|
@@ -34,6 +35,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
34 |
</td>
|
35 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
36 |
</td>
|
|
|
|
|
37 |
</tr>
|
38 |
|
39 |
<tr>
|
@@ -42,6 +45,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
42 |
</td>
|
43 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
44 |
</td>
|
|
|
|
|
45 |
</tr>
|
46 |
<tr>
|
47 |
<td>LinkedIn</td>
|
@@ -49,6 +54,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
49 |
</td>
|
50 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
51 |
</td>
|
|
|
|
|
52 |
</tr>
|
53 |
<tr>
|
54 |
<td>Tumblr</td>
|
@@ -56,6 +63,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
56 |
</td>
|
57 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
58 |
</td>
|
|
|
|
|
59 |
</tr>
|
60 |
<tr>
|
61 |
<td>Pinterest<span style="color: #FF8000;font-size: 14px;font-weight: bold;">*</span></td>
|
@@ -63,6 +72,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
63 |
</td>
|
64 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
65 |
</td>
|
|
|
|
|
66 |
</tr>
|
67 |
|
68 |
<!-- Posting Options -->
|
@@ -73,6 +84,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
73 |
</td>
|
74 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
75 |
</td>
|
|
|
|
|
76 |
</tr>
|
77 |
<tr>
|
78 |
<td>Publish to facebook groups</td>
|
@@ -80,6 +93,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
80 |
</td>
|
81 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
82 |
</td>
|
|
|
|
|
83 |
</tr>
|
84 |
<tr>
|
85 |
<td>Publish to twitter profile</td>
|
@@ -87,6 +102,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
87 |
</td>
|
88 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
89 |
</td>
|
|
|
|
|
90 |
</tr>
|
91 |
|
92 |
<tr>
|
@@ -95,6 +112,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
95 |
</td>
|
96 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
97 |
</td>
|
|
|
|
|
98 |
</tr>
|
99 |
|
100 |
<tr>
|
@@ -103,6 +122,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
103 |
</td>
|
104 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
105 |
</td>
|
|
|
|
|
106 |
</tr>
|
107 |
|
108 |
<tr>
|
@@ -111,6 +132,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
111 |
</td>
|
112 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
113 |
</td>
|
|
|
|
|
114 |
</tr>
|
115 |
<tr>
|
116 |
<td>Option to add twitter image description for visually impaired people</td>
|
@@ -118,6 +141,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
118 |
</td>
|
119 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
120 |
</td>
|
|
|
|
|
121 |
</tr>
|
122 |
<tr>
|
123 |
<td>Option to republish existing posts</td>
|
@@ -125,6 +150,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
125 |
</td>
|
126 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
127 |
</td>
|
|
|
|
|
128 |
</tr>
|
129 |
|
130 |
<tr>
|
@@ -133,6 +160,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
133 |
</td>
|
134 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
135 |
</td>
|
|
|
|
|
136 |
</tr>
|
137 |
|
138 |
<tr>
|
@@ -141,6 +170,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
141 |
</td>
|
142 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
143 |
</td>
|
|
|
|
|
144 |
</tr>
|
145 |
|
146 |
<tr>
|
@@ -149,6 +180,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
149 |
</td>
|
150 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
151 |
</td>
|
|
|
|
|
152 |
</tr>
|
153 |
|
154 |
<tr>
|
@@ -157,6 +190,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
157 |
</td>
|
158 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
159 |
</td>
|
|
|
|
|
160 |
</tr>
|
161 |
<tr>
|
162 |
<td>Option to use post tags as hash tags</td>
|
@@ -164,6 +199,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
164 |
</td>
|
165 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
166 |
</td>
|
|
|
|
|
167 |
</tr>
|
168 |
<tr>
|
169 |
<td>Enable/Disable SSL peer verification</td>
|
@@ -171,6 +208,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
171 |
</td>
|
172 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
173 |
</td>
|
|
|
|
|
174 |
</tr>
|
175 |
|
176 |
|
@@ -183,6 +222,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
183 |
</td>
|
184 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
185 |
</td>
|
|
|
|
|
186 |
</tr>
|
187 |
|
188 |
|
@@ -192,6 +233,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
192 |
</td>
|
193 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
194 |
</td>
|
|
|
|
|
195 |
</tr>
|
196 |
|
197 |
<tr>
|
@@ -200,6 +243,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
200 |
</td>
|
201 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
202 |
</td>
|
|
|
|
|
203 |
</tr>
|
204 |
<tr>
|
205 |
<td>Publish multiple images to facebook, tumblr and twitter along with post content</td>
|
@@ -207,6 +252,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
207 |
</td>
|
208 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
209 |
</td>
|
|
|
|
|
210 |
</tr>
|
211 |
<tr>
|
212 |
<td>Option to specify multiphoto preference from post content and post meta</td>
|
@@ -214,6 +261,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
214 |
</td>
|
215 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
216 |
</td>
|
|
|
|
|
217 |
</tr>
|
218 |
|
219 |
<!-- Video Options -->
|
@@ -224,6 +273,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
224 |
</td>
|
225 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
226 |
</td>
|
|
|
|
|
227 |
</tr>
|
228 |
|
229 |
<tr>
|
@@ -232,6 +283,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
232 |
</td>
|
233 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
234 |
</td>
|
|
|
|
|
235 |
</tr>
|
236 |
<tr>
|
237 |
<td>Publish audio to tumblr along with post content</td>
|
@@ -239,6 +292,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
239 |
</td>
|
240 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
241 |
</td>
|
|
|
|
|
242 |
</tr>
|
243 |
<tr>
|
244 |
<td>Option to specify audio preference from post content, post meta and open graph tags</td>
|
@@ -246,6 +301,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
246 |
</td>
|
247 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
248 |
</td>
|
|
|
|
|
249 |
</tr>
|
250 |
<!-- Filter Options -->
|
251 |
|
@@ -256,6 +313,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
256 |
</td>
|
257 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
258 |
</td>
|
|
|
|
|
259 |
</tr>
|
260 |
|
261 |
<tr>
|
@@ -264,6 +323,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
264 |
</td>
|
265 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
266 |
</td>
|
|
|
|
|
267 |
</tr>
|
268 |
|
269 |
<tr>
|
@@ -272,6 +333,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
272 |
</td>
|
273 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
274 |
</td>
|
|
|
|
|
275 |
</tr>
|
276 |
|
277 |
<tr>
|
@@ -280,6 +343,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
280 |
</td>
|
281 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
282 |
</td>
|
|
|
|
|
283 |
</tr>
|
284 |
|
285 |
<tr>
|
@@ -288,6 +353,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
288 |
</td>
|
289 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
290 |
</td>
|
|
|
|
|
291 |
</tr>
|
292 |
|
293 |
<tr>
|
@@ -296,6 +363,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
296 |
</td>
|
297 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
298 |
</td>
|
|
|
|
|
299 |
</tr>
|
300 |
<tr>
|
301 |
<td>Override auto publish scheduling for individual accounts</td>
|
@@ -303,6 +372,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
303 |
</td>
|
304 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
305 |
</td>
|
|
|
|
|
306 |
</tr>
|
307 |
|
308 |
<!-- Scheduling -->
|
@@ -314,6 +385,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
314 |
</td>
|
315 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
316 |
</td>
|
|
|
|
|
317 |
</tr>
|
318 |
|
319 |
<tr>
|
@@ -322,6 +395,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
322 |
</td>
|
323 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
324 |
</td>
|
|
|
|
|
325 |
</tr>
|
326 |
|
327 |
<tr>
|
@@ -330,6 +405,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
330 |
</td>
|
331 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
332 |
</td>
|
|
|
|
|
333 |
</tr>
|
334 |
|
335 |
<tr>
|
@@ -338,6 +415,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
338 |
</td>
|
339 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
340 |
</td>
|
|
|
|
|
341 |
</tr>
|
342 |
|
343 |
|
@@ -351,6 +430,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
351 |
</td>
|
352 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
353 |
</td>
|
|
|
|
|
354 |
</tr>
|
355 |
<tr>
|
356 |
<td>View auto publish error logs</td>
|
@@ -358,6 +439,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
358 |
</td>
|
359 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
360 |
</td>
|
|
|
|
|
361 |
</tr>
|
362 |
|
363 |
<tr>
|
@@ -366,6 +449,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
366 |
</td>
|
367 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
368 |
</td>
|
|
|
|
|
369 |
</tr>
|
370 |
|
371 |
<tr>
|
@@ -374,6 +459,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
374 |
</td>
|
375 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
376 |
</td>
|
|
|
|
|
377 |
</tr>
|
378 |
<!-- Installation and Support -->
|
379 |
<tr>
|
@@ -383,6 +470,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
383 |
</td>
|
384 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
385 |
</td>
|
|
|
|
|
386 |
</tr>
|
387 |
<tr>
|
388 |
<td>Privilege customer support</td>
|
@@ -390,6 +479,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
390 |
</td>
|
391 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
392 |
</td>
|
|
|
|
|
393 |
</tr>
|
394 |
<!-- Addons and Support -->
|
395 |
<tr>
|
@@ -397,6 +488,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
397 |
<td>Advanced Autopublish Scheduler</td>
|
398 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
399 |
</td>
|
|
|
|
|
400 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
401 |
</td>
|
402 |
</tr>
|
@@ -404,6 +497,8 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
404 |
<td>URL-Shortener</td>
|
405 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
406 |
</td>
|
|
|
|
|
407 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
408 |
</td>
|
409 |
</tr>
|
@@ -411,19 +506,31 @@ WP2FB Auto Publish is developed and maintained by <a href="https://xyzscripts.co
|
|
411 |
<td>Privilege Management</td>
|
412 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
413 |
</td>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
414 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
415 |
</td>
|
416 |
</tr>
|
417 |
<tr>
|
418 |
-
<td rowspan="2"><h4>Other</h4></td>
|
419 |
<td>Price</td>
|
420 |
<td>FREE</td>
|
421 |
<td>Starts from 39 USD</td>
|
|
|
422 |
</tr>
|
423 |
<tr>
|
424 |
<td>Purchase</td>
|
425 |
<td></td>
|
426 |
-
<td style="padding: 2px" ><a target="_blank"href="https://xyzscripts.com/
|
427 |
</td>
|
428 |
</tr>
|
429 |
|
1 |
<?php
|
2 |
if( !defined('ABSPATH') ){ exit();}
|
3 |
?>
|
4 |
+
<h1 style="visibility: visible;">WP2Social Auto Publish (V <?php echo xyz_fbap_plugin_get_version(); ?>)</h1>
|
5 |
|
6 |
<div style="width: 99%">
|
7 |
<p style="text-align: justify">
|
8 |
+
WP2Social Auto Publish automatically publishes posts from your blog to your Facebook pages. It allows you to filter posts based on post-types and categories.
|
9 |
+
WP2Social Auto Publish is developed and maintained by <a href="https://xyzscripts.com">xyzscripts</a>.</p>
|
10 |
|
11 |
|
12 |
|
25 |
<td><h2>Free</h2>
|
26 |
</td>
|
27 |
<td><h2>Premium</h2></td>
|
28 |
+
<td><h2>SMAP Premium+</h2></td>
|
29 |
</tr>
|
30 |
<!-- Supported Media -->
|
31 |
<tr>
|
35 |
</td>
|
36 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
37 |
</td>
|
38 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
39 |
+
</td>
|
40 |
</tr>
|
41 |
|
42 |
<tr>
|
45 |
</td>
|
46 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
47 |
</td>
|
48 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
49 |
+
</td>
|
50 |
</tr>
|
51 |
<tr>
|
52 |
<td>LinkedIn</td>
|
54 |
</td>
|
55 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
56 |
</td>
|
57 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
58 |
+
</td>
|
59 |
</tr>
|
60 |
<tr>
|
61 |
<td>Tumblr</td>
|
63 |
</td>
|
64 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
65 |
</td>
|
66 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
67 |
+
</td>
|
68 |
</tr>
|
69 |
<tr>
|
70 |
<td>Pinterest<span style="color: #FF8000;font-size: 14px;font-weight: bold;">*</span></td>
|
72 |
</td>
|
73 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
74 |
</td>
|
75 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
76 |
+
</td>
|
77 |
</tr>
|
78 |
|
79 |
<!-- Posting Options -->
|
84 |
</td>
|
85 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
86 |
</td>
|
87 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
88 |
+
</td>
|
89 |
</tr>
|
90 |
<tr>
|
91 |
<td>Publish to facebook groups</td>
|
93 |
</td>
|
94 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
95 |
</td>
|
96 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
97 |
+
</td>
|
98 |
</tr>
|
99 |
<tr>
|
100 |
<td>Publish to twitter profile</td>
|
102 |
</td>
|
103 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
104 |
</td>
|
105 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
106 |
+
</td>
|
107 |
</tr>
|
108 |
|
109 |
<tr>
|
112 |
</td>
|
113 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
114 |
</td>
|
115 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
116 |
+
</td>
|
117 |
</tr>
|
118 |
|
119 |
<tr>
|
122 |
</td>
|
123 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
124 |
</td>
|
125 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
126 |
+
</td>
|
127 |
</tr>
|
128 |
|
129 |
<tr>
|
132 |
</td>
|
133 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
134 |
</td>
|
135 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
136 |
+
</td>
|
137 |
</tr>
|
138 |
<tr>
|
139 |
<td>Option to add twitter image description for visually impaired people</td>
|
141 |
</td>
|
142 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
143 |
</td>
|
144 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
145 |
+
</td>
|
146 |
</tr>
|
147 |
<tr>
|
148 |
<td>Option to republish existing posts</td>
|
150 |
</td>
|
151 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
152 |
</td>
|
153 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
154 |
+
</td>
|
155 |
</tr>
|
156 |
|
157 |
<tr>
|
160 |
</td>
|
161 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
162 |
</td>
|
163 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
164 |
+
</td>
|
165 |
</tr>
|
166 |
|
167 |
<tr>
|
170 |
</td>
|
171 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
172 |
</td>
|
173 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
174 |
+
</td>
|
175 |
</tr>
|
176 |
|
177 |
<tr>
|
180 |
</td>
|
181 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
182 |
</td>
|
183 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
184 |
+
</td>
|
185 |
</tr>
|
186 |
|
187 |
<tr>
|
190 |
</td>
|
191 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
192 |
</td>
|
193 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
194 |
+
</td>
|
195 |
</tr>
|
196 |
<tr>
|
197 |
<td>Option to use post tags as hash tags</td>
|
199 |
</td>
|
200 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
201 |
</td>
|
202 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
203 |
+
</td>
|
204 |
</tr>
|
205 |
<tr>
|
206 |
<td>Enable/Disable SSL peer verification</td>
|
208 |
</td>
|
209 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
210 |
</td>
|
211 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
212 |
+
</td>
|
213 |
</tr>
|
214 |
|
215 |
|
222 |
</td>
|
223 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
224 |
</td>
|
225 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
226 |
+
</td>
|
227 |
</tr>
|
228 |
|
229 |
|
233 |
</td>
|
234 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
235 |
</td>
|
236 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
237 |
+
</td>
|
238 |
</tr>
|
239 |
|
240 |
<tr>
|
243 |
</td>
|
244 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
245 |
</td>
|
246 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
247 |
+
</td>
|
248 |
</tr>
|
249 |
<tr>
|
250 |
<td>Publish multiple images to facebook, tumblr and twitter along with post content</td>
|
252 |
</td>
|
253 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
254 |
</td>
|
255 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
256 |
+
</td>
|
257 |
</tr>
|
258 |
<tr>
|
259 |
<td>Option to specify multiphoto preference from post content and post meta</td>
|
261 |
</td>
|
262 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
263 |
</td>
|
264 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
265 |
+
</td>
|
266 |
</tr>
|
267 |
|
268 |
<!-- Video Options -->
|
273 |
</td>
|
274 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
275 |
</td>
|
276 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
277 |
+
</td>
|
278 |
</tr>
|
279 |
|
280 |
<tr>
|
283 |
</td>
|
284 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
285 |
</td>
|
286 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
287 |
+
</td>
|
288 |
</tr>
|
289 |
<tr>
|
290 |
<td>Publish audio to tumblr along with post content</td>
|
292 |
</td>
|
293 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
294 |
</td>
|
295 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
296 |
+
</td>
|
297 |
</tr>
|
298 |
<tr>
|
299 |
<td>Option to specify audio preference from post content, post meta and open graph tags</td>
|
301 |
</td>
|
302 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
303 |
</td>
|
304 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
305 |
+
</td>
|
306 |
</tr>
|
307 |
<!-- Filter Options -->
|
308 |
|
313 |
</td>
|
314 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
315 |
</td>
|
316 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
317 |
+
</td>
|
318 |
</tr>
|
319 |
|
320 |
<tr>
|
323 |
</td>
|
324 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
325 |
</td>
|
326 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
327 |
+
</td>
|
328 |
</tr>
|
329 |
|
330 |
<tr>
|
333 |
</td>
|
334 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
335 |
</td>
|
336 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
337 |
+
</td>
|
338 |
</tr>
|
339 |
|
340 |
<tr>
|
343 |
</td>
|
344 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
345 |
</td>
|
346 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
347 |
+
</td>
|
348 |
</tr>
|
349 |
|
350 |
<tr>
|
353 |
</td>
|
354 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
355 |
</td>
|
356 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
357 |
+
</td>
|
358 |
</tr>
|
359 |
|
360 |
<tr>
|
363 |
</td>
|
364 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
365 |
</td>
|
366 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
367 |
+
</td>
|
368 |
</tr>
|
369 |
<tr>
|
370 |
<td>Override auto publish scheduling for individual accounts</td>
|
372 |
</td>
|
373 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
374 |
</td>
|
375 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
376 |
+
</td>
|
377 |
</tr>
|
378 |
|
379 |
<!-- Scheduling -->
|
385 |
</td>
|
386 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
387 |
</td>
|
388 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
389 |
+
</td>
|
390 |
</tr>
|
391 |
|
392 |
<tr>
|
395 |
</td>
|
396 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
397 |
</td>
|
398 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
399 |
+
</td>
|
400 |
</tr>
|
401 |
|
402 |
<tr>
|
405 |
</td>
|
406 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
407 |
</td>
|
408 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
409 |
+
</td>
|
410 |
</tr>
|
411 |
|
412 |
<tr>
|
415 |
</td>
|
416 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
417 |
</td>
|
418 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
419 |
+
</td>
|
420 |
</tr>
|
421 |
|
422 |
|
430 |
</td>
|
431 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
432 |
</td>
|
433 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
434 |
+
</td>
|
435 |
</tr>
|
436 |
<tr>
|
437 |
<td>View auto publish error logs</td>
|
439 |
</td>
|
440 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
441 |
</td>
|
442 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
443 |
+
</td>
|
444 |
</tr>
|
445 |
|
446 |
<tr>
|
449 |
</td>
|
450 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
451 |
</td>
|
452 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
453 |
+
</td>
|
454 |
</tr>
|
455 |
|
456 |
<tr>
|
459 |
</td>
|
460 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
461 |
</td>
|
462 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
463 |
+
</td>
|
464 |
</tr>
|
465 |
<!-- Installation and Support -->
|
466 |
<tr>
|
470 |
</td>
|
471 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
472 |
</td>
|
473 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
474 |
+
</td>
|
475 |
</tr>
|
476 |
<tr>
|
477 |
<td>Privilege customer support</td>
|
479 |
</td>
|
480 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
481 |
</td>
|
482 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
483 |
+
</td>
|
484 |
</tr>
|
485 |
<!-- Addons and Support -->
|
486 |
<tr>
|
488 |
<td>Advanced Autopublish Scheduler</td>
|
489 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
490 |
</td>
|
491 |
+
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
492 |
+
</td>
|
493 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
494 |
</td>
|
495 |
</tr>
|
497 |
<td>URL-Shortener</td>
|
498 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
499 |
</td>
|
500 |
+
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
501 |
+
</td>
|
502 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
503 |
</td>
|
504 |
</tr>
|
506 |
<td>Privilege Management</td>
|
507 |
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
508 |
</td>
|
509 |
+
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
510 |
+
</td>
|
511 |
+
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
512 |
+
</td>
|
513 |
+
</tr>
|
514 |
+
<tr>
|
515 |
+
<td rowspan="3"><h4>Other</h4></td>
|
516 |
+
<td>SMAP API package worth 10 USD per year (1 fb account ,10 api calls per hour)</td>
|
517 |
+
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
518 |
+
</td>
|
519 |
+
<td><img src="<?php echo plugins_url("images/cross.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
520 |
+
</td>
|
521 |
<td><img src="<?php echo plugins_url("images/tick.png",XYZ_FBAP_PLUGIN_FILE);?>">
|
522 |
</td>
|
523 |
</tr>
|
524 |
<tr>
|
|
|
525 |
<td>Price</td>
|
526 |
<td>FREE</td>
|
527 |
<td>Starts from 39 USD</td>
|
528 |
+
<td>Starts from 69 USD</td>
|
529 |
</tr>
|
530 |
<tr>
|
531 |
<td>Purchase</td>
|
532 |
<td></td>
|
533 |
+
<td style="padding: 2px" colspan='2' ><a target="_blank"href="https://xyzscripts.com/wordpress-plugins/social-media-auto-publish/purchase" class="xyz-fbap-buy-button">Buy Now</a>
|
534 |
</td>
|
535 |
</tr>
|
536 |
|
admin/admin-notices.php
CHANGED
@@ -5,19 +5,19 @@ function wp_fbap_admin_notice()
|
|
5 |
add_thickbox();
|
6 |
$sharelink_text_array_fb = array
|
7 |
(
|
8 |
-
"I use
|
9 |
-
"
|
10 |
"Thanks @xyzscripts for developing such a wonderful Facebook auto publishing wordpress plugin",
|
11 |
"I was looking for a Facebook publishing plugin and I found this. Thanks @xyzscripts",
|
12 |
-
"Its very easy to use
|
13 |
-
"I installed
|
14 |
-
"
|
15 |
-
"I am using
|
16 |
-
"The
|
17 |
"I've been using this Facebook plugin for a while now and it is really good",
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"Good and flexible
|
21 |
"The best Facebook Auto publish wordpress plugin I have used ! THANKS @xyzscripts",
|
22 |
);
|
23 |
$sharelink_text_fb = array_rand($sharelink_text_array_fb, 1);
|
@@ -33,7 +33,7 @@ $xyz_fbap_notice = wp_nonce_url($xyz_fbap_notice,'fbap-shw');
|
|
33 |
}
|
34 |
</script>
|
35 |
<div id="fbap_notice_td" class="error" style="color: #666666;margin-left: 2px; padding: 5px;line-height:16px;">
|
36 |
-
<p>Thank you for using <a href="https://wordpress.org/plugins/facebook-auto-publish/" target="_blank">
|
37 |
<p>
|
38 |
<a href="https://wordpress.org/support/plugin/facebook-auto-publish/reviews" class="button xyz_rate_btn" target="_blank">Rate it 5★\'s on wordpress</a>';
|
39 |
if(get_option('xyz_credit_link')=="0")
|
5 |
add_thickbox();
|
6 |
$sharelink_text_array_fb = array
|
7 |
(
|
8 |
+
"I use WP2Social Auto Publish wordpress plugin from @xyzscripts and you should too.",
|
9 |
+
"WP2Social Auto Publish wordpress plugin from @xyzscripts is awesome",
|
10 |
"Thanks @xyzscripts for developing such a wonderful Facebook auto publishing wordpress plugin",
|
11 |
"I was looking for a Facebook publishing plugin and I found this. Thanks @xyzscripts",
|
12 |
+
"Its very easy to use WP2Social Auto Publish wordpress plugin from @xyzscripts",
|
13 |
+
"I installed WP2Social Auto Publish from @xyzscripts,it works flawlessly",
|
14 |
+
"WP2Social Auto Publish wordpress plugin that i use works terrific",
|
15 |
+
"I am using WP2Social Auto Publish wordpress plugin from @xyzscripts and I like it",
|
16 |
+
"The WP2Social Auto Publish plugin from @xyzscripts is simple and works fine",
|
17 |
"I've been using this Facebook plugin for a while now and it is really good",
|
18 |
+
"WP2Social Auto Publish wordpress plugin is a fantastic plugin",
|
19 |
+
"WP2Social Auto Publish wordpress plugin is easy to use and works great. Thank you!",
|
20 |
+
"Good and flexible WP2Social Auto Publish plugin especially for beginners",
|
21 |
"The best Facebook Auto publish wordpress plugin I have used ! THANKS @xyzscripts",
|
22 |
);
|
23 |
$sharelink_text_fb = array_rand($sharelink_text_array_fb, 1);
|
33 |
}
|
34 |
</script>
|
35 |
<div id="fbap_notice_td" class="error" style="color: #666666;margin-left: 2px; padding: 5px;line-height:16px;">
|
36 |
+
<p>Thank you for using <a href="https://wordpress.org/plugins/facebook-auto-publish/" target="_blank"> WP2Social Auto Publish </a> plugin from <a href="https://xyzscripts.com/" target="_blank">xyzscripts.com</a>. Would you consider supporting us with the continued development of the plugin using any of the below methods?</p>
|
37 |
<p>
|
38 |
<a href="https://wordpress.org/support/plugin/facebook-auto-publish/reviews" class="button xyz_rate_btn" target="_blank">Rate it 5★\'s on wordpress</a>';
|
39 |
if(get_option('xyz_credit_link')=="0")
|
admin/destruction.php
CHANGED
@@ -37,7 +37,6 @@ function fbap_free_destroy()
|
|
37 |
delete_option('xyz_fbap_current_appln_token');
|
38 |
delete_option('xyz_fbap_af');
|
39 |
delete_option('xyz_fbap_pages_ids');
|
40 |
-
delete_option('xyz_fbap_future_to_publish');
|
41 |
delete_option('xyz_fbap_apply_filters');
|
42 |
|
43 |
delete_option('xyz_fbap_free_version');
|
37 |
delete_option('xyz_fbap_current_appln_token');
|
38 |
delete_option('xyz_fbap_af');
|
39 |
delete_option('xyz_fbap_pages_ids');
|
|
|
40 |
delete_option('xyz_fbap_apply_filters');
|
41 |
|
42 |
delete_option('xyz_fbap_free_version');
|
admin/fbap-suggest-feature.php
CHANGED
@@ -44,7 +44,7 @@ if (isset($_POST) && isset($_POST['xyz_send_mail']))
|
|
44 |
$xyz_fbap_admin_username=$entry->display_name;
|
45 |
}
|
46 |
$xyz_fbap_recv_email='support@xyzscripts.com';
|
47 |
-
$xyz_fbap_mail_subject="
|
48 |
$xyz_fbap_headers = array('From: '.$xyz_fbap_admin_username.' <'. $xyz_fbap_sender_email .'>' ,'Content-Type: text/html; charset=UTF-8');
|
49 |
$wp_mail_processed=wp_mail( $xyz_fbap_recv_email, $xyz_fbap_mail_subject, $xyz_fbap_feature_content, $xyz_fbap_headers );
|
50 |
if ($wp_mail_processed==true){
|
44 |
$xyz_fbap_admin_username=$entry->display_name;
|
45 |
}
|
46 |
$xyz_fbap_recv_email='support@xyzscripts.com';
|
47 |
+
$xyz_fbap_mail_subject="WP2SOCIAL AUTO PUBLISH - FEATURE SUGGESTION";
|
48 |
$xyz_fbap_headers = array('From: '.$xyz_fbap_admin_username.' <'. $xyz_fbap_sender_email .'>' ,'Content-Type: text/html; charset=UTF-8');
|
49 |
$wp_mail_processed=wp_mail( $xyz_fbap_recv_email, $xyz_fbap_mail_subject, $xyz_fbap_feature_content, $xyz_fbap_headers );
|
50 |
if ($wp_mail_processed==true){
|
admin/footer.php
CHANGED
@@ -141,7 +141,7 @@ type="text" placeholder="Email" style="" value="<?php echo $current_user->use
|
|
141 |
<p class="xyz_fbap_plugin_head">Our Plugins : </p>
|
142 |
|
143 |
<a target="_blank" href="https://wordpress.org/plugins/social-media-auto-publish/"><span>1</span>Social Media Auto Publish</a>
|
144 |
-
<a target="_blank" href="https://wordpress.org/plugins/facebook-auto-publish/"><span>2</span>
|
145 |
<a target="_blank" href="https://wordpress.org/plugins/twitter-auto-publish/"><span>3</span>WP Twitter Auto Publish</a>
|
146 |
<a target="_blank" href="https://wordpress.org/plugins/linkedin-auto-publish/"><span>4</span>WP to LinkedIn Auto Publish</a>
|
147 |
<a target="_blank" href="https://wordpress.org/plugins/insert-html-snippet/"><span>5</span>Insert HTML Snippet</a>
|
141 |
<p class="xyz_fbap_plugin_head">Our Plugins : </p>
|
142 |
|
143 |
<a target="_blank" href="https://wordpress.org/plugins/social-media-auto-publish/"><span>1</span>Social Media Auto Publish</a>
|
144 |
+
<a target="_blank" href="https://wordpress.org/plugins/facebook-auto-publish/"><span>2</span>WP2Social Auto Publish</a>
|
145 |
<a target="_blank" href="https://wordpress.org/plugins/twitter-auto-publish/"><span>3</span>WP Twitter Auto Publish</a>
|
146 |
<a target="_blank" href="https://wordpress.org/plugins/linkedin-auto-publish/"><span>4</span>WP to LinkedIn Auto Publish</a>
|
147 |
<a target="_blank" href="https://wordpress.org/plugins/insert-html-snippet/"><span>5</span>Insert HTML Snippet</a>
|
admin/install.php
CHANGED
@@ -24,11 +24,11 @@ function fbap_install_free()
|
|
24 |
{
|
25 |
/*$pluginName = 'xyz-wp-smap/xyz-wp-smap.php';
|
26 |
if (is_plugin_active($pluginName)) {
|
27 |
-
wp_die( "The plugin
|
28 |
}*/
|
29 |
if (version_compare(PHP_VERSION, '5.4.0', '<')) {
|
30 |
|
31 |
-
wp_die( "The plugin
|
32 |
|
33 |
}
|
34 |
|
@@ -54,7 +54,6 @@ function fbap_install_free()
|
|
54 |
add_option('xyz_fbap_current_appln_token', '');
|
55 |
add_option('xyz_fbap_af', '1'); //authorization flag
|
56 |
add_option('xyz_fbap_pages_ids','-1');
|
57 |
-
add_option('xyz_fbap_future_to_publish', '1');
|
58 |
add_option('xyz_fbap_apply_filters', '');
|
59 |
add_option('xyz_fbap_fb_numericid','');
|
60 |
$version=get_option('xyz_fbap_free_version');
|
24 |
{
|
25 |
/*$pluginName = 'xyz-wp-smap/xyz-wp-smap.php';
|
26 |
if (is_plugin_active($pluginName)) {
|
27 |
+
wp_die( "The plugin WP2Social Auto Publish cannot be activated unless the premium version of this plugin is deactivated. Back to <a href='".admin_url()."plugins.php'>Plugin Installation</a>." );
|
28 |
}*/
|
29 |
if (version_compare(PHP_VERSION, '5.4.0', '<')) {
|
30 |
|
31 |
+
wp_die( "The plugin WP2Social Auto Publish requires PHP version 5.4 or higher. Back to <a href='".admin_url()."plugins.php'>Plugin Installation</a>." );
|
32 |
|
33 |
}
|
34 |
|
54 |
add_option('xyz_fbap_current_appln_token', '');
|
55 |
add_option('xyz_fbap_af', '1'); //authorization flag
|
56 |
add_option('xyz_fbap_pages_ids','-1');
|
|
|
57 |
add_option('xyz_fbap_apply_filters', '');
|
58 |
add_option('xyz_fbap_fb_numericid','');
|
59 |
$version=get_option('xyz_fbap_free_version');
|
admin/manage-authorizations.php
CHANGED
@@ -176,9 +176,11 @@ if(!empty($result) && isset($result['status']))
|
|
176 |
<?php } ?>
|
177 |
<td> <?php
|
178 |
if($auth_entries_val['free_plugin_source']=='fbap')
|
179 |
-
echo '
|
180 |
elseif ($auth_entries_val['free_plugin_source']=='smap')
|
181 |
echo 'SOCIAL MEDIA AUTO PUBLISH';
|
|
|
|
|
182 |
else echo 'XYZ-SMAP';
|
183 |
?></td>
|
184 |
<td> <?php if($auth_entries_val['smap_pre_account_id']!=0)echo $auth_entries_val['smap_pre_account_id'];
|
176 |
<?php } ?>
|
177 |
<td> <?php
|
178 |
if($auth_entries_val['free_plugin_source']=='fbap')
|
179 |
+
echo 'WP2SOCIAL AUTO PUBLISH';
|
180 |
elseif ($auth_entries_val['free_plugin_source']=='smap')
|
181 |
echo 'SOCIAL MEDIA AUTO PUBLISH';
|
182 |
+
elseif ($auth_entries_val['free_plugin_source']=='pls')
|
183 |
+
echo 'XYZ WP SMAP PREMIUM PLUS';
|
184 |
else echo 'XYZ-SMAP';
|
185 |
?></td>
|
186 |
<td> <?php if($auth_entries_val['smap_pre_account_id']!=0)echo $auth_entries_val['smap_pre_account_id'];
|
admin/menu.php
CHANGED
@@ -19,7 +19,7 @@ add_action("admin_enqueue_scripts","xyz_fbap_add_admin_scripts");
|
|
19 |
|
20 |
function xyz_fbap_menu()
|
21 |
{
|
22 |
-
add_menu_page('Facebook Auto Publish - Manage settings', '
|
23 |
add_submenu_page('facebook-auto-publish-settings', 'Facebook Auto Publish - Manage settings', ' Settings', 'manage_options', 'facebook-auto-publish-settings' ,'xyz_fbap_settings'); // 8 for admin
|
24 |
if(get_option('xyz_fbap_xyzscripts_hash_val')!=''&& get_option('xyz_fbap_xyzscripts_user_id')!='')
|
25 |
add_submenu_page('facebook-auto-publish-settings', 'Facebook Auto Publish - Manage Authorizations', 'Manage Authorizations', 'manage_options', 'facebook-auto-publish-manage-authorizations' ,'xyz_fbap_manage_authorizations');
|
19 |
|
20 |
function xyz_fbap_menu()
|
21 |
{
|
22 |
+
add_menu_page('Facebook Auto Publish - Manage settings', 'WP2Social Auto Publish', 'manage_options', 'facebook-auto-publish-settings', 'xyz_fbap_settings',plugin_dir_url( XYZ_FBAP_PLUGIN_FILE ) . 'images/fbap.png');
|
23 |
add_submenu_page('facebook-auto-publish-settings', 'Facebook Auto Publish - Manage settings', ' Settings', 'manage_options', 'facebook-auto-publish-settings' ,'xyz_fbap_settings'); // 8 for admin
|
24 |
if(get_option('xyz_fbap_xyzscripts_hash_val')!=''&& get_option('xyz_fbap_xyzscripts_user_id')!='')
|
25 |
add_submenu_page('facebook-auto-publish-settings', 'Facebook Auto Publish - Manage Authorizations', 'Manage Authorizations', 'manage_options', 'facebook-auto-publish-manage-authorizations' ,'xyz_fbap_manage_authorizations');
|
admin/metabox.php
CHANGED
@@ -51,13 +51,13 @@ if(isset($_GET['action']) && $_GET['action']=="edit" && !empty($_GET['post']))
|
|
51 |
|
52 |
|
53 |
if((get_option('xyz_fbap_af')==0 && get_option('xyz_fbap_post_permission')==1 && ((get_option('xyz_fbap_fb_token')!=""&& (get_option('xyz_fbap_app_sel_mode')==0))|| (get_option('xyz_fbap_app_sel_mode')==1 && get_option('xyz_fbap_page_names')!=""))))
|
54 |
-
add_meta_box( 'xyz_fbap', '<strong>
|
55 |
null, 'normal', 'high',
|
56 |
array(
|
57 |
'__block_editor_compatible_meta_box' => true,
|
58 |
)
|
59 |
);
|
60 |
-
//add_meta_box( "xyz_fbap", '<strong>
|
61 |
}
|
62 |
function xyz_fbap_addpostmetatags()
|
63 |
{
|
51 |
|
52 |
|
53 |
if((get_option('xyz_fbap_af')==0 && get_option('xyz_fbap_post_permission')==1 && ((get_option('xyz_fbap_fb_token')!=""&& (get_option('xyz_fbap_app_sel_mode')==0))|| (get_option('xyz_fbap_app_sel_mode')==1 && get_option('xyz_fbap_page_names')!=""))))
|
54 |
+
add_meta_box( 'xyz_fbap', '<strong>WP2Social Auto Publish </strong>', 'xyz_fbap_addpostmetatags',
|
55 |
null, 'normal', 'high',
|
56 |
array(
|
57 |
'__block_editor_compatible_meta_box' => true,
|
58 |
)
|
59 |
);
|
60 |
+
//add_meta_box( "xyz_fbap", '<strong>WP2Social Auto Publish </strong>', 'xyz_fbap_addpostmetatags') ;
|
61 |
}
|
62 |
function xyz_fbap_addpostmetatags()
|
63 |
{
|
admin/publish.php
CHANGED
@@ -23,7 +23,6 @@ function xyz_link_fbap_future_to_publish($new_status, $old_status, $post){
|
|
23 |
$GLOBALS['fbap_dup_publish']=array();
|
24 |
$postid =$post->ID;
|
25 |
$get_post_meta=get_post_meta($postid,"xyz_fbap",true);
|
26 |
-
$get_post_meta_future_data=get_post_meta($postid,"xyz_fbap_future_to_publish",true);
|
27 |
$post_permissin=get_option('xyz_fbap_post_permission');
|
28 |
if(isset($_POST['xyz_fbap_post_permission']))
|
29 |
{
|
@@ -87,9 +86,6 @@ function xyz_fbap_link_publish($post_ID) {
|
|
87 |
return;
|
88 |
}
|
89 |
|
90 |
-
$get_post_meta=get_post_meta($post_ID,"xyz_fbap",true);
|
91 |
-
if($get_post_meta!=1)
|
92 |
-
add_post_meta($post_ID, "xyz_fbap", "1");
|
93 |
|
94 |
global $current_user;
|
95 |
wp_get_current_user();
|
@@ -188,7 +184,10 @@ function xyz_fbap_link_publish($post_ID) {
|
|
188 |
}
|
189 |
|
190 |
}
|
191 |
-
|
|
|
|
|
|
|
192 |
include_once ABSPATH.'wp-admin/includes/plugin.php';
|
193 |
|
194 |
$pluginName = 'bitly/bitly.php';
|
23 |
$GLOBALS['fbap_dup_publish']=array();
|
24 |
$postid =$post->ID;
|
25 |
$get_post_meta=get_post_meta($postid,"xyz_fbap",true);
|
|
|
26 |
$post_permissin=get_option('xyz_fbap_post_permission');
|
27 |
if(isset($_POST['xyz_fbap_post_permission']))
|
28 |
{
|
86 |
return;
|
87 |
}
|
88 |
|
|
|
|
|
|
|
89 |
|
90 |
global $current_user;
|
91 |
wp_get_current_user();
|
184 |
}
|
185 |
|
186 |
}
|
187 |
+
$get_post_meta=get_post_meta($post_ID,"xyz_fbap",true);
|
188 |
+
if($get_post_meta!=1)
|
189 |
+
add_post_meta($post_ID, "xyz_fbap", "1");
|
190 |
+
|
191 |
include_once ABSPATH.'wp-admin/includes/plugin.php';
|
192 |
|
193 |
$pluginName = 'bitly/bitly.php';
|
facebook-auto-publish.php
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?php
|
2 |
/*
|
3 |
-
Plugin Name:
|
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.2
|
7 |
Author: xyzscripts.com
|
8 |
Author URI: https://xyzscripts.com/
|
9 |
License: GPLv2 or later
|
@@ -61,7 +61,7 @@ if(get_option('xyz_credit_link')=="fbap"){
|
|
61 |
|
62 |
}
|
63 |
function xyz_fbap_credit() {
|
64 |
-
$content = '<div style="clear:both;width:100%;text-align:center; font-size:11px; "><a target="_blank" title="
|
65 |
echo $content;
|
66 |
}
|
67 |
if(!function_exists('get_post_thumbnail_id'))
|
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.2.1
|
7 |
Author: xyzscripts.com
|
8 |
Author URI: https://xyzscripts.com/
|
9 |
License: GPLv2 or later
|
61 |
|
62 |
}
|
63 |
function xyz_fbap_credit() {
|
64 |
+
$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/details" >WP2Social Auto Publish</a> Powered By : <a target="_blank" title="PHP Scripts & Programs" href="http://www.xyzscripts.com" >XYZScripts.com</a></div>';
|
65 |
echo $content;
|
66 |
}
|
67 |
if(!function_exists('get_post_thumbnail_id'))
|
readme.txt
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
-
===
|
2 |
Contributors: f1logic
|
3 |
Donate link: https://xyzscripts.com/donate/
|
4 |
-
Tags: facebook, facebook auto publish,wp2fb 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.2.
|
7 |
-
Stable tag: 2.2
|
8 |
License: GPLv2 or later
|
9 |
|
10 |
Publish posts automatically to Facebook page.
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
-
A quick look into
|
15 |
|
16 |
★ Publish message to Facebook with image
|
17 |
★ Attach post or share link to Facebook
|
@@ -21,11 +21,11 @@ A quick look into WP2FB Auto Publish :
|
|
21 |
★ Customizable message formats for Facebook
|
22 |
|
23 |
|
24 |
-
=
|
25 |
|
26 |
-
The
|
27 |
|
28 |
-
The prominent features of the
|
29 |
|
30 |
= Supported Mechanisms =
|
31 |
|
@@ -62,31 +62,31 @@ The supported post elements which can be published are given below.
|
|
62 |
|
63 |
= About =
|
64 |
|
65 |
-
|
66 |
|
67 |
-
★ [
|
68 |
-
★ [
|
69 |
|
70 |
== Installation ==
|
71 |
|
72 |
-
★ [
|
73 |
-
★ [
|
74 |
|
75 |
1. Extract `facebook-auto-publish.zip` to your `/wp-content/plugins/` directory.
|
76 |
-
2. In the admin panel under plugins activate
|
77 |
-
3. You can configure the settings from
|
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 |
-
★ [
|
85 |
-
★ [
|
86 |
|
87 |
-
= 1. The
|
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 `
|
90 |
|
91 |
|
92 |
= 2. Can I post to Facebook pages instead of profile ? =
|
@@ -124,9 +124,13 @@ SSL peer verification may not be functioning in your server. Please turn off SSL
|
|
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 |
|
128 |
== Changelog ==
|
129 |
|
|
|
|
|
|
|
130 |
= WP2FB Auto Publish 2.2 =
|
131 |
* Plugin name changed to WP2FB Auto Publish, as per Facebook guidelines
|
132 |
* Fixed bug in specific category selection on edit posts
|
@@ -260,8 +264,8 @@ First official launch.
|
|
260 |
|
261 |
== More Information ==
|
262 |
|
263 |
-
★ [
|
264 |
-
★ [
|
265 |
|
266 |
= Troubleshooting =
|
267 |
|
@@ -274,4 +278,4 @@ Please read the FAQ first if you are having problems.
|
|
274 |
|
275 |
= Feedback =
|
276 |
|
277 |
-
We would like to receive your feedback and suggestions about
|
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.2.2
|
7 |
+
Stable tag: 2.2.1
|
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
|
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 |
|
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 ? =
|
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.2.1 =
|
132 |
+
* Plugin name changed to WP2Social Auto Publish
|
133 |
+
|
134 |
= WP2FB Auto Publish 2.2 =
|
135 |
* Plugin name changed to WP2FB Auto Publish, as per Facebook guidelines
|
136 |
* Fixed bug in specific category selection on edit posts
|
264 |
|
265 |
== More Information ==
|
266 |
|
267 |
+
★ [WP2Social Auto Publish User Guide](http://help.xyzscripts.com/docs/facebook-auto-publish/ "WP2Social Auto Publish User Guide")
|
268 |
+
★ [WP2Social Auto Publish FAQ](http://help.xyzscripts.com/docs/facebook-auto-publish/faq/ "WP2Social Auto Publish FAQ")
|
269 |
|
270 |
= Troubleshooting =
|
271 |
|
278 |
|
279 |
= Feedback =
|
280 |
|
281 |
+
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").
|