Version Description
Download this release
Release Info
Developer | webdorado |
Plugin | WD Facebook Feed – Custom Facebook Feed Plugin |
Version | 1.0.18 |
Comparing to | |
See all releases |
Code changes from version 1.0.17 to 1.0.18
- admin/views/FFWDViewInfo_ffwd.php +58 -35
- admin/views/FFWDViewOptions_ffwd.php +31 -19
- admin/views/FFWDViewThemes_ffwd.php +20 -12
- css/ffwd_tables.css +52 -19
- facebook-feed-wd.php +7 -6
- images/i_support.png +0 -0
- readme.txt +25 -29
admin/views/FFWDViewInfo_ffwd.php
CHANGED
@@ -41,12 +41,39 @@ class FFWDViewInfo_ffwd
|
|
41 |
?>
|
42 |
|
43 |
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
</div>
|
|
|
|
|
|
|
49 |
<form class="wrap" id="ffwd_info_form" method="post" action="admin.php?page=info_ffwd" style="width:99%;">
|
|
|
|
|
50 |
<?php wp_nonce_field('info_ffwd', 'ffwd_nonce'); ?>
|
51 |
|
52 |
<div class="ffwd_plugin_header">
|
@@ -64,20 +91,7 @@ class FFWDViewInfo_ffwd
|
|
64 |
saved.</p></strong></div>
|
65 |
|
66 |
|
67 |
-
<div class="ffwd_upgrade ffwd-clear">
|
68 |
-
<div class="ffwd-right">
|
69 |
-
<a href="https://web-dorado.com/products/wordpress-facebook-feed-plugin.html" target="_blank">
|
70 |
-
<div class="ffwd-table">
|
71 |
-
<div class="ffwd-cell ffwd-cell-valign-middle">
|
72 |
-
Upgrade to paid version </div>
|
73 |
|
74 |
-
<div class="ffwd-cell ffwd-cell-valign-middle">
|
75 |
-
<img src="<?php echo WD_FFWD_URL ?>/images/web-dorado.png">
|
76 |
-
</div>
|
77 |
-
</div>
|
78 |
-
</a>
|
79 |
-
</div>
|
80 |
-
</div>
|
81 |
|
82 |
|
83 |
<div class="buttons_div">
|
@@ -548,31 +562,40 @@ class FFWDViewInfo_ffwd
|
|
548 |
|
549 |
|
550 |
<div id="message_div" class="updated" style="display: none;"></div>
|
551 |
-
|
552 |
-
|
553 |
-
<
|
554 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
555 |
</div>
|
556 |
|
|
|
557 |
<script src="http://malsup.github.io/jquery.form.js"></script>
|
558 |
<form class="wrap" method="post" id="ffwd_info_form" action="admin.php?page=info_ffwd" style="width:99%;">
|
559 |
<?php wp_nonce_field('info_ffwd', 'ffwd_nonce'); ?>
|
560 |
<!-- <span class="wd-fb-icon"></span> -->
|
561 |
<div class="ffwd_plugin_header">
|
562 |
-
|
563 |
-
<div class="ffwd-right">
|
564 |
-
<a href="https://web-dorado.com/products/wordpress-facebook-feed-plugin.html" target="_blank">
|
565 |
-
<div class="ffwd-table">
|
566 |
-
<div class="ffwd-cell ffwd-cell-valign-middle">
|
567 |
-
Upgrade to paid version </div>
|
568 |
-
|
569 |
-
<div class="ffwd-cell ffwd-cell-valign-middle">
|
570 |
-
<img src="<?php echo WD_FFWD_URL ?>/images/web-dorado.png">
|
571 |
-
</div>
|
572 |
-
</div>
|
573 |
-
</a>
|
574 |
-
</div>
|
575 |
-
</div>
|
576 |
<span class="wd-fb-icon"></span>
|
577 |
<h2 class="ffwd_page_name"><?php echo $page_title; ?></h2>
|
578 |
</div>
|
41 |
?>
|
42 |
|
43 |
|
44 |
+
|
45 |
+
|
46 |
+
<div class="ffwd_upgrade wd-clear" >
|
47 |
+
<div class="ffwd-left">
|
48 |
+
|
49 |
+
<div style="font-size: 14px; ">
|
50 |
+
<?php _e(" This section allows you to create, edit and delete Facebook Feed WD.","ffwd");?>
|
51 |
+
<a style="color: #5CAEBD; text-decoration: none;border-bottom: 1px dotted;" target="_blank" href="https://web-dorado.com/wordpress-facebook-feed/creating-feed.html"><?php _e("Read More in User Manual.","ffwd");?></a>
|
52 |
+
</div>
|
53 |
+
|
54 |
+
</div>
|
55 |
+
<div class="ffwd-right">
|
56 |
+
<div class="wd-table">
|
57 |
+
<div class="wd-cell wd-cell-valign-middle">
|
58 |
+
<a href="https://wordpress.org/support/plugin/wd-facebook-feed" target="_blank">
|
59 |
+
<img src="<?php echo WD_FFWD_URL; ?>/images/i_support.png" >
|
60 |
+
<?php _e("Support Forum", "gmwd"); ?>
|
61 |
+
</a>
|
62 |
+
</div>
|
63 |
+
<div class="wd-cell wd-cell-valign-middle">
|
64 |
+
<a href="https://web-dorado.com/products/wordpress-facebook-feed-plugin.html" target="_blank">
|
65 |
+
<?php _e("UPGRADE TO PAID VERSION", "gmwd"); ?>
|
66 |
+
</a>
|
67 |
+
</div>
|
68 |
+
</div>
|
69 |
+
</div>
|
70 |
</div>
|
71 |
+
|
72 |
+
|
73 |
+
|
74 |
<form class="wrap" id="ffwd_info_form" method="post" action="admin.php?page=info_ffwd" style="width:99%;">
|
75 |
+
|
76 |
+
|
77 |
<?php wp_nonce_field('info_ffwd', 'ffwd_nonce'); ?>
|
78 |
|
79 |
<div class="ffwd_plugin_header">
|
91 |
saved.</p></strong></div>
|
92 |
|
93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
95 |
|
96 |
|
97 |
<div class="buttons_div">
|
562 |
|
563 |
|
564 |
<div id="message_div" class="updated" style="display: none;"></div>
|
565 |
+
|
566 |
+
<div class="ffwd_upgrade wd-clear" >
|
567 |
+
<div class="ffwd-left">
|
568 |
+
|
569 |
+
<div style="font-size: 14px; ">
|
570 |
+
<?php _e("This section allows you to add/edit Facebook Feed WD","ffwd");?>
|
571 |
+
<a style="color: #5CAEBD; text-decoration: none;border-bottom: 1px dotted;" target="_blank" href="https://web-dorado.com/wordpress-facebook-feed/creating-feed.html"><?php _e("Read More in User Manual.","ffwd");?></a>
|
572 |
+
</div>
|
573 |
+
|
574 |
+
</div>
|
575 |
+
<div class="ffwd-right">
|
576 |
+
<div class="wd-table">
|
577 |
+
<div class="wd-cell wd-cell-valign-middle">
|
578 |
+
<a href="https://wordpress.org/support/plugin/wd-facebook-feed" target="_blank">
|
579 |
+
<img src="<?php echo WD_FFWD_URL; ?>/images/i_support.png" >
|
580 |
+
<?php _e("Support Forum", "gmwd"); ?>
|
581 |
+
</a>
|
582 |
+
</div>
|
583 |
+
<div class="wd-cell wd-cell-valign-middle">
|
584 |
+
<a href="https://web-dorado.com/products/wordpress-facebook-feed-plugin.html" target="_blank">
|
585 |
+
<?php _e("UPGRADE TO PAID VERSION", "gmwd"); ?>
|
586 |
+
</a>
|
587 |
+
</div>
|
588 |
+
</div>
|
589 |
+
</div>
|
590 |
</div>
|
591 |
|
592 |
+
|
593 |
<script src="http://malsup.github.io/jquery.form.js"></script>
|
594 |
<form class="wrap" method="post" id="ffwd_info_form" action="admin.php?page=info_ffwd" style="width:99%;">
|
595 |
<?php wp_nonce_field('info_ffwd', 'ffwd_nonce'); ?>
|
596 |
<!-- <span class="wd-fb-icon"></span> -->
|
597 |
<div class="ffwd_plugin_header">
|
598 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
599 |
<span class="wd-fb-icon"></span>
|
600 |
<h2 class="ffwd_page_name"><?php echo $page_title; ?></h2>
|
601 |
</div>
|
admin/views/FFWDViewOptions_ffwd.php
CHANGED
@@ -30,12 +30,37 @@ class FFWDViewOptions_ffwd
|
|
30 |
|
31 |
|
32 |
?>
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
</div>
|
38 |
-
|
|
|
|
|
|
|
39 |
$row = $this->model->get_row_data($reset);
|
40 |
?>
|
41 |
<script>
|
@@ -47,20 +72,7 @@ class FFWDViewOptions_ffwd
|
|
47 |
<span class="option-icon"></span>
|
48 |
<h2 class="ffwd_page_name">Edit options</h2>
|
49 |
</div>
|
50 |
-
|
51 |
-
<div class="ffwd-right">
|
52 |
-
<a href="https://web-dorado.com/products/wordpress-facebook-feed-plugin.html" target="_blank">
|
53 |
-
<div class="ffwd-table">
|
54 |
-
<div class="ffwd-cell ffwd-cell-valign-middle">
|
55 |
-
Upgrade to paid version </div>
|
56 |
-
|
57 |
-
<div class="ffwd-cell ffwd-cell-valign-middle">
|
58 |
-
<img src="<?php echo WD_FFWD_URL ?>/images/web-dorado.png">
|
59 |
-
</div>
|
60 |
-
</div>
|
61 |
-
</a>
|
62 |
-
</div>
|
63 |
-
</div>
|
64 |
<div style="display: inline-block; width: 100%;">
|
65 |
<div style="float: right;padding-top: 10px;">
|
66 |
<input class="ffwd-button-primary ffwd-button-reset" type="submit" onclick="if (confirm('Do you want to reset to default?')) {
|
30 |
|
31 |
|
32 |
?>
|
33 |
+
|
34 |
+
|
35 |
+
<div class="ffwd_upgrade wd-clear" >
|
36 |
+
<div class="ffwd-left">
|
37 |
+
|
38 |
+
<div style="font-size: 14px; ">
|
39 |
+
<?php _e("This section allows you to change settings for different views and general options.","ffwd");?>
|
40 |
+
<a style="color: #5CAEBD; text-decoration: none;border-bottom: 1px dotted;" target="_blank" href="https://web-dorado.com/wordpress-facebook-feed/options.html"><?php _e("Read More in User Manual.","ffwd");?></a>
|
41 |
+
</div>
|
42 |
+
|
43 |
+
</div>
|
44 |
+
<div class="ffwd-right">
|
45 |
+
<div class="wd-table">
|
46 |
+
<div class="wd-cell wd-cell-valign-middle">
|
47 |
+
<a href="https://wordpress.org/support/plugin/wd-facebook-feed" target="_blank">
|
48 |
+
<img src="<?php echo WD_FFWD_URL; ?>/images/i_support.png" >
|
49 |
+
<?php _e("Support Forum", "gmwd"); ?>
|
50 |
+
</a>
|
51 |
+
</div>
|
52 |
+
<div class="wd-cell wd-cell-valign-middle">
|
53 |
+
<a href="https://web-dorado.com/products/wordpress-facebook-feed-plugin.html" target="_blank">
|
54 |
+
<?php _e("UPGRADE TO PAID VERSION", "gmwd"); ?>
|
55 |
+
</a>
|
56 |
+
</div>
|
57 |
+
</div>
|
58 |
+
</div>
|
59 |
</div>
|
60 |
+
|
61 |
+
|
62 |
+
|
63 |
+
<?php
|
64 |
$row = $this->model->get_row_data($reset);
|
65 |
?>
|
66 |
<script>
|
72 |
<span class="option-icon"></span>
|
73 |
<h2 class="ffwd_page_name">Edit options</h2>
|
74 |
</div>
|
75 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
<div style="display: inline-block; width: 100%;">
|
77 |
<div style="float: right;padding-top: 10px;">
|
78 |
<input class="ffwd-button-primary ffwd-button-reset" type="submit" onclick="if (confirm('Do you want to reset to default?')) {
|
admin/views/FFWDViewThemes_ffwd.php
CHANGED
@@ -27,22 +27,30 @@ class FFWDViewThemes_ffwd
|
|
27 |
public function display()
|
28 |
{
|
29 |
?>
|
30 |
-
<div class="ffwd_upgrade
|
31 |
-
<div class="ffwd-
|
32 |
-
|
33 |
-
|
34 |
-
<div class="ffwd-cell ffwd-cell-valign-middle">
|
35 |
-
Upgrade to paid version
|
36 |
-
</div>
|
37 |
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
|
|
|
|
|
|
|
|
42 |
</div>
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
44 |
</div>
|
45 |
</div>
|
|
|
|
|
46 |
<div style="clear: both;float: right;color: #15699F; font-size: 20px; margin-top:10px; padding:8px 15px;">
|
47 |
This is FREE version, Customizing themes is available only in the PAID version.
|
48 |
</div>
|
27 |
public function display()
|
28 |
{
|
29 |
?>
|
30 |
+
<div class="ffwd_upgrade wd-clear" >
|
31 |
+
<div class="ffwd-left">
|
32 |
+
|
33 |
+
|
|
|
|
|
|
|
34 |
|
35 |
+
</div>
|
36 |
+
<div class="ffwd-right">
|
37 |
+
<div class="wd-table">
|
38 |
+
<div class="wd-cell wd-cell-valign-middle">
|
39 |
+
<a href="https://wordpress.org/support/plugin/wd-facebook-feed" target="_blank">
|
40 |
+
<img src="<?php echo WD_FFWD_URL; ?>/images/i_support.png" >
|
41 |
+
<?php _e("Support Forum", "gmwd"); ?>
|
42 |
+
</a>
|
43 |
</div>
|
44 |
+
<div class="wd-cell wd-cell-valign-middle">
|
45 |
+
<a href="https://web-dorado.com/products/wordpress-facebook-feed-plugin.html" target="_blank">
|
46 |
+
<?php _e("UPGRADE TO PAID VERSION", "gmwd"); ?>
|
47 |
+
</a>
|
48 |
+
</div>
|
49 |
+
</div>
|
50 |
</div>
|
51 |
</div>
|
52 |
+
|
53 |
+
|
54 |
<div style="clear: both;float: right;color: #15699F; font-size: 20px; margin-top:10px; padding:8px 15px;">
|
55 |
This is FREE version, Customizing themes is available only in the PAID version.
|
56 |
</div>
|
css/ffwd_tables.css
CHANGED
@@ -699,8 +699,8 @@
|
|
699 |
|
700 |
.ffwd_plugin_header {
|
701 |
background-color: #fff;
|
702 |
-
|
703 |
padding: 12px 8px;
|
|
|
704 |
}
|
705 |
|
706 |
h2.ffwd_page_name {
|
@@ -853,12 +853,7 @@ h2.ffwd_page_name {
|
|
853 |
border-radius: 4px;
|
854 |
}
|
855 |
|
856 |
-
.ffwd_upgrade
|
857 |
-
{
|
858 |
|
859 |
-
padding: 15px 15px 0px 24px;
|
860 |
-
float: right;
|
861 |
-
}
|
862 |
|
863 |
.ffwd-right {
|
864 |
float: right;
|
@@ -867,20 +862,28 @@ h2.ffwd_page_name {
|
|
867 |
float: left;
|
868 |
}
|
869 |
|
870 |
-
|
871 |
-
|
872 |
-
|
|
|
873 |
}
|
874 |
|
875 |
-
.
|
876 |
-
|
877 |
-
|
878 |
-
|
879 |
-
font-weight: bold;
|
880 |
-
font-size: 11px;
|
881 |
-
text-decoration: none;
|
882 |
}
|
883 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
884 |
.ffwd-cell-valign-middle {
|
885 |
vertical-align: middle;
|
886 |
}
|
@@ -889,9 +892,7 @@ h2.ffwd_page_name {
|
|
889 |
display: table-cell;
|
890 |
}
|
891 |
|
892 |
-
|
893 |
-
text-decoration: none !important;
|
894 |
-
}
|
895 |
|
896 |
div#ffwd_featurs_tables {
|
897 |
display: inline-block;
|
@@ -1052,3 +1053,35 @@ span.no {
|
|
1052 |
display: block;
|
1053 |
color: #F47629;
|
1054 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
699 |
|
700 |
.ffwd_plugin_header {
|
701 |
background-color: #fff;
|
|
|
702 |
padding: 12px 8px;
|
703 |
+
clear:both;
|
704 |
}
|
705 |
|
706 |
h2.ffwd_page_name {
|
853 |
border-radius: 4px;
|
854 |
}
|
855 |
|
|
|
|
|
856 |
|
|
|
|
|
|
|
857 |
|
858 |
.ffwd-right {
|
859 |
float: right;
|
862 |
float: left;
|
863 |
}
|
864 |
|
865 |
+
|
866 |
+
|
867 |
+
.wd-cell-valign-middle{
|
868 |
+
vertical-align:middle;
|
869 |
}
|
870 |
|
871 |
+
.wd-clear:after{
|
872 |
+
clear:both;
|
873 |
+
content:"";
|
874 |
+
display:table;
|
|
|
|
|
|
|
875 |
}
|
876 |
|
877 |
+
|
878 |
+
.wd-table{
|
879 |
+
display:table;
|
880 |
+
}
|
881 |
+
|
882 |
+
.wd-cell{
|
883 |
+
display:table-cell;
|
884 |
+
}
|
885 |
+
|
886 |
+
|
887 |
.ffwd-cell-valign-middle {
|
888 |
vertical-align: middle;
|
889 |
}
|
892 |
display: table-cell;
|
893 |
}
|
894 |
|
895 |
+
|
|
|
|
|
896 |
|
897 |
div#ffwd_featurs_tables {
|
898 |
display: inline-block;
|
1053 |
display: block;
|
1054 |
color: #F47629;
|
1055 |
}
|
1056 |
+
|
1057 |
+
.ffwd_upgrade{
|
1058 |
+
clear: both;
|
1059 |
+
padding: 15px;
|
1060 |
+
background: #fff;
|
1061 |
+
margin: 6px 15px;
|
1062 |
+
color: #6e7990;
|
1063 |
+
font-size: 14px;
|
1064 |
+
font-weight: bold;
|
1065 |
+
line-height: 30px;
|
1066 |
+
}
|
1067 |
+
|
1068 |
+
.ffwd_upgrade .wd-cell:first-child{
|
1069 |
+
padding-right: 14px;
|
1070 |
+
}
|
1071 |
+
.ffwd_upgrade .wd-cell:first-child img{
|
1072 |
+
vertical-align:middle;
|
1073 |
+
}
|
1074 |
+
.ffwd_upgrade .wd-cell:first-child a{
|
1075 |
+
color: #72777c !important;
|
1076 |
+
}
|
1077 |
+
.ffwd_upgrade .wd-cell:last-child{
|
1078 |
+
background: #45A6B7;
|
1079 |
+
}
|
1080 |
+
.ffwd_upgrade .wd-cell:last-child a{
|
1081 |
+
color: #fff !important;
|
1082 |
+
padding: 18px;
|
1083 |
+
}
|
1084 |
+
|
1085 |
+
.ffwd_upgrade a, .ffwd_upgrade a:hover {
|
1086 |
+
text-decoration: none !important;
|
1087 |
+
}
|
facebook-feed-wd.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Facebook Feed WD
|
5 |
* Plugin URI: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
|
6 |
* Description:Facebook Feed WD is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
|
7 |
-
* Version: 1.0.
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -897,7 +897,7 @@ add_action( 'init', 'ffwd_language_load' );
|
|
897 |
|
898 |
function ffwd_version() {
|
899 |
|
900 |
-
$version = '1.0.
|
901 |
|
902 |
if ( get_option( 'ffwd_version' ) === false ) {
|
903 |
add_option( 'ffwd_version', $version );
|
@@ -923,11 +923,12 @@ function ffwd_get_version() {
|
|
923 |
|
924 |
}
|
925 |
|
926 |
-
if ( is_admin() && ( ! defined( 'DOING_AJAX' ) || ! DOING_AJAX ) ) {
|
927 |
|
928 |
-
|
929 |
-
|
930 |
-
|
|
|
|
|
931 |
|
932 |
|
933 |
?>
|
4 |
* Plugin Name: Facebook Feed WD
|
5 |
* Plugin URI: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
|
6 |
* Description:Facebook Feed WD is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
|
7 |
+
* Version: 1.0.18
|
8 |
* Author: WebDorado
|
9 |
* Author URI: https://web-dorado.com/
|
10 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
897 |
|
898 |
function ffwd_version() {
|
899 |
|
900 |
+
$version = '1.0.18';
|
901 |
|
902 |
if ( get_option( 'ffwd_version' ) === false ) {
|
903 |
add_option( 'ffwd_version', $version );
|
923 |
|
924 |
}
|
925 |
|
|
|
926 |
|
927 |
+
|
928 |
+
|
929 |
+
|
930 |
+
|
931 |
+
|
932 |
|
933 |
|
934 |
?>
|
images/i_support.png
ADDED
Binary file
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
=== Facebook Feed
|
2 |
Contributors: webdorado, wdsupport
|
3 |
Donate link: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
|
4 |
Tags: customizable facebook feed, facebook, facebook events, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, facebook likebox
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.7
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -18,19 +18,13 @@ Facebook Feed WD is a comprehensive tool for displaying Facebook feed, events an
|
|
18 |
[User Guide](https://web-dorado.com/wordpress-facebook-feed/installing.html)
|
19 |
[Support Forum](https://web-dorado.com/forum/facebook-feed-wd.html)
|
20 |
|
21 |
-
Do you plan to make your website more social? Do you want to include Facebook feeds based on a page/public group/your profile within a few steps? Do you want to control the content length, type and styling? WordPress Facebook feed plugin will offer these and hundreds of
|
22 |
-
|
23 |
-
Facebook Feed WD is a comprehensive tool for displaying Facebook feeds, events and photos in your website. With this plugin you will be able to display content from any page, public group and your profile (Pro version).
|
24 |
-
|
25 |
-
Using this WordPress Facebook feed plugin you can contantly refresh your feed: either removing old content and replacing it with fresh posts or adding-up to the existing list of posts.
|
26 |
You can set the number of posts to be displayed.
|
27 |
|
28 |
-
You can
|
29 |
-
|
30 |
-
The number of displayed Facebook feeds per each post/page is unlimited. You can add Facebook feeds based on different pages, groups and profile (Pro) within the same page. For Facebook pages and groups you can choose the user roles whose posts will be shared- page owner/ group admin, group member/page fans or both.Hashtags and mentions included in posts will be preserved.
|
31 |
-
|
32 |
-
Albums will be displayed with thumbnails which open up in lightbox. High-resolution lightbox images will be accompanied with filmstrip(Pro version), which will turn the standard display of images into an elegant gallery.
|
33 |
|
|
|
|
|
34 |
To make appearance and overall design changes you can use Themes (available with Pro version) . This section uses different style sets for each layout.
|
35 |
|
36 |
###IMPORTANT:
|
@@ -42,8 +36,8 @@ If you think you found a bug in Facebook Feed WD or have any problem/question co
|
|
42 |
* Page feeds
|
43 |
* Public Group feeds
|
44 |
* Auto-update for feeds based on provided time interval
|
45 |
-
* Unlimited display of Facebook feeds per page/post
|
46 |
-
* Custom display for descriptions, comments, likes and shares
|
47 |
* Page information (Page Plugin) display
|
48 |
* Full-width and custom dimension lightbox support
|
49 |
* Detailed event display with featured image
|
@@ -57,15 +51,17 @@ If you think you found a bug in Facebook Feed WD or have any problem/question co
|
|
57 |
Upgrade to [Facebook Feed Pro](https://web-dorado.com/products/wordpress-facebook-feed-plugin.html) to get access to:
|
58 |
|
59 |
* Profile Feed
|
60 |
-
* Specific content feeds, where you can choose to display only single type of content (photos, videos, albums, events )
|
61 |
-
* Advanced lightbox with comments and more
|
62 |
* Filmstrip for lightbox
|
63 |
* Themes to change styles and colors for each view
|
64 |
-
* Multiple layouts - album view for albums, masonry and thumbnail
|
65 |
* Social sharing for feed to Google Plus, Twitter and Facebook
|
66 |
|
67 |
== Changelog ==
|
68 |
|
|
|
|
|
|
|
69 |
= 1.0.17 =
|
70 |
* Added: Overview page
|
71 |
* Changed: Deactivation
|
@@ -191,10 +187,10 @@ A screen will pop where you can choose the application platform. Here press on B
|
|
191 |
Here fill in application display name, email and choose category for the app. And press Create App ID button.
|
192 |
Navigate to Developer dashboard, where both the App ID and App Secret Key will be appear. If Secret Key is not visible press Show button.
|
193 |
Facebook login / logout. Press to login with provided application details to use content from your user data.
|
194 |
-
Feed auto-update interval. You can define the period of time to update the feed in your website(minimum is 30 second).
|
195 |
Timezone. Since Facebook will display post time based on timezone, here you can change it from your default timezone to a custom one.
|
196 |
Date format for posts. Set date format while displaying posts from profile, group or page.
|
197 |
-
Date format for events. Set date format while displaying events.
|
198 |
|
199 |
|
200 |
= Creating a Facebook Feed =
|
@@ -221,7 +217,7 @@ Specific
|
|
221 |
|
222 |
You can choose to display one of the following four content types- photos, videos, albums or events.
|
223 |
|
224 |
-
The views for Specific contents differ depending on content type: for Photos and Videos you can use Thumbnails and Masonry View, for Albums you can use Album View, for Events you can use Thumbnails View and Blog Style View.
|
225 |
|
226 |
|
227 |
|
@@ -231,8 +227,8 @@ For Page, Profile and Group Timelines, Events Blog Style View
|
|
231 |
|
232 |
Theme. Choose the theme from the list.
|
233 |
Width & Height. Set the width and height of the timeline.
|
234 |
-
View style. Choose whether to
|
235 |
-
Enable the options from the list:
|
236 |
Pagination type. Choose from numerical pagination, Load More button, infinite scroll or no pagination. In case of first two options you can define number of objects per page.
|
237 |
Displayed posts can open up in lightbox, get redirected or have no action when pressed.
|
238 |
|
@@ -248,9 +244,9 @@ Displayed posts can open up in lightbox, get redirected or have no action when p
|
|
248 |
|
249 |
For page and profile albums
|
250 |
|
251 |
-
You can choose the feed theme. Then you can define thumbnail dimensions for album thumbnails and gallery thumbnails included in albums, set maximum number of album columns. If content area could include defined number of columns then it will be displayed.
|
252 |
You can choose when to display/hide the album title: while hovered, always or not display the album title at all.
|
253 |
-
In case of page you can enable Page Plugin which will display page information below or above the feed.
|
254 |
Pagination type. Choose from numerical pagination, Load More button, infinite scroll or no pagination. In case of first two options you can define number of objects per page.
|
255 |
Displayed posts can open up in lightbox, get redirected or have no action when pressed
|
256 |
|
@@ -278,7 +274,7 @@ Comments
|
|
278 |
Comment display can be set to either standard structure of Facebook which displays only certain Top level comments without replies by default or set to Stream for all level comment display including replies. If you want to use Top level but give a function to show all replies then enable Show replies option. Comment feed can be set either in chronological or reverse chronological order.
|
279 |
|
280 |
Page plugin
|
281 |
-
You can set the position of the page plugin below or above the feed. Choose whether to display page fans, set its width, display cover photo and small header for the information.
|
282 |
|
283 |
Events
|
284 |
For events display you can display event location( including street, city, country, zip and map), event date and define maximum length of the description.
|
@@ -291,13 +287,13 @@ Here you can define main settings for different views. Depending on displayed co
|
|
291 |
|
292 |
Plugin includes builtin four themes, one of which is default. You can change the builtin theme or create your own theme. Anytime you can reset the theme parameters.
|
293 |
|
294 |
-
Thumbnails. Configure options for thumbnail border, hover effect, transition, margin, padding, view and thumbnail background colors and transparency level, image alignment, image title options, like and comment box options.
|
295 |
|
296 |
Masonry. Configure options for masonry thumbnail border, padding, view and thumbnail background colors and transparency level, like and comment box options, hover effects, image description options.
|
297 |
|
298 |
Compact Album. Configure options for thumbnail border, hover effect, transition, margin, shadow,padding, view and thumbnail background colors and transparency level, image title options, back button options.
|
299 |
|
300 |
-
Blog Style. Configure options for comments box, Like, share, comment display, hashtags, image captions, location and dates, event, page, profile name and feed overall settings.
|
301 |
|
302 |
Lightbox Page. Configure options for lightbox background, control, toggle, close and navigation buttons, filmstrip options, events and story options,Like, share, comment display, hashtags and comments options.
|
303 |
|
@@ -316,8 +312,8 @@ Navigate to Appearance > Widgets.
|
|
316 |
|
317 |
Scroll to Facebook Feed WD widget and assign it to a custom widget position choosing one of the available positions. Fill in the details and press Save button.
|
318 |
|
319 |
-
Title. Provide a title for your Facebook Feed
|
320 |
-
Feed. Select the feed which will be displayed as a widget.
|
321 |
View. Choose the display view for the feed. Depending on feed this can be blog style, album, masonry and thumbnail view.
|
322 |
Count. Set a constant number of posts which will be displayed with widget.
|
323 |
Dimensions. Choose Facebook Feed widget dimensions.
|
1 |
+
=== Facebook Feed WD - Custom Facebook Feed Plugin ===
|
2 |
Contributors: webdorado, wdsupport
|
3 |
Donate link: https://web-dorado.com/products/wordpress-facebook-feed-plugin.html
|
4 |
Tags: customizable facebook feed, facebook, facebook events, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, facebook likebox
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.7
|
7 |
+
Stable tag: 1.0.18
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
18 |
[User Guide](https://web-dorado.com/wordpress-facebook-feed/installing.html)
|
19 |
[Support Forum](https://web-dorado.com/forum/facebook-feed-wd.html)
|
20 |
|
21 |
+
Do you plan to make your website more social? Do you want to include Facebook feeds based on a page/public group/your profile within a few steps? Do you want to control the content length, type and styling? WordPress Facebook feed plugin will offer these and hundreds of other options to create and publish custom feeds on your WordPress website. Facebook Feed WD is a comprehensive Facebook integration tool for displaying responsive Facebook feeds, events and photos in your website. With this plugin you will be able to display content from any Facebook fan page, public group and your profile (Pro version). Using this WordPress Facebook plugin you can constantly refresh your feed: either removing old content and replacing it with fresh posts or adding-up to the existing list of posts.
|
|
|
|
|
|
|
|
|
22 |
You can set the number of posts to be displayed.
|
23 |
|
24 |
+
You can show feeds in posts/pages using WordPress Facebook feed plugin shortcode or display them in widget area using the widget.
|
|
|
|
|
|
|
|
|
25 |
|
26 |
+
The number of displayed Facebook feeds per each post/page is unlimited. You can add Facebook feeds based on different pages, groups and profile (Pro) within the same page. For Facebook pages and Facebook groups you can choose the user roles whose posts will be shared- page owner/ group admin, group member/page fans or both. Hashtags and mentions included in posts will be preserved. Facebook albums will be displayed with thumbnails which open up in lightbox. High-resolution lightbox images will be accompanied with filmstrip(Pro version), which will turn the standard display of images into an elegant Facebook gallery. The Facebook page plugin comes with a number of great features and functionality to allow you create anything from free simple feeds to custom feeds, including Facebook group events, Facebook likebox, Facebook feed gallery and more to increase engagement of your Facebook fans.
|
27 |
+
In other words, Facebook Feed WD is a great social plugin for all those who need to display their social media feed on WordPress website, keep in constant touch with Facebook followers. This powerful, but at the same time easy custom solution will allow you to take your social networking to the next level by creating and publishing stylish Facebook feeds in just a few minutes.
|
28 |
To make appearance and overall design changes you can use Themes (available with Pro version) . This section uses different style sets for each layout.
|
29 |
|
30 |
###IMPORTANT:
|
36 |
* Page feeds
|
37 |
* Public Group feeds
|
38 |
* Auto-update for feeds based on provided time interval
|
39 |
+
* Unlimited display of customizable Facebook feeds per page/post
|
40 |
+
* Custom display for descriptions, comments, Facebook likes and shares
|
41 |
* Page information (Page Plugin) display
|
42 |
* Full-width and custom dimension lightbox support
|
43 |
* Detailed event display with featured image
|
51 |
Upgrade to [Facebook Feed Pro](https://web-dorado.com/products/wordpress-facebook-feed-plugin.html) to get access to:
|
52 |
|
53 |
* Profile Feed
|
54 |
+
* Specific content feeds, where you can choose to display only single type of content from your Facebook wall (photos, videos, albums, events ) * Show Facebook share buttons * Advanced lightbox with comments and more
|
|
|
55 |
* Filmstrip for lightbox
|
56 |
* Themes to change styles and colors for each view
|
57 |
+
* Multiple layouts - album view for albums, masonry and thumbnail views for Facebook videos and photos, BlogStyle and thumbnail view for Facebook events
|
58 |
* Social sharing for feed to Google Plus, Twitter and Facebook
|
59 |
|
60 |
== Changelog ==
|
61 |
|
62 |
+
= 1.0.17 =
|
63 |
+
* Added: Support Forum links
|
64 |
+
|
65 |
= 1.0.17 =
|
66 |
* Added: Overview page
|
67 |
* Changed: Deactivation
|
187 |
Here fill in application display name, email and choose category for the app. And press Create App ID button.
|
188 |
Navigate to Developer dashboard, where both the App ID and App Secret Key will be appear. If Secret Key is not visible press Show button.
|
189 |
Facebook login / logout. Press to login with provided application details to use content from your user data.
|
190 |
+
Feed auto-update interval. You can define the period of time to update the Facebook feed embedded in your website(minimum is 30 second).
|
191 |
Timezone. Since Facebook will display post time based on timezone, here you can change it from your default timezone to a custom one.
|
192 |
Date format for posts. Set date format while displaying posts from profile, group or page.
|
193 |
+
Date format for events. Set date format while displaying Facebook events.
|
194 |
|
195 |
|
196 |
= Creating a Facebook Feed =
|
217 |
|
218 |
You can choose to display one of the following four content types- photos, videos, albums or events.
|
219 |
|
220 |
+
The views for Specific contents differ depending on content type: for Photos and Videos you can use Thumbnails and Masonry View, for Albums you can use Album View, for Facebook page Events you can use Thumbnails View and Blog Style View.
|
221 |
|
222 |
|
223 |
|
227 |
|
228 |
Theme. Choose the theme from the list.
|
229 |
Width & Height. Set the width and height of the timeline.
|
230 |
+
View style. Choose whether to show feed in Full width- descriptions below media elements(photo, video) or half width with all post content displayed within a single line.
|
231 |
+
Enable the options from the list: Facebook likes, comments, share, message(description) or the same as caption, grouped share buttons or individual ones- Facebook button, Twitter button, Google+ button, author, post name, place name, feed name and Page Plugin (displays information about the page)
|
232 |
Pagination type. Choose from numerical pagination, Load More button, infinite scroll or no pagination. In case of first two options you can define number of objects per page.
|
233 |
Displayed posts can open up in lightbox, get redirected or have no action when pressed.
|
234 |
|
244 |
|
245 |
For page and profile albums
|
246 |
|
247 |
+
You can choose the FB feed theme. Then you can define thumbnail dimensions for album thumbnails and gallery thumbnails included in albums, set maximum number of album columns. If content area could include defined number of columns then it will be displayed.
|
248 |
You can choose when to display/hide the album title: while hovered, always or not display the album title at all.
|
249 |
+
In case of page you can enable Page Plugin which will display page information below or above the simple Facebook feed.
|
250 |
Pagination type. Choose from numerical pagination, Load More button, infinite scroll or no pagination. In case of first two options you can define number of objects per page.
|
251 |
Displayed posts can open up in lightbox, get redirected or have no action when pressed
|
252 |
|
274 |
Comment display can be set to either standard structure of Facebook which displays only certain Top level comments without replies by default or set to Stream for all level comment display including replies. If you want to use Top level but give a function to show all replies then enable Show replies option. Comment feed can be set either in chronological or reverse chronological order.
|
275 |
|
276 |
Page plugin
|
277 |
+
You can set the position of the page plugin below or above the social feed. Choose whether to display page fans, set its width, display cover photo and small header for the information.
|
278 |
|
279 |
Events
|
280 |
For events display you can display event location( including street, city, country, zip and map), event date and define maximum length of the description.
|
287 |
|
288 |
Plugin includes builtin four themes, one of which is default. You can change the builtin theme or create your own theme. Anytime you can reset the theme parameters.
|
289 |
|
290 |
+
Thumbnails. Configure options for thumbnail border, hover effect, transition, margin, padding, view and thumbnail background colors and transparency level, image alignment, image title options, Facebook like box and comment box options.
|
291 |
|
292 |
Masonry. Configure options for masonry thumbnail border, padding, view and thumbnail background colors and transparency level, like and comment box options, hover effects, image description options.
|
293 |
|
294 |
Compact Album. Configure options for thumbnail border, hover effect, transition, margin, shadow,padding, view and thumbnail background colors and transparency level, image title options, back button options.
|
295 |
|
296 |
+
Blog Style. Configure options for comments box, Like, share, comment display, Facebook feed hashtags, image captions, location and dates, event, page, profile name and social feed overall settings.
|
297 |
|
298 |
Lightbox Page. Configure options for lightbox background, control, toggle, close and navigation buttons, filmstrip options, events and story options,Like, share, comment display, hashtags and comments options.
|
299 |
|
312 |
|
313 |
Scroll to Facebook Feed WD widget and assign it to a custom widget position choosing one of the available positions. Fill in the details and press Save button.
|
314 |
|
315 |
+
Title. Provide a title for your Facebook Feed widgets.
|
316 |
+
Feed. Select the FB feed which will be displayed as a widget.
|
317 |
View. Choose the display view for the feed. Depending on feed this can be blog style, album, masonry and thumbnail view.
|
318 |
Count. Set a constant number of posts which will be displayed with widget.
|
319 |
Dimensions. Choose Facebook Feed widget dimensions.
|