Feed & LikeBox For Facebook - Version 2.7.1

Version Description

[ 02/05/2018 ]

Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Feed & LikeBox For Facebook
Version 2.7.1
Comparing to
See all releases

Code changes from version 2.7.0 to 2.7.1

facebook-by-weblizar.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Feed & LikeBox For Facebook
4
- * Version: 2.7.0
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: http://www.weblizar.com
1
  <?php
2
  /**
3
  * Plugin Name: Feed & LikeBox For Facebook
4
+ * Version: 2.7.1
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: http://www.weblizar.com
function/facebook-feed-shortcode-data.php CHANGED
@@ -108,9 +108,9 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
108
  //fetch tag from post message
109
  for($t=0;$t<$tag_size;$t++)
110
  {
111
- $ar=$data_content[$t]["name"];
112
- $br=$data_content[$t]["id"];
113
- $message_text=str_replace($data_content[$t]["name"],"<a class='fb_messaage_tag' href='http://facebook.com/".$br."' target='_blank' >".$ar."</a>",$message_text);
114
  }
115
  }
116
  // post message display
@@ -201,8 +201,8 @@ $page_timeline_string="https://graph.facebook.com/v2.10/".$ffp_page_url."?access
201
  }
202
  catch (Exception $e)
203
  {
204
- echo "<h3>Error in processing</h3>";
205
- }
206
  restore_error_handler();
207
  }
208
  } ?>
108
  //fetch tag from post message
109
  for($t=0;$t<$tag_size;$t++)
110
  {
111
+ if(isset($data_content[$t]["name"])) { $ar=$data_content[$t]["name"]; } else { $ar=""; }
112
+ if(isset($data_content[$t]["id"])) { $br=$data_content[$t]["id"]; } else { $br=""; }
113
+ $message_text=str_replace($ar,"<a class='fb_messaage_tag' href='http://facebook.com/".$br."' target='_blank' >".$ar."</a>",$message_text);
114
  }
115
  }
116
  // post message display
201
  }
202
  catch (Exception $e)
203
  {
204
+ echo "<h3>Error in processing</h3>";
205
+ }
206
  restore_error_handler();
207
  }
208
  } ?>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: weblizar
3
  Donate link: http://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: 4.9.4
7
- Stable tag: 2.7.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -216,6 +216,9 @@ Go to admin dashboard => appearance => widgets => Here are available our two fac
216
 
217
  For more information, see [Weblizar](https://weblizar.com/) .
218
 
 
 
 
219
  = 2.7.0 [ 02/04/2018 ] =
220
  1. Custom css box cursor posstion issue fixed.
221
  2. Responsive css issue fixed
3
  Donate link: http://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: 4.9.5
7
+ Stable tag: 2.7.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
216
 
217
  For more information, see [Weblizar](https://weblizar.com/) .
218
 
219
+ = 2.7.1 [ 02/05/2018 ] =
220
+ 1. tested with latest version of wp 4.9.5
221
+
222
  = 2.7.0 [ 02/04/2018 ] =
223
  1. Custom css box cursor posstion issue fixed.
224
  2. Responsive css issue fixed