Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | WpDevArt Facebook comments |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- facebook-comment.php +1 -1
- includes/admin_menu.php +12 -0
- readme.txt +8 -6
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.0.
|
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.0.1
|
7 |
* Author: wpdevart
|
8 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
includes/admin_menu.php
CHANGED
@@ -176,6 +176,7 @@ Also, here is another tutorial of creating App Id, you can check it - <a style="
|
|
176 |
|
177 |
<p><strong>curent_url</strong> - Type the URL of a page from where you need to show Facebook comments </p>
|
178 |
<p><strong>title_text</strong> - Type here Facebook comments box title</p>
|
|
|
179 |
<p><strong>title_text_color</strong> - Select Facebook comments box title text color</p>
|
180 |
<p><strong>title_text_font_size</strong> - Type Facebook comments box title font-size</p>
|
181 |
<p><strong>title_text_font_famely</strong> - Select Facebook comments box title font family</p>
|
@@ -230,6 +231,17 @@ Also, here is another tutorial of creating App Id, you can check it - <a style="
|
|
230 |
<input type="text" name="wpdevart_comment_title_text" id="wpdevart_comment_title_text" value="<?php echo $page_parametrs['wpdevart_comment_title_text'] ?>">
|
231 |
</td>
|
232 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
<tr >
|
234 |
<td>
|
235 |
Title text color <span title="Select Facebook comments box title text color" class="desription_class">?</span>
|
176 |
|
177 |
<p><strong>curent_url</strong> - Type the URL of a page from where you need to show Facebook comments </p>
|
178 |
<p><strong>title_text</strong> - Type here Facebook comments box title</p>
|
179 |
+
<p><strong>colorscheme</strong> <span class="pro_feature"> (pro)</span> - Select Facebook comments box color scheme.Can be "light" or "dark".</p>
|
180 |
<p><strong>title_text_color</strong> - Select Facebook comments box title text color</p>
|
181 |
<p><strong>title_text_font_size</strong> - Type Facebook comments box title font-size</p>
|
182 |
<p><strong>title_text_font_famely</strong> - Select Facebook comments box title font family</p>
|
231 |
<input type="text" name="wpdevart_comment_title_text" id="wpdevart_comment_title_text" value="<?php echo $page_parametrs['wpdevart_comment_title_text'] ?>">
|
232 |
</td>
|
233 |
</tr>
|
234 |
+
<tr >
|
235 |
+
<td>
|
236 |
+
Color scheme <span class="pro_feature"> (pro)</span> <span title="Select Facebook comments box color scheme" class="desription_class">?</span>
|
237 |
+
</td>
|
238 |
+
<td>
|
239 |
+
<select class="pro_select" id="wpdevart_comments_box_color_scheme">
|
240 |
+
<option value="light" selected="selected">Light</option>
|
241 |
+
<option value="dark">Dark</option>
|
242 |
+
</select>
|
243 |
+
</td>
|
244 |
+
</tr>
|
245 |
<tr >
|
246 |
<td>
|
247 |
Title text color <span title="Select Facebook comments box title text color" class="desription_class">?</span>
|
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, Facebook Widget,
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 4.3
|
6 |
-
Stable tag: 1.0.
|
7 |
|
8 |
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.
|
9 |
|
@@ -36,6 +36,7 @@ You can upgrade WordPress Facebook Comments plugin to [Facebook Comments Pro](ht
|
|
36 |
|
37 |
### Features of WordPress Facebook comments Pro:
|
38 |
|
|
|
39 |
* **Ability to set WordPress Facebook Comments box Background color.**
|
40 |
* **Ability to set WordPress Facebook Comments box position.**
|
41 |
* **39 awesome animation effects for WordPress Facebook Comments box.**
|
@@ -43,7 +44,7 @@ You can upgrade WordPress Facebook Comments plugin to [Facebook Comments Pro](ht
|
|
43 |
|
44 |
### If you found any bug in our WordPress Facebook comments plugin or have a question contact us at support@wpdevart.com.
|
45 |
|
46 |
-
Dear users, we also recommend you to take a look for this useful plugins - [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/) .
|
47 |
|
48 |
== Installation ==
|
49 |
|
@@ -53,9 +54,9 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
53 |
2. Upload the Facebook Comments plugin from your admin panel.
|
54 |
3. Then activate the Facebook Comments plugin.
|
55 |
4. After that type the Facebook App ID.
|
56 |
-
5. Then configure the plugin and
|
57 |
|
58 |
-
Dear users, we also recommend you to take a look for this useful plugins - [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/) .
|
59 |
|
60 |
== Frequently Asked Questions ==
|
61 |
|
@@ -76,7 +77,7 @@ Here's an example of using the shortcode in PHP code:
|
|
76 |
|
77 |
`<?php echo do_shortcode('[wpdevart_facebook_comment curent_url="http://developers.facebook.com/docs/plugins/comments/" title_text="Facebook Comment" 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" ]'); ?>`
|
78 |
|
79 |
-
Dear users, we also recommend you to take a look for this useful plugins - [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/) .
|
80 |
|
81 |
== Screenshots ==
|
82 |
|
@@ -97,6 +98,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
97 |
|
98 |
* APP ID - Type here your Facebook App ID
|
99 |
* Title - Type here Facebook comments box title
|
|
|
100 |
* Title text color - Select Facebook comments box title text color
|
101 |
* Title font-size - Type Facebook comments box title font-size
|
102 |
* Title font family - Select Facebook comments box title font family
|
@@ -130,7 +132,7 @@ count_of_comments - Type here the comments of Facebook comments to display
|
|
130 |
bg_color - Select Facebook comments background color
|
131 |
animation_effect - Select the animation effect for Facebook comments box
|
132 |
|
133 |
-
Dear users, we also recommend you to take a look for this useful plugins - [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/) .
|
134 |
|
135 |
|
136 |
|
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, Facebook Widget,
|
4 |
Requires at least: 2.9
|
5 |
Tested up to: 4.3
|
6 |
+
Stable tag: 1.0.1
|
7 |
|
8 |
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.
|
9 |
|
36 |
|
37 |
### Features of WordPress Facebook comments Pro:
|
38 |
|
39 |
+
* **Ability to set WordPress Facebook Comments box color scheme.**
|
40 |
* **Ability to set WordPress Facebook Comments box Background color.**
|
41 |
* **Ability to set WordPress Facebook Comments box position.**
|
42 |
* **39 awesome animation effects for WordPress Facebook Comments box.**
|
44 |
|
45 |
### If you found any bug in our WordPress Facebook comments plugin or have a question contact us at support@wpdevart.com.
|
46 |
|
47 |
+
Dear users, we also recommend you to take a look for this useful plugins - [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/).
|
48 |
|
49 |
== Installation ==
|
50 |
|
54 |
2. Upload the Facebook Comments plugin from your admin panel.
|
55 |
3. Then activate the Facebook Comments plugin.
|
56 |
4. After that type the Facebook App ID.
|
57 |
+
5. Then configure the plugin and add Facebook comments box.
|
58 |
|
59 |
+
Dear users, we also recommend you to take a look for this useful plugins - [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/).
|
60 |
|
61 |
== Frequently Asked Questions ==
|
62 |
|
77 |
|
78 |
`<?php echo do_shortcode('[wpdevart_facebook_comment curent_url="http://developers.facebook.com/docs/plugins/comments/" title_text="Facebook Comment" 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" ]'); ?>`
|
79 |
|
80 |
+
Dear users, we also recommend you to take a look for this useful plugins - [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/).
|
81 |
|
82 |
== Screenshots ==
|
83 |
|
98 |
|
99 |
* APP ID - Type here your Facebook App ID
|
100 |
* Title - Type here Facebook comments box title
|
101 |
+
* Color scheme - Select Facebook comments box Color scheme
|
102 |
* Title text color - Select Facebook comments box title text color
|
103 |
* Title font-size - Type Facebook comments box title font-size
|
104 |
* Title font family - Select Facebook comments box title font family
|
132 |
bg_color - Select Facebook comments background color
|
133 |
animation_effect - Select the animation effect for Facebook comments box
|
134 |
|
135 |
+
Dear users, we also recommend you to take a look for this useful plugins - [WordPress Coming Soon](https://wordpress.org/plugins/coming-soon-page/), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Countdown plugin](https://wordpress.org/plugins/widget-countdown), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box/) .
|
136 |
|
137 |
|
138 |
|