WD Facebook Feed – Custom Facebook Feed Plugin - Version 1.1.9

Version Description

  • Added: Feed edit links for Elementor widget.
Download this release

Release Info

Developer 10web
Plugin Icon 128x128 WD Facebook Feed – Custom Facebook Feed Plugin
Version 1.1.9
Comparing to
See all releases

Code changes from version 1.1.8 to 1.1.9

admin/controllers/FFWDControllerInfo_ffwd.php CHANGED
@@ -60,7 +60,8 @@ class FFWDControllerInfo_ffwd {
60
 
61
  require_once WD_FFWD_DIR . "/admin/views/FFWDViewInfo_ffwd.php";
62
  $view = new FFWDViewInfo_ffwd($model);
63
- $id = ((isset($_POST['current_id']) && esc_html(stripslashes($_POST['current_id'])) != '') ? esc_html(stripslashes($_POST['current_id'])) : 0);
 
64
  $view->edit($id);
65
  }
66
 
60
 
61
  require_once WD_FFWD_DIR . "/admin/views/FFWDViewInfo_ffwd.php";
62
  $view = new FFWDViewInfo_ffwd($model);
63
+ $current_id = WDW_FFWD_Library::get('current_id');
64
+ $id = ((isset($current_id) && esc_html(stripslashes($current_id)) != '') ? esc_html(stripslashes($current_id)) : 0);
65
  $view->edit($id);
66
  }
67
 
admin/views/FFWDViewInfo_ffwd.php CHANGED
@@ -49,7 +49,7 @@ class FFWDViewInfo_ffwd
49
 
50
  <div style="font-size: 14px; ">
51
  <?php _e(" This section allows you to create, edit and delete Facebook Feed by 10Web.","ffwd");?>
52
- <a style="color: #5CAEBD; text-decoration: none;border-bottom: 1px dotted;" target="_blank" href="https://help.10web.io/hc/en-us/articles/360017959512-Getting-Facebook-Access-Token"><?php _e("Read More in User Manual.","ffwd");?></a>
53
  </div>
54
 
55
  </div>
@@ -574,7 +574,7 @@ class FFWDViewInfo_ffwd
574
 
575
  <div style="font-size: 14px; ">
576
  <?php _e("This section allows you to add/edit Facebook Feed by 10Web","ffwd");?>
577
- <a style="color: #5CAEBD; text-decoration: none;border-bottom: 1px dotted;" target="_blank" href="https://help.10web.io/hc/en-us/articles/360017959512-Getting-Facebook-Access-Token"><?php _e("Read More in User Manual.","ffwd");?></a>
578
  </div>
579
 
580
  </div>
49
 
50
  <div style="font-size: 14px; ">
51
  <?php _e(" This section allows you to create, edit and delete Facebook Feed by 10Web.","ffwd");?>
52
+ <a style="color: #5CAEBD; text-decoration: none;border-bottom: 1px dotted;" target="_blank" href="https://help.10web.io/hc/en-us/articles/360017959512-Getting-Facebook-Access-Token?utm_source=facebook_feed&utm_medium=free_plugin"><?php _e("Read More in User Manual.","ffwd");?></a>
53
  </div>
54
 
55
  </div>
574
 
575
  <div style="font-size: 14px; ">
576
  <?php _e("This section allows you to add/edit Facebook Feed by 10Web","ffwd");?>
577
+ <a style="color: #5CAEBD; text-decoration: none;border-bottom: 1px dotted;" target="_blank" href="https://help.10web.io/hc/en-us/articles/360017959512-Getting-Facebook-Access-Token?utm_source=facebook_feed&utm_medium=free_plugin"><?php _e("Read More in User Manual.","ffwd");?></a>
578
  </div>
579
 
580
  </div>
admin/views/FFWDViewOptions_ffwd.php CHANGED
@@ -38,7 +38,7 @@ class FFWDViewOptions_ffwd
38
 
39
  <div style="font-size: 14px; ">
40
  <?php _e("This section allows you to change settings for different views and general options.","ffwd");?>
41
- <a style="color: #5CAEBD; text-decoration: none;border-bottom: 1px dotted;" target="_blank" href="https://help.10web.io/hc/en-us/articles/360017960312-Other-Settings"><?php _e("Read More in User Manual.","ffwd");?></a>
42
  </div>
43
 
44
  </div>
38
 
39
  <div style="font-size: 14px; ">
40
  <?php _e("This section allows you to change settings for different views and general options.","ffwd");?>
41
+ <a style="color: #5CAEBD; text-decoration: none;border-bottom: 1px dotted;" target="_blank" href="https://help.10web.io/hc/en-us/articles/360017960312-Other-Settings?utm_source=facebook_feed&utm_medium=free_plugin"><?php _e("Read More in User Manual.","ffwd");?></a>
42
  </div>
43
 
44
  </div>
admin/views/FFWDViewThemes_ffwd.php CHANGED
@@ -148,7 +148,7 @@ class FFWDViewThemes_ffwd
148
  <div style="font-size: 14px; font-weight: bold;">
149
  This section allows you to add/edit theme.
150
  <a style="color: blue; text-decoration: none;" target="_blank"
151
- href="https://help.10web.io/hc/en-us/articles/360017960352--Facebook-Feed-WD-Themes">Read More in User Manual</a>
152
  </div>
153
  <form class="wrap" method="post" id="themes_form" action="admin.php?page=themes_ffwd" style="width:99%;">
154
  <?php wp_nonce_field('themes_ffwd', 'ffwd_nonce'); ?>
148
  <div style="font-size: 14px; font-weight: bold;">
149
  This section allows you to add/edit theme.
150
  <a style="color: blue; text-decoration: none;" target="_blank"
151
+ href="https://help.10web.io/hc/en-us/articles/360017960352--Facebook-Feed-WD-Themes?utm_source=facebook_feed&utm_medium=free_plugin">Read More in User Manual</a>
152
  </div>
153
  <form class="wrap" method="post" id="themes_form" action="admin.php?page=themes_ffwd" style="width:99%;">
154
  <?php wp_nonce_field('themes_ffwd', 'ffwd_nonce'); ?>
changelog.txt CHANGED
@@ -1,5 +1,8 @@
1
  == Changelog ==
2
 
 
 
 
3
  = 1.1.8 =
4
  * Fixed: Notice on creating a feed.
5
 
1
  == Changelog ==
2
 
3
+ = 1.1.9 =
4
+ * Added: Feed edit links for Elementor widget.
5
+
6
  = 1.1.8 =
7
  * Fixed: Notice on creating a feed.
8
 
elementor/elementor.php CHANGED
@@ -13,6 +13,7 @@ class FFWDElementor {
13
  private function __construct(){
14
  // Register widget for Elementor builder.
15
  add_action('elementor/widgets/widgets_registered', array($this, 'register_elementor_widgets'));
 
16
 
17
  if(!defined('TWBB_VERSION')) {
18
  //fires after elementor editor styles and scripts are enqueued.
@@ -36,7 +37,9 @@ class FFWDElementor {
36
  public function enqueue_editor_styles(){
37
  wp_enqueue_style('twbb-editor-styles', plugin_dir_url(__FILE__) . 'styles/editor.css', array(), '1.0.0');
38
  }
39
-
 
 
40
  public function register_widget_category($elements_manager){
41
  $elements_manager->add_category('tenweb-plugins-widgets', array(
42
  'title' => __('10WEB', 'tenweb-builder'),
13
  private function __construct(){
14
  // Register widget for Elementor builder.
15
  add_action('elementor/widgets/widgets_registered', array($this, 'register_elementor_widgets'));
16
+ add_action('elementor/editor/after_enqueue_scripts', array($this, 'enqueue_elementor_widget_scripts'));
17
 
18
  if(!defined('TWBB_VERSION')) {
19
  //fires after elementor editor styles and scripts are enqueued.
37
  public function enqueue_editor_styles(){
38
  wp_enqueue_style('twbb-editor-styles', plugin_dir_url(__FILE__) . 'styles/editor.css', array(), '1.0.0');
39
  }
40
+ public function enqueue_elementor_widget_scripts(){
41
+ wp_enqueue_script('ffwd_editor_widget_js', plugin_dir_url(__FILE__) . 'js/ffwd_elementor_widget.js', array('jquery'));
42
+ }
43
  public function register_widget_category($elements_manager){
44
  $elements_manager->add_category('tenweb-plugins-widgets', array(
45
  'title' => __('10WEB', 'tenweb-builder'),
elementor/js/ffwd_elementor_widget.js ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ jQuery("document").ready(function () {
2
+ elementor.hooks.addAction( 'panel/open_editor/widget/ffwd-elementor', function( panel, model, view ) {
3
+ var ffwd_el = jQuery('select[data-setting="ffwd_feeds"]',window.parent.document);
4
+ ffwd_add_edit_link(ffwd_el);
5
+ });
6
+ jQuery('body').on('change', 'select[data-setting="ffwd_feeds"]',window.parent.document, function (){
7
+ ffwd_add_edit_link(jQuery(this));
8
+ });
9
+ });
10
+
11
+ function ffwd_add_edit_link(el) {
12
+ var ffwd_el = el;
13
+ var ffwd_id = ffwd_el.val();
14
+ var a_link = ffwd_el.closest('.elementor-control-content').find('.elementor-control-field-description').find('a');
15
+ var ffwd_nonce = a_link.data("ffwd_nonce");
16
+ var new_link = 'admin.php?page=info_ffwd';
17
+ if(ffwd_id !== '0'){
18
+ new_link = 'admin.php?page=info_ffwd&task=edit&current_id='+ffwd_el.val()+"&ffwd_nonce="+ffwd_nonce;
19
+ }
20
+ a_link.attr( 'href', new_link);
21
+ }
22
+
23
+
elementor/widget.php CHANGED
@@ -57,13 +57,21 @@ class FFWDElementorWidget extends \Elementor\Widget_Base {
57
  'label' => __('General', 'wd-facebook-feed'),
58
  ]
59
  );
60
-
 
 
 
 
 
 
 
 
61
  $this->add_control(
62
  'ffwd_feeds',
63
  [
64
  'label' => __('Select Feed', 'wd-facebook-feed'),
65
  'label_block' => true,
66
- 'description' => '',
67
  'type' => \Elementor\Controls_Manager::SELECT,
68
  'default' => $this->default_feed,
69
  'options' => $this->feed_options
57
  'label' => __('General', 'wd-facebook-feed'),
58
  ]
59
  );
60
+ if($this->get_id() !== null){
61
+ $settings = $this->get_init_settings();
62
+ }
63
+ $ffwd_edit_link = add_query_arg(array( 'page' => 'info_ffwd' ), admin_url('admin.php'));
64
+ $ffwd_nonce = wp_create_nonce('info_ffwd');
65
+ if(isset($settings) && isset($settings["ffwd_feeds"]) && intval($settings["ffwd_feeds"])>0){
66
+ $ffwd_id = intval($settings["ffwd_feeds"]);
67
+ $ffwd_edit_link = add_query_arg(array( 'page' => 'info_ffwd', 'task'=>'edit', 'current_id'=>$ffwd_id, 'ffwd_nonce'=> $ffwd_nonce), admin_url('admin.php'));
68
+ }
69
  $this->add_control(
70
  'ffwd_feeds',
71
  [
72
  'label' => __('Select Feed', 'wd-facebook-feed'),
73
  'label_block' => true,
74
+ 'description' => __('Select the feed to display.', 'wd-facebook-feed') . ' <a data-ffwd_nonce="'.$ffwd_nonce.'" target="_balnk" href="' . $ffwd_edit_link . '">' . __('Edit feed', 'wd-facebook-feed') . '</a>',
75
  'type' => \Elementor\Controls_Manager::SELECT,
76
  'default' => $this->default_feed,
77
  'options' => $this->feed_options
facebook-feed-wd-notices.php CHANGED
@@ -227,8 +227,8 @@ class FFWD_Notices {
227
  $notices['one_week_support'] = array(
228
  'title' => __('Hey! How\'s It Going?', $this->prefix),
229
  'msg' => sprintf(__('Thank you for using WordPress %s! We hope that you\'ve found everything you need, but if you have any questions:', $this->prefix), $this->plugin_name),
230
- 'link' => '<li><span class="dashicons dashicons-media-text"></span><a target="_blank" href="https://help.10web.io/hc/en-us/articles/360017959512-Getting-Facebook-Access-Token">' . __('Check out User Guide', $this->prefix) . '</a></li>
231
- <li><span class="dashicons dashicons-sos"></span><a target="_blank" href="https://help.10web.io/hc/en-us/requests/new">' . __('Get Some Help', $this->prefix) . '</a></li>
232
  <li><span class="dashicons dashicons-dismiss"></span><a href="' . $one_week_support . '">' . __('Never show again', $this->prefix) . '</a></li>',
233
  'int' => 7
234
  );
227
  $notices['one_week_support'] = array(
228
  'title' => __('Hey! How\'s It Going?', $this->prefix),
229
  'msg' => sprintf(__('Thank you for using WordPress %s! We hope that you\'ve found everything you need, but if you have any questions:', $this->prefix), $this->plugin_name),
230
+ 'link' => '<li><span class="dashicons dashicons-media-text"></span><a target="_blank" href="https://help.10web.io/hc/en-us/articles/360017959512-Getting-Facebook-Access-Token?utm_source=facebook_feed&utm_medium=free_plugin">' . __('Check out User Guide', $this->prefix) . '</a></li>
231
+ <li><span class="dashicons dashicons-sos"></span><a target="_blank" href="https://help.10web.io/hc/en-us/requests/new?utm_source=facebook_feed&utm_medium=free_plugin">' . __('Get Some Help', $this->prefix) . '</a></li>
232
  <li><span class="dashicons dashicons-dismiss"></span><a href="' . $one_week_support . '">' . __('Never show again', $this->prefix) . '</a></li>',
233
  'int' => 7
234
  );
facebook-feed-wd.php CHANGED
@@ -2,11 +2,11 @@
2
 
3
  /**
4
  * Plugin Name: Facebook Feed by 10Web
5
- * Plugin URI: https://10web.io/plugins/wordpress-facebook-feed/
6
  * Description: Facebook Feed by 10Web is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
7
- * Version: 1.1.8
8
  * Author: 10Web
9
- * Author URI: https://10web.io/plugins/
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
11
  */
12
 
@@ -15,7 +15,7 @@ define( 'WD_FFWD_URL', plugins_url( plugin_basename( dirname( __FILE__ ) ) ) );
15
  define( 'WD_FB_PREFIX', 'ffwd' );
16
  define( 'WD_FB_IS_FREE', TRUE );
17
  if (! defined( 'FFWD_VERSION' ) ){
18
- define ('FFWD_VERSION',"1.1.8");
19
  }
20
 
21
  add_action('admin_notices', 'ffwd_login_notice');
@@ -236,50 +236,50 @@ Multiple Feeds per Post/Page", "wd_ads"),
236
  "user_guide" => array(
237
  0 => array(
238
  "main_title" => __("Installation", "wd_ads"),
239
- "url" => "https://help.10web.io/hc/en-us/articles/360017959512-Getting-Facebook-Access-Token",
240
  "titles" => array()
241
  ),
242
  1 => array(
243
  "main_title" => __("Options", "wd_ads"),
244
- "url" => "https://help.10web.io/hc/en-us/articles/360018233951-Configuring-Facebook-feed",
245
  "titles" => array()
246
  ),
247
  2 => array(
248
  "main_title" => __("Creating a Facebook Feed", "wd_ads"),
249
- "url" => "https://help.10web.io/hc/en-us/articles/360018233951-Configuring-Facebook-feed",
250
  "titles" => array(
251
  array(
252
  "title" => __("Main Settings", "wd_ads"),
253
- "url" => "https://help.10web.io/hc/en-us/articles/360018233951-Configuring-Facebook-feed",
254
  ),
255
  array(
256
  "title" => __("Lightbox settings", "wd_ads"),
257
- "url" => "https://help.10web.io/hc/en-us/articles/360018233951-Configuring-Facebook-feed",
258
  ),
259
  array(
260
  "title" => __("Comments", "wd_ads"),
261
- "url" => "https://help.10web.io/hc/en-us/articles/360018233951-Configuring-Facebook-feed",
262
  ),
263
  array(
264
  "title" => __("Page plugin", "wd_ads"),
265
- "url" => "https://help.10web.io/hc/en-us/articles/360018233951-Configuring-Facebook-feed",
266
  )
267
  )
268
  ),
269
  3 => array(
270
  "main_title" => __("Themes", "wd_ads"),
271
- "url" => "https://help.10web.io/hc/en-us/articles/360017960352--Facebook-Feed-WD-Themes",
272
  "titles" => array(),
273
  ),
274
  4 => array(
275
  "main_title" => __("Publishing Facebook Feed", "wd_ads"),
276
- "url" => "https://help.10web.io/hc/en-us/articles/360017960592-Publishing-Facebook-feed",
277
  "titles" => array()
278
  ),
279
  ),
280
- "plugin_wd_demo_link" => "https://demo.10web.io/facebook-feed",
281
  "plugin_wd_url" => "https://10web.io/plugins/wordpress-facebook-feed/?utm_source=facebook_feed&utm_medium=free_plugin",
282
- "plugin_wd_docs_link" => "https://help.10web.io/hc/en-us/sections/360002528712-Facebook-Feed-WD",
283
  "after_subscribe" => admin_url('admin.php?page=info_ffwd'),
284
  "plugin_wizard_link" => NULL,
285
  "plugin_menu_title" => "Facebook Feed by 10Web",
2
 
3
  /**
4
  * Plugin Name: Facebook Feed by 10Web
5
+ * Plugin URI: https://10web.io/plugins/wordpress-facebook-feed/?utm_source=facebook_feed&utm_medium=free_plugin
6
  * Description: Facebook Feed by 10Web is a completely customizable, responsive solution to help you display your Facebook feed on your WordPress website.
7
+ * Version: 1.1.9
8
  * Author: 10Web
9
+ * Author URI: https://10web.io/plugins/?utm_source=facebook_feed&utm_medium=free_plugin
10
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
11
  */
12
 
15
  define( 'WD_FB_PREFIX', 'ffwd' );
16
  define( 'WD_FB_IS_FREE', TRUE );
17
  if (! defined( 'FFWD_VERSION' ) ){
18
+ define ('FFWD_VERSION',"1.1.9");
19
  }
20
 
21
  add_action('admin_notices', 'ffwd_login_notice');
236
  "user_guide" => array(
237
  0 => array(
238
  "main_title" => __("Installation", "wd_ads"),
239
+ "url" => "https://help.10web.io/hc/en-us/articles/360017959512-Getting-Facebook-Access-Token?utm_source=facebook_feed&utm_medium=free_plugin",
240
  "titles" => array()
241
  ),
242
  1 => array(
243
  "main_title" => __("Options", "wd_ads"),
244
+ "url" => "https://help.10web.io/hc/en-us/articles/360018233951-Configuring-Facebook-feed?utm_source=facebook_feed&utm_medium=free_plugin",
245
  "titles" => array()
246
  ),
247
  2 => array(
248
  "main_title" => __("Creating a Facebook Feed", "wd_ads"),
249
+ "url" => "https://help.10web.io/hc/en-us/articles/360018233951-Configuring-Facebook-feed?utm_source=facebook_feed&utm_medium=free_plugin",
250
  "titles" => array(
251
  array(
252
  "title" => __("Main Settings", "wd_ads"),
253
+ "url" => "https://help.10web.io/hc/en-us/articles/360018233951-Configuring-Facebook-feed?utm_source=facebook_feed&utm_medium=free_plugin",
254
  ),
255
  array(
256
  "title" => __("Lightbox settings", "wd_ads"),
257
+ "url" => "https://help.10web.io/hc/en-us/articles/360018233951-Configuring-Facebook-feed?utm_source=facebook_feed&utm_medium=free_plugin",
258
  ),
259
  array(
260
  "title" => __("Comments", "wd_ads"),
261
+ "url" => "https://help.10web.io/hc/en-us/articles/360018233951-Configuring-Facebook-feed?utm_source=facebook_feed&utm_medium=free_plugin",
262
  ),
263
  array(
264
  "title" => __("Page plugin", "wd_ads"),
265
+ "url" => "https://help.10web.io/hc/en-us/articles/360018233951-Configuring-Facebook-feed?utm_source=facebook_feed&utm_medium=free_plugin",
266
  )
267
  )
268
  ),
269
  3 => array(
270
  "main_title" => __("Themes", "wd_ads"),
271
+ "url" => "https://help.10web.io/hc/en-us/articles/360017960352--Facebook-Feed-WD-Themes?utm_source=facebook_feed&utm_medium=free_plugin",
272
  "titles" => array(),
273
  ),
274
  4 => array(
275
  "main_title" => __("Publishing Facebook Feed", "wd_ads"),
276
+ "url" => "https://help.10web.io/hc/en-us/articles/360017960592-Publishing-Facebook-feed?utm_source=facebook_feed&utm_medium=free_plugin",
277
  "titles" => array()
278
  ),
279
  ),
280
+ "plugin_wd_demo_link" => "https://demo.10web.io/facebook-feed?utm_source=facebook_feed&utm_medium=free_plugin",
281
  "plugin_wd_url" => "https://10web.io/plugins/wordpress-facebook-feed/?utm_source=facebook_feed&utm_medium=free_plugin",
282
+ "plugin_wd_docs_link" => "https://help.10web.io/hc/en-us/sections/360002528712-Facebook-Feed-WD?utm_source=facebook_feed&utm_medium=free_plugin",
283
  "after_subscribe" => admin_url('admin.php?page=info_ffwd'),
284
  "plugin_wizard_link" => NULL,
285
  "plugin_menu_title" => "Facebook Feed by 10Web",
framework/WDFacebookFeed.php CHANGED
@@ -687,7 +687,7 @@ $ffwd_info_options[$ffwd_option_db] =((isset($_POST[$ffwd_option_db])) ? esc_htm
687
  update_option('ffwd_limit_notice', 1);
688
  }
689
  if($data['error']['code'] == 100){
690
- self::wd_fb_massage('error', $data['error']['message'].' <a target="_blank" href="https://help.10web.io/hc/en-us/articles/360025514692-Solving-Facebook-Feed-Errors">See more</a>');
691
  }else{
692
  self::wd_fb_massage('error', $data['error']['message']);
693
  }
687
  update_option('ffwd_limit_notice', 1);
688
  }
689
  if($data['error']['code'] == 100){
690
+ self::wd_fb_massage('error', $data['error']['message'].' <a target="_blank" href="https://help.10web.io/hc/en-us/articles/360025514692-Solving-Facebook-Feed-Errors?utm_source=facebook_feed&utm_medium=free_plugin">See more</a>');
691
  }else{
692
  self::wd_fb_massage('error', $data['error']['message']);
693
  }
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
- === 10Web Facebook Feed - Custom Facebook Feed Plugin ===
2
  Contributors: webdorado,10web,wdsupport
3
  Tags: customizable facebook feed, facebook, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, facebook likebox
4
  Requires at least: 3.4
5
  Requires PHP: 5.2
6
  Tested up to: 5.2
7
- Stable tag: 1.1.8
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -22,7 +22,7 @@ License URI: http://www.gnu.org/licenses/gpl-2.0.html
22
  [Premium Facebook Feed by 10Web](https://10web.io/plugins/wordpress-facebook-feed/)
23
 
24
 
25
- [Special Offer for all Premium Plugins](https://10web.io/plugins-bundle-pricing/)
26
 
27
  Integrating customized content to your WordPress website from Facebook can't be any easier when using 10Web Facebook Feed plugin. It provides features to display a wide range of content from any page with full control over the content length, type and styling.
28
 
@@ -105,8 +105,11 @@ The plugin uses Facebook API to get public data from Facebook. All the received
105
 
106
  == Changelog ==
107
 
 
 
 
108
  = 1.1.8 =
109
- * Fixed: Notice on creating a feed.
110
 
111
  = 1.1.7 =
112
  * Added: Banner to install 10Web manager.
@@ -283,11 +286,11 @@ Added: Support forum and Review links.
283
  == Screenshots ==
284
  1. 10Web Facebook Feed - Timeline
285
  2. 10Web Facebook Feed - Videos
286
- 3. 10Web Facebook Feed - Mansory view
287
- 4. 10Web Facebook Feed - Event
288
  5. 10Web Facebook Feed - Edit Facebook Feed
289
- 6. 10Web Facebook Feed - Edit Options
290
- 7. 10Web Facebook Feed - Edit Theme
291
 
292
  == Installation ==
293
 
1
+ === 10Web Social Feed for Facebook ===
2
  Contributors: webdorado,10web,wdsupport
3
  Tags: customizable facebook feed, facebook, facebook feed, facebook group, facebook like box, facebook likes, facebook page, facebook photos, facebook plugin, facebook posts, facebook likebox
4
  Requires at least: 3.4
5
  Requires PHP: 5.2
6
  Tested up to: 5.2
7
+ Stable tag: 1.1.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
22
  [Premium Facebook Feed by 10Web](https://10web.io/plugins/wordpress-facebook-feed/)
23
 
24
 
25
+ [Special Offer for all Premium Plugins](https://10web.io/wordpress-plugins/)
26
 
27
  Integrating customized content to your WordPress website from Facebook can't be any easier when using 10Web Facebook Feed plugin. It provides features to display a wide range of content from any page with full control over the content length, type and styling.
28
 
105
 
106
  == Changelog ==
107
 
108
+ = 1.1.9 =
109
+ * Added: Feed edit links for Elementor widget.
110
+
111
  = 1.1.8 =
112
+ * Fixed: Notice on creating a feed.
113
 
114
  = 1.1.7 =
115
  * Added: Banner to install 10Web manager.
286
  == Screenshots ==
287
  1. 10Web Facebook Feed - Timeline
288
  2. 10Web Facebook Feed - Videos
289
+ 3. 10Web Facebook Feed - Albums view
290
+ 4. 10Web Facebook Feed - Mansory View
291
  5. 10Web Facebook Feed - Edit Facebook Feed
292
+ 6. 10Web Facebook Feed - Edit Theme
293
+ 7. 10Web Facebook Feed - Edit Options
294
 
295
  == Installation ==
296