Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | WpDevArt Facebook comments |
Version | 1.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.0 to 1.2.1
- facebook-comment.php +1 -1
- includes/admin_menu.php +2 -2
- readme.txt +5 -1
facebook-comment.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Wpdevart Facebook comments
|
4 |
* Plugin URI: http://wpdevart.com/wordpress-facebook-comments-plugin/
|
5 |
* Description: Our WordPress Facebook comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments box on your pages/posts.
|
6 |
-
* Version: 1.2.
|
7 |
* Author: wpdevart
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
3 |
* Plugin Name: Wpdevart Facebook comments
|
4 |
* Plugin URI: http://wpdevart.com/wordpress-facebook-comments-plugin/
|
5 |
* Description: Our WordPress Facebook comments plugin will help you to display Facebook Comments box on your website. You can use Facebook Comments box on your pages/posts.
|
6 |
+
* Version: 1.2.1
|
7 |
* Author: wpdevart
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
includes/admin_menu.php
CHANGED
@@ -160,13 +160,13 @@ class wpdevart_comment_admin_menu{
|
|
160 |
<td>
|
161 |
<div class="pea_admin_box">
|
162 |
|
163 |
-
<p>This is a short user manual that will help you to insert
|
164 |
<p style="font-weight:bolder"><span style="color:red">APP ID</span> - you can create your App Id on this page - <a style="color:#0073aa" target="_blank" href="https://developers.facebook.com/apps">https://developers.facebook.com/apps.</a>
|
165 |
Also, here is another tutorial of creating App Id, you can check it - <a style="color:#0073aa" target="_blank" href="https://help.yahoo.com/kb/SLN18861.html">https://help.yahoo.com/kb/SLN18861.html</a>.</p>
|
166 |
<p>If you select the option "Display comment on" Home, Post, Page then Facebook Comments box will be added on every page of your website. </p>
|
167 |
<p>Also, you can insert the Facebook Comments box manually in any page, post or even in Php code by using the shortcode.</p>
|
168 |
|
169 |
-
<p><strong>Here's an example of using the shortcode in posts, pages:</strong></p>
|
170 |
<p><code>[wpdevart_facebook_comment curent_url="http://developers.facebook.com/docs/plugins/comments/" title_text="Facebook Comment" order_type="social" title_text_color="#000000" title_text_font_size="22" title_text_font_famely="monospace" title_text_position="left" width="100%" bg_color="#CCCCCC" animation_effect="random" count_of_comments="2" ]</code></p>
|
171 |
|
172 |
<p><strong>Here's an example of using the shortcode in PHP code:</strong></p>
|
160 |
<td>
|
161 |
<div class="pea_admin_box">
|
162 |
|
163 |
+
<p>This is a short user manual that will help you to insert Facebook Comments into your website.</p>
|
164 |
<p style="font-weight:bolder"><span style="color:red">APP ID</span> - you can create your App Id on this page - <a style="color:#0073aa" target="_blank" href="https://developers.facebook.com/apps">https://developers.facebook.com/apps.</a>
|
165 |
Also, here is another tutorial of creating App Id, you can check it - <a style="color:#0073aa" target="_blank" href="https://help.yahoo.com/kb/SLN18861.html">https://help.yahoo.com/kb/SLN18861.html</a>.</p>
|
166 |
<p>If you select the option "Display comment on" Home, Post, Page then Facebook Comments box will be added on every page of your website. </p>
|
167 |
<p>Also, you can insert the Facebook Comments box manually in any page, post or even in Php code by using the shortcode.</p>
|
168 |
|
169 |
+
<p><strong>Here's an example of using the comments shortcode in posts, pages:</strong></p>
|
170 |
<p><code>[wpdevart_facebook_comment curent_url="http://developers.facebook.com/docs/plugins/comments/" title_text="Facebook Comment" order_type="social" title_text_color="#000000" title_text_font_size="22" title_text_font_famely="monospace" title_text_position="left" width="100%" bg_color="#CCCCCC" animation_effect="random" count_of_comments="2" ]</code></p>
|
171 |
|
172 |
<p><strong>Here's an example of using the shortcode in PHP code:</strong></p>
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: wpdevart
|
|
3 |
Tags: facebook comments, facebook comment, facebook comment notification, seo facebook comments, facebook comments import, facebook comment system, comments, comment, wordpress comment, wordpress comments, Facebook, facebook badge, facebook connect, facebook group, facebook integration, Facebook like widget, facebook meta, facebook meta tag, Facebook Open Graph, Facebook Page, facebook platform, facebook plugin, post to facebook, Facebook feed, facebook wall for wordpress, Facebook Stream, social, responsive comments, social comments, comments plugin
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 4.3.1
|
6 |
-
Stable tag: 1.2.
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
@@ -187,6 +187,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
187 |
|
188 |
* Edit some options.
|
189 |
|
|
|
|
|
|
|
|
|
190 |
==Facebook comments WordPress step by step guide==
|
191 |
|
192 |
### Facebook Comments plugin main options
|
3 |
Tags: facebook comments, facebook comment, facebook comment notification, seo facebook comments, facebook comments import, facebook comment system, comments, comment, wordpress comment, wordpress comments, Facebook, facebook badge, facebook connect, facebook group, facebook integration, Facebook like widget, facebook meta, facebook meta tag, Facebook Open Graph, Facebook Page, facebook platform, facebook plugin, post to facebook, Facebook feed, facebook wall for wordpress, Facebook Stream, social, responsive comments, social comments, comments plugin
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 4.3.1
|
6 |
+
Stable tag: 1.2.1
|
7 |
License: GPLv3
|
8 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
|
187 |
|
188 |
* Edit some options.
|
189 |
|
190 |
+
= 1.2.0 =
|
191 |
+
|
192 |
+
* Edit admin options.
|
193 |
+
|
194 |
==Facebook comments WordPress step by step guide==
|
195 |
|
196 |
### Facebook Comments plugin main options
|