Version Description
[15-05-2019] 1. Version update and Compatible with wp 5.2 2. bug fixed, pro banner and screenshots updated 3. readme file updated
Download this release
Release Info
Developer | weblizar |
Plugin | Feed & LikeBox For Facebook |
Version | 2.8.2 |
Comparing to | |
See all releases |
Code changes from version 2.8.1 to 2.8.2
- css/weblizar-option-style.css +1 -0
- facebook-by-weblizar.php +4 -4
- function/facebook-by-weblizar-data.php +2 -1
- function/facebook-by-weblizar-help.php +54 -49
- function/facebook-by-weblizar-short-code.php +4 -2
- function/facebook-by-weblizar-widgets.php +4 -4
- function/facebook-feed-shortcode-data.php +111 -108
- function/facebook-feed-shortcode.php +189 -190
- function/facebook-feed-widget.php +158 -168
- function/facebook-feed.php +247 -205
- function/help-body.php +481 -473
- images/available-pro.jpg +0 -0
- images/available-pro.png +0 -0
- images/background.png +0 -0
- images/facebook-full-feature.jpg +0 -0
- images/fb_pro.jpg +0 -0
- images/feed-tab-img.jpg +0 -0
- readme.txt +87 -83
css/weblizar-option-style.css
CHANGED
@@ -785,6 +785,7 @@ box-shadow: 0 0 6px rgba(0,0,0,.3);
|
|
785 |
.no-pad {
|
786 |
padding: 0 !important;
|
787 |
margin-bottom: 20px;
|
|
|
788 |
}
|
789 |
input[type=checkbox], input[type=radio]
|
790 |
{
|
785 |
.no-pad {
|
786 |
padding: 0 !important;
|
787 |
margin-bottom: 20px;
|
788 |
+
margin-top: 10px;
|
789 |
}
|
790 |
input[type=checkbox], input[type=radio]
|
791 |
{
|
facebook-by-weblizar.php
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
-
* Plugin Name:
|
4 |
-
* Version: 2.8.
|
5 |
-
* Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds contents.
|
6 |
* Author: Weblizar
|
7 |
* Author URI: https://www.weblizar.com
|
8 |
* Plugin URI: https://www.weblizar.com/plugins/
|
@@ -22,7 +22,7 @@ function FacebookTranslation() {
|
|
22 |
/*** Facebook By Weblizar Menu ***/
|
23 |
add_action('admin_menu','WeblizarFacebookMenu');
|
24 |
function WeblizarFacebookMenu() {
|
25 |
-
$adminmenu = add_menu_page( '
|
26 |
|
27 |
//add hook to add styles and scripts for coming soon admin page
|
28 |
add_action( 'admin_print_styles-' . $adminmenu, 'facebooky_by_weblizar_page_function_js_css' );
|
1 |
<?php
|
2 |
/**
|
3 |
+
* Plugin Name: Social LikeBox & Feed
|
4 |
+
* Version: 2.8.2
|
5 |
+
* Description: Display the Facebook Feed and Like box on your website. Its completely customizable, responsive and search engine optimization feeds and like-box contents.
|
6 |
* Author: Weblizar
|
7 |
* Author URI: https://www.weblizar.com
|
8 |
* Plugin URI: https://www.weblizar.com/plugins/
|
22 |
/*** Facebook By Weblizar Menu ***/
|
23 |
add_action('admin_menu','WeblizarFacebookMenu');
|
24 |
function WeblizarFacebookMenu() {
|
25 |
+
$adminmenu = add_menu_page( 'Social LikeBox & Feed', 'Social LikeBox & Feed', 'administrator', 'facebooky-by-weblizar', 'facebooky_by_weblizar_page_function', 'dashicons-facebook-alt');
|
26 |
|
27 |
//add hook to add styles and scripts for coming soon admin page
|
28 |
add_action( 'admin_print_styles-' . $adminmenu, 'facebooky_by_weblizar_page_function_js_css' );
|
function/facebook-by-weblizar-data.php
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
2 |
-
if(isset($_POST['facebook-page-url']) && isset($_POST['fb-app-id']))
|
|
|
3 |
$FacebookSettingsArray = serialize(
|
4 |
array(
|
5 |
'FacebookPageUrl' => $_POST['facebook-page-url'],
|
1 |
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
2 |
+
if(isset($_POST['facebook-page-url']) && isset($_POST['fb-app-id']))
|
3 |
+
{
|
4 |
$FacebookSettingsArray = serialize(
|
5 |
array(
|
6 |
'FacebookPageUrl' => $_POST['facebook-page-url'],
|
function/facebook-by-weblizar-help.php
CHANGED
@@ -2,57 +2,62 @@
|
|
2 |
<div class="wrap" id="weblizar_wrap">
|
3 |
<div id="content_wrap">
|
4 |
<!-- tabs left -->
|
5 |
-
|
6 |
<!--our-quality-shadow-->
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
</div>
|
|
|
36 |
</div>
|
37 |
-
|
38 |
-
|
39 |
-
</div>
|
40 |
-
</div>
|
41 |
-
<div class="tabbable-panel col-m margin-tops4">
|
42 |
-
<div class="tabbable-line">
|
43 |
-
<div id="content">
|
44 |
-
<div id="options_tabs" class="">
|
45 |
-
<ul class="nav nav-tabs tabtop tabsetting " role="tablist" id="nav">
|
46 |
-
<li class="active"><a id="general"><div class="dashicons dashicons-admin-generic"></div><?php _e(' Like Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a></li>
|
47 |
-
<li><a id="fbfeed"><div class="dashicons dashicons-align-right"></div><?php _e(' Facebook Feed', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a></li>
|
48 |
-
<li><a id="fbadmin" ><div class="dashicons dashicons-welcome-write-blog"></div><?php _e(' Feed Tab', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a></li>
|
49 |
-
<li><a id="needhelp"><div class="dashicons dashicons-editor-help"></div><?php _e(' Need Help', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a></li>
|
50 |
-
<li><a id="upgradetopro" ><div class="dashicons dashicons-awards"></div><?php _e(' Upgrade to Pro', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a></li>
|
51 |
-
</ul>
|
52 |
-
<?php require_once('help-body.php'); ?>
|
53 |
-
<?php require_once('facebook-feed.php'); ?>
|
54 |
-
</div>
|
55 |
-
</div>
|
56 |
-
<div class="clear"></div>
|
57 |
</div>
|
58 |
</div>
|
2 |
<div class="wrap" id="weblizar_wrap">
|
3 |
<div id="content_wrap">
|
4 |
<!-- tabs left -->
|
5 |
+
<div class="home-content-top feed-head-cont">
|
6 |
<!--our-quality-shadow-->
|
7 |
+
<div class="clearfix"></div>
|
8 |
+
<div class="bg-feed-head">
|
9 |
+
<div class="feed-head clearfix">
|
10 |
+
<div class="col-md-6 ">
|
11 |
+
<div class="col-md-3 feed-head-logo">
|
12 |
+
<img src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'/images/logo.png'; ?>" class="img-responsive" alt="Weblizar">
|
13 |
+
</div>
|
14 |
+
<div class="feed-head-cont-text ">
|
15 |
+
<h3>
|
16 |
+
<span class=""><?php _e( 'Feed & LikeBox For Facebook', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?> </span>
|
17 |
+
</h3>
|
18 |
+
<p><?php _e('Display a completely responsive & customizable facebook feed on your website which match with the look and feel of your website', WEBLIZAR_FACEBOOK_TEXT_DOMAIN );?>. </p>
|
19 |
+
</div>
|
20 |
+
</div>
|
21 |
+
<div class="col-md-6 feed-head-cont ">
|
22 |
+
<div class="feed-head-cont-inner">
|
23 |
+
<div class="col-md-12 col-sm-12 search1 text-right pull-right">
|
24 |
+
<a href="http://wordpress.org/plugins/facebook-by-weblizar/" class="btn button button-primary" target="_blank" title="Support Forum"><span class="far fa-comment"></span> <?php _e('Support Forum', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>
|
25 |
+
<a href="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'readme.txt'; ?>" class="btn button button-primary" target="_blank" title="Theme Changelog"> <span class="fa fa-pencil-square-o"></span> <?php _e('Plugin Change Log', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>
|
26 |
+
<a href="https://weblizar.com/plugins/facebook-feed-pro/" class="text-right btn button rating"><?php _e('Upgrade To Pro', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?> </a>
|
27 |
+
<div class="wporg-ratings rating-stars">
|
28 |
+
<strong><?php _e('Do you like this plugin', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?> ? <br></strong> <?php _e('Please take a few seconds to', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?>
|
29 |
+
<a class="weblizar-rate-it" href="https://wordpress.org/support/plugin/facebook-by-weblizar/reviews/#new-post" target="_blank"><?php _e('Rate it on WordPress.org', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>!<br>
|
30 |
+
<a href="https://wordpress.org/support/plugin/facebook-by-weblizar/reviews/#new-post" data-rating="5" title="Fantastic!" class="startrat" target="_blank" >
|
31 |
+
<span class="dashicons dashicons-star-filled" ></span>
|
32 |
+
<span class="dashicons dashicons-star-filled" ></span>
|
33 |
+
<span class="dashicons dashicons-star-filled" ></span>
|
34 |
+
<span class="dashicons dashicons-star-filled" ></span>
|
35 |
+
<span class="dashicons dashicons-star-filled" ></span>
|
36 |
+
</a>
|
37 |
+
</div>
|
38 |
+
</div>
|
39 |
+
</div>
|
40 |
+
</div>
|
41 |
+
</div>
|
42 |
+
</div>
|
43 |
+
<div class="tabbable-panel col-m margin-tops4">
|
44 |
+
<div class="tabbable-line">
|
45 |
+
<div id="content">
|
46 |
+
<div id="options_tabs" class="">
|
47 |
+
<ul class="nav nav-tabs tabtop tabsetting " role="tablist" id="nav">
|
48 |
+
<li class="active"><a id="general"><div class="dashicons dashicons-admin-generic"></div><?php _e(' Like Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a></li>
|
49 |
+
<li><a id="fbfeed"><div class="dashicons dashicons-align-right"></div><?php _e(' Facebook Feed', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a></li>
|
50 |
+
<li><a id="fbadmin" ><div class="dashicons dashicons-welcome-write-blog"></div><?php _e(' Feed Tab', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a></li>
|
51 |
+
<li><a id="needhelp"><div class="dashicons dashicons-editor-help"></div><?php _e(' Need Help', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a></li>
|
52 |
+
<li><a id="upgradetopro" ><div class="dashicons dashicons-awards"></div><?php _e(' Upgrade to Pro', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a></li>
|
53 |
+
</ul>
|
54 |
+
<?php require_once('help-body.php'); ?>
|
55 |
+
<?php require_once('facebook-feed.php'); ?>
|
56 |
+
</div>
|
57 |
</div>
|
58 |
+
<div class="clear"></div>
|
59 |
</div>
|
60 |
+
</div>
|
61 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
</div>
|
63 |
</div>
|
function/facebook-by-weblizar-short-code.php
CHANGED
@@ -64,8 +64,10 @@ function FacebookLikeBox() {
|
|
64 |
fjs.parentNode.insertBefore(js, fjs);
|
65 |
}(document, 'script', 'facebook-jssdk'));
|
66 |
</script>
|
67 |
-
<div class="fb-like-box" data-height="<?php echo $Height; ?>" data-href="<?php echo $FacebookPageUrl; ?>" data-show-border="<?php echo $ShowBorder; ?>" data-show-faces="<?php echo $ShowFaces; ?>" data-stream="<?php echo $Stream; ?>" data-width="<?php echo $Width; ?>" data-force-wall="<?php echo $ForceWall; ?>"
|
68 |
-
|
|
|
|
|
69 |
<?php
|
70 |
return ob_get_clean();
|
71 |
}
|
64 |
fjs.parentNode.insertBefore(js, fjs);
|
65 |
}(document, 'script', 'facebook-jssdk'));
|
66 |
</script>
|
67 |
+
<div class="fb-like-box" data-height="<?php echo $Height; ?>" data-href="<?php echo $FacebookPageUrl; ?>" data-show-border="<?php echo $ShowBorder; ?>" data-show-faces="<?php echo $ShowFaces; ?>" data-stream="<?php echo $Stream; ?>" data-width="<?php echo $Width; ?>" data-force-wall="<?php echo $ForceWall; ?>">
|
68 |
+
</div>
|
69 |
+
<div style="display:none;"><?php _e( 'Facebook By Weblizar Powered By Weblizar', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?>
|
70 |
+
</div>
|
71 |
<?php
|
72 |
return ob_get_clean();
|
73 |
}
|
function/facebook-by-weblizar-widgets.php
CHANGED
@@ -156,8 +156,8 @@ class WeblizarFacebook extends WP_Widget {
|
|
156 |
}
|
157 |
?>
|
158 |
<p>
|
159 |
-
|
160 |
-
|
161 |
</p>
|
162 |
<p>
|
163 |
<label for="<?php echo $this->get_field_id( 'FacebookPageURL' ); ?>"><?php _e( 'Facebook Page URL', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></label>
|
@@ -277,8 +277,8 @@ class WeblizarFacebook extends WP_Widget {
|
|
277 |
</p>
|
278 |
|
279 |
<p>
|
280 |
-
|
281 |
-
|
282 |
</p>
|
283 |
<?php
|
284 |
}
|
156 |
}
|
157 |
?>
|
158 |
<p>
|
159 |
+
<label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
|
160 |
+
<input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>">
|
161 |
</p>
|
162 |
<p>
|
163 |
<label for="<?php echo $this->get_field_id( 'FacebookPageURL' ); ?>"><?php _e( 'Facebook Page URL', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></label>
|
277 |
</p>
|
278 |
|
279 |
<p>
|
280 |
+
<a style="display:block;" target="_new" href="https://wordpress.org/plugins/facebook-by-weblizar/"><img src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'images/star.png' ;?>" /> </a>
|
281 |
+
<a href="https://wordpress.org/plugins/facebook-by-weblizar/" target="_new"> <?php _e("Rate Us on ",WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> Wordpress.org</a>
|
282 |
</p>
|
283 |
<?php
|
284 |
}
|
function/facebook-feed-shortcode-data.php
CHANGED
@@ -43,90 +43,91 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
|
|
43 |
//custom box sidebar start
|
44 |
if(isset($_POST['action'])=="get_feed_like_comment") {
|
45 |
$data_string=""?>
|
46 |
-
|
47 |
<?php if(isset($_REQUEST['id'])) // post id
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
$post_type="";
|
57 |
if(isset($_REQUEST['post_types']))
|
58 |
{
|
59 |
$post_type=$_REQUEST['post_types'];
|
60 |
-
|
61 |
{
|
62 |
//custom box sidebar curl
|
63 |
$data_string="https://graph.facebook.com/v2.10/".$data_var."?access_token=".$token."&fields=created_time,from,id,comments.limit(5).summary(true){message,from,comment_count,created_time},name,message,message_tags,reactions.type(LOVE).limit(0).summary(total_count).as(reactions_love),reactions.type(WOW).limit(0).summary(total_count).as(reactions_wow),reactions.type(HAHA).limit(0).summary(total_count).as(reactions_haha),reactions.type(PRIDE).limit(0).summary(total_count).as(reactions_pride),reactions.type(THANKFUL).limit(0).summary(total_count).as(reactions_thankful),reactions.type(SAD).limit(0).summary(total_count).as(reactions_sad),reactions.type(LIKE).limit(0).summary(total_count).as(reactions_like),reactions.type(ANGRY).limit(0).summary(total_count).as(reactions_angry)";
|
64 |
}
|
65 |
}
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
echo "HTTP request failed.";
|
70 |
-
|
71 |
|
72 |
$jsondata = @file_get_contents($data_string);
|
73 |
-
|
74 |
//post create time
|
75 |
if(isset($data_content['created_time']))
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
// post create author
|
81 |
-
|
82 |
-
|
83 |
<div class="weblizar-fb-eapps-facebook-feed-popup-item-header weblizar-fb-eapps-facebook-feed-item-author">
|
84 |
-
|
85 |
<!-- post author link and image -->
|
86 |
<a href="https://facebook.com/<?php echo $data_content['from']['id'];?>" target="_blank" rel="nofollow">
|
87 |
-
|
88 |
</a>
|
89 |
-
|
90 |
<div class="weblizar-fb-eapps-facebook-feed-item-author-info">
|
91 |
<!-- post author name -->
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
<!-- post create date -->
|
96 |
-
|
|
|
97 |
</div>
|
98 |
</div>
|
99 |
<?php }
|
100 |
-
|
101 |
{ ?>
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
$text=$data_content['message'];
|
106 |
$reg_exUrl = "/(((http|https|ftp|ftps)\:\/\/)|(www\.))[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\:[0-9]+)?(\/\S*)?/";
|
107 |
-
|
108 |
-
|
109 |
// make the urls hyper links
|
110 |
$text=preg_replace($reg_exUrl, "<a class='fb_messaage_tag' href='".$url[0]."' target='_blank'>".$url[0]."</a> ", $text);
|
111 |
-
|
112 |
-
|
113 |
// fetch url tag from post message
|
114 |
-
|
115 |
-
|
116 |
//count url tag from post message
|
117 |
$tag_size=sizeof($data_content['message_tags']);
|
118 |
//fetch tag from post message
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
<span class="weblizar_fb_teaser weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,250);?></span>
|
131 |
<span class="weblizar_fb_complete weblizar_fb-post_font_color" style="display:none"><?php echo $text;?></span>
|
132 |
<span data-text="...Show less" class="facebook_feed_more_page"><?php _e('...See more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
|
@@ -135,87 +136,90 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
|
|
135 |
{ ?>
|
136 |
<span class="weblizar_fb-post_font_color"> <?php echo $text;?></span>
|
137 |
<?php } ?>
|
138 |
-
|
139 |
-
|
140 |
<?php } ?>
|
141 |
</div>
|
142 |
<?php } ?>
|
143 |
<div class=" clearfix"> </div>
|
144 |
<!-- like button -->
|
145 |
-
|
146 |
<ul>
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
</div>
|
164 |
-
|
165 |
<!-- comment display -->
|
166 |
-
|
167 |
{?>
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
|
|
172 |
|
173 |
<?php $comments=sizeof($data_content['comments']['data']); // number of comment count
|
174 |
-
|
175 |
-
|
176 |
<div class="weblizar-fb-eapps-facebook-feed-popup-item-header weblizar-fb-eapps-facebook-feed-item-author">
|
177 |
<!-- comment author image and link -->
|
178 |
-
|
179 |
<?php if(isset($data_content['comments']['data'][$c]['from']['id']))
|
180 |
{ ?>
|
181 |
<a href="https://facebook.com/<?php echo $data_content['comments']['data'][$c]['from']['id'];?>" target="_blank" rel="nofollow">
|
182 |
<img src="https://graph.facebook.com/<?php echo $data_content['comments']['data'][$c]['from']['id'];?>/picture?type=square">
|
183 |
</a>
|
184 |
<?php } ?>
|
185 |
-
|
186 |
<!-- comment author info -->
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
|
|
|
|
|
|
215 |
}
|
216 |
}
|
217 |
} ?>
|
218 |
-
|
219 |
<?php } //custom box sidebar end ?>
|
220 |
|
221 |
<script>
|
@@ -442,7 +446,7 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
|
|
442 |
$nextElm = $NewCurrent.next();
|
443 |
$('.weblizar-fb-product-popup-content .weblizar-fb-product-image img').clearQueue().animate({ opacity: '0' }, 0).attr('src', $NewCurrent.find('img').attr('src')).animate({ opacity: '1' }, 500);
|
444 |
|
445 |
-
|
446 |
$('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
|
447 |
$('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
|
448 |
$('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
|
@@ -534,7 +538,6 @@ background-color: <?php echo $ffp_hover_color;?>;
|
|
534 |
transition: .5s ease;
|
535 |
}
|
536 |
|
537 |
-
|
538 |
.gallery-img:hover a.weblizar_fb-before-ovrly:after {
|
539 |
opacity: 0.5;
|
540 |
transition: .5s ease;
|
43 |
//custom box sidebar start
|
44 |
if(isset($_POST['action'])=="get_feed_like_comment") {
|
45 |
$data_string=""?>
|
46 |
+
<div class="wp-weblizar_like_comment_div clearfix">
|
47 |
<?php if(isset($_REQUEST['id'])) // post id
|
48 |
+
{
|
49 |
+
if(isset($_REQUEST['type'])) // post type
|
50 |
+
{
|
51 |
+
$feed_type=$_REQUEST['type'];
|
52 |
+
$data_var=$_REQUEST['id'];
|
53 |
+
$data_var = preg_replace('/\s+/', '', $data_var);
|
54 |
+
if($feed_type =='post')
|
55 |
+
{
|
56 |
$post_type="";
|
57 |
if(isset($_REQUEST['post_types']))
|
58 |
{
|
59 |
$post_type=$_REQUEST['post_types'];
|
60 |
+
if($post_type=='photo')
|
61 |
{
|
62 |
//custom box sidebar curl
|
63 |
$data_string="https://graph.facebook.com/v2.10/".$data_var."?access_token=".$token."&fields=created_time,from,id,comments.limit(5).summary(true){message,from,comment_count,created_time},name,message,message_tags,reactions.type(LOVE).limit(0).summary(total_count).as(reactions_love),reactions.type(WOW).limit(0).summary(total_count).as(reactions_wow),reactions.type(HAHA).limit(0).summary(total_count).as(reactions_haha),reactions.type(PRIDE).limit(0).summary(total_count).as(reactions_pride),reactions.type(THANKFUL).limit(0).summary(total_count).as(reactions_thankful),reactions.type(SAD).limit(0).summary(total_count).as(reactions_sad),reactions.type(LIKE).limit(0).summary(total_count).as(reactions_like),reactions.type(ANGRY).limit(0).summary(total_count).as(reactions_angry)";
|
64 |
}
|
65 |
}
|
66 |
+
}
|
67 |
+
if (!$jsondata = @file_get_contents($data_string))
|
68 |
+
{
|
69 |
echo "HTTP request failed.";
|
70 |
+
} else {
|
71 |
|
72 |
$jsondata = @file_get_contents($data_string);
|
73 |
+
$data_content = json_decode($jsondata,true);
|
74 |
//post create time
|
75 |
if(isset($data_content['created_time']))
|
76 |
+
{
|
77 |
+
$create_time=$data_content['created_time'];
|
78 |
+
$s = strtotime($create_time);
|
79 |
+
}
|
80 |
// post create author
|
81 |
+
if(isset($data_content['from']['id']))
|
82 |
+
{ ?>
|
83 |
<div class="weblizar-fb-eapps-facebook-feed-popup-item-header weblizar-fb-eapps-facebook-feed-item-author">
|
84 |
+
<div class="weblizar-fb-eapps-facebook-feed-item-author-picture">
|
85 |
<!-- post author link and image -->
|
86 |
<a href="https://facebook.com/<?php echo $data_content['from']['id'];?>" target="_blank" rel="nofollow">
|
87 |
+
<img src="https://graph.facebook.com/<?php echo $data_content['from']['id'];?>/picture?type=square">
|
88 |
</a>
|
89 |
+
</div>
|
90 |
<div class="weblizar-fb-eapps-facebook-feed-item-author-info">
|
91 |
<!-- post author name -->
|
92 |
+
<div class="weblizar-fb-eapps-facebook-feed-item-author-name">
|
93 |
+
<a href="https://facebook.com/<?php echo $data_content['from']['id'];?>" target="_blank" rel="nofollow"><?php echo $data_content['from']['name'];?></a>
|
94 |
+
</div>
|
95 |
<!-- post create date -->
|
96 |
+
<div class="weblizar-fb-eapps-facebook-feed-item-date"><i class="fa fa-clock-o"></i>  <span><?php printf( _x( '%s Ago', '%s = human-readable time difference', WEBLIZAR_FACEBOOK_TEXT_DOMAIN), human_time_diff( date( 'U', $s), current_time( 'timestamp' ) ) ); ?></span>
|
97 |
+
</div>
|
98 |
</div>
|
99 |
</div>
|
100 |
<?php }
|
101 |
+
if($feed_type =='post')
|
102 |
{ ?>
|
103 |
+
<div class="web_interes">
|
104 |
+
<?php if(isset($data_content['message'])) //post text message
|
105 |
+
{
|
106 |
$text=$data_content['message'];
|
107 |
$reg_exUrl = "/(((http|https|ftp|ftps)\:\/\/)|(www\.))[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\:[0-9]+)?(\/\S*)?/";
|
108 |
+
if(preg_match($reg_exUrl, $text, $url))
|
109 |
+
{
|
110 |
// make the urls hyper links
|
111 |
$text=preg_replace($reg_exUrl, "<a class='fb_messaage_tag' href='".$url[0]."' target='_blank'>".$url[0]."</a> ", $text);
|
112 |
+
}
|
113 |
+
$text=preg_replace('/#(\\w+)/','<a class=post_hastag_color href=https://www.facebook.com/hashtag/$1 target=_blank>$0</a>',$text);
|
114 |
// fetch url tag from post message
|
115 |
+
if(isset($data_content['message_tags']))
|
116 |
+
{
|
117 |
//count url tag from post message
|
118 |
$tag_size=sizeof($data_content['message_tags']);
|
119 |
//fetch tag from post message
|
120 |
+
for($t=0;$t<$tag_size;$t++)
|
121 |
+
{
|
122 |
+
$ar=$data_content['message_tags'][$t]["name"];
|
123 |
+
$br=$data_content['message_tags'][$t]["id"];
|
124 |
+
$text=str_replace($data_content['message_tags'][$t]["name"],"<a class='fb_messaage_tag' href='http://facebook.com/".$br."' target='_blank' >".$ar."</a>",$text);
|
125 |
+
}
|
126 |
+
} ?>
|
127 |
|
128 |
+
<p class="text weblizar_fb-post_font_color">
|
129 |
+
<?php if (strlen(strip_tags($text)) >=250) // post message display
|
130 |
+
{ ?>
|
131 |
<span class="weblizar_fb_teaser weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,250);?></span>
|
132 |
<span class="weblizar_fb_complete weblizar_fb-post_font_color" style="display:none"><?php echo $text;?></span>
|
133 |
<span data-text="...Show less" class="facebook_feed_more_page"><?php _e('...See more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
|
136 |
{ ?>
|
137 |
<span class="weblizar_fb-post_font_color"> <?php echo $text;?></span>
|
138 |
<?php } ?>
|
139 |
+
</p>
|
|
|
140 |
<?php } ?>
|
141 |
</div>
|
142 |
<?php } ?>
|
143 |
<div class=" clearfix"> </div>
|
144 |
<!-- like button -->
|
145 |
+
<div class="wp-weblizar_moment-link pull-left">
|
146 |
<ul>
|
147 |
+
<li>
|
148 |
+
<a href="#"><i class="fa fa-thumbs-up"></i><?php _e('Like', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a>
|
149 |
+
<ul>
|
150 |
+
<!-- like count display -->
|
151 |
+
<li class="tooltip-new"><a href="#"><i class="fa wp-weblizar_fb wp-weblizar_s-3"><span class="tooltiptext like"><?php echo $data_content['reactions_like']['summary']['total_count'];?></span> </i> </a> </li>
|
152 |
+
<!-- love count display -->
|
153 |
+
<li> <a href="#"> <i class="fa wp-weblizar_fb wp-weblizar_s-2"><span class="tooltiptext love"><?php echo $data_content['reactions_love']['summary']['total_count'];?></span> </i> </a></li>
|
154 |
+
<!-- haha count display -->
|
155 |
+
<li><a href="#"> <i class="fa wp-weblizar_fb wp-weblizar_s-1"> <span class="tooltiptext haha"><?php echo $data_content['reactions_haha']['summary']['total_count'];?></span></i> </a></li>
|
156 |
+
<!-- angry count display -->
|
157 |
+
<li><a href="#"> <i class="fa wp-weblizar_fb wp-weblizar_s-4"><span class="tooltiptext angry"><?php echo $data_content['reactions_angry']['summary']['total_count'];?> </i> </a></li>
|
158 |
+
<!-- sad count display -->
|
159 |
+
<li><a href="#"> <i class="fa wp-weblizar_fb wp-weblizar_s-5"> <span class="tooltiptext"><?php echo $data_content['reactions_sad']['summary']['total_count'];?></span></i> </a></li>
|
160 |
+
</ul>
|
161 |
+
</li>
|
162 |
+
</ul>
|
163 |
</div>
|
164 |
+
<div class=" clearfix"> </div>
|
165 |
<!-- comment display -->
|
166 |
+
<?php if(isset($data_content['comments']['data']))
|
167 |
{?>
|
168 |
+
<div class="col-md-12 wp-weblizar_custom_box_comment">
|
169 |
+
<div class="wp-weblizar_comment-area col-md-12 padding-0" id="multiCollapseExample1">
|
170 |
+
<p class="wp-weblizar_comment-area-titel"><?php _e('Comment on Facebook', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
|
171 |
+
</p>
|
172 |
+
</div>
|
173 |
|
174 |
<?php $comments=sizeof($data_content['comments']['data']); // number of comment count
|
175 |
+
for($c=0;$c < $comments; $c++) // comment data fetch start
|
176 |
+
{ ?>
|
177 |
<div class="weblizar-fb-eapps-facebook-feed-popup-item-header weblizar-fb-eapps-facebook-feed-item-author">
|
178 |
<!-- comment author image and link -->
|
179 |
+
<div class="weblizar-fb-eapps-facebook-feed-item-author-picture">
|
180 |
<?php if(isset($data_content['comments']['data'][$c]['from']['id']))
|
181 |
{ ?>
|
182 |
<a href="https://facebook.com/<?php echo $data_content['comments']['data'][$c]['from']['id'];?>" target="_blank" rel="nofollow">
|
183 |
<img src="https://graph.facebook.com/<?php echo $data_content['comments']['data'][$c]['from']['id'];?>/picture?type=square">
|
184 |
</a>
|
185 |
<?php } ?>
|
186 |
+
</div>
|
187 |
<!-- comment author info -->
|
188 |
+
<div class="weblizar-fb-eapps-facebook-feed-item-author-info">
|
189 |
+
<?php if(isset($data_content['comments']['data'][$c]['from']['id']))
|
190 |
+
{ ?>
|
191 |
+
<!-- comment author name -->
|
192 |
+
<div class="weblizar-fb-eapps-facebook-feed-item-author-name">
|
193 |
+
<a href="https://facebook.com/<?php echo $data_content['comments']['data'][$c]['from']['id'];?>" target="_blank" rel="nofollow"><?php echo $data_content['comments']['data'][$c]['from']['name'];?></a>
|
194 |
+
</div>
|
195 |
+
<?php } ?>
|
196 |
+
<!-- comment created time-->
|
197 |
+
<div class="weblizar-fb-eapps-facebook-feed-item-date">
|
198 |
+
<span><?php if(isset($data_content['comments']['data'][$c]['created_time'])) { $s = strtotime($data_content['comments']['data'][$c]['created_time']); printf( _x( '%s Ago', '%s = human-readable time difference', WEBLIZAR_FACEBOOK_TEXT_DOMAIN), human_time_diff( date( 'U', $s), current_time( 'timestamp' ) ) ); } ?>
|
199 |
+
</span>
|
200 |
+
</div>
|
201 |
+
</div>
|
202 |
+
<div class="weblizar-fb-eapps-facebook-feed-popup-item-content">
|
203 |
+
<div class="weblizar-fb-eapps-facebook-feed-popup-item-content-text">
|
204 |
+
<div class="weblizar-fb-eui-item-text">
|
205 |
+
<div class="weblizar-fb-eui-item-text-excerpt">
|
206 |
+
<!-- comment message-->
|
207 |
+
<span class="webliza-r-fpcmt-dec"> <?php if(isset($data_content['comments']['data'][$c]['message'])) { echo $data_content['comments']['data'][$c]['message']; } ?> </span>
|
208 |
+
<!-- comment reply count-->
|
209 |
+
<span class="webliza-r-fpcmt-reply"> <?php if(isset($data_content['comments'][$c]['comment_count'])) {echo $data_content['comments'][$c]['comment_count'];} else { echo "0";}?> <?php _e('reply', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
|
210 |
+
</span>
|
211 |
+
</div>
|
212 |
+
</div>
|
213 |
+
</div>
|
214 |
+
</div>
|
215 |
+
</div>
|
216 |
+
<?php } ?>
|
217 |
+
</div>
|
218 |
+
<?php }
|
219 |
}
|
220 |
}
|
221 |
} ?>
|
222 |
+
</div>
|
223 |
<?php } //custom box sidebar end ?>
|
224 |
|
225 |
<script>
|
446 |
$nextElm = $NewCurrent.next();
|
447 |
$('.weblizar-fb-product-popup-content .weblizar-fb-product-image img').clearQueue().animate({ opacity: '0' }, 0).attr('src', $NewCurrent.find('img').attr('src')).animate({ opacity: '1' }, 500);
|
448 |
|
449 |
+
$('.weblizar-fb-product-popup-content a#nav-btn-next').attr('data-id', $NewCurrent.find('dialog').attr('data-id'));
|
450 |
$('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-type', $NewCurrent.find('dialog').attr('feed-type'));
|
451 |
$('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-post', $NewCurrent.find('dialog').attr('feed-post'));
|
452 |
$('.weblizar-fb-product-popup-content a#nav-btn-next').attr('feed-token', $NewCurrent.find('dialog').attr('feed-token'));
|
538 |
transition: .5s ease;
|
539 |
}
|
540 |
|
|
|
541 |
.gallery-img:hover a.weblizar_fb-before-ovrly:after {
|
542 |
opacity: 0.5;
|
543 |
transition: .5s ease;
|
function/facebook-feed-shortcode.php
CHANGED
@@ -13,79 +13,79 @@ require("facebook-feed-shortcode-data.php");
|
|
13 |
<div class="clearfix"> </div>
|
14 |
<div class="col-md-12 wp-weblizar_fb-plugin">
|
15 |
<!--header code start-->
|
16 |
-
<?php if($ffp_header_check=="yes")
|
|
|
17 |
<div class="weblizar_fb-main-banner">
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
<div class="weblizar_fb-facebook-feed-top-area">
|
25 |
<div class="weblizar_fb-facebook-feed-top-img ">
|
26 |
<!-- header link on logo -->
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
<div class="weblizar_fb-facebook-feed-top-info col-md-10 col-sm-10 ">
|
32 |
<div class="weblizar_fb-facebook-feed-top-info-inner col-md-8 pull-left">
|
33 |
<h3 class="fb-top-info-inner_header">
|
34 |
<!-- header page name -->
|
35 |
<a class="fb_top_info_inner_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#"; } ?>">
|
36 |
-
<?php if(isset($weblizar_header_data['name'])) { echo $weblizar_header_data['name']; }
|
37 |
-
</a>
|
38 |
</h3>
|
39 |
<!-- Like count -->
|
40 |
<?php if(isset($weblizar_header_data['fan_count'])) { ?>
|
41 |
<p class="fb_fan_count"> <span class="fb_fan_count_limit"> <?php echo $weblizar_header_data['fan_count']; ?> </span> <?php _e('Likes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </p>
|
42 |
<?php } ?>
|
43 |
-
|
44 |
-
</div>
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
</div>
|
49 |
</div>
|
50 |
-
|
51 |
-
<!-- Page link-->
|
52 |
-
|
53 |
</div>
|
54 |
</div>
|
55 |
-
|
56 |
<!-- header code end -->
|
57 |
-
|
58 |
<!-- Page post display start -->
|
59 |
-
|
60 |
-
|
61 |
{
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
<!-- post auther display -->
|
67 |
-
|
68 |
-
|
69 |
// auther fetch curl
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
|
|
82 |
<!--full width data display start-->
|
83 |
-
|
84 |
-
|
85 |
-
|
|
|
86 |
$text=$weblizar_data_post["posts"]['data'][$y]['message'];
|
87 |
$reg_exUrl = "/(((http|https|ftp|ftps)\:\/\/)|(www\.))[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\:[0-9]+)?(\/\S*)?/";
|
88 |
-
|
89 |
{
|
90 |
// make the urls hyper links
|
91 |
$text=preg_replace($reg_exUrl, "<a class='fb_messaage_tag' href='".$url[0]."' target='_blank'>".$url[0]."</a> ", $text);
|
@@ -97,18 +97,18 @@ require("facebook-feed-shortcode-data.php");
|
|
97 |
//count url tag from post message
|
98 |
$tag_size=sizeof($weblizar_data_post["posts"]['data'][$y]['message_tags']);
|
99 |
//fetch tag from post message
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
<span class="weblizar_fb_teaser weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,250);?></span>
|
113 |
<span class="weblizar_fb_complete weblizar_fb-post_font_color" style="display:none"><?php echo $text;?></span>
|
114 |
<span data-text="...Show less" class="facebook_feed_more_page"><?php _e('...See more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
|
@@ -116,68 +116,69 @@ require("facebook-feed-shortcode-data.php");
|
|
116 |
else
|
117 |
{ ?>
|
118 |
<span class="weblizar_fb-post_font_color"> <?php echo $text;?></span>
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
<!--full width data display end-->
|
125 |
<!--post image data display start-->
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
|
|
177 |
|
178 |
<!-- Comment and reactions display start -->
|
179 |
-
|
180 |
-
|
181 |
if(isset($weblizar_data_post["posts"]['data'][$y]['comments']['data'])) { $comment=$weblizar_data_post["posts"]['data'][$y]['comments']['data']; } else {$comment="";}
|
182 |
//post share data assign to variable
|
183 |
if(isset($weblizar_data_post["posts"]['data'][$y]['shares'])) { $share=$weblizar_data_post["posts"]['data'][$y]['shares']; } else {$share="";}
|
@@ -185,17 +186,17 @@ require("facebook-feed-shortcode-data.php");
|
|
185 |
if(isset($weblizar_data_post["posts"]['data'][$y]['id'])) { $id=$weblizar_data_post["posts"]['data'][$y]['id']; } else {$id="";} ?>
|
186 |
<div class="weblizar_fb-bar-left">
|
187 |
<!-- like count display -->
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
<div class="panel clearfix">
|
197 |
<!--like reaction start -->
|
198 |
-
|
199 |
<span class="weblizar_fb-post-reactions weblizar_fb-post_font_color">
|
200 |
<!-- like count display -->
|
201 |
<span class="post-like weblizar_fb-post_font_color"><i class="fa fa-thumbs-o-up"></i><?php if(isset($weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'])) { echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count']; }?></span>
|
@@ -207,52 +208,52 @@ require("facebook-feed-shortcode-data.php");
|
|
207 |
<span class="post-likes-text weblizar_fb-post_font_color">
|
208 |
<?php _e('people reacted to this', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
|
209 |
</span>
|
210 |
-
|
211 |
-
<!--end-like-reaction -->
|
212 |
-
|
213 |
-
<p class="weblizar_fb-post-comments weblizar_fb-post_font_color" style="color:#;">
|
214 |
<i class="fa fa-comments-o"></i> <?php _e('Comment on Facebook', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
|
215 |
-
|
216 |
<!--comments-box-start -->
|
217 |
-
|
218 |
-
|
219 |
$comments=sizeof($comment);
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
<!--comment curl url -->
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
<!--comment author image -->
|
230 |
<div class="col-md-1 col-sm-2 col-xs-2 weblizar_fb-post-comment-img">
|
231 |
-
|
232 |
</div>
|
233 |
-
|
234 |
<!--comment author data -->
|
235 |
<div class="col-md-11 col-sm-10 col-xs-10 weblizar_fb-post-comment-text-wrapper">
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
|
|
248 |
<!--comment reply count-->
|
249 |
-
|
250 |
-
<a href="" class="weblizar_fb-post_font_color"><i class="fa fa-reply"></i> <?php if(isset($comment[$c]['comment_count'])) {echo $comment[$c]['comment_count'];} else { echo "0";}
|
251 |
-
|
252 |
<div class="weblizar_fb-post-comment-replies-box"></div>
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
<?php }
|
257 |
} ?>
|
258 |
<!--comments-box-end-->
|
@@ -261,38 +262,36 @@ require("facebook-feed-shortcode-data.php");
|
|
261 |
</div>
|
262 |
</div>
|
263 |
<!-- Comment and reactions display End -->
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
</div>
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
<!-- Page photo display end -->
|
291 |
-
|
292 |
-
|
293 |
-
<?php }
|
294 |
-
|
295 |
-
|
296 |
return ob_get_clean();
|
297 |
}
|
298 |
?>
|
13 |
<div class="clearfix"> </div>
|
14 |
<div class="col-md-12 wp-weblizar_fb-plugin">
|
15 |
<!--header code start-->
|
16 |
+
<?php if($ffp_header_check=="yes")
|
17 |
+
{ ?>
|
18 |
<div class="weblizar_fb-main-banner">
|
19 |
+
<?php if(isset($facebook_feed_fetch["ffp_header_check"])) { ?>
|
20 |
+
<div class="weblizar_fb-main-banner-img">
|
21 |
+
<!--header code cover image-->
|
22 |
+
<img src="<?php if(isset($weblizar_header_data['cover']['source'])) { echo $weblizar_header_data['cover']['source']; }?>" class="img-responsive fb-banner-img" >
|
23 |
+
</div>
|
24 |
+
<?php } ?>
|
25 |
<div class="weblizar_fb-facebook-feed-top-area">
|
26 |
<div class="weblizar_fb-facebook-feed-top-img ">
|
27 |
<!-- header link on logo -->
|
28 |
+
<a href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>" class="weblizar_fb-main-pic col-md-2 col-sm-2 col-xs-4">
|
29 |
+
<!-- header logo image -->
|
30 |
+
<img src="<?php if(isset($weblizar_header_data['picture']['data']['url'])) { echo $weblizar_header_data['picture']['data']['url']; } ?>" class="img-responsive fb_main_pic " >
|
31 |
+
</a>
|
32 |
<div class="weblizar_fb-facebook-feed-top-info col-md-10 col-sm-10 ">
|
33 |
<div class="weblizar_fb-facebook-feed-top-info-inner col-md-8 pull-left">
|
34 |
<h3 class="fb-top-info-inner_header">
|
35 |
<!-- header page name -->
|
36 |
<a class="fb_top_info_inner_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#"; } ?>">
|
37 |
+
<?php if(isset($weblizar_header_data['name'])) { echo $weblizar_header_data['name']; } ?></a>
|
|
|
38 |
</h3>
|
39 |
<!-- Like count -->
|
40 |
<?php if(isset($weblizar_header_data['fan_count'])) { ?>
|
41 |
<p class="fb_fan_count"> <span class="fb_fan_count_limit"> <?php echo $weblizar_header_data['fan_count']; ?> </span> <?php _e('Likes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </p>
|
42 |
<?php } ?>
|
43 |
+
<div class="clearfix"> </div>
|
44 |
+
</div>
|
45 |
+
<div class="button-group col-md-4 text-center">
|
46 |
+
<a type="button" target="_blank" class="weblizar_fb_btn_secondary pull-right feed_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>"> <i class="fa fa-share"> </i> <?php _e('Share', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </a>
|
47 |
+
</div>
|
|
|
48 |
</div>
|
49 |
+
</div>
|
50 |
+
<!-- Page link-->
|
|
|
51 |
</div>
|
52 |
</div>
|
53 |
+
<?php } ?>
|
54 |
<!-- header code end -->
|
55 |
+
<div class="clearfix"> </div>
|
56 |
<!-- Page post display start -->
|
57 |
+
<div class="container-flud gallaries">
|
58 |
+
<?php for($y = 0; $y <$ffp_limit; $y++)
|
59 |
{
|
60 |
+
if( isset($weblizar_data_post["posts"]['data'][$y]) ){
|
61 |
+
if($weblizar_data_post["posts"]['data'][$y]['type']=='photo')
|
62 |
+
{ ?>
|
63 |
+
<div class="col-md-12 col-sm-12 col-xs-12 weblizar_fb-post-box weblizar_fb-bg custom_box_gallary weblizar_fb-post_background_color">
|
64 |
<!-- post auther display -->
|
65 |
+
<div class="col-md-12 col-sm-12 col-xs-12 box weblizar_fb-post_background_color">
|
66 |
+
<?php $data_var=explode("_",$weblizar_data_post["posts"]['data'][$y]['id']);
|
67 |
// auther fetch curl
|
68 |
+
$auther_url="https://graph.facebook.com/". $data_var[0]."?access_token=".$token."&fields=link,name,id";
|
69 |
+
$auther_uri =@file_get_contents($auther_url);
|
70 |
+
$auher1 = json_decode($auther_uri,true);?>
|
71 |
+
<!-- author picture-->
|
72 |
+
<div class="col-md-1 col-sm-2 col-xs-3 weblizar_fb-logo-left"><img src="https://graph.facebook.com/<?php echo $auher1['id'];?>/picture" class="img-responsive fb_logo_left">
|
73 |
+
</div>
|
74 |
+
<div class="col-md-11 col-sm-10 col-xs-9 weblizar_fb-logo-right">
|
75 |
+
<!-- author name-->
|
76 |
+
<h5 class="weblizar_fb-post_font_color"><a class="weblizar_fb-athr-name" href="<?php echo $auher1["link"];?>"><?php echo $auher1['name']; ?></a></h5>
|
77 |
+
<!-- post create time-->
|
78 |
+
<h6 class="weblizar_fb-post_font_color fb_create_time"><?php $s = strtotime($weblizar_data_post["posts"]['data'][$y]['created_time']); ?><i class="fa fa-clock-o"></i><span><?php printf( _x( '%s Ago', '%s = human-readable time difference', WEBLIZAR_FACEBOOK_TEXT_DOMAIN), human_time_diff( date( 'U', $s), current_time( 'timestamp' ) ) ); ?></span> </h6>
|
79 |
+
</div>
|
80 |
+
</div>
|
81 |
<!--full width data display start-->
|
82 |
+
<?php if($ffp_timeline_layout=='full_width')
|
83 |
+
{
|
84 |
+
if(isset($weblizar_data_post["posts"]['data'][$y]['message'])) //post text message
|
85 |
+
{
|
86 |
$text=$weblizar_data_post["posts"]['data'][$y]['message'];
|
87 |
$reg_exUrl = "/(((http|https|ftp|ftps)\:\/\/)|(www\.))[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\:[0-9]+)?(\/\S*)?/";
|
88 |
+
if(preg_match($reg_exUrl, $text, $url))
|
89 |
{
|
90 |
// make the urls hyper links
|
91 |
$text=preg_replace($reg_exUrl, "<a class='fb_messaage_tag' href='".$url[0]."' target='_blank'>".$url[0]."</a> ", $text);
|
97 |
//count url tag from post message
|
98 |
$tag_size=sizeof($weblizar_data_post["posts"]['data'][$y]['message_tags']);
|
99 |
//fetch tag from post message
|
100 |
+
for($t=0;$t<$tag_size;$t++)
|
101 |
+
{
|
102 |
+
$ar=$weblizar_data_post["posts"]['data'][$y]['message_tags'][$t]["name"];
|
103 |
+
$br=$weblizar_data_post["posts"]['data'][$y]['message_tags'][$t]["id"];
|
104 |
+
$text=str_replace($weblizar_data_post["posts"]['data'][$y]['message_tags'][$t]["name"],"<a class='fb_messaage_tag' href='http://facebook.com/".$br."' target='_blank' >".$ar."</a>",$text);
|
105 |
+
}
|
106 |
+
} ?>
|
107 |
|
108 |
+
<div class="<?php echo $layout1;?> col-sm-12 col-xs-12">
|
109 |
+
<p class="text weblizar_fb-post_font_color">
|
110 |
+
<?php if (strlen(strip_tags($text)) >=250) // post message display
|
111 |
+
{ ?>
|
112 |
<span class="weblizar_fb_teaser weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,250);?></span>
|
113 |
<span class="weblizar_fb_complete weblizar_fb-post_font_color" style="display:none"><?php echo $text;?></span>
|
114 |
<span data-text="...Show less" class="facebook_feed_more_page"><?php _e('...See more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
|
116 |
else
|
117 |
{ ?>
|
118 |
<span class="weblizar_fb-post_font_color"> <?php echo $text;?></span>
|
119 |
+
<?php } ?>
|
120 |
+
</p>
|
121 |
+
</div>
|
122 |
+
<?php }
|
123 |
+
} ?>
|
124 |
<!--full width data display end-->
|
125 |
<!--post image data display start-->
|
126 |
+
<?php if(isset($weblizar_data_post["posts"]['data'][$y]['full_picture']))
|
127 |
+
{ ?>
|
128 |
+
<div class="<?php echo $layout2;?> col-sm-12 col-xs-12 post-img animated gallery-img">
|
129 |
+
<a href="#" class="weblizar_fb-before-ovrly">
|
130 |
+
<span class="weblizar_span_img">
|
131 |
+
<img src="<?php echo $weblizar_data_post["posts"]['data'][$y]['full_picture'];?>" class="img-responsive" >
|
132 |
+
</span>
|
133 |
+
</a>
|
134 |
+
<dialog style="display:none" id="box_<?php echo $weblizar_data_post["posts"]['data'][$y]['id']; ?>" data-id="<?php echo $weblizar_data_post["posts"]['data'][$y]['id']; ?>" feed-type="post" feed-post="<?php echo $weblizar_data_post["posts"]['data'][$y]['type'];?>" >
|
135 |
+
<div class="inner_box_<?php echo $weblizar_data_post["posts"]['data'][$y]['id']; ?>"></div>
|
136 |
+
</dialog>
|
137 |
+
</div>
|
138 |
+
<?php } // post image data display end
|
139 |
|
140 |
+
//half width and thumbnail width data display start
|
141 |
+
if($ffp_timeline_layout=='half_width' || $ffp_timeline_layout=='thumbnail')
|
142 |
+
{
|
143 |
+
if(isset($weblizar_data_post["posts"]['data'][$y]['message'])) //post text message
|
144 |
+
{
|
145 |
+
$text=$weblizar_data_post["posts"]['data'][$y]['message'];
|
146 |
+
$reg_exUrl = "/(((http|https|ftp|ftps)\:\/\/)|(www\.))[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\:[0-9]+)?(\/\S*)?/";
|
147 |
+
if(preg_match($reg_exUrl, $text, $url))
|
148 |
+
{
|
149 |
+
// make the urls hyper links
|
150 |
+
$text=preg_replace($reg_exUrl, "<a class='fb_messaage_tag' href='".$url[0]."' target='_blank'>".$url[0]."</a> ", $text);
|
151 |
+
}
|
152 |
+
// fetch url tag from post message
|
153 |
+
if(isset($weblizar_data_post["posts"]['data'][$y]['message_tags']))
|
154 |
+
{
|
155 |
+
//count url tag from post message
|
156 |
+
$tag_size=sizeof($weblizar_data_post["posts"]['data'][$y]['message_tags']);
|
157 |
+
//fetch tag from post message
|
158 |
+
for($t=0;$t<$tag_size;$t++)
|
159 |
+
{
|
160 |
+
$ar=$weblizar_data_post["posts"]['data'][$y]['message_tags'][$t]["name"];
|
161 |
+
$br=$weblizar_data_post["posts"]['data'][$y]['message_tags'][$t]["id"];
|
162 |
+
$text=str_replace($weblizar_data_post["posts"]['data'][$y]['message_tags'][$t]["name"],"<a class='fb_messaage_tag' href='http://facebook.com/".$br."' target='_blank' >".$ar."</a>",$text);
|
163 |
+
}
|
164 |
+
} ?>
|
165 |
+
<div class="<?php echo $layout1;?> col-sm-12 col-xs-12">
|
166 |
+
<p class="text weblizar_fb-post_font_color">
|
167 |
+
<!-- // post message display-->
|
168 |
+
<?php if (strlen(strip_tags($text)) >=250)
|
169 |
+
{ ?>
|
170 |
+
<span class="weblizar_fb_teaser weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,250);?></span>
|
171 |
+
<span class="weblizar_fb_complete weblizar_fb-post_font_color" style="display:none"><?php echo $text;?></span>
|
172 |
+
<span data-text="...Show less" class="facebook_feed_more_page"><?php _e('...See more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
|
173 |
+
<?php } else { ?> <span class="weblizar_fb-post_font_color" show-more-id="<?php echo uniqid();?>"> <?php echo $text;?></span> <?php } ?>
|
174 |
+
</p>
|
175 |
+
</div>
|
176 |
+
<?php }
|
177 |
+
} //Half width and thumbnail width data display end ?>
|
178 |
|
179 |
<!-- Comment and reactions display start -->
|
180 |
+
<div class="col-md-12 col-sm-12 col-xs-12 bar weblizar_fb-post_background_color">
|
181 |
+
<?php //comment data assign to variable
|
182 |
if(isset($weblizar_data_post["posts"]['data'][$y]['comments']['data'])) { $comment=$weblizar_data_post["posts"]['data'][$y]['comments']['data']; } else {$comment="";}
|
183 |
//post share data assign to variable
|
184 |
if(isset($weblizar_data_post["posts"]['data'][$y]['shares'])) { $share=$weblizar_data_post["posts"]['data'][$y]['shares']; } else {$share="";}
|
186 |
if(isset($weblizar_data_post["posts"]['data'][$y]['id'])) { $id=$weblizar_data_post["posts"]['data'][$y]['id']; } else {$id="";} ?>
|
187 |
<div class="weblizar_fb-bar-left">
|
188 |
<!-- like count display -->
|
189 |
+
<span class="like weblizar_fb-post_font_color"><i class="fa fa-thumbs-o-up"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'];?></span>
|
190 |
+
<!-- post share count display -->
|
191 |
+
<span class="share weblizar_fb-post_font_color"><a class= "weblizar_fb-post_font_color" href="https://www.facebook.com/sharer/sharer.php?u=<?php if(isset($weblizar_data_post["posts"]['data'][$y]['link'])) { echo $weblizar_data_post["posts"]['data'][$y]['link'];} else { echo "#";}?>" target="_blank"><i class="fa fa-share"></i><?php if($share !="") { echo $share['count']; } else { echo "0";} ?></a></span>
|
192 |
+
<!-- post view on facebook display -->
|
193 |
+
<span class="share weblizar_fb-post_font_color"><a class= "weblizar_fb-post_font_color" href="https://www.facebook.com/<?php echo $id;?>" target="_blank" class="weblizar_fb-post_font_color"><i class="fa fa-eye"></i></a></span>
|
194 |
+
<!-- post comment count display -->
|
195 |
+
<span class="weblizar_comment accordion weblizar_fb-post_font_color"><i class="fa fa-comments-o"></i><?php if(isset($weblizar_data_post["posts"]['data'][$y]['comments']['summary']['total_count'])) { echo $weblizar_data_post["posts"]['data'][$y]['comments']['summary']['total_count']; }?></span>
|
196 |
+
<!--panel -->
|
197 |
<div class="panel clearfix">
|
198 |
<!--like reaction start -->
|
199 |
+
<p class="weblizar_fb-post-comment-likes weblizar_fb-post_font_color">
|
200 |
<span class="weblizar_fb-post-reactions weblizar_fb-post_font_color">
|
201 |
<!-- like count display -->
|
202 |
<span class="post-like weblizar_fb-post_font_color"><i class="fa fa-thumbs-o-up"></i><?php if(isset($weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'])) { echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count']; }?></span>
|
208 |
<span class="post-likes-text weblizar_fb-post_font_color">
|
209 |
<?php _e('people reacted to this', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
|
210 |
</span>
|
211 |
+
</p>
|
212 |
+
<!--end-like-reaction -->
|
213 |
+
<p class="weblizar_fb-post-comments weblizar_fb-post_font_color" style="color:#;">
|
|
|
214 |
<i class="fa fa-comments-o"></i> <?php _e('Comment on Facebook', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
|
215 |
+
</p>
|
216 |
<!--comments-box-start -->
|
217 |
+
<?php if($comment !="")
|
218 |
+
{
|
219 |
$comments=sizeof($comment);
|
220 |
+
for($c=0;$c < $comments; $c++)
|
221 |
+
{ ?>
|
222 |
+
<div class="col-md-12 col-sm-12 col-xs-12 weblizar_fb-post-comment">
|
223 |
<!--comment curl url -->
|
224 |
+
<?php $c_auther_url="https://graph.facebook.com/".$comment[$c]['id']."?access_token=".$token."";
|
225 |
+
$c_auther_uri = file_get_contents($c_auther_url);
|
226 |
+
$c_auher1 = json_decode($c_auther_uri,true);
|
227 |
+
if(isset($c_auher1['from']['id']))
|
228 |
+
{ ?>
|
229 |
<!--comment author image -->
|
230 |
<div class="col-md-1 col-sm-2 col-xs-2 weblizar_fb-post-comment-img">
|
231 |
+
<a href="<?php echo "https://graph.facebook.com/".$c_auher1['from']['id'];?>"><img src="https://graph.facebook.com/<?php echo $c_auher1['from']['id'];?>/picture" class="fb_post_comment_img img-responsive" /></a>
|
232 |
</div>
|
233 |
+
<?php } ?>
|
234 |
<!--comment author data -->
|
235 |
<div class="col-md-11 col-sm-10 col-xs-10 weblizar_fb-post-comment-text-wrapper">
|
236 |
+
<div class="weblizar_fb-post-comment-text">
|
237 |
+
<p class="weblizar_fb-post_font_color fb_post_comment_text">
|
238 |
+
<!--comment author name -->
|
239 |
+
<?php if(isset($c_auher1['from']['id']))
|
240 |
+
{ ?>
|
241 |
+
<a class="fb_post_comment_text_link" class="weblizar_fb-post_font_color" href="<?php echo $c_auher1['from']['id'];?>"><?php echo $c_auher1['from']['name'];?></a>
|
242 |
+
<?php }
|
243 |
+
//comment message
|
244 |
+
echo $comment[$c]['message'];?>
|
245 |
+
</p>
|
246 |
+
<!--comment create date-->
|
247 |
+
<span class="weblizar_fb-post_font_color"><?php _e('Posted:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> <?php $s = strtotime($comment[$c]['created_time']);printf( _x( '%s Ago', '%s = human-readable time difference', WEBLIZAR_FACEBOOK_TEXT_DOMAIN), human_time_diff( date( 'U', $s), current_time( 'timestamp' ) ) ); ?>
|
248 |
+
</span>
|
249 |
<!--comment reply count-->
|
250 |
+
<p class="weblizar_fb-post_font_color">
|
251 |
+
<a href="" class="weblizar_fb-post_font_color"><i class="fa fa-reply"></i> <?php if(isset($comment[$c]['comment_count'])) {echo $comment[$c]['comment_count'];} else { echo "0";}?> <?php _e('Replies', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a>
|
252 |
+
</p>
|
253 |
<div class="weblizar_fb-post-comment-replies-box"></div>
|
254 |
+
</div>
|
255 |
+
</div>
|
256 |
+
</div>
|
257 |
<?php }
|
258 |
} ?>
|
259 |
<!--comments-box-end-->
|
262 |
</div>
|
263 |
</div>
|
264 |
<!-- Comment and reactions display End -->
|
265 |
+
</div>
|
266 |
+
<?php }
|
267 |
+
} }?>
|
268 |
</div>
|
269 |
+
<script>
|
270 |
+
jQuery(document).ready(function()
|
271 |
+
{
|
272 |
+
//jQuery(".facebook_feed_more_page").click(function()
|
273 |
+
jQuery(document).on('click', '.facebook_feed_more_page', function()
|
274 |
+
{
|
275 |
+
jQuery(this).siblings('.weblizar_fb_complete').toggle();
|
276 |
+
jQuery(this).siblings('.weblizar_fb_teaser').toggle();
|
277 |
+
var oldText = jQuery(this).text();
|
278 |
+
var newText = jQuery(this).attr('data-text');
|
279 |
+
//alert(newText)
|
280 |
+
if (jQuery(this).text(oldText)) {
|
281 |
+
jQuery(this).text(newText);
|
282 |
+
}
|
283 |
+
else
|
284 |
+
{
|
285 |
+
jQuery(this).text(oldText);
|
286 |
+
}
|
287 |
+
jQuery(this).attr('data-text',oldText);
|
288 |
+
});
|
289 |
+
});
|
290 |
+
</script>
|
291 |
<!-- Page photo display end -->
|
292 |
+
<div class="clearfix"> </div>
|
293 |
+
</div>
|
294 |
+
<?php }
|
|
|
|
|
295 |
return ob_get_clean();
|
296 |
}
|
297 |
?>
|
function/facebook-feed-widget.php
CHANGED
@@ -21,7 +21,7 @@ class Weblizar_facebook_feed_widget extends WP_Widget
|
|
21 |
@param array $instance Saved values from database.
|
22 |
*/
|
23 |
|
24 |
-
|
25 |
$Title = apply_filters( 'feed_widget_title', $instance['Title'] );
|
26 |
echo $args['before_widget'];
|
27 |
if ( ! empty( $instance['Title'] ) )
|
@@ -36,8 +36,8 @@ class Weblizar_facebook_feed_widget extends WP_Widget
|
|
36 |
$weblizar_header_data = json_decode($jsondata,true);
|
37 |
$jsondata_post = file_get_contents($page_timeline_string);
|
38 |
$weblizar_data_post = json_decode($jsondata_post,true); ?>
|
39 |
-
|
40 |
-
|
41 |
<!--header code start-->
|
42 |
<div class="weblizar_fb-main-banner">
|
43 |
<!--header code cover image-->
|
@@ -47,141 +47,133 @@ class Weblizar_facebook_feed_widget extends WP_Widget
|
|
47 |
<div class="weblizar_fb-facebook-feed-top-area">
|
48 |
<div class="weblizar_fb-facebook-feed-top-img ">
|
49 |
<!-- header link on logo -->
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
</div>
|
56 |
-
<div class="weblizar_fb-facebook-feed-top-info col-md-9 col-sm-9 col-xs-9">
|
57 |
-
<div class="weblizar_fb-facebook-feed-top-info-inner ">
|
58 |
-
<h3 class="fb-top-info-inner_header">
|
59 |
-
<!-- header page name -->
|
60 |
-
<a class="fb_top_info_inner_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#"; } ?>">
|
61 |
-
<?php if(isset($weblizar_header_data['name'])) { echo $weblizar_header_data['name']; } ?>
|
62 |
-
</a>
|
63 |
-
</h3>
|
64 |
-
<!-- Like count -->
|
65 |
-
<?php if(isset($weblizar_header_data['fan_count'])) { ?>
|
66 |
-
<p class="fb_fan_count"> <span class="fb_fan_count_limit"> <?php echo $weblizar_header_data['fan_count']; ?> </span> <?php _e('Likes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </p>
|
67 |
-
<?php } ?>
|
68 |
-
<div class="clearfix"> </div>
|
69 |
-
</div>
|
70 |
-
|
71 |
-
|
72 |
-
<div class="weblizar_fb-facebook-feed-inner-text">
|
73 |
-
<div class="button-group">
|
74 |
-
<a type="button" target="_blank" class="weblizar_fb_btn_secondary feed_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>"> <i class="fa fa-share"> </i> Share </a>
|
75 |
-
</div>
|
76 |
</div>
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
<!-- header code end -->
|
87 |
<div class="clearfix"> </div>
|
88 |
<!-- Page post display start -->
|
89 |
<div class="container-flut gallaries">
|
90 |
-
|
91 |
{
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
<!-- post auther display -->
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
|
|
113 |
|
114 |
-
|
115 |
{
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
<div class="col-md-12 col-sm-12 col-xs-12">
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
</div>
|
147 |
-
|
148 |
<!--post image data display start-->
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
<img src="<?php echo $weblizar_data_post["posts"]['data'][$y]['full_picture'];?>" class="img-responsive" >
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
<div class="inner_box_<?php echo $weblizar_data_post["posts"]['data'][$y]['id']; ?>"></div>
|
159 |
-
|
160 |
</div>
|
161 |
-
<?php
|
162 |
|
163 |
-
|
164 |
-
|
165 |
if(isset($weblizar_data_post["posts"]['data'][$y]['comments']['data'])) { $comment=$weblizar_data_post["posts"]['data'][$y]['comments']['data']; } else {$comment="";}
|
166 |
//post share data assign to variable
|
167 |
if(isset($weblizar_data_post["posts"]['data'][$y]['shares'])) { $share=$weblizar_data_post["posts"]['data'][$y]['shares']; } else {$share="";}
|
168 |
//post id data assign to variable
|
169 |
if(isset($weblizar_data_post["posts"]['data'][$y]['id'])) { $id=$weblizar_data_post["posts"]['data'][$y]['id']; } else {$id="";} ?>
|
170 |
-
|
171 |
<!-- like count display -->
|
172 |
<!-- like count display -->
|
173 |
-
|
174 |
<!-- post share count display -->
|
175 |
-
|
176 |
<!-- post view on facebook display -->
|
177 |
-
|
178 |
<!-- post comment count display -->
|
179 |
-
|
180 |
-
|
181 |
<!--panel -->
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
<span class="weblizar_fb-post-reactions weblizar_fb-post_font_color">
|
186 |
<!-- like count display -->
|
187 |
<span class="post-like weblizar_fb-post_font_color"><i class="fa fa-thumbs-o-up"></i><?php if(isset($weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'])) { echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count']; }?></span>
|
@@ -193,68 +185,66 @@ class Weblizar_facebook_feed_widget extends WP_Widget
|
|
193 |
<span class="post-likes-text weblizar_fb-post_font_color">
|
194 |
<?php _e('people reacted to this', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
|
195 |
</span>
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
<i class="fa fa-comments-o"></i> <?php _e('Comment on Facebook', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
208 |
{ ?>
|
209 |
-
|
210 |
-
|
211 |
-
<?php
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
<div class="weblizar_fb-post-comment-replies-box"></div>
|
241 |
-
</div>
|
242 |
-
</div>
|
243 |
-
</div>
|
244 |
-
<?php }
|
245 |
-
} ?>
|
246 |
-
<!--comments-box-end-->
|
247 |
-
</div>
|
248 |
-
<!--end-panel -->
|
249 |
</div>
|
250 |
-
|
|
|
|
|
251 |
</div>
|
252 |
-
<?php }
|
253 |
-
} ?>
|
254 |
-
|
255 |
</div>
|
256 |
-
|
257 |
-
|
258 |
<script>
|
259 |
jQuery(document).ready(function()
|
260 |
{
|
21 |
@param array $instance Saved values from database.
|
22 |
*/
|
23 |
|
24 |
+
public function widget( $args, $instance ) {
|
25 |
$Title = apply_filters( 'feed_widget_title', $instance['Title'] );
|
26 |
echo $args['before_widget'];
|
27 |
if ( ! empty( $instance['Title'] ) )
|
36 |
$weblizar_header_data = json_decode($jsondata,true);
|
37 |
$jsondata_post = file_get_contents($page_timeline_string);
|
38 |
$weblizar_data_post = json_decode($jsondata_post,true); ?>
|
39 |
+
<div class="clearfix"> </div>
|
40 |
+
<div class="feed_main_widget wp-weblizar_fb-plugin">
|
41 |
<!--header code start-->
|
42 |
<div class="weblizar_fb-main-banner">
|
43 |
<!--header code cover image-->
|
47 |
<div class="weblizar_fb-facebook-feed-top-area">
|
48 |
<div class="weblizar_fb-facebook-feed-top-img ">
|
49 |
<!-- header link on logo -->
|
50 |
+
<a href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>" class="weblizar_fb-main-pic pull-left">
|
51 |
+
<!-- header logo image -->
|
52 |
+
<img src="<?php if(isset($weblizar_header_data['picture']['data']['url'])) { echo $weblizar_header_data['picture']['data']['url']; } ?>" class="img-responsive fb_main_pic " >
|
53 |
+
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
</div>
|
55 |
+
<div class="weblizar_fb-facebook-feed-top-info col-md-9 col-sm-9 col-xs-9">
|
56 |
+
<div class="weblizar_fb-facebook-feed-top-info-inner ">
|
57 |
+
<h3 class="fb-top-info-inner_header">
|
58 |
+
<!-- header page name -->
|
59 |
+
<a class="fb_top_info_inner_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#"; } ?>">
|
60 |
+
<?php if(isset($weblizar_header_data['name'])) { echo $weblizar_header_data['name']; } ?>
|
61 |
+
</a>
|
62 |
+
</h3>
|
63 |
+
<!-- Like count -->
|
64 |
+
<?php if(isset($weblizar_header_data['fan_count'])) { ?>
|
65 |
+
<p class="fb_fan_count"> <span class="fb_fan_count_limit"> <?php echo $weblizar_header_data['fan_count']; ?> </span> <?php _e('Likes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </p>
|
66 |
+
<?php } ?>
|
67 |
+
<div class="clearfix"> </div>
|
68 |
+
</div>
|
69 |
+
<div class="weblizar_fb-facebook-feed-inner-text">
|
70 |
+
<div class="button-group">
|
71 |
+
<a type="button" target="_blank" class="weblizar_fb_btn_secondary feed_header_link" href="<?php if(isset($weblizar_header_data['link'])) { echo $weblizar_header_data['link']; } else { echo "#";}?>"> <i class="fa fa-share"> </i> Share </a>
|
72 |
+
</div>
|
73 |
+
</div>
|
74 |
+
</div>
|
75 |
+
</div>
|
76 |
+
<!-- Page link-->
|
77 |
+
</div>
|
78 |
<!-- header code end -->
|
79 |
<div class="clearfix"> </div>
|
80 |
<!-- Page post display start -->
|
81 |
<div class="container-flut gallaries">
|
82 |
+
<?php for($y = 0; $y <$ffp_limit; $y++)
|
83 |
{
|
84 |
+
if( isset($weblizar_data_post["posts"]['data'][$y]) ){ ?>
|
85 |
+
<?php if($weblizar_data_post["posts"]['data'][$y]['type']=='photo')
|
86 |
+
{ ?>
|
87 |
+
<div class="col-md-12 weblizar_fb-post-box weblizar_fb-bg custom_box_gallary weblizar_fb-post_background_color ">
|
88 |
<!-- post auther display -->
|
89 |
+
<div class=" col-md-12 box weblizar_fb-post_background_color">
|
90 |
+
|
91 |
+
<?php // auther fetch curl
|
92 |
+
$data_var=explode("_",$weblizar_data_post["posts"]['data'][$y]['id']);
|
93 |
+
$auther_url="https://graph.facebook.com/". $data_var[0]."?access_token=".$token."&fields=link,name,id";
|
94 |
+
$auther_uri = file_get_contents($auther_url);
|
95 |
+
$auher1 = json_decode($auther_uri,true);?>
|
96 |
+
<!-- author picture-->
|
97 |
+
<div class="col-md-2 col-sm-2 col-xs-3 weblizar_fb-logo-left"><img src="https://graph.facebook.com/<?php echo $auher1['id'];?>/picture" class="img-responsive fb_logo_left" alt="img">
|
98 |
+
</div>
|
99 |
+
<div class="col-md-10 col-sm-10 col-xs-9 weblizar_fb-logo-right">
|
100 |
+
<!-- author name-->
|
101 |
+
<h5 class="weblizar_fb-post_font_color"><a class="weblizar_fb-athr-name" href="<?php echo $auher1["link"];?>"><?php echo $auher1['name']; ?></a></h5>
|
102 |
+
<!-- post create time-->
|
103 |
+
<h6 class="weblizar_fb-post_font_color fb_create_time"><?php $s = strtotime($weblizar_data_post["posts"]['data'][$y]['created_time']); ?><i class="fa fa-clock-o"></i><span class="fb_date_size"><?php printf( _x( '%s Ago', '%s = human-readable time difference', WEBLIZAR_FACEBOOK_TEXT_DOMAIN), human_time_diff( date( 'U', $s), current_time( 'timestamp' ) ) ); ?><?php //echo date_i18n('F jS, g:i a',$s);?></span> </h6>
|
104 |
+
</div>
|
105 |
+
</div>
|
106 |
|
107 |
+
<?php if(isset($weblizar_data_post["posts"]['data'][$y]['message'])) //post text message
|
108 |
{
|
109 |
+
$text=$weblizar_data_post["posts"]['data'][$y]['message'];
|
110 |
+
$reg_exUrl = "/(((http|https|ftp|ftps)\:\/\/)|(www\.))[a-zA-Z0-9\-\.]+\.[a-zA-Z]{2,3}(\:[0-9]+)?(\/\S*)?/";
|
111 |
+
if(preg_match($reg_exUrl, $text, $url))
|
112 |
+
{
|
113 |
+
// make the urls hyper links
|
114 |
+
$text=preg_replace($reg_exUrl, "<a class='fb_messaage_tag' href='".$url[0]."' target='_blank'>".$url[0]."</a> ", $text);
|
115 |
+
}
|
116 |
+
// fetch url tag from post message
|
117 |
+
if(isset($weblizar_data_post["posts"]['data'][$y]['message_tags']))
|
118 |
+
{
|
119 |
+
//count url tag from post message
|
120 |
+
$tag_size=sizeof($weblizar_data_post["posts"]['data'][$y]['message_tags']);
|
121 |
+
//fetch tag from post message
|
122 |
+
for($t=0;$t<$tag_size;$t++)
|
123 |
+
{
|
124 |
+
$ar=$weblizar_data_post["posts"]['data'][$y]['message_tags'][$t]["name"];
|
125 |
+
$br=$weblizar_data_post["posts"]['data'][$y]['message_tags'][$t]["id"];
|
126 |
+
$text=str_replace($weblizar_data_post["posts"]['data'][$y]['message_tags'][$t]["name"],"<a class='fb_messaage_tag' href='http://facebook.com/".$br."' target='_blank' >".$ar."</a>",$text);
|
127 |
+
}
|
128 |
+
}
|
129 |
+
?>
|
130 |
<div class="col-md-12 col-sm-12 col-xs-12">
|
131 |
+
<p class="text weblizar_fb-post_font_color">
|
132 |
+
<?php if (strlen(strip_tags($text)) >=50) // post message display
|
133 |
+
{ ?>
|
134 |
+
<span class="weblizar_fb_teaser_widget weblizar_fb-post_font_color"><?php echo substr(strip_tags($text),0,50);?></span>
|
135 |
+
<span class="weblizar_fb_complete_widget weblizar_fb-post_font_color" style="display:none"><?php echo $text;?></span>
|
136 |
+
<span data-text="...Show less" class="facebook_feed_more_widget"><?php _e('...See more', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></span>
|
137 |
+
<?php } else { ?> <span class="weblizar_fb-post_font_color"> <?php echo $text;?></span> <?php } ?>
|
138 |
+
</p>
|
139 |
</div>
|
140 |
+
<?php } ?>
|
141 |
<!--post image data display start-->
|
142 |
+
<?php if(isset($weblizar_data_post["posts"]['data'][$y]['full_picture']))
|
143 |
+
{ ?>
|
144 |
+
<div class="col-md-12 col-sm-12 col-xs-12 post-img animated gallery-img">
|
145 |
+
<a href="#" class="weblizar_fb-before-ovrly">
|
146 |
+
<span class="weblizar_span_img">
|
147 |
<img src="<?php echo $weblizar_data_post["posts"]['data'][$y]['full_picture'];?>" class="img-responsive" >
|
148 |
+
</span>
|
149 |
+
</a>
|
150 |
+
<dialog style="display:none" id="box_<?php echo $weblizar_data_post["posts"]['data'][$y]['id']; ?>" data-id="<?php echo $weblizar_data_post["posts"]['data'][$y]['id']; ?>" feed-type="post" feed-post="<?php echo $weblizar_data_post["posts"]['data'][$y]['type'];?>" >
|
151 |
<div class="inner_box_<?php echo $weblizar_data_post["posts"]['data'][$y]['id']; ?>"></div>
|
152 |
+
</dialog>
|
153 |
</div>
|
154 |
+
<?php } // post image data display end ?>
|
155 |
|
156 |
+
<div class="col-md-12 col-sm-12 col-xs-12 bar weblizar_fb-post_background_color">
|
157 |
+
<?php //comment data assign to variable
|
158 |
if(isset($weblizar_data_post["posts"]['data'][$y]['comments']['data'])) { $comment=$weblizar_data_post["posts"]['data'][$y]['comments']['data']; } else {$comment="";}
|
159 |
//post share data assign to variable
|
160 |
if(isset($weblizar_data_post["posts"]['data'][$y]['shares'])) { $share=$weblizar_data_post["posts"]['data'][$y]['shares']; } else {$share="";}
|
161 |
//post id data assign to variable
|
162 |
if(isset($weblizar_data_post["posts"]['data'][$y]['id'])) { $id=$weblizar_data_post["posts"]['data'][$y]['id']; } else {$id="";} ?>
|
163 |
+
<div class=" weblizar_fb-bar-left">
|
164 |
<!-- like count display -->
|
165 |
<!-- like count display -->
|
166 |
+
<span class="like weblizar_fb-post_font_color"><i class="fa fa-thumbs-o-up"></i><?php echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'];?></span>
|
167 |
<!-- post share count display -->
|
168 |
+
<span class="share weblizar_fb-post_font_color"><a class="weblizar_fb-post_font_color" href="https://www.facebook.com/sharer/sharer.php?u=<?php if(isset($weblizar_data_post["posts"]['data'][$y]['link'])) { echo $weblizar_data_post["posts"]['data'][$y]['link'];} else { echo "#";}?>" target="_blank"><i class="fa fa-share"></i><?php if($share !="") { echo $share['count']; } else { echo "0";} ?></a></span>
|
169 |
<!-- post view on facebook display -->
|
170 |
+
<span class="share weblizar_fb-post_font_color"><a href="https://www.facebook.com/<?php echo $id;?>" target="_blank" class="weblizar_fb-post_font_color"><i class="fa fa-eye"></i></a></span>
|
171 |
<!-- post comment count display -->
|
172 |
+
<span class="weblizar_comment accordion weblizar_fb-post_font_color"><i class="fa fa-comments-o"></i><?php if(isset($weblizar_data_post["posts"]['data'][$y]['comments']['summary']['total_count'])) { echo $weblizar_data_post["posts"]['data'][$y]['comments']['summary']['total_count']; }?></span>
|
|
|
173 |
<!--panel -->
|
174 |
+
<div class="panel clearfix">
|
175 |
+
<!--like reaction start -->
|
176 |
+
<p class="weblizar_fb-post-comment-likes weblizar_fb-post_font_color">
|
177 |
<span class="weblizar_fb-post-reactions weblizar_fb-post_font_color">
|
178 |
<!-- like count display -->
|
179 |
<span class="post-like weblizar_fb-post_font_color"><i class="fa fa-thumbs-o-up"></i><?php if(isset($weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count'])) { echo $weblizar_data_post["posts"]['data'][$y]['reactions_like']['summary']['total_count']; }?></span>
|
185 |
<span class="post-likes-text weblizar_fb-post_font_color">
|
186 |
<?php _e('people reacted to this', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
|
187 |
</span>
|
188 |
+
</p>
|
189 |
+
<!--end-like-comments-reaction -->
|
190 |
+
|
191 |
+
<p class="weblizar_fb-post-comments weblizar_fb-post_font_color" style="color:#;">
|
192 |
<i class="fa fa-comments-o"></i> <?php _e('Comment on Facebook', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>
|
193 |
+
</p>
|
194 |
+
<!--comments-box-start -->
|
195 |
+
<?php if($comment !="")
|
196 |
+
{
|
197 |
+
$comments=sizeof($comment);
|
198 |
+
for($c=0;$c < $comments; $c++)
|
199 |
+
{ ?>
|
200 |
+
<div class="col-md-12 col-sm-12 col-xs-12 weblizar_fb-post-comment">
|
201 |
+
<!--comment curl url -->
|
202 |
+
<?php $c_auther_url="https://graph.facebook.com/".$comment[$c]['id']."?access_token=".$token."";
|
203 |
+
$c_auther_uri = file_get_contents($c_auther_url);
|
204 |
+
$c_auher1 = json_decode($c_auther_uri,true);
|
205 |
+
if(isset($c_auher1['from']['id']))
|
206 |
{ ?>
|
207 |
+
<!--comment author image -->
|
208 |
+
<div class="col-md-2 col-sm-2 col-xs-2 weblizar_fb-post-comment-img">
|
209 |
+
<a href="<?php echo "https://graph.facebook.com/".$c_auher1['from']['id'];?>"><img src="https://graph.facebook.com/<?php echo $c_auher1['from']['id'];?>/picture" class="img-responsive" /></a>
|
210 |
+
</div>
|
211 |
+
<?php } ?>
|
212 |
+
<!--comment author data -->
|
213 |
+
<div class="col-md-10 col-sm-10 col-xs-10 weblizar_fb-post-comment-text-wrapper">
|
214 |
+
<div class="weblizar_fb-post-comment-text">
|
215 |
+
<p class="weblizar_fb-post_font_color">
|
216 |
+
<!--comment author name -->
|
217 |
+
<?php if(isset($c_auher1['from']['id']))
|
218 |
+
{ ?>
|
219 |
+
<a class="weblizar_fb-post_font_color" href="<?php echo $c_auher1['from']['id'];?>"><?php echo $c_auher1['from']['name'];?></a>
|
220 |
+
<?php }
|
221 |
+
|
222 |
+
//comment message
|
223 |
+
echo $comment[$c]['message'];?>
|
224 |
+
</p>
|
225 |
+
<span class="weblizar_fb-post_font_color"><?php _e('Posted:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> <?php $s = strtotime($comment[$c]['created_time']);printf( _x( '%s Ago', '%s = human-readable time difference', WEBLIZAR_FACEBOOK_TEXT_DOMAIN), human_time_diff( date( 'U', $s), current_time( 'timestamp' ) ) ); ?></span>
|
226 |
+
<!--comment reply count-->
|
227 |
+
<p class="weblizar_fb-post_font_color">
|
228 |
+
<a href="" class="weblizar_fb-post_font_color"><i class="fa fa-reply"></i> <?php if(isset($comment[$c]['comment_count'])) {echo $comment[$c]['comment_count'];} else { echo "0";}?><?php _e('Replies', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a>
|
229 |
+
</p>
|
230 |
+
|
231 |
+
<div class="weblizar_fb-post-comment-replies-box"></div>
|
232 |
+
</div>
|
233 |
+
</div>
|
234 |
+
</div>
|
235 |
+
<?php }
|
236 |
+
} ?>
|
237 |
+
<!--comments-box-end-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
</div>
|
239 |
+
<!--end-panel -->
|
240 |
+
</div>
|
241 |
+
</div>
|
242 |
</div>
|
243 |
+
<?php }}
|
244 |
+
} ?>
|
|
|
245 |
</div>
|
246 |
+
<div class="clearfix"> </div>
|
247 |
+
</div>
|
248 |
<script>
|
249 |
jQuery(document).ready(function()
|
250 |
{
|
function/facebook-feed.php
CHANGED
@@ -8,7 +8,7 @@ if(isset($_POST['security'])) {
|
|
8 |
'ffp_timeline_layout' => sanitize_text_field($_REQUEST['ffp_timeline_layout']),
|
9 |
'feed_customs_css' => sanitize_text_field($_REQUEST['feed_customs_css']),
|
10 |
'ffp_hover_color' => sanitize_text_field($_REQUEST['ffp_hover_color']),
|
11 |
-
'ffp_header_check' => sanitize_text_field($_REQUEST['ffp_header_check']),
|
12 |
'ffp_page_id' => sanitize_text_field($_REQUEST['ffp_page_id']),
|
13 |
));
|
14 |
update_option("weblizar_facebook_feed_option_settings", $facebook_feed);
|
@@ -18,7 +18,7 @@ if(isset($_POST['security'])) {
|
|
18 |
$facebook_feed_fetch = unserialize(get_option("weblizar_facebook_feed_option_settings"));
|
19 |
if(isset($facebook_feed_fetch["ffp_limit"])) { $ffp_limit=$facebook_feed_fetch["ffp_limit"]; } else {$ffp_limit="5";}
|
20 |
if(isset($facebook_feed_fetch["ffp_timeline_layout"])) { $ffp_timeline_layout=$facebook_feed_fetch["ffp_timeline_layout"]; } else {$ffp_timeline_layout="full_width"; }
|
21 |
-
if(isset($facebook_feed_fetch["ffp_page_url"])) { $ffp_page_url=$facebook_feed_fetch["ffp_page_url"]; } else {$ffp_page_url="
|
22 |
if(isset($facebook_feed_fetch["feed_customs_css"])){ $feed_customs_css=$facebook_feed_fetch["feed_customs_css"]; } else { $feed_customs_css=""; }
|
23 |
if(isset($facebook_feed_fetch["ffp_hover_color"])){ $ffp_hover_color=$facebook_feed_fetch["ffp_hover_color"]; } else { $ffp_hover_color="#2e2c2c"; }
|
24 |
if(isset($facebook_feed_fetch["ffp_header_check"])){ $ffp_header_check=$facebook_feed_fetch["ffp_header_check"]; } else { $ffp_header_check="no"; }
|
@@ -26,207 +26,249 @@ if(isset($facebook_feed_fetch["ffp_page_id"])){ $ffp_page_id=$facebook_feed_fet
|
|
26 |
<!---------------- facebook feed tab------------------------>
|
27 |
<?php $feed_security_action_nonce = wp_create_nonce("feed_security_action"); ?>
|
28 |
<div class="block ui-tabs-panel deactive" id="option-fbfeed">
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
</div>
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
<div class="col-md-3"><label>Custom Css</label></div>
|
218 |
-
<div class="col-md-9">
|
219 |
-
<textarea class="form-control" name="feed_customs_css" id="feed_customs_css" placeholder="Custom Css" rows="8"><?php echo $feed_customs_css; ?></textarea>
|
220 |
-
</div>
|
221 |
-
</div>
|
222 |
-
<div style="clear:both"></div>
|
223 |
</form>
|
224 |
<div class="col-md-12">
|
225 |
<button type="button" name="button" class="button-face-feed" onclick="save_feed_general('<?php echo $feed_security_action_nonce; ?>')">
|
226 |
<?php _e('Save', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></button>
|
227 |
-
|
228 |
<img id="loading-image" src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL ?>images/loader.gif" alt="Weblizar" height="200" style="margin-top:-10px; margin-right:10px;" alt="Loading..." class="admin_loading_css"/>
|
229 |
-
|
230 |
<div class="success-msg" style="display:none;">
|
231 |
<div class="alert alert-success">
|
232 |
<strong><?php _e('Success!', WEBLIZAR_FACEBOOK_TEXT_DOMAIN );?></strong> <?php _e('Data Save Successfully.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN );?>
|
@@ -235,14 +277,14 @@ if(isset($facebook_feed_fetch["ffp_page_id"])){ $ffp_page_id=$facebook_feed_fet
|
|
235 |
<div style="clear:both"></div>
|
236 |
</div>
|
237 |
<div class="col-md-12 col-sm-12 col-xs-12 form-group plugin_desc">
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
</div>
|
247 |
<div class="clearfix"></div>
|
248 |
</div>
|
8 |
'ffp_timeline_layout' => sanitize_text_field($_REQUEST['ffp_timeline_layout']),
|
9 |
'feed_customs_css' => sanitize_text_field($_REQUEST['feed_customs_css']),
|
10 |
'ffp_hover_color' => sanitize_text_field($_REQUEST['ffp_hover_color']),
|
11 |
+
'ffp_header_check' => @sanitize_text_field($_REQUEST['ffp_header_check']),
|
12 |
'ffp_page_id' => sanitize_text_field($_REQUEST['ffp_page_id']),
|
13 |
));
|
14 |
update_option("weblizar_facebook_feed_option_settings", $facebook_feed);
|
18 |
$facebook_feed_fetch = unserialize(get_option("weblizar_facebook_feed_option_settings"));
|
19 |
if(isset($facebook_feed_fetch["ffp_limit"])) { $ffp_limit=$facebook_feed_fetch["ffp_limit"]; } else {$ffp_limit="5";}
|
20 |
if(isset($facebook_feed_fetch["ffp_timeline_layout"])) { $ffp_timeline_layout=$facebook_feed_fetch["ffp_timeline_layout"]; } else {$ffp_timeline_layout="full_width"; }
|
21 |
+
if(isset($facebook_feed_fetch["ffp_page_url"])) { $ffp_page_url=$facebook_feed_fetch["ffp_page_url"]; } else {$ffp_page_url="574864029523311"; }
|
22 |
if(isset($facebook_feed_fetch["feed_customs_css"])){ $feed_customs_css=$facebook_feed_fetch["feed_customs_css"]; } else { $feed_customs_css=""; }
|
23 |
if(isset($facebook_feed_fetch["ffp_hover_color"])){ $ffp_hover_color=$facebook_feed_fetch["ffp_hover_color"]; } else { $ffp_hover_color="#2e2c2c"; }
|
24 |
if(isset($facebook_feed_fetch["ffp_header_check"])){ $ffp_header_check=$facebook_feed_fetch["ffp_header_check"]; } else { $ffp_header_check="no"; }
|
26 |
<!---------------- facebook feed tab------------------------>
|
27 |
<?php $feed_security_action_nonce = wp_create_nonce("feed_security_action"); ?>
|
28 |
<div class="block ui-tabs-panel deactive" id="option-fbfeed">
|
29 |
+
<div class="section">
|
30 |
+
<form method="post" id="weblizar_feed_setting_option">
|
31 |
+
<div class="feed_setting_page">
|
32 |
+
<div class="feedheading_cls">
|
33 |
+
<h3 class="feedheading"><?php _e('Feed Settings', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></h3>
|
34 |
+
</div>
|
35 |
+
<div class="col-md-6 fpp_border_left">
|
36 |
+
<div class="col-md-12 no-pad form-group">
|
37 |
+
<div class="col-md-12 no-pad">
|
38 |
+
<div class="ffp_set_l col-md-6">
|
39 |
+
<label> <?php _e('Choose page, Group or Profile:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
40 |
+
</div>
|
41 |
+
<div class="col-md-6">
|
42 |
+
<select name="feed_type" id="feed_type" style="width:100px;" onchange="feed_type_change_function()">
|
43 |
+
<option value="page" selected="selected" > <?php _e('Page', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
|
44 |
+
<option value="group"> <?php _e('Group', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
|
45 |
+
<option value="profile"> <?php _e('Profile', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></option>
|
46 |
+
</select>
|
47 |
+
</div>
|
48 |
+
</div>
|
49 |
+
<!-- facebook access token-->
|
50 |
+
<div id="ffp_type_page" class="col-md-12 no-pad ffp_page_id" style="display: none;" >
|
51 |
+
<div>
|
52 |
+
<div class="ffp_set_l col-md-6">
|
53 |
+
<label> <?php _e('Facebook Access Token:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
54 |
+
</div>
|
55 |
+
<div class="ffp_set_l col-md-6">
|
56 |
+
<input type="text" id="ffp_page_id" name="ffp_page_id" value="<?php if(isset($ffp_page_id)) { echo $ffp_page_id;} else { } ?>" style="width:100%">
|
57 |
+
</div>
|
58 |
+
<div class="ffp_set_l col-md-6"></div>
|
59 |
+
<div class="ffp_set_l col-md-6"><a href="https://weblizar.com/blog/generate-facebook-access-token/" style="width:100%"><?php _e('get your access token.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></a>
|
60 |
+
</div>
|
61 |
+
</div>
|
62 |
+
</div>
|
63 |
+
<!-- fb type page -->
|
64 |
+
<div id="ffp_type_page" class="col-md-12 no-pad ffp_page_url" style="display:none;">
|
65 |
+
<div>
|
66 |
+
<div class="ffp_set_l col-md-6">
|
67 |
+
<label> <?php _e('Page ID:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
68 |
+
</div>
|
69 |
+
<div class="ffp_set_l col-md-6">
|
70 |
+
<input type="text" id="ffp_page_url" name="ffp_page_url" value="<?php if(isset($ffp_page_url)) { echo $ffp_page_url;} else { echo "574864029523311";} ?>" style="width:100%">
|
71 |
+
</div>
|
72 |
+
</div>
|
73 |
+
</div>
|
74 |
+
<!-- fb type group -->
|
75 |
+
<div id="ffp_type_group" class="col-md-12 no-pad" style="display:none; color:red;">
|
76 |
+
<div class="col-md-6">
|
77 |
+
<label for="ffp_group_url"> <?php _e('Group id:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </label>
|
78 |
+
</div>
|
79 |
+
<div class="col-md-6"><?php _e('This Options Available in pro version', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
|
80 |
+
</div>
|
81 |
+
</div>
|
82 |
+
<div id="ffp_type_group_token" class="col-md-12 no-pad" style="display:none; color:red;">
|
83 |
+
<div class="col-md-6">
|
84 |
+
<label for="ffp_group_token"><?php _e('Acess Token:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
85 |
+
</div>
|
86 |
+
<div class="col-md-6"><?php _e('This Option Available in pro version', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
|
87 |
+
</div>
|
88 |
+
</div>
|
89 |
+
<!-- fb type profile -->
|
90 |
+
<!-- fb content type -->
|
91 |
+
<div class="col-md-12 no-pad">
|
92 |
+
<div class="col-md-6">
|
93 |
+
<label> <?php _e('Content type:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </label>
|
94 |
+
</div>
|
95 |
+
<div class="col-md-6 no-pad">
|
96 |
+
<input type="radio" class="inputbox" id="ffp_content_timeline" name="ffp_content_type" checked="checked" value="timeline" onclick="feed_timelineChanged();">
|
97 |
+
<label> <?php _e('Timeline', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
98 |
+
<input type="radio" class="inputbox" id="ffp_content_specific" name="ffp_content_type" value="specific" onclick="feed_specificChanged();" >
|
99 |
+
<label> <?php _e('Specific', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
100 |
+
</div>
|
101 |
+
<br>
|
102 |
+
<div class="col-md-12 no-pad timeline_content" style="display:none">
|
103 |
+
<div class="col-md-6">
|
104 |
+
<label> <?php _e('Show posts by:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> </label>
|
105 |
+
</div>
|
106 |
+
<div class="col-md-6">
|
107 |
+
<select name="ffp_timeline_type" disabled id="ffp_timeline_type">
|
108 |
+
<option value="posts"><?php _e('Owner', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </option>
|
109 |
+
<option value="feed"><?php _e('Owner and other', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
|
110 |
+
</select>
|
111 |
+
<p class="description"><?php _e('Available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
|
112 |
+
</div>
|
113 |
+
</div>
|
114 |
+
<div class="col-md-12 no-pad timeline_content" style="display:none">
|
115 |
+
<div class="col-md-6">
|
116 |
+
<label> <?php _e('Post type:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
117 |
+
</div>
|
118 |
+
<div class="col-md-6">
|
119 |
+
<input type="checkbox" class="video_light_box" id="ffp_timeline_statuses" name="ffp_timeline_statuses" value="statuses" disabled >
|
120 |
+
<label> <?php _e('Statuses', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
121 |
+
<br>
|
122 |
+
<input type="checkbox" class="video_light_box" id="ffp_timeline_photos" checked="checked" name="ffp_timeline_photos" value="photos" >
|
123 |
+
<label> <?php _e('Photos', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
124 |
+
<br>
|
125 |
+
<input type="checkbox" class="video_light_box" id="ffp_timeline_videos" name="ffp_timeline_videos" value="videos" disabled >
|
126 |
+
<label> <?php _e('Videos', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
127 |
+
<br>
|
128 |
+
<input type="checkbox" class="video_light_box" id="ffp_timeline_links" name="ffp_timeline_links" value="links" disabled >
|
129 |
+
<label> <?php _e('Links', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
130 |
+
<br>
|
131 |
+
<input type="hidden" class="video_light_box" id="ffp_timeline_events" name="ffp_timeline_events" value="events" disabled >
|
132 |
+
<label style="display:none;"> <?php _e('Events', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
133 |
+
</div>
|
134 |
+
</div>
|
135 |
+
<div style="display:none;" class="col-md-12 no-pad specific_content">
|
136 |
+
<div class="col-md-6">
|
137 |
+
<label> <?php _e('Use page s:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
138 |
+
</div>
|
139 |
+
<div class="col-md-6">
|
140 |
+
<input type="radio" checked="checked" disabled class="inputbox" id="ffp_specific_photos" name="ffp_specific" value="photos" onclick="ffp_video_light_box_func();">
|
141 |
+
<label> <?php _e('Photos', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
142 |
+
<br>
|
143 |
+
<input type="radio" disabled class="inputbox" id="ffp_specific_videos" name="ffp_specific" value="videos" onclick="ffp_video_light_box_func();">
|
144 |
+
<label> <?php _e('Videos', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
145 |
+
<br>
|
146 |
+
<input type="radio" disabled class="inputbox" id="ffp_specific_albums" name="ffp_specific" value="albums" onclick="ffp_video_light_box_func();">
|
147 |
+
<label> <?php _e('Albums', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
148 |
+
<br>
|
149 |
+
<input type="radio" disabled class="inputbox" id="ffp_specific_events" name="ffp_specific" value="events" onclick="ffp_video_light_box_func();">
|
150 |
+
<label> <?php _e('Events', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
151 |
+
<p class="description"><?php _e('Available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
|
152 |
+
</div>
|
153 |
+
</div>
|
154 |
+
<div class="col-md-12 no-pad specific_content" style="display:none;">
|
155 |
+
<div class="col-md-6" >
|
156 |
+
<label><?php _e('Layout', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></label>
|
157 |
+
</div>
|
158 |
+
<div class="col-md-6" >
|
159 |
+
<select name="ffp_gallery_Layout" disabled id="ffp_gallery_Layout">
|
160 |
+
<optgroup label="Select Gallery Layout">
|
161 |
+
<option value="col-md-12"> <?php _e('5+ Column Layouts ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
|
162 |
+
</optgroup>
|
163 |
+
</select>
|
164 |
+
<p class="description"><?php _e('Available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
|
165 |
+
</div>
|
166 |
+
</div>
|
167 |
+
<div class="col-md-6" >
|
168 |
+
<label> <?php _e('Hover Effect', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
169 |
+
</div>
|
170 |
+
<div class="col-md-6" >
|
171 |
+
<select name="ffp_gallery_effect" id="ffp_gallery_effect" class="form-control" disabled>
|
172 |
+
<option value="gallery_effect_1"><?php _e('60+ Image Effects', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
|
173 |
+
</select>
|
174 |
+
<p class="description"><?php _e('Available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
|
175 |
+
</div>
|
176 |
+
</div>
|
177 |
</div>
|
178 |
+
</div>
|
179 |
+
<div class="col-md-6">
|
180 |
+
<div class="col-md-12">
|
181 |
+
<div class="col-md-12 no-pad form-group">
|
182 |
+
<div class="col-md-12 no-pad specific_contents">
|
183 |
+
<h3></h3>
|
184 |
+
</div>
|
185 |
+
<div class="col-md-12 no-pad">
|
186 |
+
<div class="col-md-6" >
|
187 |
+
<label> <?php _e('Hover color', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
188 |
+
</div>
|
189 |
+
<div class="col-md-6" >
|
190 |
+
<input type="text" class="weblizar-feed-color-picker" name="ffp_hover_color" id="ffp_hover_color" value="<?php if(isset($ffp_hover_color)){ echo $ffp_hover_color;} else { echo "#2e2c2c";}?>" />
|
191 |
+
<p class="description"><?php _e('Choose feed hover color.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>
|
192 |
+
</p>
|
193 |
+
</div>
|
194 |
+
</div>
|
195 |
+
<div class="col-md-12 no-pad">
|
196 |
+
<div class="col-md-6 ">
|
197 |
+
<label> <?php _e('Number of posts:',WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
198 |
+
</div>
|
199 |
+
<div class="col-md-6">
|
200 |
+
<input type="number" min="1" max="50" id="ffp_limit" name="ffp_limit" value="<?php if(isset($ffp_limit)){ echo $ffp_limit;} else { echo "5";}?>">
|
201 |
+
</div>
|
202 |
+
</div>
|
203 |
+
<div class="col-md-12 no-pad">
|
204 |
+
<div class="col-md-6 ">
|
205 |
+
<label> <?php _e('Loading effect:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
206 |
+
</div>
|
207 |
+
<div class="col-md-6">
|
208 |
+
<select id="ffp_loading_effect" disabled name="ffp_loading_effect">
|
209 |
+
<option value="none"> <?php _e('None', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
|
210 |
+
</select>
|
211 |
+
<p class="description"><?php _e('Available in pro version.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
|
212 |
+
</div>
|
213 |
+
</div>
|
214 |
+
<div class="col-md-12 no-pad">
|
215 |
+
<div class="col-md-6 ">
|
216 |
+
<label><?php _e('Show Header:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
217 |
+
</div>
|
218 |
+
<div class="col-md-6">
|
219 |
+
<input type="checkbox" <?php if($ffp_header_check=="yes"){ ?> checked="checked" <?php } ?> id="ffp_header_check" name="ffp_header_check" value="yes" >
|
220 |
+
<p class="description"><?php _e('Do you want to show cover image.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
|
221 |
+
</div>
|
222 |
+
</div>
|
223 |
+
<div class="col-md-12 no-pad timeline_content" style="display:none">
|
224 |
+
<div class="col-md-6">
|
225 |
+
<label> <?php _e('Select layout:', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </label>
|
226 |
+
</div>
|
227 |
+
<?php if((!isset($ffp_timeline_layout))) {$ffp_timeline_layout='full_width';}?>
|
228 |
+
<div class="col-md-6">
|
229 |
+
<select id="ffp_timeline_layout" name="ffp_timeline_layout">
|
230 |
+
<optgroup label="Select layout">
|
231 |
+
<option value="full_width" <?php selected($ffp_timeline_layout,'full_width' ); ?>> <?php _e('Full-width', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
|
232 |
+
<option value="half_width" <?php selected($ffp_timeline_layout,'half_width' ); ?>> <?php _e('Half-width', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
|
233 |
+
<option value="thumbnail" <?php selected($ffp_timeline_layout,'thumbnail' ); ?>> <?php _e('Thumbnail', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
|
234 |
+
</optgroup>
|
235 |
+
</select>
|
236 |
+
<p class="description"><?php _e('Select time-line(Posts) layout.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></p>
|
237 |
+
</div>
|
238 |
+
</div>
|
239 |
+
<div class="col-md-12 no-pad">
|
240 |
+
<div class="col-md-6">
|
241 |
+
<label><?php _e('Light Box Styles', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></label>
|
242 |
+
</div>
|
243 |
+
<div class="col-md-6">
|
244 |
+
<select name="ffp_light_Box" id="ffp_light_Box">
|
245 |
+
<optgroup label="Select Light Box">
|
246 |
+
<option value="custom_box"><?php _e('Custom Box', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
|
247 |
+
<option value="custom_box"><?php _e(' 8+Light-Box Layouts available in Pro', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></option>
|
248 |
+
</optgroup>
|
249 |
+
</select>
|
250 |
+
<p class="description"><?php _e('Select lightbox Styles.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>.</p>
|
251 |
+
<input type="hidden" name="feed_security" id="feed_security" value="<?php echo $feed_security_action_nonce; ?>" />
|
252 |
+
</div>
|
253 |
+
</div>
|
254 |
+
</div>
|
255 |
+
</div>
|
256 |
+
</div>
|
257 |
+
<div class="col-md-12 col-sm-12 col-xs-12 plugin_desc form-group">
|
258 |
+
<div class="col-md-3"><label>Custom Css</label></div>
|
259 |
+
<div class="col-md-9">
|
260 |
+
<textarea class="form-control" name="feed_customs_css" id="feed_customs_css" placeholder="Custom Css" rows="8"><?php echo $feed_customs_css; ?></textarea>
|
261 |
+
</div>
|
262 |
+
</div>
|
263 |
+
<div style="clear:both"></div>
|
264 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
265 |
</form>
|
266 |
<div class="col-md-12">
|
267 |
<button type="button" name="button" class="button-face-feed" onclick="save_feed_general('<?php echo $feed_security_action_nonce; ?>')">
|
268 |
<?php _e('Save', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></button>
|
269 |
+
<div style="text-align:center;">
|
270 |
<img id="loading-image" src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL ?>images/loader.gif" alt="Weblizar" height="200" style="margin-top:-10px; margin-right:10px;" alt="Loading..." class="admin_loading_css"/>
|
271 |
+
</div>
|
272 |
<div class="success-msg" style="display:none;">
|
273 |
<div class="alert alert-success">
|
274 |
<strong><?php _e('Success!', WEBLIZAR_FACEBOOK_TEXT_DOMAIN );?></strong> <?php _e('Data Save Successfully.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN );?>
|
277 |
<div style="clear:both"></div>
|
278 |
</div>
|
279 |
<div class="col-md-12 col-sm-12 col-xs-12 form-group plugin_desc">
|
280 |
+
<h1 class="feed_plugin_details"><?php _e('Plugin Shortcode', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></h1>
|
281 |
+
<p style="font-size: 15px;line-height: 1.5;"><?php _e('copy this shortcode', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> <strong><b>[facebook_feed]</b></strong>  <?php _e('to any page, post or widget where you want to showcase your Facebook feed.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?> </p>
|
282 |
+
</div>
|
283 |
+
<div class="col-md-12 col-sm-12 col-xs-12">
|
284 |
+
<a href="http://demo.weblizar.com/facebook-feed-pro/" target="_blank">
|
285 |
+
<img src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL; ?>images/available-pro.png" class="img-responsive" />
|
286 |
+
</a>
|
287 |
+
</div>
|
288 |
</div>
|
289 |
<div class="clearfix"></div>
|
290 |
</div>
|
function/help-body.php
CHANGED
@@ -1,153 +1,155 @@
|
|
1 |
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly?>
|
2 |
<div class="block ui-tabs-panel " id="option-general">
|
3 |
<div class="col-md-9">
|
4 |
-
<div id="heading"
|
5 |
-
|
|
|
|
|
6 |
<form name='fb-form' id='fb-form'>
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
</form>
|
149 |
-
|
150 |
-
|
151 |
<?php
|
152 |
if($FbAppId && $FacebookPageUrl) { ?>
|
153 |
<div id="heading">
|
@@ -169,9 +171,11 @@
|
|
169 |
</div>
|
170 |
</div>
|
171 |
<div class="col-md-3">
|
172 |
-
<div class="header_feed"
|
173 |
-
|
174 |
-
|
|
|
|
|
175 |
<div class="update_pro_image">
|
176 |
<img class="" src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL."images/fb_pro.jpg"; ?>">
|
177 |
</div>
|
@@ -207,8 +211,7 @@
|
|
207 |
<hr>
|
208 |
<p><strong>[FBW]</strong> <?php _e('Shortcode give ability to display Facebook Like Box in any Page / Post with content', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>.</p>
|
209 |
<p><?php _e('To use shortcode, just copy ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?><strong>[FBW]</strong>
|
210 |
-
<?php _e('shortcode and paste into content editor of any Page / Post', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>.</p>
|
211 |
-
|
212 |
</div>
|
213 |
<div class="col-md-6">
|
214 |
<p><strong><?php _e('Facebook Page Feed', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></strong></p>
|
@@ -241,9 +244,11 @@
|
|
241 |
</div>
|
242 |
</div>
|
243 |
<div class="col-md-3">
|
244 |
-
<div class="header_feed"
|
245 |
-
|
246 |
-
|
|
|
|
|
247 |
<div class="update_pro_image">
|
248 |
<img class="" src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL."images/fb_pro.jpg"; ?>">
|
249 |
</div>
|
@@ -309,333 +314,336 @@
|
|
309 |
<div class="col-md-9"> <a href="http://demo.weblizar.com/facebook-feed-pro/" target="_blank"><img src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'images/feed-tab-img.jpg'; ?>" class="img-responsive"/></a>
|
310 |
</div>
|
311 |
<div class="col-md-3">
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
|
|
|
|
|
|
|
|
320 |
</div>
|
321 |
-
</div>
|
322 |
</div>
|
323 |
</div>
|
324 |
<!--Our product page start here-->
|
325 |
<div class="block ui-tabs-panel deactive" id="option-ourproduct">
|
326 |
<?php wp_enqueue_style('feed-font-awesome-min-css', WEBLIZAR_FACEBOOK_PLUGIN_URL.'css/font-awesome-latest-5/css/fontawesome-all.min.css'); ?>
|
327 |
-
<div class="container col-container p-3">
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
|
475 |
-
|
476 |
-
|
477 |
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
</div>
|
585 |
-
<!--Our product page end here-->
|
586 |
-
<style>
|
587 |
-
.col-container {
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
}
|
592 |
|
593 |
-
.col {
|
594 |
-
|
595 |
-
}
|
596 |
-
.icon-size {
|
597 |
-
|
598 |
-
|
599 |
-
}
|
600 |
|
601 |
-
.products {
|
602 |
-
|
603 |
-
|
604 |
-
}
|
605 |
-
.col.products {
|
606 |
-
|
607 |
-
|
608 |
-
}
|
609 |
-
.feed-head-cont h3 {
|
610 |
-
|
611 |
-
|
612 |
-
}
|
613 |
-
.update_pro_button {
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
}
|
621 |
-
.header_feed {
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
}
|
629 |
-
.update_pro_image img {
|
630 |
-
|
631 |
-
}
|
632 |
-
.update_pro_button a {
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
}
|
637 |
-
.header_feed p {
|
638 |
-
|
639 |
-
}
|
640 |
-
</style>
|
641 |
</div>
|
1 |
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly?>
|
2 |
<div class="block ui-tabs-panel " id="option-general">
|
3 |
<div class="col-md-9">
|
4 |
+
<div id="heading">
|
5 |
+
<h2><?php _e( 'Facebook Like Box Shortcode Settings', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></h2>
|
6 |
+
</div>
|
7 |
+
<div class="col-md-6">
|
8 |
<form name='fb-form' id='fb-form'>
|
9 |
+
<p>
|
10 |
+
<p><label><?php _e( 'Facebook Page URL or ID', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></label></p>
|
11 |
+
<input class="widefat" id="facebook-page-url" name="facebook-page-url" type="text" value="<?php echo esc_attr( $FacebookPageUrl ); ?>">
|
12 |
+
</p>
|
13 |
+
<br>
|
14 |
+
|
15 |
+
<p><label><?php _e( 'Show Faces', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></label>
|
16 |
+
<select id="show-fan-faces" name="show-fan-faces">
|
17 |
+
<option value="true" <?php if($ShowFaces == "true") echo "selected=selected" ?>><?php _e( 'Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></option>
|
18 |
+
<option value="false" <?php if($ShowFaces == "false") echo "selected=selected" ?>><?php _e( 'No', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></option>
|
19 |
+
</select>
|
20 |
+
</p>
|
21 |
+
<br>
|
22 |
+
<p>
|
23 |
+
<label><?php _e( 'Show Live Stream', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></label>
|
24 |
+
<select id="show-live-stream" name="show-live-stream">
|
25 |
+
<option value="true" <?php if($Stream == "true") echo "selected=selected" ?>><?php _e( 'Yes', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></option>
|
26 |
+
<option value="false" <?php if($Stream == "false") echo "selected=selected" ?>><?php _e( 'No', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></option>
|
27 |
+
</select>
|
28 |
+
</p>
|
29 |
+
<br>
|
30 |
+
<p>
|
31 |
+
<p><label><?php _e( 'Widget Width', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></label></p>
|
32 |
+
<input class="widefat" id="widget-width" name="widget-width" type="text" value="<?php echo esc_attr( $Width ); ?>">
|
33 |
+
</p>
|
34 |
+
<br>
|
35 |
+
<p>
|
36 |
+
<p><label><?php _e( 'Widget Height', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></label></p>
|
37 |
+
<input class="widefat" id="widget-height" name="widget-height" type="text" value="<?php echo esc_attr( $Height ); ?>">
|
38 |
+
</p>
|
39 |
+
<br>
|
40 |
+
<p>
|
41 |
+
<p><label><?php _e( 'Facebook App ID', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?> (<?php _e('Optional', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>)</label></p>
|
42 |
+
<input class="widefat" id="fb-app-id" name="fb-app-id" type="text" value="<?php echo esc_attr( $FbAppId ); ?>">
|
43 |
+
<?php _e('Get Your Own Facebook APP Id', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?>: <a href="http://weblizar.com/get-facebook-app-id/" target="_blank"><?php _e( 'HERE', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>
|
44 |
+
</p>
|
45 |
+
<br>
|
46 |
+
<p>
|
47 |
+
<p><label><?php _e('Select Language for Like Button', WEBLIZAR_FACEBOOK_TEXT_DOMAIN); ?></label></p>
|
48 |
+
<!-- <?php
|
49 |
+
if(!isset($locale_fb_like)){
|
50 |
+
wp_dropdown_languages( $args = array() );
|
51 |
+
}
|
52 |
+
else{
|
53 |
+
wp_dropdown_languages( $args = array(
|
54 |
+
'selected' => $locale_fb_like,
|
55 |
+
) );
|
56 |
+
}
|
57 |
+
|
58 |
+
?> -->
|
59 |
+
<select name="weblizar_locale_fb" id="weblizar_locale_fb">
|
60 |
+
<option value="af_ZA" <?php if($weblizar_locale_fb == "af_ZA") echo 'selected="selected"' ?> ><?php _e('Afrikaans', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
61 |
+
<option value="ar_AR" <?php if($weblizar_locale_fb == "ar_AR") echo 'selected="selected"' ?> ><?php _e('Arabic', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
62 |
+
<option value="az_AZ" <?php if($weblizar_locale_fb == "az_AZ") echo 'selected="selected"' ?> ><?php _e('Azerbaijani', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
63 |
+
<option value="be_BY" <?php if($weblizar_locale_fb == "be_BY") echo 'selected="selected"' ?> ><?php _e('Belarusian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
64 |
+
<option value="bg_BG" <?php if($weblizar_locale_fb == "bg_BG") echo 'selected="selected"' ?> ><?php _e('Bulgarian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
65 |
+
<option value="bn_IN" <?php if($weblizar_locale_fb == "bn_IN") echo 'selected="selected"' ?> ><?php _e('Bengali', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
66 |
+
<option value="bs_BA" <?php if($weblizar_locale_fb == "bs_BA") echo 'selected="selected"' ?> ><?php _e('Bosnian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
67 |
+
<option value="ca_ES" <?php if($weblizar_locale_fb == "ca_ES") echo 'selected="selected"' ?> ><?php _e('Catalan', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
68 |
+
<option value="cs_CZ" <?php if($weblizar_locale_fb == "cs_CZ") echo 'selected="selected"' ?> ><?php _e('Czech', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
69 |
+
<option value="cy_GB" <?php if($weblizar_locale_fb == "cy_GB") echo 'selected="selected"' ?> ><?php _e('Welsh', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
70 |
+
<option value="da_DK" <?php if($weblizar_locale_fb == "da_DK") echo 'selected="selected"' ?> ><?php _e('Danish', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
71 |
+
<option value="de_DE" <?php if($weblizar_locale_fb == "de_DE") echo 'selected="selected"' ?> ><?php _e('German', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
72 |
+
<option value="el_GR" <?php if($weblizar_locale_fb == "el_GR") echo 'selected="selected"' ?> ><?php _e('Greek', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
73 |
+
<option value="en_GB" <?php if($weblizar_locale_fb == "en_GB") echo 'selected="selected"' ?> ><?php _e('English (UK)', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
74 |
+
<option value="en_PI" <?php if($weblizar_locale_fb == "en_PI") echo 'selected="selected"' ?> ><?php _e('English (Pirate)', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
75 |
+
<option value="en_UD" <?php if($weblizar_locale_fb == "en_UD") echo 'selected="selected"' ?> ><?php _e('English (Upside Down)', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
76 |
+
<option value="en_US" <?php if($weblizar_locale_fb == "en_US") echo 'selected="selected"' ?> ><?php _e('English (US)', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
77 |
+
<option value="eo_EO" <?php if($weblizar_locale_fb == "eo_EO") echo 'selected="selected"' ?> ><?php _e('Esperanto', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
78 |
+
<option value="es_ES" <?php if($weblizar_locale_fb == "es_ES") echo 'selected="selected"' ?> ><?php _e('Spanish (Spain)', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
79 |
+
<option value="es_LA" <?php if($weblizar_locale_fb == "es_LA") echo 'selected="selected"' ?> ><?php _e('Spanish', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
80 |
+
<option value="et_EE" <?php if($weblizar_locale_fb == "et_EE") echo 'selected="selected"' ?> ><?php _e('Estonian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
81 |
+
<option value="eu_ES" <?php if($weblizar_locale_fb == "eu_ES") echo 'selected="selected"' ?> ><?php _e('Basque', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
82 |
+
<option value="fa_IR" <?php if($weblizar_locale_fb == "fa_IR") echo 'selected="selected"' ?> ><?php _e('Persian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
83 |
+
<option value="fb_LT" <?php if($weblizar_locale_fb == "fb_LT") echo 'selected="selected"' ?> ><?php _e('Leet Speak', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
84 |
+
<option value="fi_FI" <?php if($weblizar_locale_fb == "fi_FI") echo 'selected="selected"' ?> ><?php _e('Finnish', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
85 |
+
<option value="fo_FO" <?php if($weblizar_locale_fb == "fo_FO") echo 'selected="selected"' ?> ><?php _e('Faroese', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
86 |
+
<option value="fr_CA" <?php if($weblizar_locale_fb == "fr_CA") echo 'selected="selected"' ?> ><?php _e('French (Canada)', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
87 |
+
<option value="fr_FR" <?php if($weblizar_locale_fb == "fr_FR") echo 'selected="selected"' ?> ><?php _e('French (France)', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
88 |
+
<option value="fy_NL" <?php if($weblizar_locale_fb == "fy_NL") echo 'selected="selected"' ?> ><?php _e('Frisian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
89 |
+
<option value="ga_IE" <?php if($weblizar_locale_fb == "ga_IE") echo 'selected="selected"' ?> ><?php _e('Irish', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
90 |
+
<option value="gl_ES" <?php if($weblizar_locale_fb == "gl_ES") echo 'selected="selected"' ?> ><?php _e('Galician', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
91 |
+
<option value="he_IL" <?php if($weblizar_locale_fb == "he_IL") echo 'selected="selected"' ?> ><?php _e('Hebrew', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
92 |
+
<option value="hi_IN" <?php if($weblizar_locale_fb == "hi_IN") echo 'selected="selected"' ?> ><?php _e('Hindi', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
93 |
+
<option value="hr_HR" <?php if($weblizar_locale_fb == "hr_HR") echo 'selected="selected"' ?> ><?php _e('Croatian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
94 |
+
<option value="hu_HU" <?php if($weblizar_locale_fb == "hu_HU") echo 'selected="selected"' ?> ><?php _e('Hungarian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
95 |
+
<option value="hy_AM" <?php if($weblizar_locale_fb == "hy_AM") echo 'selected="selected"' ?> ><?php _e('Armenian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
96 |
+
<option value="id_ID" <?php if($weblizar_locale_fb == "id_ID") echo 'selected="selected"' ?> ><?php _e('Indonesian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
97 |
+
<option value="is_IS" <?php if($weblizar_locale_fb == "is_IS") echo 'selected="selected"' ?> ><?php _e('Icelandic', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
98 |
+
<option value="it_IT" <?php if($weblizar_locale_fb == "it_IT") echo 'selected="selected"' ?> ><?php _e('Italian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
99 |
+
<option value="ja_JP" <?php if($weblizar_locale_fb == "ja_JP") echo 'selected="selected"' ?> ><?php _e('Japanese', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
100 |
+
<option value="ka_GE" <?php if($weblizar_locale_fb == "ka_GE") echo 'selected="selected"' ?> ><?php _e('Georgian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
101 |
+
<option value="km_KH" <?php if($weblizar_locale_fb == "km_KH") echo 'selected="selected"' ?> ><?php _e('Khmer', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
102 |
+
<option value="ko_KR" <?php if($weblizar_locale_fb == "ko_KR") echo 'selected="selected"' ?> ><?php _e('Korean', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
103 |
+
<option value="ku_TR" <?php if($weblizar_locale_fb == "ku_TR") echo 'selected="selected"' ?> ><?php _e('Kurdish', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
104 |
+
<option value="la_VA" <?php if($weblizar_locale_fb == "la_VA") echo 'selected="selected"' ?> ><?php _e('Latin', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
105 |
+
<option value="lt_LT" <?php if($weblizar_locale_fb == "lt_LT") echo 'selected="selected"' ?> ><?php _e('Lithuanian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
106 |
+
<option value="lv_LV" <?php if($weblizar_locale_fb == "lv_LV") echo 'selected="selected"' ?> ><?php _e('Latvian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
107 |
+
<option value="mk_MK" <?php if($weblizar_locale_fb == "mk_MK") echo 'selected="selected"' ?> ><?php _e('Macedonian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
108 |
+
<option value="ml_IN" <?php if($weblizar_locale_fb == "ml_IN") echo 'selected="selected"' ?> ><?php _e('Malayalam', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
109 |
+
<option value="ms_MY" <?php if($weblizar_locale_fb == "ms_MY") echo 'selected="selected"' ?> ><?php _e('Malay', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
110 |
+
<option value="nb_NO" <?php if($weblizar_locale_fb == "nb_NO") echo 'selected="selected"' ?> ><?php _e('Norwegian (bokmal)', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
111 |
+
<option value="ne_NP" <?php if($weblizar_locale_fb == "ne_NP") echo 'selected="selected"' ?> ><?php _e('Nepali', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
112 |
+
<option value="nl_NL" <?php if($weblizar_locale_fb == "nl_NL") echo 'selected="selected"' ?> ><?php _e('Dutch', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
113 |
+
<option value="nn_NO" <?php if($weblizar_locale_fb == "nn_NO") echo 'selected="selected"' ?> ><?php _e('Norwegian (nynorsk)', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
114 |
+
<option value="pa_IN" <?php if($weblizar_locale_fb == "pa_IN") echo 'selected="selected"' ?> ><?php _e('Punjabi', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
115 |
+
<option value="pl_PL" <?php if($weblizar_locale_fb == "pl_PL") echo 'selected="selected"' ?> ><?php _e('Polish', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
116 |
+
<option value="ps_AF" <?php if($weblizar_locale_fb == "ps_AF") echo 'selected="selected"' ?> ><?php _e('Pashto', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
117 |
+
<option value="pt_BR" <?php if($weblizar_locale_fb == "pt_BR") echo 'selected="selected"' ?> ><?php _e('Portuguese (Brazil)', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
118 |
+
<option value="pt_PT" <?php if($weblizar_locale_fb == "pt_PT") echo 'selected="selected"' ?> ><?php _e('Portuguese (Portugal)', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
119 |
+
<option value="ro_RO" <?php if($weblizar_locale_fb == "ro_RO") echo 'selected="selected"' ?> ><?php _e('Romanian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
120 |
+
<option value="ru_RU" <?php if($weblizar_locale_fb == "ru_RU") echo 'selected="selected"' ?> ><?php _e('Russian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
121 |
+
<option value="sk_SK" <?php if($weblizar_locale_fb == "sk_SK") echo 'selected="selected"' ?> ><?php _e('Slovak', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
122 |
+
<option value="sl_SI" <?php if($weblizar_locale_fb == "sl_SI") echo 'selected="selected"' ?> ><?php _e('Slovenian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
123 |
+
<option value="sq_AL" <?php if($weblizar_locale_fb == "sq_AL") echo 'selected="selected"' ?> ><?php _e('Albanian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
124 |
+
<option value="sr_RS" <?php if($weblizar_locale_fb == "sr_RS") echo 'selected="selected"' ?> ><?php _e('Serbian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
125 |
+
<option value="sv_SE" <?php if($weblizar_locale_fb == "sv_SE") echo 'selected="selected"' ?> ><?php _e('Swedish', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
126 |
+
<option value="sw_KE" <?php if($weblizar_locale_fb == "sw_KE") echo 'selected="selected"' ?> ><?php _e('Swahili', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
127 |
+
<option value="ta_IN" <?php if($weblizar_locale_fb == "ta_IN") echo 'selected="selected"' ?> ><?php _e('Tamil', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
128 |
+
<option value="te_IN" <?php if($weblizar_locale_fb == "te_IN") echo 'selected="selected"' ?> ><?php _e('Telugu', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
129 |
+
<option value="th_TH" <?php if($weblizar_locale_fb == "th_TH") echo 'selected="selected"' ?> ><?php _e('Thai', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
130 |
+
<option value="tl_PH" <?php if($weblizar_locale_fb == "tl_PH") echo 'selected="selected"' ?> ><?php _e('Filipino', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
131 |
+
<option value="tr_TR" <?php if($weblizar_locale_fb == "tr_TR") echo 'selected="selected"' ?> ><?php _e('Turkish', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
132 |
+
<option value="uk_UA" <?php if($weblizar_locale_fb == "uk_UA") echo 'selected="selected"' ?> ><?php _e('Ukrainian', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
133 |
+
<option value="vi_VN" <?php if($weblizar_locale_fb == "vi_VN") echo 'selected="selected"' ?> ><?php _e('Vietnamese', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
134 |
+
<option value="zh_CN" <?php if($weblizar_locale_fb == "zh_CN") echo 'selected="selected"' ?> ><?php _e('Simplified Chinese (China)', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
135 |
+
<option value="zh_HK" <?php if($weblizar_locale_fb == "zh_HK") echo 'selected="selected"' ?> ><?php _e('Traditional Chinese (Hong Kong)', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
136 |
+
<option value="zh_TW" <?php if($weblizar_locale_fb == "zh_TW") echo 'selected="selected"' ?> ><?php _e('Traditional Chinese (Taiwan)', 'WEBLIZAR_FACEBOOK_TEXT_DOMAIN'); ?></option>
|
137 |
+
</select>
|
138 |
+
</p>
|
139 |
+
<br>
|
140 |
+
<p>
|
141 |
+
<input onclick="return SaveSettings();" type="button" class="button button-primary button-hero" id="fb-save-settings" name="fb-save-settings" value="<?php _e( 'SAVE', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?>">
|
142 |
+
</p>
|
143 |
+
<p>
|
144 |
+
<div id="fb-img" style="display: none;"><img src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'images/loading.gif'; ?>" /></div>
|
145 |
+
<div id="fb-msg" style="display: none;" class"alert">
|
146 |
+
<?php _e( 'Settings successfully saved. Reloading page for generating preview below.', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?>
|
147 |
+
</div>
|
148 |
+
</p>
|
149 |
+
<br>
|
150 |
</form>
|
151 |
+
</div>
|
152 |
+
<div class="col-md-6">
|
153 |
<?php
|
154 |
if($FbAppId && $FacebookPageUrl) { ?>
|
155 |
<div id="heading">
|
171 |
</div>
|
172 |
</div>
|
173 |
<div class="col-md-3">
|
174 |
+
<div class="header_feed">
|
175 |
+
<p><?php _e( 'Facebook Feed Pro', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></p>
|
176 |
+
</div>
|
177 |
+
<div class="update_pro_button"><a target="_blank" href="https://weblizar.com/plugins/facebook-feed-pro/"><?php _e( 'Buy Now $19', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>
|
178 |
+
</div>
|
179 |
<div class="update_pro_image">
|
180 |
<img class="" src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL."images/fb_pro.jpg"; ?>">
|
181 |
</div>
|
211 |
<hr>
|
212 |
<p><strong>[FBW]</strong> <?php _e('Shortcode give ability to display Facebook Like Box in any Page / Post with content', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>.</p>
|
213 |
<p><?php _e('To use shortcode, just copy ', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?><strong>[FBW]</strong>
|
214 |
+
<?php _e('shortcode and paste into content editor of any Page / Post', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?>.</p>
|
|
|
215 |
</div>
|
216 |
<div class="col-md-6">
|
217 |
<p><strong><?php _e('Facebook Page Feed', WEBLIZAR_FACEBOOK_TEXT_DOMAIN);?></strong></p>
|
244 |
</div>
|
245 |
</div>
|
246 |
<div class="col-md-3">
|
247 |
+
<div class="header_feed">
|
248 |
+
<p><?php _e( 'Facebook Feed Pro', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></p>
|
249 |
+
</div>
|
250 |
+
<div class="update_pro_button"><a target="_blank" href="https://weblizar.com/plugins/facebook-feed-pro/"><?php _e( 'Buy Now $19', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>
|
251 |
+
</div>
|
252 |
<div class="update_pro_image">
|
253 |
<img class="" src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL."images/fb_pro.jpg"; ?>">
|
254 |
</div>
|
314 |
<div class="col-md-9"> <a href="http://demo.weblizar.com/facebook-feed-pro/" target="_blank"><img src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL.'images/feed-tab-img.jpg'; ?>" class="img-responsive"/></a>
|
315 |
</div>
|
316 |
<div class="col-md-3">
|
317 |
+
<div class="header_feed">
|
318 |
+
<p><?php _e( 'Facebook Feed Pro', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></p>
|
319 |
+
</div>
|
320 |
+
<div class="update_pro_button">
|
321 |
+
<a target="_blank" href="https://weblizar.com/plugins/facebook-feed-pro/"><?php _e( 'Buy Now $19', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>
|
322 |
+
</div>
|
323 |
+
<div class="update_pro_image">
|
324 |
+
<img class="" src="<?php echo WEBLIZAR_FACEBOOK_PLUGIN_URL."images/fb_pro.jpg"; ?>">
|
325 |
+
</div>
|
326 |
+
<div class="update_pro_button">
|
327 |
+
<a class="upg_anch" target="_blank" href="https://weblizar.com/plugins/facebook-feed-pro/"><?php _e( 'Buy Now $19', WEBLIZAR_FACEBOOK_TEXT_DOMAIN ); ?></a>
|
328 |
+
</div>
|
329 |
</div>
|
|
|
330 |
</div>
|
331 |
</div>
|
332 |
<!--Our product page start here-->
|
333 |
<div class="block ui-tabs-panel deactive" id="option-ourproduct">
|
334 |
<?php wp_enqueue_style('feed-font-awesome-min-css', WEBLIZAR_FACEBOOK_PLUGIN_URL.'css/font-awesome-latest-5/css/fontawesome-all.min.css'); ?>
|
335 |
+
<div class="container col-container p-3">
|
336 |
+
<div class="row text-center">
|
337 |
+
<div class="col-sm-12 col-md-12">
|
338 |
+
<img width="200" src="https://weblizar.com/wp-content/uploads/2016/04/logo.png" />
|
339 |
+
<h2>Responsive WordPress Premium Themes & Plugins</h2>
|
340 |
+
<hr>
|
341 |
+
</div>
|
342 |
+
</div>
|
343 |
+
<div class="row p-3">
|
344 |
+
<div class="col-sm-12 col-md-12 text-center">
|
345 |
+
<a class="" href="" target="_new"><h3>Pro Plugins</h3></a>
|
346 |
+
</div>
|
347 |
+
</div>
|
348 |
+
<div class="row text-center">
|
349 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
350 |
+
<h4>Facebook Feed</h4>
|
351 |
+
<p class="icon-size"><i class="fab fa-facebook-f"></i></p>
|
352 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/facebook-by-weblizar/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
353 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/facebook-feed-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
354 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/facebook-feed-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
|
355 |
+
</div>
|
356 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
357 |
+
<h4>Pinterest Feed</h4>
|
358 |
+
<p class="icon-size"><i class="fab fa-pinterest-p"></i></p>
|
359 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/weblizar-pinterest-feeds/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
360 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/pinterest-feed-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
361 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/pinterest-feed-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
|
362 |
+
</div>
|
363 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
364 |
+
<h4>Appointment Scheduler</h4>
|
365 |
+
<p class="icon-size"><i class="far fa-clock"></i></p>
|
366 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/appointment-scheduler-weblizar/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
367 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/appointment-scheduler-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
368 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/appointment-scheduler-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
|
369 |
+
</div>
|
370 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
371 |
+
<h4>SEO Image Optimizer</h4>
|
372 |
+
<p class="icon-size"><i class="fab fa-searchengin"></i></p>
|
373 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/seo-image-optimizer/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
374 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/seo-image-optimizer-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
375 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/seo-image-optimizer-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
|
376 |
+
</div>
|
377 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
378 |
+
<h4>Newsletter Subscription Form</h4>
|
379 |
+
<p class="icon-size"><i class="fab fa-wpforms"></i></p>
|
380 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/newsletter-subscription-form/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
381 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/newsletter-subscription-form-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
382 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/newsletter-subscription-form-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
|
383 |
+
</div>
|
384 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
385 |
+
<h4>Coming Soon Page</h4>
|
386 |
+
<p class="icon-size"><i class="fas fa-rocket"></i></p>
|
387 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/responsive-coming-soon-page/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
388 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/coming-soon-page-maintenance-mode-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
389 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/coming-soon-page-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
|
390 |
+
</div>
|
391 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
392 |
+
<h4>Recent Related Post</h4>
|
393 |
+
<p class="icon-size"><i class="far fa-newspaper"></i></p>
|
394 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/recent-related-post-and-page/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
395 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/recent-related-post-and-page-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
396 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/recent-related-post-and-page-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
|
397 |
+
</div>
|
398 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
399 |
+
<h4>About Author</h4>
|
400 |
+
<p class="icon-size"><i class="fas fa-id-card"></i></p>
|
401 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/about-author/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
402 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/facebook-feed-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
403 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/about-author-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
|
404 |
+
</div>
|
405 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
406 |
+
<h4>Gallery Pro</h4>
|
407 |
+
<p class="icon-size"><i class="far fa-images"></i></p>
|
408 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/gallery-pro/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
409 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/gallery-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
410 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/gallery-pro-by-weblizar/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
|
411 |
+
</div>
|
412 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
413 |
+
<h4>Ultimate Image Slider</h4>
|
414 |
+
<p class="icon-size"><i class="fab fa-slideshare"></i></p>
|
415 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/unlimited-responsive-image-slider/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
416 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/ultimate-responsive-image-slider-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
417 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/ultimate-responsive-image-slider-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
|
418 |
+
</div>
|
419 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
420 |
+
<h4>Photo Video Link Gallery</h4>
|
421 |
+
<p class="icon-size"><i class="far fa-file-video"></i></p>
|
422 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/photo-video-link-gallery/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
423 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/photo-video-link-gallery-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
424 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/photo-video-link-gallery-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
|
425 |
+
</div>
|
426 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
427 |
+
<h4>Flickr Album Gallery</h4>
|
428 |
+
<p class="icon-size"><i class="fab fa-flickr"></i></p>
|
429 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/photo-gallery-for-flickr/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
430 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/flickr-album-gallery-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
431 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/flickr-album-gallery-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
|
432 |
+
</div>
|
433 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
434 |
+
<h4>Responsive Portfolio</h4>
|
435 |
+
<p class="icon-size"><i class="fas fa-film"></i></p>
|
436 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/responsive-portfolio/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
437 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/responsive-portfolio-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
438 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/responsive-portfolio-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
|
439 |
+
</div>
|
440 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
441 |
+
<h4>Lightbox Slider</h4>
|
442 |
+
<p class="icon-size"><i class="far fa-image"></i></p>
|
443 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/lightbox-slider/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
444 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/lightbox-slider-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
445 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/lightbox-slider-pro-demo/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
|
446 |
+
</div>
|
447 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
448 |
+
<h4>Responsive Photo Gallery</h4>
|
449 |
+
<p class="icon-size"><i class="fas fa-camera-retro"></i></p>
|
450 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/responsive-gallery-with-lightbox/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
451 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/responsive-photo-gallery-pro/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
452 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/responsive-photo-gallery-pro/" target="_new" title="Plugin Demo"><i class="fas fa-eye"></i></a>
|
453 |
+
</div>
|
454 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
455 |
+
<h4>Clock In Portal</h4>
|
456 |
+
<p class="icon-size"><i class="far fa-clock"></i></p>
|
457 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/plugins/clock-in-portal/" target="_new" title="Download Plugin"><i class="fas fa-download"></i></a>
|
458 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/plugins/clockin-pro-plugin/" target="_new" title="Plugin Details"><i class="fas fa-info"></i></a>
|
459 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/clockin-pro-admin/wp-login.php?redirect_to=http%3A%2F%2Fdemo.weblizar.com%2Fclockin-pro-admin%2Fwp-admin%2F&reauth=1" target="_new" title="Admin Demo"><i class="fas fa-eye"></i></a>
|
460 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/clockin-pro-admin/wp-login.php?redirect_to=http%3A%2F%2Fdemo.weblizar.com%2Fclockin-pro-admin%2Fwp-admin%2F&reauth=1" target="_new" title="Staff Demo"><i class="fas fa-eye"></i></a>
|
461 |
+
</div>
|
462 |
+
</div>
|
463 |
+
|
464 |
+
<!-- Themes -->
|
465 |
+
<div class="row p-3">
|
466 |
+
<div class="col-sm-12 col-md-12 text-center">
|
467 |
+
<a class="" href="" target="_new"><h3>Premium Themes</h3></a>
|
468 |
+
</div>
|
469 |
+
</div>
|
470 |
+
<div class="row text-center">
|
471 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
472 |
+
<h4>RealEstate Premium</h4>
|
473 |
+
<p class="icon-size"><i class="far fa-building"></i></p>
|
474 |
+
<a class="btn btn-secondary btn-sm" href="__" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
475 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/realestate-wordpress-premium-theme/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
476 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/realestate-premium/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
477 |
+
</div>
|
478 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
479 |
+
<h4>Personal Premium</h4>
|
480 |
+
<p class="icon-size"><i class="fas fa-users"></i></p>
|
481 |
+
<a class="btn btn-secondary btn-sm" href="__" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
482 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/personal-premium-theme/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
483 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/personal-premium/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
484 |
+
</div>
|
485 |
|
486 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
487 |
+
<h4>Katelyn Premium</h4>
|
488 |
+
<p class="icon-size"><i class="fab fa-korvue"></i></p>
|
489 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/themes/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
490 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/themes/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
491 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/themes/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
492 |
+
</div>
|
493 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
494 |
+
<h4>Corporal Premium</h4>
|
495 |
+
<p class="icon-size"><i class="fas fa-briefcase"></i></p>
|
496 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/best-free-wordpress-themes/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
497 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/corporal-premium/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
498 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/corporal-premium/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
499 |
+
</div>
|
500 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
501 |
+
<h4>Explora Premium</h4>
|
502 |
+
<p class="icon-size"><i class="fas fa-road"></i></p>
|
503 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/best-free-wordpress-themes/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
504 |
+
<a class="btn btn-secondary btn-sm" href="__" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
505 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#explora" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
506 |
+
</div>
|
507 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
508 |
+
<h4>Scoreline Premium</h4>
|
509 |
+
<p class="icon-size"><i class="fas fa-chart-line"></i></p>
|
510 |
+
<a class="btn btn-secondary btn-sm" href="__" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
511 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/scoreline-premium/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
512 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#scoreline" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
513 |
+
</div>
|
514 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
515 |
+
<h4>Beautyspa Premium</h4>
|
516 |
+
<p class="icon-size"><i class="fas fa-tint"></i></p>
|
517 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/best-free-wordpress-themes/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
518 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#beautyspa" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
519 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/beautyspa-premium/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
520 |
+
</div>
|
521 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
522 |
+
<h4>Healthcare Premium</h4>
|
523 |
+
<p class="icon-size"><i class="fas fa-heartbeat"></i></p>
|
524 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/themes/search/weblizar/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
525 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#healthcare" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
526 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/healthcare/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
527 |
+
</div>
|
528 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
529 |
+
<h4>Enigma Premium</h4>
|
530 |
+
<p class="icon-size"><i class="far fa-gem"></i></p>
|
531 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/themes/search/weblizar/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
532 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/enigma-premium/enigma-select/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
533 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/enigma-premium/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
534 |
+
</div>
|
535 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
536 |
+
<h4>Creative Premium</h4>
|
537 |
+
<p class="icon-size"><i class="fas fa-industry"></i></p>
|
538 |
+
<a class="btn btn-secondary btn-sm" href="__" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
539 |
+
<a class="btn btn-secondary btn-sm" href="__" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
540 |
+
<a class="btn btn-secondary btn-sm" href="__" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
541 |
+
</div>
|
542 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
543 |
+
<h4>Incredible Premium</h4>
|
544 |
+
<p class="icon-size"><i class="far fa-chart-bar"></i></p>
|
545 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/best-free-wordpress-themes/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
546 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/creative-premium/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
547 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#creative" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
548 |
+
</div>
|
549 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
550 |
+
<h4>Chronicle Premium</h4>
|
551 |
+
<p class="icon-size"><i class="fab fa-cuttlefish"></i></p>
|
552 |
+
<a class="btn btn-secondary btn-sm" href="__" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
553 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/chronicle-premium-theme/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
554 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#chronicle" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
555 |
+
</div>
|
556 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
557 |
+
<h4>Guardian Premium</h4>
|
558 |
+
<p class="icon-size"><i class="fas fa-user-plus"></i></p>
|
559 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/themes/search/weblizar/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
560 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/guardian-premium-theme/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
561 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#guardian" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
562 |
+
</div>
|
563 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
564 |
+
<h4>Green Lantern Premium</h4>
|
565 |
+
<p class="icon-size"><i class="fab fa-pagelines"></i></p>
|
566 |
+
<a class="btn btn-secondary btn-sm" href="https://wordpress.org/themes/search/weblizar/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
567 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/green-lantern-premium-theme/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
568 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#greenlantern" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
569 |
+
</div>
|
570 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
571 |
+
<h4>Weblizar Premium</h4>
|
572 |
+
<p class="icon-size"><i class="fas fa-globe"></i></p>
|
573 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/best-free-wordpress-themes/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
574 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/weblizar-premium-theme/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
575 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/preview/#weblizar" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
576 |
+
</div>
|
577 |
+
<div class="col products col-sm-6 col-md-4 p-3">
|
578 |
+
<h4>Love Wedding Premium</h4>
|
579 |
+
<p class="icon-size"><i class="fas fa-heart"></i></p>
|
580 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/best-free-wordpress-themes/" target="_new" title="Download Theme"><i class="fas fa-download"></i></a>
|
581 |
+
<a class="btn btn-secondary btn-sm" href="https://weblizar.com/themes/love-wedding-premium-theme/" target="_new" title="Theme Details"><i class="fas fa-info"></i></a>
|
582 |
+
<a class="btn btn-secondary btn-sm" href="http://demo.weblizar.com/love-wedding/" target="_new" title="Theme Demo"><i class="fas fa-eye"></i></a>
|
583 |
+
</div>
|
584 |
+
</div>
|
585 |
+
|
586 |
+
<!-- footer -->
|
587 |
+
<div class="row m-3">
|
588 |
+
<div class="col-sm-12 col-md-12 text-center">
|
589 |
+
<a href="http://www.weblizar.com" target="_new" class="btn btn-primary btn-lg dmobtn">WWW.WEBLIZAR.COM</a>
|
590 |
+
</div>
|
591 |
+
</div>
|
592 |
+
</div>
|
593 |
+
<!--Our product page end here-->
|
594 |
+
<style>
|
595 |
+
.col-container {
|
596 |
+
|
597 |
+
display: table; /* Make the container element behave like a table */
|
598 |
+
width: 100%; /* Set full-width to expand the whole page */
|
599 |
+
}
|
600 |
|
601 |
+
.col {
|
602 |
+
display: table-cell; /* Make elements inside the container behave like table cells */
|
603 |
+
}
|
604 |
+
.icon-size {
|
605 |
+
font-size: 52px;
|
606 |
+
color: darkorchid;
|
607 |
+
}
|
608 |
|
609 |
+
.products {
|
610 |
+
border: 4px solid #FFF;
|
611 |
+
background-color: #E9ECEF;
|
612 |
+
}
|
613 |
+
.col.products {
|
614 |
+
padding-bottom: 15px;
|
615 |
+
padding-top: 15px;
|
616 |
+
}
|
617 |
+
.feed-head-cont h3 {
|
618 |
+
|
619 |
+
text-shadow: none
|
620 |
+
}
|
621 |
+
.update_pro_button {
|
622 |
+
background-color: orange;
|
623 |
+
padding: 10px;
|
624 |
+
color: #fff;
|
625 |
+
text-decoration: none;
|
626 |
+
text-align: center;
|
627 |
+
font-weight: 700;
|
628 |
+
}
|
629 |
+
.header_feed {
|
630 |
+
background-color: #384244;
|
631 |
+
color: #fff;
|
632 |
+
text-align: center;
|
633 |
+
font-weight: 800;
|
634 |
+
padding: 18px;
|
635 |
+
font-size: 29;
|
636 |
+
}
|
637 |
+
.update_pro_image img {
|
638 |
+
width: 100%;
|
639 |
+
}
|
640 |
+
.update_pro_button a {
|
641 |
+
text-decoration: none;
|
642 |
+
color: #fff;
|
643 |
+
font-size: 18px;
|
644 |
+
}
|
645 |
+
.header_feed p {
|
646 |
+
font-size: 22px;
|
647 |
+
}
|
648 |
+
</style>
|
649 |
</div>
|
images/available-pro.jpg
CHANGED
Binary file
|
images/available-pro.png
CHANGED
Binary file
|
images/background.png
CHANGED
Binary file
|
images/facebook-full-feature.jpg
CHANGED
Binary file
|
images/fb_pro.jpg
CHANGED
Binary file
|
images/feed-tab-img.jpg
CHANGED
Binary file
|
readme.txt
CHANGED
@@ -1,79 +1,79 @@
|
|
1 |
-
===
|
2 |
Contributors: weblizar
|
3 |
Donate link: https://www.weblizar.com/
|
4 |
-
Tags: facebook, facebook feed, facebook like box, facebook posts, facebook page,
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 2.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
-
Display your
|
14 |
|
15 |
-
|
16 |
|
17 |
-
*"The Perfect plugin with awesome features and quick support! You can
|
18 |
|
19 |
-
|
20 |
|
21 |
-
|
22 |
|
23 |
-
Display a completely responsive & customizable
|
24 |
|
25 |
-
Using **[FBW]** shortcode you can publish your
|
26 |
|
27 |
-
Using **[facebook_feed]** shortcode you can publish your
|
28 |
|
29 |
|
30 |
-
**Video Tutorial to Install & Setup
|
31 |
|
32 |
https://www.youtube.com/watch?v=VzwRBbZGEXM
|
33 |
|
34 |
### Features Of Plugin
|
35 |
|
36 |
-
*
|
37 |
-
*
|
38 |
-
*
|
39 |
-
*
|
40 |
* Completely responsive and mobile friendly layouts.
|
41 |
-
* Show and hide certain parts of each
|
42 |
-
* Display
|
43 |
-
* Display
|
44 |
-
*
|
45 |
-
* Change background colors of your
|
46 |
* Hover css Effect.
|
47 |
-
*
|
48 |
-
* Select the number of
|
49 |
* Easy to use options panel.
|
50 |
* No coding required.
|
51 |
-
* Enable/Disable Social media icon on your
|
52 |
-
* Show/Hide profile picture on your
|
53 |
-
* Show/Hide Faces on your
|
54 |
-
* Show/Hide Stream on your
|
55 |
-
*
|
56 |
-
*
|
57 |
-
*
|
58 |
-
*
|
59 |
-
* Control the width, height, background color of your
|
60 |
-
* Latest
|
61 |
* Like & Share Button for each feed in like-box
|
62 |
* Individual Widget & Shortcode Settings
|
63 |
* Add your own custom CSS
|
64 |
* All Major Browser Compatible – Safari, Google Chrome, Mozilla Firefox, Internet Explorer
|
65 |
* Multilingual Translation Ready
|
66 |
|
67 |
-
###
|
68 |
|
69 |
-
|
70 |
|
71 |
-
* [Find out more
|
72 |
-
* [Try out the
|
73 |
|
74 |
### Pro Features
|
75 |
|
76 |
-
* **
|
77 |
|
78 |
* **Unlimited Feeds Per Page/Post** - There is no limit to how many feeds you want to show on each page or post with many different layouts.
|
79 |
|
@@ -83,13 +83,13 @@ Facebook Feed Pro is a completely customizable, responsive solution to help and
|
|
83 |
|
84 |
* **Feed Widgets** - This plugin comes with powerful feed widgets which allows you to customize your feeds in sidebars, footer and many more places.
|
85 |
|
86 |
-
* **Specific Content
|
87 |
|
88 |
-
* **Loading & Hover CSS Effect** -
|
89 |
|
90 |
* **Auto-Update Feeds** - No need to integrate your feed every now and then. Just hit refresh and voila your feed is updated with your current facebook feed.
|
91 |
|
92 |
-
* **Top Level & Stream Type Comment Display** - Show your facebook page feed as it looks like on
|
93 |
|
94 |
* **Sharing On Social Media** - Always stay a step ahead of your competitors, a social share button with multiple social platform sharing options is certainly beneficial.
|
95 |
|
@@ -101,27 +101,27 @@ Facebook Feed Pro is a completely customizable, responsive solution to help and
|
|
101 |
|
102 |
* **Fully Responsive And Optimized** - Just to make sure it doesn't look broken or ugly, we have tried and tested facebook feed pro on multiple devices including tabs, palmtops, and mobile and each time it perfectly moulds into the screen size of your device.
|
103 |
|
104 |
-
* **Search Engine Friendly** -Unlike any other similar WordPress plugin, we make sure that your
|
105 |
|
106 |
* **Major Browser Compatible** – Google Chrome, Mozilla Firefox, Internet Explorer, Safari, Opera.
|
107 |
|
108 |
-
*
|
109 |
|
110 |
* **Multilingual Translation Ready**
|
111 |
|
112 |
* **Retina Ready**
|
113 |
|
114 |
|
115 |
-
= Benefits of the
|
116 |
|
117 |
* **Increase social engagement** between you and your users, customers, fans or group members
|
118 |
-
* **Save time** You can save time using
|
119 |
-
* **Get More Likes and Follower** Displaying your
|
120 |
-
* Display your
|
121 |
-
* The plugin is **updated regularly** with new trends, features, bug-fixes and
|
122 |
-
* **Improve Your SEO** as all of that quality keyword-rich
|
123 |
* Support is quick and effective
|
124 |
-
* We are dedicated to providing to **customizable**, **robust** and **well supported**
|
125 |
|
126 |
|
127 |
### Language Contributors
|
@@ -154,20 +154,20 @@ Please contribute to translate our plugin. Contact at `lizarweb (at) gmail (dot
|
|
154 |
|
155 |
Please use WordPress support forum to ask any query regarding any issue.
|
156 |
|
157 |
-
= How to Get
|
158 |
-
**Follow the below given step-by-step instructions and
|
159 |
|
160 |
|
161 |
-
= How to Generate
|
162 |
-
**Follow the below given step-by-step instructions and
|
163 |
|
164 |
-
= How to add
|
165 |
|
166 |
-
Go to Admin dashboard =>
|
167 |
|
168 |
**1)** Here set the settings as per your like box layout.
|
169 |
|
170 |
-
**2)** Add your
|
171 |
|
172 |
**3)** After that click to save button to save
|
173 |
|
@@ -176,13 +176,13 @@ Go to Admin dashboard => Facebook Feed & Like box plugin and click the settings
|
|
176 |
**4)** Paste the shortcode as per your requirements, page and post Or publish it.
|
177 |
|
178 |
|
179 |
-
= How to display
|
180 |
|
181 |
-
Go to Admin dashboard =>
|
182 |
|
183 |
**1)** Here set the feed option as per your feed requirements.
|
184 |
|
185 |
-
**2)** Add your
|
186 |
|
187 |
**3)** After that click to save button to save
|
188 |
|
@@ -194,28 +194,32 @@ Go to Admin dashboard => Facebook Feed & Like box plugin and click the facebook
|
|
194 |
|
195 |
Go to admin dashboard => appearance => widgets => Here are available our two facebook widgets.
|
196 |
|
197 |
-
**1)**
|
198 |
**2)** Use the Drag and drop option.
|
199 |
**3)** Add the widgets footer and sidebar widget area as per your requirements.
|
200 |
**4)** Save the option as per widgets options.
|
201 |
-
**5)** After that go to your front-end of your site and see your
|
202 |
|
203 |
|
204 |
== Screenshots ==
|
205 |
|
206 |
-
1.
|
207 |
-
2.
|
208 |
-
3.
|
209 |
-
4.
|
210 |
-
5. Feed & Like-box For
|
211 |
-
5.
|
212 |
-
6.
|
213 |
-
7.
|
214 |
|
215 |
For more information, see [Weblizar](https://weblizar.com/) .
|
216 |
|
217 |
== Changelog ==
|
218 |
|
|
|
|
|
|
|
|
|
219 |
|
220 |
= 2.8.1 = [27-04-2019]
|
221 |
1. Minor issue fixed
|
@@ -234,7 +238,7 @@ For more information, see [Weblizar](https://weblizar.com/) .
|
|
234 |
2. Version update and Compatible upto wp 5.0.1
|
235 |
|
236 |
= 2.7.7 = [21-11-2018]
|
237 |
-
1.
|
238 |
|
239 |
= 2.7.6 = [02-11-2018]
|
240 |
1. CSS update
|
@@ -266,7 +270,7 @@ For more information, see [Weblizar](https://weblizar.com/) .
|
|
266 |
4. Other Minor css issue fixed.
|
267 |
|
268 |
= 2.6.9 [ 31/03/2018 ] =
|
269 |
-
1.
|
270 |
2. Other Minor css issue fixed.
|
271 |
|
272 |
= 2.6.8 [ 16/03/2018 ] =
|
@@ -274,12 +278,12 @@ For more information, see [Weblizar](https://weblizar.com/) .
|
|
274 |
2. Minor css issue fixed.
|
275 |
|
276 |
= 2.6.7 [ 08/03/2018 ] =
|
277 |
-
1. Plugin name change ' Feed & LikeBox For
|
278 |
2. Plugin icon change as plugin guideline
|
279 |
|
280 |
|
281 |
= 2.6.6 [ 07/03/2018 ] =
|
282 |
-
1. Plugin name change ' WL
|
283 |
2. Plugin icon change as plugin guideline
|
284 |
|
285 |
= 2.6.5 [ 06/03/2018 ] =
|
@@ -328,15 +332,15 @@ For more information, see [Weblizar](https://weblizar.com/) .
|
|
328 |
1. Upgrade to pro tab added with contents.
|
329 |
2. Translation ready text issue fixed.
|
330 |
3. Other issue fixed.
|
331 |
-
4.
|
332 |
5. Readme text update
|
333 |
|
334 |
= 2.5.4 =
|
335 |
1. Readme same text update
|
336 |
|
337 |
= 2.5.3 =
|
338 |
-
1.
|
339 |
-
2.
|
340 |
3. Plugin admin Layout changes.
|
341 |
4. Upgrade to pro tab addes.
|
342 |
5. Plugin name and title change.
|
@@ -344,14 +348,14 @@ For more information, see [Weblizar](https://weblizar.com/) .
|
|
344 |
7. Minor issue fixed
|
345 |
|
346 |
= 2.5.2 =
|
347 |
-
1.
|
348 |
2. Minor issue fixed.
|
349 |
|
350 |
= 2.5.1 = Fix the crashed code.
|
351 |
|
352 |
= 2.5.0 =
|
353 |
1. version update + compatible upto WordPress 4.9.1
|
354 |
-
2. Add
|
355 |
3. Plugin Recommendation layout tab not view proper bug fixed.
|
356 |
4. Change the new like box facebook page and app id
|
357 |
|
@@ -445,7 +449,7 @@ For more information, see [Weblizar](https://weblizar.com/) .
|
|
445 |
|
446 |
= 0.5 =
|
447 |
|
448 |
-
* Update
|
449 |
* Remove small script error
|
450 |
|
451 |
= 0.4 =
|
@@ -455,5 +459,5 @@ For more information, see [Weblizar](https://weblizar.com/) .
|
|
455 |
* Now compatible with all mobile devices.
|
456 |
|
457 |
= 0.1 =
|
458 |
-
* Feature -
|
459 |
-
* Feature -
|
1 |
+
=== Social LikeBox & Feed ===
|
2 |
Contributors: weblizar
|
3 |
Donate link: https://www.weblizar.com/
|
4 |
+
Tags: facebook, facebook feed, facebook like box, facebook posts, facebook page, FaceBook posts, facebook widget, FaceBook profile, FaceBook group, facebook page feed, facebook page like box, feed, likebox
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 5.2
|
7 |
+
Stable tag: 2.8.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
== Description ==
|
12 |
|
13 |
+
Display your FaceBook Feed and Like box on your website with this outstanding plugin. It is completely **customizable**, **responsive** and the code is **search engine friendly** which ensure true **organic traffic** and high social signal for better user engagement. The Feeds and like box contents Updates Automtically which means anytime your facebook is updated with new content, the plugin **auto-updates** and displays your latest content on your website.
|
14 |
|
15 |
+
Social LikeBox & Feed displays FaceBook feed of your pages on your website. Social LikeBox & Feed is very easy to use and you can configure it within minutes. You can show any public facebook page feed and like box on your website. Feeds are customizable and has a responsive layout.
|
16 |
|
17 |
+
*"The Perfect plugin with awesome features and quick support! You can achieve everything you want with this plugin"*
|
18 |
|
19 |
+
Social LikeBox & Feed plugin comes with **Widgets & Short-code** options. It can display your FaceBook feed and like box as per your website requirements.
|
20 |
|
21 |
+
Social LikeBox & Feed plugin are display FaceBook page live stream & your page fans on WordPress blog to generate a trust bond with your new website visitors.
|
22 |
|
23 |
+
Display a completely responsive & customizable FaceBook feed on your website which exactly matches with the look and feel of your business website
|
24 |
|
25 |
+
Using **[FBW]** shortcode you can publish your FacBook Page LikeBox on your website Page or Post.
|
26 |
|
27 |
+
Using **[facebook_feed]** shortcode you can publish your FaceBook Page Feed on your website Page or Post.
|
28 |
|
29 |
|
30 |
+
**Video Tutorial to Install & Setup Social LikeBox & Feed WordPress Plugin**
|
31 |
|
32 |
https://www.youtube.com/watch?v=VzwRBbZGEXM
|
33 |
|
34 |
### Features Of Plugin
|
35 |
|
36 |
+
* FaceBook Page Feed, Display the FaceBook page time-line photos and text.
|
37 |
+
* FaceBook Page Header section with Page Title, Share and Like Button.
|
38 |
+
* FaceBook Page Feed Support the Custom light box layout.
|
39 |
+
* FaceBook Feed content is Crawlable by search engines adding SEO value to your site.
|
40 |
* Completely responsive and mobile friendly layouts.
|
41 |
+
* Show and hide certain parts of each FaceBook feed posts.
|
42 |
+
* Display FaceBook posts by just the page owner, everyone who posts on your FaceBook page, or only other people.
|
43 |
+
* Display FaceBook page feed post limits.
|
44 |
+
* FaceBook Page feeds layouts.
|
45 |
+
* Change background colors of your FaceBook feed.
|
46 |
* Hover css Effect.
|
47 |
+
* FaceBook page feed redirection.
|
48 |
+
* Select the number of FaceBook posts to display
|
49 |
* Easy to use options panel.
|
50 |
* No coding required.
|
51 |
+
* Enable/Disable Social media icon on your FaceBook stream.
|
52 |
+
* Show/Hide profile picture on your FaceBook Page.
|
53 |
+
* Show/Hide Faces on your FaceBook Page like box.
|
54 |
+
* Show/Hide Stream on your FaceBook Page like box.
|
55 |
+
* FaceBook Page Like Button
|
56 |
+
* FaceBook Page Live Stream
|
57 |
+
* FaceBook Page Fan Faces
|
58 |
+
* FaceBook Page Custom Height & Width Option
|
59 |
+
* Control the width, height, background color of your FaceBook like box
|
60 |
+
* Latest FaceBook Wall Feeds Displays
|
61 |
* Like & Share Button for each feed in like-box
|
62 |
* Individual Widget & Shortcode Settings
|
63 |
* Add your own custom CSS
|
64 |
* All Major Browser Compatible – Safari, Google Chrome, Mozilla Firefox, Internet Explorer
|
65 |
* Multilingual Translation Ready
|
66 |
|
67 |
+
### FaceBook Feed Pro Plugin Version
|
68 |
|
69 |
+
FaceBook Feed Pro is a completely customizable, responsive solution to help and display your FaceBook feed on your WordPress website. This plugin comes with a number of great features and functionality. Add as many feeds as you want to display contents of your **FaceBook Profile**, **Page** or **Group** on your WordPress website's pages and posts using feeds short-codes. It allows you to display **FaceBook Posts, Photos, Albums, Videos, Events**, and More. The FaceBook Feed Pro comes with awesome Lightbox features to display gallery in **POP-UP Window Boxes** and have a number of **Hover CSS Effects**, **Animation**, **Loading Effects**. FaceBook Feed Pro Plugin offers number of customization options, theme and layout options and many more. FaceBook feed and likebox doesn't require much of design and Technical knowledge, you can set up the plugin in minutes and can customize it accordingly that seems fit for your website.
|
70 |
|
71 |
+
* [Find out more FaceBook Feed Pro version](https://weblizar.com/plugins/facebook-feed-pro/ "FaceBook Feed Pro")
|
72 |
+
* [Try out the FaceBook Feed Pro Demo](http://demo.weblizar.com/facebook-feed-pro/ "FaceBook Feed Pro Demo").
|
73 |
|
74 |
### Pro Features
|
75 |
|
76 |
+
* **FaceBook Profile, Page & Group Feeds** - Show your complete feeds on your website through FaceBook Feed Pro. Posts, videos, images, events – your visitors won’t miss a thing! Convert your visitors to loyal customers!
|
77 |
|
78 |
* **Unlimited Feeds Per Page/Post** - There is no limit to how many feeds you want to show on each page or post with many different layouts.
|
79 |
|
83 |
|
84 |
* **Feed Widgets** - This plugin comes with powerful feed widgets which allows you to customize your feeds in sidebars, footer and many more places.
|
85 |
|
86 |
+
* **Specific Content FaceBook Feeds** - Show specific parts of your facebook feeds to increase your user's probability on sticking to the feed.
|
87 |
|
88 |
+
* **Loading & Hover CSS Effect** - FaceBook feed comes loaded with all new trendy effects. It have lot of Hover and Loading CSS Effect.
|
89 |
|
90 |
* **Auto-Update Feeds** - No need to integrate your feed every now and then. Just hit refresh and voila your feed is updated with your current facebook feed.
|
91 |
|
92 |
+
* **Top Level & Stream Type Comment Display** - Show your facebook page feed as it looks like on FaceBook. All related comments and cover image will be visible.
|
93 |
|
94 |
* **Sharing On Social Media** - Always stay a step ahead of your competitors, a social share button with multiple social platform sharing options is certainly beneficial.
|
95 |
|
101 |
|
102 |
* **Fully Responsive And Optimized** - Just to make sure it doesn't look broken or ugly, we have tried and tested facebook feed pro on multiple devices including tabs, palmtops, and mobile and each time it perfectly moulds into the screen size of your device.
|
103 |
|
104 |
+
* **Search Engine Friendly** -Unlike any other similar WordPress plugin, we make sure that your FaceBook content is directly being pushed on your web page without the use of iframes. This gives a friendly signal to many search engines and saves your website from being penalised.
|
105 |
|
106 |
* **Major Browser Compatible** – Google Chrome, Mozilla Firefox, Internet Explorer, Safari, Opera.
|
107 |
|
108 |
+
* **Posts/Time-line Layout** - FaceBook Feed provide the 3 type of post layout, Full width , Half Width, Thumbnail Layouts. It can be adjust the your timeline layouts.
|
109 |
|
110 |
* **Multilingual Translation Ready**
|
111 |
|
112 |
* **Retina Ready**
|
113 |
|
114 |
|
115 |
+
= Benefits of the FaceBook Feed Pro plugin =
|
116 |
|
117 |
* **Increase social engagement** between you and your users, customers, fans or group members
|
118 |
+
* **Save time** You can save time using FaceBook Feed Pro to generate dynamic, search engine crawlable content on your website
|
119 |
+
* **Get More Likes and Follower** Displaying your FaceBook content directly on your site for your user's.
|
120 |
+
* Display your FaceBook content on your website's as per your websites style's.
|
121 |
+
* The plugin is **updated regularly** with new trends, features, bug-fixes and FaceBook API changes and wordpress guideline.
|
122 |
+
* **Improve Your SEO** as all of that quality keyword-rich FaceBook content from posts and comments is directly embedded into your website
|
123 |
* Support is quick and effective
|
124 |
+
* We are dedicated to providing to **customizable**, **robust** and **well supported** FaceBook feed plugin in the world!
|
125 |
|
126 |
|
127 |
### Language Contributors
|
154 |
|
155 |
Please use WordPress support forum to ask any query regarding any issue.
|
156 |
|
157 |
+
= How to Get FaceBook APP ID ? =
|
158 |
+
**Follow the below given step-by-step instructions and screen-shots on how to Get FaceBook APP ID just go to the [FaceBook APP ID instructions](https://weblizar.com/get-facebook-app-id/ " FaceBook APP ID") on the weblizar website.**
|
159 |
|
160 |
|
161 |
+
= How to Generate FaceBook Access Token ? =
|
162 |
+
**Follow the below given step-by-step instructions and screen-shots on how to generate FaceBook Access Token just go to the [FaceBook Access Token instructions](https://weblizar.com/blog/generate-facebook-access-token/ " FaceBook Access Token instructions") on the weblizar website.**
|
163 |
|
164 |
+
= How to add FaceBook Like Box in page & post ? =
|
165 |
|
166 |
+
Go to Admin dashboard => FaceBook Feed & Like box plugin and click the settings menu.
|
167 |
|
168 |
**1)** Here set the settings as per your like box layout.
|
169 |
|
170 |
+
**2)** Add your FaceBook App ID
|
171 |
|
172 |
**3)** After that click to save button to save
|
173 |
|
176 |
**4)** Paste the shortcode as per your requirements, page and post Or publish it.
|
177 |
|
178 |
|
179 |
+
= How to display FaceBook Page Feed on your page & post ? =
|
180 |
|
181 |
+
Go to Admin dashboard => FaceBook Feed & Like box plugin and click the facebook Feed menu.
|
182 |
|
183 |
**1)** Here set the feed option as per your feed requirements.
|
184 |
|
185 |
+
**2)** Add your FaceBook Page URL, Which you want to show feeds
|
186 |
|
187 |
**3)** After that click to save button to save
|
188 |
|
194 |
|
195 |
Go to admin dashboard => appearance => widgets => Here are available our two facebook widgets.
|
196 |
|
197 |
+
**1)** FaceBook Feed and FaceBook Like Box.
|
198 |
**2)** Use the Drag and drop option.
|
199 |
**3)** Add the widgets footer and sidebar widget area as per your requirements.
|
200 |
**4)** Save the option as per widgets options.
|
201 |
+
**5)** After that go to your front-end of your site and see your FaceBook page feed and likebox.
|
202 |
|
203 |
|
204 |
== Screenshots ==
|
205 |
|
206 |
+
1. FaceBook Page Like Box settings.
|
207 |
+
2. FaceBook Page Feed Settings.
|
208 |
+
3. FaceBook Page Feed Settings.
|
209 |
+
4. FaceBook Feed Feed Settings.
|
210 |
+
5. Feed & Like-box For FaceBook Help.
|
211 |
+
5. FaceBook Page Like Box and Feed settings
|
212 |
+
6. FaceBook Page Like Box and Feed preview on site
|
213 |
+
7. FaceBook Feeds preview on site sidebar.
|
214 |
|
215 |
For more information, see [Weblizar](https://weblizar.com/) .
|
216 |
|
217 |
== Changelog ==
|
218 |
|
219 |
+
= 2.8.2 = [15-05-2019]
|
220 |
+
1. Version update and Compatible with wp 5.2
|
221 |
+
2. bug fixed, pro banner and screenshots updated
|
222 |
+
3. readme file updated
|
223 |
|
224 |
= 2.8.1 = [27-04-2019]
|
225 |
1. Minor issue fixed
|
238 |
2. Version update and Compatible upto wp 5.0.1
|
239 |
|
240 |
= 2.7.7 = [21-11-2018]
|
241 |
+
1. FaceBook Access Token field added.
|
242 |
|
243 |
= 2.7.6 = [02-11-2018]
|
244 |
1. CSS update
|
270 |
4. Other Minor css issue fixed.
|
271 |
|
272 |
= 2.6.9 [ 31/03/2018 ] =
|
273 |
+
1. FaceBook page cover image hide and show option added
|
274 |
2. Other Minor css issue fixed.
|
275 |
|
276 |
= 2.6.8 [ 16/03/2018 ] =
|
278 |
2. Minor css issue fixed.
|
279 |
|
280 |
= 2.6.7 [ 08/03/2018 ] =
|
281 |
+
1. Plugin name change ' Feed & LikeBox For FaceBook '.
|
282 |
2. Plugin icon change as plugin guideline
|
283 |
|
284 |
|
285 |
= 2.6.6 [ 07/03/2018 ] =
|
286 |
+
1. Plugin name change ' WL FaceBook - Feed & LikeBox '.
|
287 |
2. Plugin icon change as plugin guideline
|
288 |
|
289 |
= 2.6.5 [ 06/03/2018 ] =
|
332 |
1. Upgrade to pro tab added with contents.
|
333 |
2. Translation ready text issue fixed.
|
334 |
3. Other issue fixed.
|
335 |
+
4. FaceBook Feed widgets added.
|
336 |
5. Readme text update
|
337 |
|
338 |
= 2.5.4 =
|
339 |
1. Readme same text update
|
340 |
|
341 |
= 2.5.3 =
|
342 |
+
1. FaceBook Page Feed Tab added
|
343 |
+
2. FaceBook Page Feed Widgtes added
|
344 |
3. Plugin admin Layout changes.
|
345 |
4. Upgrade to pro tab addes.
|
346 |
5. Plugin name and title change.
|
348 |
7. Minor issue fixed
|
349 |
|
350 |
= 2.5.2 =
|
351 |
+
1. FaceBook Feed Tab and crashed code issue fixed
|
352 |
2. Minor issue fixed.
|
353 |
|
354 |
= 2.5.1 = Fix the crashed code.
|
355 |
|
356 |
= 2.5.0 =
|
357 |
1. version update + compatible upto WordPress 4.9.1
|
358 |
+
2. Add FaceBook Feed Tab
|
359 |
3. Plugin Recommendation layout tab not view proper bug fixed.
|
360 |
4. Change the new like box facebook page and app id
|
361 |
|
449 |
|
450 |
= 0.5 =
|
451 |
|
452 |
+
* Update FaceBook App id link
|
453 |
* Remove small script error
|
454 |
|
455 |
= 0.4 =
|
459 |
* Now compatible with all mobile devices.
|
460 |
|
461 |
= 0.1 =
|
462 |
+
* Feature - FaceBook Widget
|
463 |
+
* Feature - FaceBook Widget Settings Panel
|