WP Embed Facebook - Version 3.0.1

Version Description

Download this release

Release Info

Developer poxtron
Plugin Icon 128x128 WP Embed Facebook
Version 3.0.1
Comparing to
See all releases

Code changes from version 3.0.0 to 3.0.1

inc/Framework.php CHANGED
@@ -317,10 +317,6 @@ abstract class Framework {
317
  $options_page = call_user_func( $function, static::$page_title, static::$menu_title,
318
  static::$capability, static::$menu_slug, get_called_class() . '::display_page' );
319
  }
320
-
321
- if ( false === $options_page ) {
322
- wp_die( 'Invalid page: ' . static::$page_type . ' ' . $function );
323
- }
324
  } else {
325
  wp_die( 'Invalid page page_type: ' . static::$page_type );
326
  }
317
  $options_page = call_user_func( $function, static::$page_title, static::$menu_title,
318
  static::$capability, static::$menu_slug, get_called_class() . '::display_page' );
319
  }
 
 
 
 
320
  } else {
321
  wp_die( 'Invalid page page_type: ' . static::$page_type );
322
  }
inc/Plugin.php CHANGED
@@ -19,7 +19,7 @@ if ( ! defined( 'WPINC' ) ) {
19
  */
20
  final class Plugin extends Framework {
21
 
22
- const VER = '2.9.9';
23
 
24
  static $option = 'wpemfb_options';
25
  static $menu_slug = 'embedfacebook';
19
  */
20
  final class Plugin extends Framework {
21
 
22
+ const VER = '3.0.1';
23
 
24
  static $option = 'wpemfb_options';
25
  static $menu_slug = 'embedfacebook';
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: Facebook, Social Plugins, embed facebook, facebook video, facebook posts,
5
  Requires at least: 4.5
6
  Tested up to: 5.0
7
  Requires PHP: 5.4
8
- Stable tag: 3.0.0
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
  Embed any public Facebook video, page, comment, event, album, photo, profile. Add Facebook comments to all your site or embed any Social Plugin.
@@ -32,9 +32,9 @@ Use simple shortcodes to invoke like, send, share, save buttons or any other Fac
32
 
33
  There are two types of embeds: Custom Embeds that are entirely native to this plugin and Social Plugins which are pieces of code created by Facebook developers.
34
 
35
- [All custom embeds examples](https://wpembedfb.com/social-plugin/)
36
 
37
- [All social plugins examples](https://wpembedfb.com/custom-embed/)
38
 
39
  As an alternative to automatically embed your content, you can use the `[embedfb url]` shortcode instead and pass on some parameters to change each embed [examples](http://www.wpembedfb.com/demo-site/category/custom-embeds/).
40
 
@@ -44,7 +44,7 @@ You can also use the built-in WordPress `[embed]` [shortcode](https://codex.word
44
 
45
  **Shortcode variations**
46
 
47
- `
48
  [fb_plugin like]
49
  [fb_plugin send]
50
  [fb_plugin share]
@@ -56,7 +56,7 @@ You can also use the built-in WordPress `[embed]` [shortcode](https://codex.word
56
  [fb_plugin video href=]
57
  [fb_plugin group href=]
58
  [fb_plugin comment href=]
59
- `
60
 
61
  Change the default attributes for each plugin on settings or individually on using shortcode attributes, see the list of all available attributes using the "help" attribute like this: `[fb_plugin like help=1]`
62
 
5
  Requires at least: 4.5
6
  Tested up to: 5.0
7
  Requires PHP: 5.4
8
+ Stable tag: 3.0.1
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
  Embed any public Facebook video, page, comment, event, album, photo, profile. Add Facebook comments to all your site or embed any Social Plugin.
32
 
33
  There are two types of embeds: Custom Embeds that are entirely native to this plugin and Social Plugins which are pieces of code created by Facebook developers.
34
 
35
+ [All custom embeds examples](http://www.wpembedfb.com/demo-site/category/custom-embeds/)
36
 
37
+ [All social plugins examples](http://www.wpembedfb.com/demo-site/category/social-plugins/)
38
 
39
  As an alternative to automatically embed your content, you can use the `[embedfb url]` shortcode instead and pass on some parameters to change each embed [examples](http://www.wpembedfb.com/demo-site/category/custom-embeds/).
40
 
44
 
45
  **Shortcode variations**
46
 
47
+ ```
48
  [fb_plugin like]
49
  [fb_plugin send]
50
  [fb_plugin share]
56
  [fb_plugin video href=]
57
  [fb_plugin group href=]
58
  [fb_plugin comment href=]
59
+ ```
60
 
61
  Change the default attributes for each plugin on settings or individually on using shortcode attributes, see the list of all available attributes using the "help" attribute like this: `[fb_plugin like help=1]`
62
 
wp-embed-facebook.php CHANGED
@@ -13,7 +13,7 @@ comment, profile, or post. Add Facebook comments to all your site, insert
13
  Facebook social plugins (like, save, send, share, follow, quote, comments)
14
  anywhere on your site. View the <a href="https://wpembedfb.com/features" title="plugin website" target="_blank">features</a>.
15
  Author: Miguel Sirvent
16
- Version: 3.0.0
17
  Author URI: http://www.wpembedfb.com
18
  Text Domain: wp-embed-facebook
19
  GitHub Plugin URI: sigami/wp-embed-facebook
13
  Facebook social plugins (like, save, send, share, follow, quote, comments)
14
  anywhere on your site. View the <a href="https://wpembedfb.com/features" title="plugin website" target="_blank">features</a>.
15
  Author: Miguel Sirvent
16
+ Version: 3.0.1
17
  Author URI: http://www.wpembedfb.com
18
  Text Domain: wp-embed-facebook
19
  GitHub Plugin URI: sigami/wp-embed-facebook
wp-embed-facebook/lib/class-wp-embed-fb-plugin.php ADDED
File without changes
wp-embed-facebook/lib/images/comments.png ADDED
Binary file
wp-embed-facebook/lib/images/like.png ADDED
Binary file
wp-embed-facebook/lib/images/share.png ADDED
Binary file