Version Description
- 12.03.2012 =
- Changed : BWS plugins section.
Download this release
Release Info
Developer | bestwebsoft |
Plugin | Facebook Button by BestWebSoft |
Version | 2.09 |
Comparing to | |
See all releases |
Code changes from version 2.08 to 2.09
- css/style.css +8 -0
- facebook-button-plugin.php +5 -3
- img/icon_16_b.png +0 -0
- img/icon_36_b.png +0 -0
- languages/facebook-es_ES.mo +0 -0
- languages/facebook-es_ES.po +40 -40
- languages/facebook-ru_RU.mo +0 -0
- languages/facebook-ru_RU.po +40 -40
- readme.txt +44 -38
css/style.css
CHANGED
@@ -19,6 +19,10 @@
|
|
19 |
{
|
20 |
background: url("../images/icon_16.png") no-repeat scroll center center transparent;
|
21 |
}
|
|
|
|
|
|
|
|
|
22 |
#adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image, #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image
|
23 |
{
|
24 |
background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
|
@@ -27,6 +31,10 @@
|
|
27 |
{
|
28 |
background: url("../images/icon_36.png") no-repeat scroll left top transparent;
|
29 |
}
|
|
|
|
|
|
|
|
|
30 |
#toplevel_page_bws_plugins .wp-submenu .wp-first-item
|
31 |
{
|
32 |
display:none;
|
19 |
{
|
20 |
background: url("../images/icon_16.png") no-repeat scroll center center transparent;
|
21 |
}
|
22 |
+
.admin-color-classic #adminmenu #toplevel_page_bws_plugins div.wp-menu-image
|
23 |
+
{
|
24 |
+
background: url("../images/icon_16_b.png") no-repeat scroll center center transparent;
|
25 |
+
}
|
26 |
#adminmenu #toplevel_page_bws_plugins:hover div.wp-menu-image, #adminmenu #toplevel_page_bws_plugins.wp-has-current-submenu div.wp-menu-image
|
27 |
{
|
28 |
background: url("../images/icon_16_c.png") no-repeat scroll center center transparent;
|
31 |
{
|
32 |
background: url("../images/icon_36.png") no-repeat scroll left top transparent;
|
33 |
}
|
34 |
+
.admin-color-classic .wrap #icon-options-general.icon32-bws
|
35 |
+
{
|
36 |
+
background: url("../images/icon_36_b.png") no-repeat scroll left top transparent;
|
37 |
+
}
|
38 |
#toplevel_page_bws_plugins .wp-submenu .wp-first-item
|
39 |
{
|
40 |
display:none;
|
facebook-button-plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Facebook Button Plugin
|
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
-
Version: 2.
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
@@ -43,7 +43,8 @@ if( ! function_exists( 'bws_add_menu_render' ) ) {
|
|
43 |
array( 'portfolio\/portfolio.php', 'Portfolio', 'http://wordpress.org/extend/plugins/portfolio/', 'http://bestwebsoft.com/plugin/portfolio-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins', '' ),
|
44 |
array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://wordpress.org/extend/plugins/gallery-plugin/', 'http://bestwebsoft.com/plugin/gallery-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', '' ),
|
45 |
array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://wordpress.org/extend/plugins/adsense-plugin/', 'http://bestwebsoft.com/plugin/google-adsense-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=adsense-plugin.php' ),
|
46 |
-
array( 'custom-search-plugin\/custom-search-plugin.php', 'Custom Search Plugin', 'http://wordpress.org/extend/plugins/custom-search-plugin/', 'http://bestwebsoft.com/plugin/custom-search-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_search.php' )
|
|
|
47 |
);
|
48 |
foreach($array_plugins as $plugins) {
|
49 |
if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
|
@@ -411,7 +412,8 @@ if ( ! function_exists ( 'fcbk_admin_head' ) ) {
|
|
411 |
//Add language files
|
412 |
add_action( 'init', 'fcbk_plugin_init' );
|
413 |
|
414 |
-
add_action( '
|
|
|
415 |
|
416 |
// adds "Settings" link to the plugin action page
|
417 |
add_filter( 'plugin_action_links', 'fcbk_bttn_plgn_action_links', 10, 2 );
|
4 |
Plugin URI: http://bestwebsoft.com/plugin/
|
5 |
Description: Put Facebook Button in to your post.
|
6 |
Author: BestWebSoft
|
7 |
+
Version: 2.09
|
8 |
Author URI: http://bestwebsoft.com/
|
9 |
License: GPLv2 or later
|
10 |
*/
|
43 |
array( 'portfolio\/portfolio.php', 'Portfolio', 'http://wordpress.org/extend/plugins/portfolio/', 'http://bestwebsoft.com/plugin/portfolio-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Portfolio+bestwebsoft&plugin-search-input=Search+Plugins', '' ),
|
44 |
array( 'gallery-plugin\/gallery-plugin.php', 'Gallery', 'http://wordpress.org/extend/plugins/gallery-plugin/', 'http://bestwebsoft.com/plugin/gallery-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Gallery+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', '' ),
|
45 |
array( 'adsense-plugin\/adsense-plugin.php', 'Google AdSense Plugin', 'http://wordpress.org/extend/plugins/adsense-plugin/', 'http://bestwebsoft.com/plugin/google-adsense-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Adsense+Plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=adsense-plugin.php' ),
|
46 |
+
array( 'custom-search-plugin\/custom-search-plugin.php', 'Custom Search Plugin', 'http://wordpress.org/extend/plugins/custom-search-plugin/', 'http://bestwebsoft.com/plugin/custom-search-plugin/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Custom+Search+plugin+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=custom_search.php' ),
|
47 |
+
array( 'quotes_and_tips\/quotes-and-tips.php', 'Quotes and Tips', 'http://wordpress.org/extend/plugins/quotes-and-tips/', 'http://bestwebsoft.com/plugin/quotes-and-tips/', '/wp-admin/plugin-install.php?tab=search&type=term&s=Quotes+and+Tips+bestwebsoft&plugin-search-input=Search+Plugins', 'admin.php?page=quotes-and-tips.php' )
|
48 |
);
|
49 |
foreach($array_plugins as $plugins) {
|
50 |
if( 0 < count( preg_grep( "/".$plugins[0]."/", $active_plugins ) ) ) {
|
412 |
//Add language files
|
413 |
add_action( 'init', 'fcbk_plugin_init' );
|
414 |
|
415 |
+
add_action( 'wp_enqueue_scripts', 'fcbk_admin_head' );
|
416 |
+
add_action( 'admin_enqueue_scripts', 'fcbk_admin_head' );
|
417 |
|
418 |
// adds "Settings" link to the plugin action page
|
419 |
add_filter( 'plugin_action_links', 'fcbk_bttn_plgn_action_links', 10, 2 );
|
img/icon_16_b.png
ADDED
Binary file
|
img/icon_36_b.png
ADDED
Binary file
|
languages/facebook-es_ES.mo
CHANGED
Binary file
|
languages/facebook-es_ES.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,141 +16,141 @@ msgstr ""
|
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "Plugins activados"
|
22 |
|
23 |
-
#: facebook-button-plugin.php:
|
24 |
-
#: facebook-button-plugin.php:
|
25 |
-
#: facebook-button-plugin.php:
|
26 |
msgid "Read more"
|
27 |
msgstr "Leer mas"
|
28 |
|
29 |
-
#: facebook-button-plugin.php:
|
30 |
-
#: facebook-button-plugin.php:
|
31 |
-
#: facebook-button-plugin.php:
|
32 |
msgid "Settings"
|
33 |
msgstr "Opciones"
|
34 |
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
msgid "Installed plugins"
|
37 |
msgstr "Plugins instalados"
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Recommended plugins"
|
41 |
msgstr "Plugins recomendados"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Download"
|
45 |
msgstr "Descargar"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
#, php-format
|
49 |
msgid "Install %s"
|
50 |
msgstr "Instalar %s"
|
51 |
|
52 |
-
#: facebook-button-plugin.php:
|
53 |
msgid "Install now from wordpress.org"
|
54 |
msgstr "Instalar ahora desde wordpress.org"
|
55 |
|
56 |
-
#: facebook-button-plugin.php:
|
57 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
58 |
msgstr "Si tiene alguna pregunta, por favor contacte con nosotros via plugin@bestwebsoft.com o rellenando el formulariod e contacto de nuestra web"
|
59 |
|
60 |
-
#: facebook-button-plugin.php:
|
61 |
-
#: facebook-button-plugin.php:
|
62 |
msgid "FaceBook Button Options"
|
63 |
msgstr "Opciones del botón de Facebook"
|
64 |
|
65 |
-
#: facebook-button-plugin.php:
|
66 |
msgid "FaceBook Button"
|
67 |
msgstr "Botón FaceBook"
|
68 |
|
69 |
-
#: facebook-button-plugin.php:
|
70 |
msgid "Options saved."
|
71 |
msgstr "Opciones guardadas"
|
72 |
|
73 |
-
#: facebook-button-plugin.php:
|
74 |
msgid "Error: File size > 32K"
|
75 |
msgstr "Error: Archivo > 32К"
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
msgid "Error: Invalid file type"
|
79 |
msgstr "error: Tipo de archivo no válido"
|
80 |
|
81 |
-
#: facebook-button-plugin.php:
|
82 |
msgid "Error: moving file failed"
|
83 |
msgstr "Error: Fallo moviendo el archivo"
|
84 |
|
85 |
-
#: facebook-button-plugin.php:
|
86 |
msgid "Error: check image width or height"
|
87 |
msgstr "Error: Revisa el alto o ancho de la imagen"
|
88 |
|
89 |
-
#: facebook-button-plugin.php:
|
90 |
msgid "Uploading Error: check image properties"
|
91 |
msgstr "Error de subida: Revisa las propiedades de la imagen"
|
92 |
|
93 |
-
#: facebook-button-plugin.php:
|
94 |
msgid "Your's FaceBook Id:"
|
95 |
msgstr "Su FaceBook Id:"
|
96 |
|
97 |
-
#: facebook-button-plugin.php:
|
98 |
msgid "Choose display option:"
|
99 |
msgstr "Seleccione opciones de visualización:"
|
100 |
|
101 |
-
#: facebook-button-plugin.php:
|
102 |
msgid "Standart FaceBook image"
|
103 |
msgstr "Imagen estandar de FaceBook"
|
104 |
|
105 |
-
#: facebook-button-plugin.php:
|
106 |
msgid "Custom FaceBook image"
|
107 |
msgstr "Imagen personalizada de FaceBook"
|
108 |
|
109 |
-
#: facebook-button-plugin.php:
|
110 |
msgid "Current image:"
|
111 |
msgstr "Imagen actual:"
|
112 |
|
113 |
-
#: facebook-button-plugin.php:
|
114 |
msgid "FaceBook image:"
|
115 |
msgstr "Imagen de FaceBook:"
|
116 |
|
117 |
-
#: facebook-button-plugin.php:
|
118 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
119 |
msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
|
120 |
|
121 |
-
#: facebook-button-plugin.php:
|
122 |
msgid "FaceBook Button Position:"
|
123 |
msgstr "Posición del botón Facebook:"
|
124 |
|
125 |
-
#: facebook-button-plugin.php:
|
126 |
msgid "Before"
|
127 |
msgstr "Antes"
|
128 |
|
129 |
-
#: facebook-button-plugin.php:
|
130 |
msgid "After"
|
131 |
msgstr "Después"
|
132 |
|
133 |
-
#: facebook-button-plugin.php:
|
134 |
msgid "Before and After"
|
135 |
msgstr "Antes y después"
|
136 |
|
137 |
-
#: facebook-button-plugin.php:
|
138 |
msgid "Shortcode"
|
139 |
msgstr "Shortcode"
|
140 |
|
141 |
-
#: facebook-button-plugin.php:
|
142 |
msgid "If you would like to add a FaceBook button to your website, just copy and put this shortcode onto your post or page:"
|
143 |
msgstr "Si desea agregar un botón de Facebook para su sitio web, sólo tiene que copiar y pegar el código en su web o la página:"
|
144 |
|
145 |
-
#: facebook-button-plugin.php:
|
146 |
msgid "Save Changes"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: facebook-button-plugin.php:
|
150 |
msgid "FAQ"
|
151 |
msgstr "FAQ"
|
152 |
|
153 |
-
#: facebook-button-plugin.php:
|
154 |
msgid "Support"
|
155 |
msgstr "Soporte"
|
156 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-12 19:33+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-03-12 19:33+0200\n"
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:77
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "Plugins activados"
|
22 |
|
23 |
+
#: facebook-button-plugin.php:79
|
24 |
+
#: facebook-button-plugin.php:87
|
25 |
+
#: facebook-button-plugin.php:95
|
26 |
msgid "Read more"
|
27 |
msgstr "Leer mas"
|
28 |
|
29 |
+
#: facebook-button-plugin.php:79
|
30 |
+
#: facebook-button-plugin.php:377
|
31 |
+
#: facebook-button-plugin.php:389
|
32 |
msgid "Settings"
|
33 |
msgstr "Opciones"
|
34 |
|
35 |
+
#: facebook-button-plugin.php:85
|
36 |
msgid "Installed plugins"
|
37 |
msgstr "Plugins instalados"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:93
|
40 |
msgid "Recommended plugins"
|
41 |
msgstr "Plugins recomendados"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:95
|
44 |
msgid "Download"
|
45 |
msgstr "Descargar"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:95
|
48 |
#, php-format
|
49 |
msgid "Install %s"
|
50 |
msgstr "Instalar %s"
|
51 |
|
52 |
+
#: facebook-button-plugin.php:95
|
53 |
msgid "Install now from wordpress.org"
|
54 |
msgstr "Instalar ahora desde wordpress.org"
|
55 |
|
56 |
+
#: facebook-button-plugin.php:97
|
57 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
58 |
msgstr "Si tiene alguna pregunta, por favor contacte con nosotros via plugin@bestwebsoft.com o rellenando el formulariod e contacto de nuestra web"
|
59 |
|
60 |
+
#: facebook-button-plugin.php:108
|
61 |
+
#: facebook-button-plugin.php:216
|
62 |
msgid "FaceBook Button Options"
|
63 |
msgstr "Opciones del botón de Facebook"
|
64 |
|
65 |
+
#: facebook-button-plugin.php:108
|
66 |
msgid "FaceBook Button"
|
67 |
msgstr "Botón FaceBook"
|
68 |
|
69 |
+
#: facebook-button-plugin.php:156
|
70 |
msgid "Options saved."
|
71 |
msgstr "Opciones guardadas"
|
72 |
|
73 |
+
#: facebook-button-plugin.php:179
|
74 |
msgid "Error: File size > 32K"
|
75 |
msgstr "Error: Archivo > 32К"
|
76 |
|
77 |
+
#: facebook-button-plugin.php:182
|
78 |
msgid "Error: Invalid file type"
|
79 |
msgstr "error: Tipo de archivo no válido"
|
80 |
|
81 |
+
#: facebook-button-plugin.php:192
|
82 |
msgid "Error: moving file failed"
|
83 |
msgstr "Error: Fallo moviendo el archivo"
|
84 |
|
85 |
+
#: facebook-button-plugin.php:196
|
86 |
msgid "Error: check image width or height"
|
87 |
msgstr "Error: Revisa el alto o ancho de la imagen"
|
88 |
|
89 |
+
#: facebook-button-plugin.php:201
|
90 |
msgid "Uploading Error: check image properties"
|
91 |
msgstr "Error de subida: Revisa las propiedades de la imagen"
|
92 |
|
93 |
+
#: facebook-button-plugin.php:223
|
94 |
msgid "Your's FaceBook Id:"
|
95 |
msgstr "Su FaceBook Id:"
|
96 |
|
97 |
+
#: facebook-button-plugin.php:230
|
98 |
msgid "Choose display option:"
|
99 |
msgstr "Seleccione opciones de visualización:"
|
100 |
|
101 |
+
#: facebook-button-plugin.php:234
|
102 |
msgid "Standart FaceBook image"
|
103 |
msgstr "Imagen estandar de FaceBook"
|
104 |
|
105 |
+
#: facebook-button-plugin.php:235
|
106 |
msgid "Custom FaceBook image"
|
107 |
msgstr "Imagen personalizada de FaceBook"
|
108 |
|
109 |
+
#: facebook-button-plugin.php:241
|
110 |
msgid "Current image:"
|
111 |
msgstr "Imagen actual:"
|
112 |
|
113 |
+
#: facebook-button-plugin.php:254
|
114 |
msgid "FaceBook image:"
|
115 |
msgstr "Imagen de FaceBook:"
|
116 |
|
117 |
+
#: facebook-button-plugin.php:258
|
118 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
119 |
msgstr "Propiedades de la imagen: Ancho máx.: 100px; Alto máx.: 40px; Tamaño máx: 32Kb; Tipo de imagen: \"jpg\", \"jpeg\"."
|
120 |
|
121 |
+
#: facebook-button-plugin.php:266
|
122 |
msgid "FaceBook Button Position:"
|
123 |
msgstr "Posición del botón Facebook:"
|
124 |
|
125 |
+
#: facebook-button-plugin.php:270
|
126 |
msgid "Before"
|
127 |
msgstr "Antes"
|
128 |
|
129 |
+
#: facebook-button-plugin.php:271
|
130 |
msgid "After"
|
131 |
msgstr "Después"
|
132 |
|
133 |
+
#: facebook-button-plugin.php:272
|
134 |
msgid "Before and After"
|
135 |
msgstr "Antes y después"
|
136 |
|
137 |
+
#: facebook-button-plugin.php:273
|
138 |
msgid "Shortcode"
|
139 |
msgstr "Shortcode"
|
140 |
|
141 |
+
#: facebook-button-plugin.php:275
|
142 |
msgid "If you would like to add a FaceBook button to your website, just copy and put this shortcode onto your post or page:"
|
143 |
msgstr "Si desea agregar un botón de Facebook para su sitio web, sólo tiene que copiar y pegar el código en su web o la página:"
|
144 |
|
145 |
+
#: facebook-button-plugin.php:281
|
146 |
msgid "Save Changes"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: facebook-button-plugin.php:390
|
150 |
msgid "FAQ"
|
151 |
msgstr "FAQ"
|
152 |
|
153 |
+
#: facebook-button-plugin.php:391
|
154 |
msgid "Support"
|
155 |
msgstr "Soporte"
|
156 |
|
languages/facebook-ru_RU.mo
CHANGED
Binary file
|
languages/facebook-ru_RU.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-
|
6 |
-
"PO-Revision-Date: 2012-
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -16,141 +16,141 @@ msgstr ""
|
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: facebook-button-plugin.php:
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "Активированные плагины"
|
22 |
|
23 |
-
#: facebook-button-plugin.php:
|
24 |
-
#: facebook-button-plugin.php:
|
25 |
-
#: facebook-button-plugin.php:
|
26 |
msgid "Read more"
|
27 |
msgstr "Подробнее..."
|
28 |
|
29 |
-
#: facebook-button-plugin.php:
|
30 |
-
#: facebook-button-plugin.php:
|
31 |
-
#: facebook-button-plugin.php:
|
32 |
msgid "Settings"
|
33 |
msgstr "Настройки"
|
34 |
|
35 |
-
#: facebook-button-plugin.php:
|
36 |
msgid "Installed plugins"
|
37 |
msgstr "Установленные плагины"
|
38 |
|
39 |
-
#: facebook-button-plugin.php:
|
40 |
msgid "Recommended plugins"
|
41 |
msgstr "Рекомендованные к установке плагины"
|
42 |
|
43 |
-
#: facebook-button-plugin.php:
|
44 |
msgid "Download"
|
45 |
msgstr "Скачать"
|
46 |
|
47 |
-
#: facebook-button-plugin.php:
|
48 |
#, php-format
|
49 |
msgid "Install %s"
|
50 |
msgstr "Установлено %s"
|
51 |
|
52 |
-
#: facebook-button-plugin.php:
|
53 |
msgid "Install now from wordpress.org"
|
54 |
msgstr "Установить с wordpress.org"
|
55 |
|
56 |
-
#: facebook-button-plugin.php:
|
57 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
58 |
msgstr "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или заполните контактную форму на нашем сайте"
|
59 |
|
60 |
-
#: facebook-button-plugin.php:
|
61 |
-
#: facebook-button-plugin.php:
|
62 |
msgid "FaceBook Button Options"
|
63 |
msgstr "Настройки FaceBook Кнопки"
|
64 |
|
65 |
-
#: facebook-button-plugin.php:
|
66 |
msgid "FaceBook Button"
|
67 |
msgstr "FaceBook кнопка"
|
68 |
|
69 |
-
#: facebook-button-plugin.php:
|
70 |
msgid "Options saved."
|
71 |
msgstr "Опции сохранены"
|
72 |
|
73 |
-
#: facebook-button-plugin.php:
|
74 |
msgid "Error: File size > 32K"
|
75 |
msgstr "Ошибка: Размер файла больше 32К"
|
76 |
|
77 |
-
#: facebook-button-plugin.php:
|
78 |
msgid "Error: Invalid file type"
|
79 |
msgstr "Ошибка: Некорректный тип файла"
|
80 |
|
81 |
-
#: facebook-button-plugin.php:
|
82 |
msgid "Error: moving file failed"
|
83 |
msgstr "Ошибка: При перемещении произошла ошибка"
|
84 |
|
85 |
-
#: facebook-button-plugin.php:
|
86 |
msgid "Error: check image width or height"
|
87 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
88 |
|
89 |
-
#: facebook-button-plugin.php:
|
90 |
msgid "Uploading Error: check image properties"
|
91 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
92 |
|
93 |
-
#: facebook-button-plugin.php:
|
94 |
msgid "Your's FaceBook Id:"
|
95 |
msgstr "Ваш FaceBook Id:"
|
96 |
|
97 |
-
#: facebook-button-plugin.php:
|
98 |
msgid "Choose display option:"
|
99 |
msgstr "Выбор опций отображения:"
|
100 |
|
101 |
-
#: facebook-button-plugin.php:
|
102 |
msgid "Standart FaceBook image"
|
103 |
msgstr "Стандартная картинка FaceBook"
|
104 |
|
105 |
-
#: facebook-button-plugin.php:
|
106 |
msgid "Custom FaceBook image"
|
107 |
msgstr "Пользовательская картинка FaceBook"
|
108 |
|
109 |
-
#: facebook-button-plugin.php:
|
110 |
msgid "Current image:"
|
111 |
msgstr "Текущее изображение:"
|
112 |
|
113 |
-
#: facebook-button-plugin.php:
|
114 |
msgid "FaceBook image:"
|
115 |
msgstr "FaceBook изображение:"
|
116 |
|
117 |
-
#: facebook-button-plugin.php:
|
118 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
119 |
msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\"."
|
120 |
|
121 |
-
#: facebook-button-plugin.php:
|
122 |
msgid "FaceBook Button Position:"
|
123 |
msgstr "Позиции FaceBook кнопки:"
|
124 |
|
125 |
-
#: facebook-button-plugin.php:
|
126 |
msgid "Before"
|
127 |
msgstr "Перед"
|
128 |
|
129 |
-
#: facebook-button-plugin.php:
|
130 |
msgid "After"
|
131 |
msgstr "После"
|
132 |
|
133 |
-
#: facebook-button-plugin.php:
|
134 |
msgid "Before and After"
|
135 |
msgstr "Перед и после"
|
136 |
|
137 |
-
#: facebook-button-plugin.php:
|
138 |
msgid "Shortcode"
|
139 |
msgstr "Шорткод"
|
140 |
|
141 |
-
#: facebook-button-plugin.php:
|
142 |
msgid "If you would like to add a FaceBook button to your website, just copy and put this shortcode onto your post or page:"
|
143 |
msgstr "Если вы хотите добавить FaceBook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
|
144 |
|
145 |
-
#: facebook-button-plugin.php:
|
146 |
msgid "Save Changes"
|
147 |
msgstr ""
|
148 |
|
149 |
-
#: facebook-button-plugin.php:
|
150 |
msgid "FAQ"
|
151 |
msgstr "FAQ"
|
152 |
|
153 |
-
#: facebook-button-plugin.php:
|
154 |
msgid "Support"
|
155 |
msgstr "Поддержка"
|
156 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: facebook\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2012-03-12 19:33+0200\n"
|
6 |
+
"PO-Revision-Date: 2012-03-12 19:33+0200\n"
|
7 |
"Last-Translator: BWS <zos@bestwebsoft.com>\n"
|
8 |
"Language-Team: bestwebsoft.com <plugin@bestwebsoft.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: facebook-button-plugin.php:77
|
20 |
msgid "Activated plugins"
|
21 |
msgstr "Активированные плагины"
|
22 |
|
23 |
+
#: facebook-button-plugin.php:79
|
24 |
+
#: facebook-button-plugin.php:87
|
25 |
+
#: facebook-button-plugin.php:95
|
26 |
msgid "Read more"
|
27 |
msgstr "Подробнее..."
|
28 |
|
29 |
+
#: facebook-button-plugin.php:79
|
30 |
+
#: facebook-button-plugin.php:377
|
31 |
+
#: facebook-button-plugin.php:389
|
32 |
msgid "Settings"
|
33 |
msgstr "Настройки"
|
34 |
|
35 |
+
#: facebook-button-plugin.php:85
|
36 |
msgid "Installed plugins"
|
37 |
msgstr "Установленные плагины"
|
38 |
|
39 |
+
#: facebook-button-plugin.php:93
|
40 |
msgid "Recommended plugins"
|
41 |
msgstr "Рекомендованные к установке плагины"
|
42 |
|
43 |
+
#: facebook-button-plugin.php:95
|
44 |
msgid "Download"
|
45 |
msgstr "Скачать"
|
46 |
|
47 |
+
#: facebook-button-plugin.php:95
|
48 |
#, php-format
|
49 |
msgid "Install %s"
|
50 |
msgstr "Установлено %s"
|
51 |
|
52 |
+
#: facebook-button-plugin.php:95
|
53 |
msgid "Install now from wordpress.org"
|
54 |
msgstr "Установить с wordpress.org"
|
55 |
|
56 |
+
#: facebook-button-plugin.php:97
|
57 |
msgid "If you have any questions, please contact us via plugin@bestwebsoft.com or fill in our contact form on our site"
|
58 |
msgstr "Если у вас есть какие-то впросы, обращайтесь на plugin@bestwebsoft.com или заполните контактную форму на нашем сайте"
|
59 |
|
60 |
+
#: facebook-button-plugin.php:108
|
61 |
+
#: facebook-button-plugin.php:216
|
62 |
msgid "FaceBook Button Options"
|
63 |
msgstr "Настройки FaceBook Кнопки"
|
64 |
|
65 |
+
#: facebook-button-plugin.php:108
|
66 |
msgid "FaceBook Button"
|
67 |
msgstr "FaceBook кнопка"
|
68 |
|
69 |
+
#: facebook-button-plugin.php:156
|
70 |
msgid "Options saved."
|
71 |
msgstr "Опции сохранены"
|
72 |
|
73 |
+
#: facebook-button-plugin.php:179
|
74 |
msgid "Error: File size > 32K"
|
75 |
msgstr "Ошибка: Размер файла больше 32К"
|
76 |
|
77 |
+
#: facebook-button-plugin.php:182
|
78 |
msgid "Error: Invalid file type"
|
79 |
msgstr "Ошибка: Некорректный тип файла"
|
80 |
|
81 |
+
#: facebook-button-plugin.php:192
|
82 |
msgid "Error: moving file failed"
|
83 |
msgstr "Ошибка: При перемещении произошла ошибка"
|
84 |
|
85 |
+
#: facebook-button-plugin.php:196
|
86 |
msgid "Error: check image width or height"
|
87 |
msgstr "Ошибка: Проверьте ширину и высоту изображения"
|
88 |
|
89 |
+
#: facebook-button-plugin.php:201
|
90 |
msgid "Uploading Error: check image properties"
|
91 |
msgstr "Ошибка загрузки: Проверьте опции изображения"
|
92 |
|
93 |
+
#: facebook-button-plugin.php:223
|
94 |
msgid "Your's FaceBook Id:"
|
95 |
msgstr "Ваш FaceBook Id:"
|
96 |
|
97 |
+
#: facebook-button-plugin.php:230
|
98 |
msgid "Choose display option:"
|
99 |
msgstr "Выбор опций отображения:"
|
100 |
|
101 |
+
#: facebook-button-plugin.php:234
|
102 |
msgid "Standart FaceBook image"
|
103 |
msgstr "Стандартная картинка FaceBook"
|
104 |
|
105 |
+
#: facebook-button-plugin.php:235
|
106 |
msgid "Custom FaceBook image"
|
107 |
msgstr "Пользовательская картинка FaceBook"
|
108 |
|
109 |
+
#: facebook-button-plugin.php:241
|
110 |
msgid "Current image:"
|
111 |
msgstr "Текущее изображение:"
|
112 |
|
113 |
+
#: facebook-button-plugin.php:254
|
114 |
msgid "FaceBook image:"
|
115 |
msgstr "FaceBook изображение:"
|
116 |
|
117 |
+
#: facebook-button-plugin.php:258
|
118 |
msgid "Image properties: max image width:100px; max image height:40px; max image size:32Kb; image types:\"jpg\", \"jpeg\"."
|
119 |
msgstr "Опции изображения для загрузки: максимальная ширина:100px; максимальная высота:40px; максимальный размер:32Kb; тип файла:\"jpg\", \"jpeg\"."
|
120 |
|
121 |
+
#: facebook-button-plugin.php:266
|
122 |
msgid "FaceBook Button Position:"
|
123 |
msgstr "Позиции FaceBook кнопки:"
|
124 |
|
125 |
+
#: facebook-button-plugin.php:270
|
126 |
msgid "Before"
|
127 |
msgstr "Перед"
|
128 |
|
129 |
+
#: facebook-button-plugin.php:271
|
130 |
msgid "After"
|
131 |
msgstr "После"
|
132 |
|
133 |
+
#: facebook-button-plugin.php:272
|
134 |
msgid "Before and After"
|
135 |
msgstr "Перед и после"
|
136 |
|
137 |
+
#: facebook-button-plugin.php:273
|
138 |
msgid "Shortcode"
|
139 |
msgstr "Шорткод"
|
140 |
|
141 |
+
#: facebook-button-plugin.php:275
|
142 |
msgid "If you would like to add a FaceBook button to your website, just copy and put this shortcode onto your post or page:"
|
143 |
msgstr "Если вы хотите добавить FaceBook кнопку на свой сайт, вам надо только скопировать и вставить шорткод в контент страницы или поста"
|
144 |
|
145 |
+
#: facebook-button-plugin.php:281
|
146 |
msgid "Save Changes"
|
147 |
msgstr ""
|
148 |
|
149 |
+
#: facebook-button-plugin.php:390
|
150 |
msgid "FAQ"
|
151 |
msgstr "FAQ"
|
152 |
|
153 |
+
#: facebook-button-plugin.php:391
|
154 |
msgid "Support"
|
155 |
msgstr "Поддержка"
|
156 |
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Facebook Like Button Plugin ===
|
2 |
Contributors: bestwebsoft
|
3 |
-
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=
|
4 |
Tags: Facebook, Facebook Button, Like, Like button, Share, Share button, Facebook like, Facebook like button, Facebook button like, Button like, Facebook share, Facebook share button, Facebook button share
|
5 |
Requires at least: 2.9
|
6 |
-
Tested up to: 3.3
|
7 |
-
Stable tag: 2.
|
8 |
|
9 |
Add Facebook button to your WordPress website
|
10 |
|
@@ -20,47 +20,47 @@ Facebook Button Plugin allows you to add follow button in the most easiest and f
|
|
20 |
* Actions: Ability to add follow button in the most easiest and flexible way.
|
21 |
* Actions: Ability to add facebook like button in the most easiest and flexible way.
|
22 |
* Display: This plugin allows you to select the position for the button: before, after, before and after or using shortcode.
|
23 |
-
* Display: There is a possibility use a standard image or replace it with another image.
|
24 |
|
25 |
-
=
|
26 |
|
27 |
* Russian (ru_RU)
|
28 |
-
* Spanish (es_ES) (thanks Jesús Parra)
|
29 |
|
30 |
== Installation ==
|
31 |
|
32 |
1. Upload `facebook-button-plugin` folder to the `/wp-content/plugins/` directory.
|
33 |
2. Activate the plugin through the 'Plugins' menu in your WordPress admin panel.
|
34 |
-
3. You can adjust necessary settings through your WordPress admin
|
35 |
|
36 |
== Frequently Asked Questions ==
|
37 |
|
38 |
= I cannot see Facebook Button icon in the post after plugin installation =
|
39 |
|
40 |
-
1. In
|
41 |
|
42 |
= How I can deactivate the plugin =
|
43 |
|
44 |
-
1. In
|
45 |
|
46 |
= After clicking on the the Facebook Button icon I got Facebook home page instead of necessary account page =
|
47 |
|
48 |
-
1. In
|
49 |
-
2. If you do not have Facebook account yet you need to create it using this link: http://www.facebook.com . After
|
50 |
|
51 |
= How to adjust Facebook Button icon position on the page =
|
52 |
|
53 |
-
1. In
|
54 |
|
55 |
= How to change Facebook Button icon picture =
|
56 |
|
57 |
-
1. In
|
58 |
-
2. If you choose Custom FaceBook image, you can upload
|
59 |
|
60 |
-
= After installation and setting
|
61 |
|
62 |
-
1. You need to press "Update Changes" button to update all changes. Make sure that you got "Options Saved" message after saving action.
|
63 |
-
2. After saving your settings you need to refresh your web page where Facebook Button icon should be located.
|
64 |
|
65 |
== Screenshots ==
|
66 |
|
@@ -72,63 +72,69 @@ Facebook Button Plugin allows you to add follow button in the most easiest and f
|
|
72 |
|
73 |
== Changelog ==
|
74 |
|
|
|
|
|
|
|
75 |
= V2.08 - 24.02.2012 =
|
76 |
-
* NEW :
|
77 |
-
* Change : Code to
|
78 |
|
79 |
= V2.07 - 02.01.2012 =
|
80 |
* Changed : BWS plugins section.
|
81 |
|
82 |
= V2.06 - 27.12.2011 =
|
83 |
-
* NEW :
|
84 |
-
* NEW :
|
85 |
|
86 |
= V2.05 - 23.08.2011 =
|
87 |
-
* Bugfix :
|
88 |
|
89 |
= V2.04 - 22.08.2011 =
|
90 |
-
* Bugfix : BWS
|
91 |
-
* Bugfix : The bug of
|
92 |
* Changed : Facebook button plugin functionality was changed in connection with the change of Facebook API.
|
93 |
|
94 |
= V2.03 - 14.07.2011 =
|
95 |
-
* Changed : BWS
|
96 |
-
* Bugfix :
|
97 |
|
98 |
= V2.02 =
|
99 |
-
* The bug
|
100 |
|
101 |
= V2.01 =
|
102 |
-
* Usability at the settings page of plugin was improved.
|
103 |
|
104 |
= V1 =
|
105 |
-
* Ability to install Facebook Button icon with link to the account page, including settings adjustment functionality via WordPress admin panel.
|
106 |
|
107 |
== Upgrade Notice ==
|
108 |
|
|
|
|
|
|
|
109 |
= V2.08 =
|
110 |
-
|
111 |
|
112 |
= V2.07 =
|
113 |
-
BWS
|
114 |
|
115 |
= V2.06 =
|
116 |
-
|
117 |
|
118 |
= V2.05 =
|
119 |
-
|
120 |
|
121 |
= V2.04 =
|
122 |
-
BWS Plugins sections was fixed and right now it is consisted
|
123 |
|
124 |
= V2.03 =
|
125 |
-
BWS Plugins sections was fixed and right now it is consisted
|
126 |
|
127 |
= V2.02 =
|
128 |
-
The bug of the
|
129 |
|
130 |
= V2.01 =
|
131 |
-
Usability at the settings page of plugin was improved.
|
132 |
|
133 |
= V1 =
|
134 |
-
Ability to install Facebook Button icon with link to the account page, including settings adjustment functionality via WordPress admin panel.
|
1 |
=== Facebook Like Button Plugin ===
|
2 |
Contributors: bestwebsoft
|
3 |
+
Donate link: https://www.2checkout.com/checkout/purchase?sid=1430388&quantity=10&product_id=13
|
4 |
Tags: Facebook, Facebook Button, Like, Like button, Share, Share button, Facebook like, Facebook like button, Facebook button like, Button like, Facebook share, Facebook share button, Facebook button share
|
5 |
Requires at least: 2.9
|
6 |
+
Tested up to: 3.3.1
|
7 |
+
Stable tag: 2.09
|
8 |
|
9 |
Add Facebook button to your WordPress website
|
10 |
|
20 |
* Actions: Ability to add follow button in the most easiest and flexible way.
|
21 |
* Actions: Ability to add facebook like button in the most easiest and flexible way.
|
22 |
* Display: This plugin allows you to select the position for the button: before, after, before and after or using shortcode.
|
23 |
+
* Display: There is a possibility to use a standard image or replace it with another image.
|
24 |
|
25 |
+
= Translation =
|
26 |
|
27 |
* Russian (ru_RU)
|
28 |
+
* Spanish (es_ES) (thanks to Jesús Parra)
|
29 |
|
30 |
== Installation ==
|
31 |
|
32 |
1. Upload `facebook-button-plugin` folder to the `/wp-content/plugins/` directory.
|
33 |
2. Activate the plugin through the 'Plugins' menu in your WordPress admin panel.
|
34 |
+
3. You can adjust necessary settings through your WordPress admin panel in "Settings" > "FaceBook Button".
|
35 |
|
36 |
== Frequently Asked Questions ==
|
37 |
|
38 |
= I cannot see Facebook Button icon in the post after plugin installation =
|
39 |
|
40 |
+
1. In WordPress admin panel go to "Plugins", find "Facebook Button Plugin" and press "Activate".
|
41 |
|
42 |
= How I can deactivate the plugin =
|
43 |
|
44 |
+
1. In WordPress admin panel go to "Plugins", find "Facebook Button Plugin" and press "Deactivate".
|
45 |
|
46 |
= After clicking on the the Facebook Button icon I got Facebook home page instead of necessary account page =
|
47 |
|
48 |
+
1. In WordPress admin panel go to "Settings", find "Facebook Button" plugin’s settings page and enter login of your Facebook account. Then press "Update Changes" button.
|
49 |
+
2. If you do not have Facebook account yet you will need to create it using this link: http://www.facebook.com . After account is created go through instructions from the 1st point.
|
50 |
|
51 |
= How to adjust Facebook Button icon position on the page =
|
52 |
|
53 |
+
1. In WordPress admin panel go to "Settings", find "Facebook Button" plugin settings page and choose one from listed positions: Before, After, Before and After or Shortcode. Then press "Update Changes" button.
|
54 |
|
55 |
= How to change Facebook Button icon picture =
|
56 |
|
57 |
+
1. In WordPress admin panel go to "Settings", find "Facebook Button" plugin’s settings page and choose one from listed positions: Standart FaceBook image or Custom FaceBook image. Then press "Update Changes" button.
|
58 |
+
2. If you choose Custom FaceBook image, you can upload your own picture. To make an upload you must press "Choose file" button and choose your image from to you folder. Then press "Update Changes" button.
|
59 |
|
60 |
+
= After installation and setting the plugin at the settings page it is still not working =
|
61 |
|
62 |
+
1. You need to press "Update Changes" button to update all the changes. Make sure that you got "Options Saved" message after saving action.
|
63 |
+
2. After saving your settings you will need to refresh your web page where Facebook Button icon should be located.
|
64 |
|
65 |
== Screenshots ==
|
66 |
|
72 |
|
73 |
== Changelog ==
|
74 |
|
75 |
+
= V2.09 - 12.03.2012 =
|
76 |
+
* Changed : BWS plugins section.
|
77 |
+
|
78 |
= V2.08 - 24.02.2012 =
|
79 |
+
* NEW : Spanish language file is added to the plugin.
|
80 |
+
* Change : Code that is used to connect styles and scripts is added to the plugin for correct SSL verification.
|
81 |
|
82 |
= V2.07 - 02.01.2012 =
|
83 |
* Changed : BWS plugins section.
|
84 |
|
85 |
= V2.06 - 27.12.2011 =
|
86 |
+
* NEW : Language files are added to the plugin.
|
87 |
+
* NEW : Style for facebook button block is added.
|
88 |
|
89 |
= V2.05 - 23.08.2011 =
|
90 |
+
* Bugfix : Redirect to profile page bug is fixed.
|
91 |
|
92 |
= V2.04 - 22.08.2011 =
|
93 |
+
* Bugfix : BWS Plugin's menu section was fixed and right now it is consisted of 3 parts: activated, installed and recommended plugins.
|
94 |
+
* Bugfix : The bug of positioning in admin menu is fixed.
|
95 |
* Changed : Facebook button plugin functionality was changed in connection with the change of Facebook API.
|
96 |
|
97 |
= V2.03 - 14.07.2011 =
|
98 |
+
* Changed : BWS Plugin's menu sections was fixed and right now it is consisted of 2 parts: installed and recommended plugins.
|
99 |
+
* Bugfix : Displaying of the icons is fixed.
|
100 |
|
101 |
= V2.02 =
|
102 |
+
* The bug with the link to the settings page is fixed in this version.
|
103 |
|
104 |
= V2.01 =
|
105 |
+
* Usability at the settings page of the plugin was improved.
|
106 |
|
107 |
= V1 =
|
108 |
+
* Ability to install Facebook Button icon with a link to the account page, including settings adjustment functionality via WordPress admin panel.
|
109 |
|
110 |
== Upgrade Notice ==
|
111 |
|
112 |
+
= V2.09 =
|
113 |
+
BWS plugins section has been changed.
|
114 |
+
|
115 |
= V2.08 =
|
116 |
+
Spanish language file is added to the plugin. Code that is used to connect styles and scripts is added to the plugin for correct SSL verification.
|
117 |
|
118 |
= V2.07 =
|
119 |
+
BWS plugin's section was changes.
|
120 |
|
121 |
= V2.06 =
|
122 |
+
Language files were added to the plugin. Style for facebook button block was added.
|
123 |
|
124 |
= V2.05 =
|
125 |
+
Redirect to profile page bug is fixed.
|
126 |
|
127 |
= V2.04 =
|
128 |
+
BWS Plugins sections was fixed and right now it is consisted of 3 parts: activated, installed and recommended plugins. The bug of positioning in admin menu is fixed. Facebook button plugin functionality was changed in connection with the change of Facebook API.
|
129 |
|
130 |
= V2.03 =
|
131 |
+
BWS Plugins sections was fixed and right now it is consisted of 2 parts: installed and recommended plugins. Icons displaying is fixed.
|
132 |
|
133 |
= V2.02 =
|
134 |
+
The bug of adjustment the link to the page is fixed in this version. Please upgrade the plugin immediately. Thank you
|
135 |
|
136 |
= V2.01 =
|
137 |
+
Usability at the settings page of the plugin was improved.
|
138 |
|
139 |
= V1 =
|
140 |
+
Ability to install Facebook Button icon with a link to the account page is created, including settings adjustment functionality via WordPress admin panel.
|