WP Embed Facebook - Version 1.6.2

Version Description

  • minor bugs
Download this release

Release Info

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

Code changes from version 1.6.1 to 1.6.2

Files changed (2) hide show
  1. readme.txt +15 -15
  2. wp-embed-fb.php +2 -2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=J373T
4
  Tags: Facebook, facebook, Social Plugins, embed facebook, facebook video, facebook posts, facebook publication, facebook publications, facebook event, facebook events, facebook pages, facebook page, facebook profiles, facebook album, facebook albums, facebook photos, facebook photo, social,
5
  Requires at least: 3.8.1
6
  Tested up to: 4.0
7
- Stable tag: 1.6.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -29,24 +29,21 @@ With this plugin you can embed any public facebook video, page, post, profile, p
29
 
30
  = How to use it =
31
  Put on a single and separate line the Facebook URL.
32
- Or you can use a shortcode
33
- `[facebook=url width=200 raw=true]`
34
  width and raw are optional, raw only works for videos and photos
35
- example
36
- Album
37
- `[facebook=https://www.facebook.com/zuck/media_set?set=a.941146602501.2418915.4&type=3]`
38
- Video
39
-
40
- = Options =
41
- In Settings > Embed Facebook.
42
- * Change embed width
43
- * Show like buttons on embedded Facebook pages and photos
44
- * Show Follow Button
45
  * Remove plugin styles
46
  * Change Theme
47
  * Add fb-root
48
 
49
- **[Demo](http://www.saliuitl.org/en/wp-embed-facebook)**
50
 
51
  * The information that shown on your post, is from facebook directly, no images or data are stored on your server.
52
 
@@ -73,7 +70,10 @@ In Settings > Embed Facebook.
73
 
74
  == Changelog ==
75
 
76
- =1.6.1=
 
 
 
77
  * fix website url
78
  * fix embed post width
79
 
4
  Tags: Facebook, facebook, Social Plugins, embed facebook, facebook video, facebook posts, facebook publication, facebook publications, facebook event, facebook events, facebook pages, facebook page, facebook profiles, facebook album, facebook albums, facebook photos, facebook photo, social,
5
  Requires at least: 3.8.1
6
  Tested up to: 4.0
7
+ Stable tag: 1.6.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
29
 
30
  = How to use it =
31
  Put on a single and separate line the Facebook URL.
32
+ Or you can use a shortcode `[facebook=url width=200 raw=true]`
 
33
  width and raw are optional, raw only works for videos and photos
34
+
35
+ = Options =
36
+ * Settings -> Embed Facebook.
37
+ * Show latest Posts of Fan Page
38
+ * Number of photos shown on album embed
39
+ * Embed width customization
40
+ * Show like buttons on Fan Pages
41
+ * Show Follow Button on profile embed
 
 
42
  * Remove plugin styles
43
  * Change Theme
44
  * Add fb-root
45
 
46
+ **[Demo](http://www.wpembedfb.com)**
47
 
48
  * The information that shown on your post, is from facebook directly, no images or data are stored on your server.
49
 
70
 
71
  == Changelog ==
72
 
73
+ = 1.6.2 =
74
+ * minor bugs
75
+
76
+ = 1.6.1 =
77
  * fix website url
78
  * fix embed post width
79
 
wp-embed-fb.php CHANGED
@@ -1,14 +1,14 @@
1
  <?php
2
  /**
3
  * @package WP_Embed_Facebook
4
- * @version 1.6.1
5
  */
6
  /*
7
  Plugin Name: WP Embed Facebook
8
  Plugin URI: http://www.wpembedfb.com
9
  Description: Embed a Facebook video, photo, album, event, page, profile, or post. Copy any facebook url to a single line on your post, or use shortcode [facebook='url' width='' ] more info @ <a href="http://www.wpembedfb.com" title="plugin website">www.wpembedfb.com</a>
10
  Author: Miguel Sirvent
11
- Version: 1.6.1
12
  Author URI: http://profiles.wordpress.org/poxtron/
13
  */
14
 
1
  <?php
2
  /**
3
  * @package WP_Embed_Facebook
4
+ * @version 1.6.2
5
  */
6
  /*
7
  Plugin Name: WP Embed Facebook
8
  Plugin URI: http://www.wpembedfb.com
9
  Description: Embed a Facebook video, photo, album, event, page, profile, or post. Copy any facebook url to a single line on your post, or use shortcode [facebook='url' width='' ] more info @ <a href="http://www.wpembedfb.com" title="plugin website">www.wpembedfb.com</a>
10
  Author: Miguel Sirvent
11
+ Version: 1.6.2
12
  Author URI: http://profiles.wordpress.org/poxtron/
13
  */
14