Version Description
- POT file updated.
- Russian translation updated.
- Image "thanks.png" removed.
- Advertisement replaced by new.
- Added the subject with plugin name to email address on settings page.
- Function "smbtoolbar_enqueue_scripts" renamed to "smbtoolbar_load_scripts".
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | Social Media Follow Buttons Bar |
Version | 2.3.1 |
Comparing to | |
See all releases |
Code changes from version 2.3 to 2.3.1
- inc/images/author.png +0 -0
- inc/images/thanks.png +0 -0
- inc/settings_page.php +19 -23
- inc/style-admin.css +5 -2
- languages/social-media-buttons-toolbar-ru_RU.mo +0 -0
- languages/social-media-buttons-toolbar-ru_RU.po +72 -46
- languages/social-media-buttons-toolbar.pot +22 -33
- readme.txt +20 -8
- social-media-buttons-toolbar.php +4 -4
inc/images/author.png
DELETED
Binary file
|
inc/images/thanks.png
DELETED
Binary file
|
inc/settings_page.php
CHANGED
@@ -10,7 +10,7 @@ defined('ABSPATH') or die("Restricted access!");
|
|
10 |
/**
|
11 |
* Render Settings Page
|
12 |
*
|
13 |
-
* @since 2.3
|
14 |
*/
|
15 |
function smbtoolbar_render_submenu_page() {
|
16 |
|
@@ -24,7 +24,7 @@ function smbtoolbar_render_submenu_page() {
|
|
24 |
<?php _e( 'Social Media Buttons Toolbar', 'social-media-buttons-toolbar' ); ?>
|
25 |
<br/>
|
26 |
<span>
|
27 |
-
<?php _e( 'by <a href="http://www.arthurgareginyan.com" target="_blank">Arthur
|
28 |
<span/>
|
29 |
</h2>
|
30 |
|
@@ -37,37 +37,33 @@ function smbtoolbar_render_submenu_page() {
|
|
37 |
<div id="about" class="postbox">
|
38 |
<h3 class="title"><?php _e( 'About', 'social-media-buttons-toolbar' ); ?></h3>
|
39 |
<div class="inside">
|
40 |
-
<p><?php _e( 'This plugin allows you to easily add the social media buttons toolbar to any place of your website.', 'social-media-buttons-toolbar' ) ?></p>
|
41 |
</div>
|
42 |
</div>
|
43 |
|
44 |
<div id="help" class="postbox">
|
45 |
<h3 class="title"><?php _e( 'Help', 'social-media-buttons-toolbar' ); ?></h3>
|
46 |
<div class="inside">
|
47 |
-
<p><?php _e( '
|
48 |
-
<p><a href="mailto:arthurgareginyan@gmail.com">arthurgareginyan@gmail.com</a></p>
|
49 |
</div>
|
50 |
</div>
|
51 |
|
52 |
<div id="donate" class="postbox">
|
53 |
<h3 class="title"><?php _e( 'Donate', 'social-media-buttons-toolbar' ); ?></h3>
|
54 |
<div class="inside">
|
55 |
-
<
|
56 |
-
<p><?php _e( 'If you like this plugin and find it useful, help me to make this plugin even better and keep it up-to-date.', 'social-media-buttons-toolbar' ) ?></p>
|
57 |
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" rel="nofollow">
|
58 |
<img src="<?php echo plugins_url('images/btn_donateCC_LG.gif', __FILE__); ?>" alt="Make a donation">
|
59 |
</a>
|
60 |
-
<p><?php _e( 'Thanks for your support!', 'social-media-buttons-toolbar' ) ?></p>
|
61 |
</div>
|
62 |
</div>
|
63 |
|
64 |
-
<div id="
|
65 |
-
<h3 class="title"><?php _e( '
|
66 |
<div class="inside">
|
67 |
-
<
|
68 |
-
<p><?php _e( 'Hello, my name is Arthur and I\'m a freelance web designer and developer.', 'social-media-buttons-toolbar' ) ?></p>
|
69 |
-
<p><?php _e( 'Share your thoughts with me. You may have a brilliant idea in your mind and I can make it happen, so let’s get started!', 'social-media-buttons-toolbar' ) ?></p>
|
70 |
-
<p><a href="http://www.arthurgareginyan.com/" target="_blank">www.arthurgareginyan.com</a></p>
|
71 |
</div>
|
72 |
</div>
|
73 |
|
@@ -220,7 +216,7 @@ function smbtoolbar_render_submenu_page() {
|
|
220 |
</div>
|
221 |
|
222 |
<div class="postbox" id="DisplayOptions">
|
223 |
-
<h3 class="title"><?php _e( 'Display options', 'social-media-buttons-toolbar' ) ?></h3>
|
224 |
<div class="inside">
|
225 |
<p class="description"></p>
|
226 |
<table class="form-table">
|
@@ -266,23 +262,23 @@ function smbtoolbar_render_submenu_page() {
|
|
266 |
</div>
|
267 |
|
268 |
<div class="postbox" id="Preview">
|
269 |
-
<h3 class="title"><?php _e( 'Preview', 'social-media-buttons-toolbar' ) ?></h3>
|
270 |
<div class="inside">
|
271 |
-
<p class="description"><?php _e( 'Enter your User ID\'s, then click "Save Changes" to update this preview.', 'social-media-buttons-toolbar' ) ?></p></br>
|
272 |
<?php echo smbtoolbar_shortcode(); ?>
|
273 |
</div>
|
274 |
</div>
|
275 |
|
276 |
<div class="postbox" id="Using">
|
277 |
-
<h3 class="title"><?php _e( 'Using', 'social-media-buttons-toolbar' ) ?></h3>
|
278 |
<div class="inside">
|
279 |
-
<p><?php _e( 'You have several methods for display the social media buttons toolbar (further just "toolbar") on your website. But first, enter a links for each buttons, then click "Save Changes".', 'social-media-buttons-toolbar' ) ?></p>
|
280 |
-
<p><?php _e( '<b>A)</b> For display the toolbar below content on every Posts or/and Pages, just check the checkbox "Show on Posts" or/and "Show on Pages" in the section "Display options", then click "Save Changes". It\'s that simple!', 'social-media-buttons-toolbar' ) ?></p>
|
281 |
-
<p><?php _e( '<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the following shortcode:', 'social-media-buttons-toolbar' ) ?></p>
|
282 |
<p><?php highlight_string('[smbtoolbar]'); ?></p>
|
283 |
-
<p><?php _e( '<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) use the "Text" widget and add inside it the following shortcode:', 'social-media-buttons-toolbar' ) ?></p>
|
284 |
<p><?php highlight_string('[smbtoolbar]'); ?></p>
|
285 |
-
<p><?php _e( '<b>D)</b> For add the toolbar directly to a theme files, just add one of the following code (both variants do the same) to needed place (where you want to display the toolbar) in your theme files:', 'social-media-buttons-toolbar' ) ?></p>
|
286 |
<p><?php highlight_string('<?php echo do_shortcode("[smbtoolbar]"); ?>'); ?></p>
|
287 |
<p><?php highlight_string('<?php echo smbtoolbar_shortcode(); ?>'); ?></p>
|
288 |
</div>
|
10 |
/**
|
11 |
* Render Settings Page
|
12 |
*
|
13 |
+
* @since 2.3.1
|
14 |
*/
|
15 |
function smbtoolbar_render_submenu_page() {
|
16 |
|
24 |
<?php _e( 'Social Media Buttons Toolbar', 'social-media-buttons-toolbar' ); ?>
|
25 |
<br/>
|
26 |
<span>
|
27 |
+
<?php _e( 'by <a href="http://www.arthurgareginyan.com" target="_blank">Arthur Gareginyan</a>', 'social-media-buttons-toolbar' ); ?>
|
28 |
<span/>
|
29 |
</h2>
|
30 |
|
37 |
<div id="about" class="postbox">
|
38 |
<h3 class="title"><?php _e( 'About', 'social-media-buttons-toolbar' ); ?></h3>
|
39 |
<div class="inside">
|
40 |
+
<p><?php _e( 'This plugin allows you to easily add the social media buttons toolbar to any place of your website.', 'social-media-buttons-toolbar' ); ?></p>
|
41 |
</div>
|
42 |
</div>
|
43 |
|
44 |
<div id="help" class="postbox">
|
45 |
<h3 class="title"><?php _e( 'Help', 'social-media-buttons-toolbar' ); ?></h3>
|
46 |
<div class="inside">
|
47 |
+
<p><?php _e( 'Got something to say? Need help?', 'social-media-buttons-toolbar' ); ?></p>
|
48 |
+
<p><a href="mailto:arthurgareginyan@gmail.com?subject=Social Media Buttons Toolbar">arthurgareginyan@gmail.com</a></p>
|
49 |
</div>
|
50 |
</div>
|
51 |
|
52 |
<div id="donate" class="postbox">
|
53 |
<h3 class="title"><?php _e( 'Donate', 'social-media-buttons-toolbar' ); ?></h3>
|
54 |
<div class="inside">
|
55 |
+
<p><?php _e( 'If you like this plugin and find it useful, please help me to make this plugin even better and keep it up-to-date.', 'social-media-buttons-toolbar' ); ?></p>
|
|
|
56 |
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" rel="nofollow">
|
57 |
<img src="<?php echo plugins_url('images/btn_donateCC_LG.gif', __FILE__); ?>" alt="Make a donation">
|
58 |
</a>
|
59 |
+
<p><?php _e( 'Thanks for your support!', 'social-media-buttons-toolbar' ); ?></p>
|
60 |
</div>
|
61 |
</div>
|
62 |
|
63 |
+
<div id="advertisement" class="postbox">
|
64 |
+
<h3 class="title"><?php _e( 'Advertisement', 'social-media-buttons-toolbar' ); ?></h3>
|
65 |
<div class="inside">
|
66 |
+
<a href="http://www.elegantthemes.com/affiliates/idevaffiliate.php?id=36439_5_1_21" target="_blank" rel="nofollow"><img style="border:0px" src="http://www.elegantthemes.com/affiliates/media/banners/divi_250x250.jpg" width="250" height="250" alt="Divi WordPress Theme"></a>
|
|
|
|
|
|
|
67 |
</div>
|
68 |
</div>
|
69 |
|
216 |
</div>
|
217 |
|
218 |
<div class="postbox" id="DisplayOptions">
|
219 |
+
<h3 class="title"><?php _e( 'Display options', 'social-media-buttons-toolbar' ); ?></h3>
|
220 |
<div class="inside">
|
221 |
<p class="description"></p>
|
222 |
<table class="form-table">
|
262 |
</div>
|
263 |
|
264 |
<div class="postbox" id="Preview">
|
265 |
+
<h3 class="title"><?php _e( 'Preview', 'social-media-buttons-toolbar' ); ?></h3>
|
266 |
<div class="inside">
|
267 |
+
<p class="description"><?php _e( 'Enter your User ID\'s, then click "Save Changes" to update this preview.', 'social-media-buttons-toolbar' ); ?></p></br>
|
268 |
<?php echo smbtoolbar_shortcode(); ?>
|
269 |
</div>
|
270 |
</div>
|
271 |
|
272 |
<div class="postbox" id="Using">
|
273 |
+
<h3 class="title"><?php _e( 'Using', 'social-media-buttons-toolbar' ); ?></h3>
|
274 |
<div class="inside">
|
275 |
+
<p><?php _e( 'You have several methods for display the social media buttons toolbar (further just "toolbar") on your website. But first, enter a links for each buttons, then click "Save Changes".', 'social-media-buttons-toolbar' ); ?></p>
|
276 |
+
<p><?php _e( '<b>A)</b> For display the toolbar below content on every Posts or/and Pages, just check the checkbox "Show on Posts" or/and "Show on Pages" in the section "Display options", then click "Save Changes". It\'s that simple!', 'social-media-buttons-toolbar' ); ?></p>
|
277 |
+
<p><?php _e( '<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the following shortcode:', 'social-media-buttons-toolbar' ); ?></p>
|
278 |
<p><?php highlight_string('[smbtoolbar]'); ?></p>
|
279 |
+
<p><?php _e( '<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) use the "Text" widget and add inside it the following shortcode:', 'social-media-buttons-toolbar' ); ?></p>
|
280 |
<p><?php highlight_string('[smbtoolbar]'); ?></p>
|
281 |
+
<p><?php _e( '<b>D)</b> For add the toolbar directly to a theme files, just add one of the following code (both variants do the same) to needed place (where you want to display the toolbar) in your theme files:', 'social-media-buttons-toolbar' ); ?></p>
|
282 |
<p><?php highlight_string('<?php echo do_shortcode("[smbtoolbar]"); ?>'); ?></p>
|
283 |
<p><?php highlight_string('<?php echo smbtoolbar_shortcode(); ?>'); ?></p>
|
284 |
</div>
|
inc/style-admin.css
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
/*
|
2 |
* Social Media Buttons Toolbar
|
3 |
* Style sheet for plugin's page
|
4 |
-
* @since 1
|
5 |
* @agareginyan
|
6 |
*/
|
7 |
|
@@ -67,11 +67,14 @@ td.help-text {
|
|
67 |
#help {
|
68 |
text-align: center;
|
69 |
}
|
|
|
|
|
|
|
70 |
|
71 |
#donate {
|
72 |
text-align: center;
|
73 |
}
|
74 |
|
75 |
-
#
|
76 |
text-align: center;
|
77 |
}
|
1 |
/*
|
2 |
* Social Media Buttons Toolbar
|
3 |
* Style sheet for plugin's page
|
4 |
+
* @since 2.3.1
|
5 |
* @agareginyan
|
6 |
*/
|
7 |
|
67 |
#help {
|
68 |
text-align: center;
|
69 |
}
|
70 |
+
#help p {
|
71 |
+
margin: 0;
|
72 |
+
}
|
73 |
|
74 |
#donate {
|
75 |
text-align: center;
|
76 |
}
|
77 |
|
78 |
+
#advertisement {
|
79 |
text-align: center;
|
80 |
}
|
languages/social-media-buttons-toolbar-ru_RU.mo
CHANGED
Binary file
|
languages/social-media-buttons-toolbar-ru_RU.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Social Media Buttons Toolbar\n"
|
4 |
-
"POT-Creation-Date: 2016-
|
5 |
-
"PO-Revision-Date: 2016-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: ru\n"
|
@@ -29,10 +29,10 @@ msgstr ""
|
|
29 |
#: inc/settings_page.php:27
|
30 |
msgid ""
|
31 |
"by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
|
32 |
-
"
|
33 |
msgstr ""
|
34 |
-
"от <a href
|
35 |
-
"
|
36 |
|
37 |
#: inc/settings_page.php:38
|
38 |
msgid "About"
|
@@ -51,49 +51,34 @@ msgid "Help"
|
|
51 |
msgstr "Помощь"
|
52 |
|
53 |
#: inc/settings_page.php:47
|
54 |
-
msgid "
|
55 |
-
msgstr ""
|
56 |
-
"Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
|
57 |
-
"добавить их."
|
58 |
|
59 |
#: inc/settings_page.php:53
|
60 |
msgid "Donate"
|
61 |
msgstr "Пожертвование"
|
62 |
|
63 |
-
#: inc/settings_page.php:
|
64 |
msgid ""
|
65 |
-
"If you like this plugin and find it useful, help me to make this
|
66 |
-
"better and keep it up-to-date."
|
67 |
msgstr ""
|
68 |
-
"Если вам нравится этот плагин и вы находите его полезным, то
|
69 |
-
"сделать
|
70 |
|
71 |
-
#: inc/settings_page.php:
|
72 |
msgid "Thanks for your support!"
|
73 |
msgstr "Спасибо за вашу поддержку!"
|
74 |
|
75 |
-
#: inc/settings_page.php:
|
76 |
-
msgid "
|
77 |
-
msgstr "
|
78 |
-
|
79 |
-
#: inc/settings_page.php:68
|
80 |
-
msgid ""
|
81 |
-
"Hello, my name is Arthur and I'm a freelance web designer and developer."
|
82 |
-
msgstr "Привет, меня зовут Артур и Я внештатный веб-дизайнер и разработчик."
|
83 |
|
84 |
-
#: inc/settings_page.php:
|
85 |
-
msgid ""
|
86 |
-
"Share your thoughts with me. You may have a brilliant idea in your mind and "
|
87 |
-
"I can make it happen, so let’s get started!"
|
88 |
-
msgstr ""
|
89 |
-
"Поделитесь со мной своими мыслями. У вас может быть блестящая идея в уме, а "
|
90 |
-
"я могу сделать её явью, так что давайте начнём!"
|
91 |
-
|
92 |
-
#: inc/settings_page.php:87
|
93 |
msgid "Buttons"
|
94 |
msgstr "Кнопки"
|
95 |
|
96 |
-
#: inc/settings_page.php:
|
97 |
msgid ""
|
98 |
"Enter your User ID for each service you choose below to make the button link "
|
99 |
"directly to your profile. If you don't want to use any of the following "
|
@@ -103,30 +88,30 @@ msgstr ""
|
|
103 |
"чтобы создать кнопку с ссылкой на свой профиль. Если вы не хотите "
|
104 |
"использовать какие-либо из следующих опций, то вы можете просто забыть о них."
|
105 |
|
106 |
-
#: inc/settings_page.php:
|
107 |
msgid "Save Changes"
|
108 |
msgstr "Сохранить изменения"
|
109 |
|
110 |
-
#: inc/settings_page.php:
|
111 |
msgid "Display options"
|
112 |
msgstr "Настройки отображения"
|
113 |
|
114 |
-
#: inc/settings_page.php:
|
115 |
msgid "Preview"
|
116 |
msgstr "Предварительный просмотр"
|
117 |
|
118 |
-
#: inc/settings_page.php:
|
119 |
msgid ""
|
120 |
"Enter your User ID's, then click \"Save Changes\" to update this preview."
|
121 |
msgstr ""
|
122 |
"Введите ваши ID пользователя, а затем нажмите кнопку “Сохранить изменения”, "
|
123 |
"чтобы обновить этот просмотр."
|
124 |
|
125 |
-
#: inc/settings_page.php:
|
126 |
msgid "Using"
|
127 |
msgstr "Использование:"
|
128 |
|
129 |
-
#: inc/settings_page.php:
|
130 |
msgid ""
|
131 |
"You have several methods for display the social media buttons toolbar "
|
132 |
"(further just \"toolbar\") on your website. But first, enter a links for "
|
@@ -136,26 +121,26 @@ msgstr ""
|
|
136 |
"медиа кнопок (далее просто “кнопки”) на вашем вебсайте. Но сначала укажите "
|
137 |
"ссылки для каждой кнопки, а затем нажмите “Сохранить изменения”."
|
138 |
|
139 |
-
#: inc/settings_page.php:
|
140 |
msgid ""
|
141 |
"<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
|
142 |
"just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
|
143 |
"section \"Display options\", then click \"Save Changes\". It's that simple!"
|
144 |
msgstr ""
|
145 |
|
146 |
-
#: inc/settings_page.php:
|
147 |
msgid ""
|
148 |
"<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
|
149 |
"following shortcode:"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: inc/settings_page.php:
|
153 |
msgid ""
|
154 |
"<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
|
155 |
"use the \"Text\" widget and add inside it the following shortcode:"
|
156 |
msgstr ""
|
157 |
|
158 |
-
#: inc/settings_page.php:
|
159 |
msgid ""
|
160 |
"<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
|
161 |
"following code (both variants do the same) to needed place (where you want "
|
@@ -177,10 +162,8 @@ msgstr ""
|
|
177 |
#. Description of the plugin/theme
|
178 |
msgid ""
|
179 |
"Easily add the smart toolbar with social media buttons (not share, only link "
|
180 |
-
"to your profiles) to any place of your WordPress
|
181 |
msgstr ""
|
182 |
-
"Легко добавьте умный блок с кнопками социальных медиа (не расшаривание, а "
|
183 |
-
"только ссылки на ваши профили) в любое место вашего WordPress веб-сайта."
|
184 |
|
185 |
#. Author of the plugin/theme
|
186 |
msgid "Arthur Gareginyan"
|
@@ -190,6 +173,49 @@ msgstr "Артур Гарегинян"
|
|
190 |
msgid "http://www.arthurgareginyan.com"
|
191 |
msgstr ""
|
192 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
193 |
#~ msgid "Arthur \"Berserkr\" Gareginyan"
|
194 |
#~ msgstr "Артур “Берсеркр” Гарегинян"
|
195 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Social Media Buttons Toolbar\n"
|
4 |
+
"POT-Creation-Date: 2016-08-23 07:14+0300\n"
|
5 |
+
"PO-Revision-Date: 2016-08-23 07:14+0300\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"Language: ru\n"
|
29 |
#: inc/settings_page.php:27
|
30 |
msgid ""
|
31 |
"by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
|
32 |
+
"Gareginyan</a>"
|
33 |
msgstr ""
|
34 |
+
"от <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Артур "
|
35 |
+
"Гарегинян</a>"
|
36 |
|
37 |
#: inc/settings_page.php:38
|
38 |
msgid "About"
|
51 |
msgstr "Помощь"
|
52 |
|
53 |
#: inc/settings_page.php:47
|
54 |
+
msgid "Got something to say? Need help?"
|
55 |
+
msgstr "Есть что сказать? Нужна помощь?"
|
|
|
|
|
56 |
|
57 |
#: inc/settings_page.php:53
|
58 |
msgid "Donate"
|
59 |
msgstr "Пожертвование"
|
60 |
|
61 |
+
#: inc/settings_page.php:55
|
62 |
msgid ""
|
63 |
+
"If you like this plugin and find it useful, please help me to make this "
|
64 |
+
"plugin even better and keep it up-to-date."
|
65 |
msgstr ""
|
66 |
+
"Если вам нравится этот плагин и вы находите его полезным, то пожалуйста "
|
67 |
+
"помогите мне сделать его ещё лучше."
|
68 |
|
69 |
+
#: inc/settings_page.php:59
|
70 |
msgid "Thanks for your support!"
|
71 |
msgstr "Спасибо за вашу поддержку!"
|
72 |
|
73 |
+
#: inc/settings_page.php:64
|
74 |
+
msgid "Advertisement"
|
75 |
+
msgstr "Реклама"
|
|
|
|
|
|
|
|
|
|
|
76 |
|
77 |
+
#: inc/settings_page.php:83
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
msgid "Buttons"
|
79 |
msgstr "Кнопки"
|
80 |
|
81 |
+
#: inc/settings_page.php:85
|
82 |
msgid ""
|
83 |
"Enter your User ID for each service you choose below to make the button link "
|
84 |
"directly to your profile. If you don't want to use any of the following "
|
88 |
"чтобы создать кнопку с ссылкой на свой профиль. Если вы не хотите "
|
89 |
"использовать какие-либо из следующих опций, то вы можете просто забыть о них."
|
90 |
|
91 |
+
#: inc/settings_page.php:214 inc/settings_page.php:260
|
92 |
msgid "Save Changes"
|
93 |
msgstr "Сохранить изменения"
|
94 |
|
95 |
+
#: inc/settings_page.php:219
|
96 |
msgid "Display options"
|
97 |
msgstr "Настройки отображения"
|
98 |
|
99 |
+
#: inc/settings_page.php:265
|
100 |
msgid "Preview"
|
101 |
msgstr "Предварительный просмотр"
|
102 |
|
103 |
+
#: inc/settings_page.php:267
|
104 |
msgid ""
|
105 |
"Enter your User ID's, then click \"Save Changes\" to update this preview."
|
106 |
msgstr ""
|
107 |
"Введите ваши ID пользователя, а затем нажмите кнопку “Сохранить изменения”, "
|
108 |
"чтобы обновить этот просмотр."
|
109 |
|
110 |
+
#: inc/settings_page.php:273
|
111 |
msgid "Using"
|
112 |
msgstr "Использование:"
|
113 |
|
114 |
+
#: inc/settings_page.php:275
|
115 |
msgid ""
|
116 |
"You have several methods for display the social media buttons toolbar "
|
117 |
"(further just \"toolbar\") on your website. But first, enter a links for "
|
121 |
"медиа кнопок (далее просто “кнопки”) на вашем вебсайте. Но сначала укажите "
|
122 |
"ссылки для каждой кнопки, а затем нажмите “Сохранить изменения”."
|
123 |
|
124 |
+
#: inc/settings_page.php:276
|
125 |
msgid ""
|
126 |
"<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
|
127 |
"just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
|
128 |
"section \"Display options\", then click \"Save Changes\". It's that simple!"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: inc/settings_page.php:277
|
132 |
msgid ""
|
133 |
"<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
|
134 |
"following shortcode:"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: inc/settings_page.php:279
|
138 |
msgid ""
|
139 |
"<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
|
140 |
"use the \"Text\" widget and add inside it the following shortcode:"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: inc/settings_page.php:281
|
144 |
msgid ""
|
145 |
"<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
|
146 |
"following code (both variants do the same) to needed place (where you want "
|
162 |
#. Description of the plugin/theme
|
163 |
msgid ""
|
164 |
"Easily add the smart toolbar with social media buttons (not share, only link "
|
165 |
+
"to your profiles) to any place of your WordPress website."
|
166 |
msgstr ""
|
|
|
|
|
167 |
|
168 |
#. Author of the plugin/theme
|
169 |
msgid "Arthur Gareginyan"
|
173 |
msgid "http://www.arthurgareginyan.com"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#~ msgid "Advertising"
|
177 |
+
#~ msgstr "Реклама"
|
178 |
+
|
179 |
+
#~ msgid ""
|
180 |
+
#~ "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
|
181 |
+
#~ "\"Berserkr\" Gareginyan</a>"
|
182 |
+
#~ msgstr ""
|
183 |
+
#~ "от <a href=“http://www.arthurgareginyan.com” target=“_blank”>Артур "
|
184 |
+
#~ "“Berserkr” Гарегинян</a>"
|
185 |
+
|
186 |
+
#~ msgid "If you want more options then tell me and I will be happy to add it."
|
187 |
+
#~ msgstr ""
|
188 |
+
#~ "Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
|
189 |
+
#~ "добавить их."
|
190 |
+
|
191 |
+
#~ msgid ""
|
192 |
+
#~ "If you like this plugin and find it useful, help me to make this plugin "
|
193 |
+
#~ "even better and keep it up-to-date."
|
194 |
+
#~ msgstr ""
|
195 |
+
#~ "Если вам нравится этот плагин и вы находите его полезным, то помогите мне "
|
196 |
+
#~ "сделать этот плагин ещё лучше и держать его современным."
|
197 |
+
|
198 |
+
#~ msgid "Freelance"
|
199 |
+
#~ msgstr "Фриланс"
|
200 |
+
|
201 |
+
#~ msgid ""
|
202 |
+
#~ "Hello, my name is Arthur and I'm a freelance web designer and developer."
|
203 |
+
#~ msgstr "Привет, меня зовут Артур и Я внештатный веб-дизайнер и разработчик."
|
204 |
+
|
205 |
+
#~ msgid ""
|
206 |
+
#~ "Share your thoughts with me. You may have a brilliant idea in your mind "
|
207 |
+
#~ "and I can make it happen, so let’s get started!"
|
208 |
+
#~ msgstr ""
|
209 |
+
#~ "Поделитесь со мной своими мыслями. У вас может быть блестящая идея в уме, "
|
210 |
+
#~ "а я могу сделать её явью, так что давайте начнём!"
|
211 |
+
|
212 |
+
#~ msgid ""
|
213 |
+
#~ "Easily add the smart toolbar with social media buttons (not share, only "
|
214 |
+
#~ "link to your profiles) to any place of your WordPress web-site."
|
215 |
+
#~ msgstr ""
|
216 |
+
#~ "Легко добавьте умный блок с кнопками социальных медиа (не расшаривание, а "
|
217 |
+
#~ "только ссылки на ваши профили) в любое место вашего WordPress веб-сайта."
|
218 |
+
|
219 |
#~ msgid "Arthur \"Berserkr\" Gareginyan"
|
220 |
#~ msgstr "Артур “Берсеркр” Гарегинян"
|
221 |
|
languages/social-media-buttons-toolbar.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: Social Media Buttons Toolbar\n"
|
6 |
-
"POT-Creation-Date: 2016-
|
7 |
"PO-Revision-Date: 2015-12-17 02:16+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
@@ -28,7 +28,7 @@ msgstr ""
|
|
28 |
#: inc/settings_page.php:27
|
29 |
msgid ""
|
30 |
"by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
|
31 |
-
"
|
32 |
msgstr ""
|
33 |
|
34 |
#: inc/settings_page.php:38
|
@@ -46,97 +46,86 @@ msgid "Help"
|
|
46 |
msgstr ""
|
47 |
|
48 |
#: inc/settings_page.php:47
|
49 |
-
msgid "
|
50 |
msgstr ""
|
51 |
|
52 |
#: inc/settings_page.php:53
|
53 |
msgid "Donate"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: inc/settings_page.php:
|
57 |
msgid ""
|
58 |
-
"If you like this plugin and find it useful, help me to make this
|
59 |
-
"better and keep it up-to-date."
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: inc/settings_page.php:
|
63 |
msgid "Thanks for your support!"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: inc/settings_page.php:
|
67 |
-
msgid "
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: inc/settings_page.php:
|
71 |
-
msgid ""
|
72 |
-
"Hello, my name is Arthur and I'm a freelance web designer and developer."
|
73 |
-
msgstr ""
|
74 |
-
|
75 |
-
#: inc/settings_page.php:69
|
76 |
-
msgid ""
|
77 |
-
"Share your thoughts with me. You may have a brilliant idea in your mind and "
|
78 |
-
"I can make it happen, so let’s get started!"
|
79 |
-
msgstr ""
|
80 |
-
|
81 |
-
#: inc/settings_page.php:87
|
82 |
msgid "Buttons"
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: inc/settings_page.php:
|
86 |
msgid ""
|
87 |
"Enter your User ID for each service you choose below to make the button link "
|
88 |
"directly to your profile. If you don't want to use any of the following "
|
89 |
"options, you can just forget about these."
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: inc/settings_page.php:
|
93 |
msgid "Save Changes"
|
94 |
msgstr ""
|
95 |
|
96 |
-
#: inc/settings_page.php:
|
97 |
msgid "Display options"
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: inc/settings_page.php:
|
101 |
msgid "Preview"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#: inc/settings_page.php:
|
105 |
msgid ""
|
106 |
"Enter your User ID's, then click \"Save Changes\" to update this preview."
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: inc/settings_page.php:
|
110 |
msgid "Using"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: inc/settings_page.php:
|
114 |
msgid ""
|
115 |
"You have several methods for display the social media buttons toolbar "
|
116 |
"(further just \"toolbar\") on your website. But first, enter a links for "
|
117 |
"each buttons, then click \"Save Changes\"."
|
118 |
msgstr ""
|
119 |
|
120 |
-
#: inc/settings_page.php:
|
121 |
msgid ""
|
122 |
"<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
|
123 |
"just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
|
124 |
"section \"Display options\", then click \"Save Changes\". It's that simple!"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: inc/settings_page.php:
|
128 |
msgid ""
|
129 |
"<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
|
130 |
"following shortcode:"
|
131 |
msgstr ""
|
132 |
|
133 |
-
#: inc/settings_page.php:
|
134 |
msgid ""
|
135 |
"<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
|
136 |
"use the \"Text\" widget and add inside it the following shortcode:"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: inc/settings_page.php:
|
140 |
msgid ""
|
141 |
"<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
|
142 |
"following code (both variants do the same) to needed place (where you want "
|
@@ -158,7 +147,7 @@ msgstr ""
|
|
158 |
#. Description of the plugin/theme
|
159 |
msgid ""
|
160 |
"Easily add the smart toolbar with social media buttons (not share, only link "
|
161 |
-
"to your profiles) to any place of your WordPress
|
162 |
msgstr ""
|
163 |
|
164 |
#. Author of the plugin/theme
|
3 |
msgstr ""
|
4 |
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
5 |
"Project-Id-Version: Social Media Buttons Toolbar\n"
|
6 |
+
"POT-Creation-Date: 2016-08-23 07:14+0300\n"
|
7 |
"PO-Revision-Date: 2015-12-17 02:16+0300\n"
|
8 |
"Last-Translator: \n"
|
9 |
"Language-Team: \n"
|
28 |
#: inc/settings_page.php:27
|
29 |
msgid ""
|
30 |
"by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
|
31 |
+
"Gareginyan</a>"
|
32 |
msgstr ""
|
33 |
|
34 |
#: inc/settings_page.php:38
|
46 |
msgstr ""
|
47 |
|
48 |
#: inc/settings_page.php:47
|
49 |
+
msgid "Got something to say? Need help?"
|
50 |
msgstr ""
|
51 |
|
52 |
#: inc/settings_page.php:53
|
53 |
msgid "Donate"
|
54 |
msgstr ""
|
55 |
|
56 |
+
#: inc/settings_page.php:55
|
57 |
msgid ""
|
58 |
+
"If you like this plugin and find it useful, please help me to make this "
|
59 |
+
"plugin even better and keep it up-to-date."
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: inc/settings_page.php:59
|
63 |
msgid "Thanks for your support!"
|
64 |
msgstr ""
|
65 |
|
66 |
+
#: inc/settings_page.php:64
|
67 |
+
msgid "Advertisement"
|
68 |
msgstr ""
|
69 |
|
70 |
+
#: inc/settings_page.php:83
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
71 |
msgid "Buttons"
|
72 |
msgstr ""
|
73 |
|
74 |
+
#: inc/settings_page.php:85
|
75 |
msgid ""
|
76 |
"Enter your User ID for each service you choose below to make the button link "
|
77 |
"directly to your profile. If you don't want to use any of the following "
|
78 |
"options, you can just forget about these."
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: inc/settings_page.php:214 inc/settings_page.php:260
|
82 |
msgid "Save Changes"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: inc/settings_page.php:219
|
86 |
msgid "Display options"
|
87 |
msgstr ""
|
88 |
|
89 |
+
#: inc/settings_page.php:265
|
90 |
msgid "Preview"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: inc/settings_page.php:267
|
94 |
msgid ""
|
95 |
"Enter your User ID's, then click \"Save Changes\" to update this preview."
|
96 |
msgstr ""
|
97 |
|
98 |
+
#: inc/settings_page.php:273
|
99 |
msgid "Using"
|
100 |
msgstr ""
|
101 |
|
102 |
+
#: inc/settings_page.php:275
|
103 |
msgid ""
|
104 |
"You have several methods for display the social media buttons toolbar "
|
105 |
"(further just \"toolbar\") on your website. But first, enter a links for "
|
106 |
"each buttons, then click \"Save Changes\"."
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: inc/settings_page.php:276
|
110 |
msgid ""
|
111 |
"<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
|
112 |
"just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
|
113 |
"section \"Display options\", then click \"Save Changes\". It's that simple!"
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: inc/settings_page.php:277
|
117 |
msgid ""
|
118 |
"<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
|
119 |
"following shortcode:"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: inc/settings_page.php:279
|
123 |
msgid ""
|
124 |
"<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
|
125 |
"use the \"Text\" widget and add inside it the following shortcode:"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: inc/settings_page.php:281
|
129 |
msgid ""
|
130 |
"<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
|
131 |
"following code (both variants do the same) to needed place (where you want "
|
147 |
#. Description of the plugin/theme
|
148 |
msgid ""
|
149 |
"Easily add the smart toolbar with social media buttons (not share, only link "
|
150 |
+
"to your profiles) to any place of your WordPress website."
|
151 |
msgstr ""
|
152 |
|
153 |
#. Author of the plugin/theme
|
readme.txt
CHANGED
@@ -23,8 +23,7 @@ It give you finer control over buttons. You can configure they on plugins settin
|
|
23 |
= Features =
|
24 |
|
25 |
* Icon set ["Social Buttons 2"](https://www.iconfinder.com/iconsets/social-buttons-2) by Ivlichev Victor Petrovich
|
26 |
-
* Ready for translation (
|
27 |
-
* Russian translation.
|
28 |
|
29 |
**Supported social media and links:**
|
30 |
|
@@ -48,9 +47,16 @@ It give you finer control over buttons. You can configure they on plugins settin
|
|
48 |
* Codepen
|
49 |
* Personal website
|
50 |
* Email
|
51 |
-
* RSS Feed
|
52 |
|
53 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
54 |
|
55 |
You have several methods for display the social media buttons toolbar (further just "toolbar") on your website. But first, enter a links for each buttons, then click "Save Changes".
|
56 |
|
@@ -67,14 +73,13 @@ D) For add the toolbar directly to a theme files, just add one of the following
|
|
67 |
|
68 |
`<?php echo smbtoolbar_shortcode(); ?>`
|
69 |
|
70 |
-
|
71 |
>**Contribution**
|
72 |
>
|
73 |
>Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:
|
74 |
>
|
75 |
-
>*
|
76 |
-
>*
|
77 |
-
>*
|
78 |
|
79 |
|
80 |
== Installation ==
|
@@ -160,6 +165,13 @@ Icon meetvibe.png by [Arthur Gareginyan](http://www.arthurgareginyan.com) and li
|
|
160 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
|
161 |
|
162 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
= 2.3 =
|
164 |
* Added Telegram button.
|
165 |
= 2.2.1 =
|
23 |
= Features =
|
24 |
|
25 |
* Icon set ["Social Buttons 2"](https://www.iconfinder.com/iconsets/social-buttons-2) by Ivlichev Victor Petrovich
|
26 |
+
* Ready for translation (POT file included).
|
|
|
27 |
|
28 |
**Supported social media and links:**
|
29 |
|
47 |
* Codepen
|
48 |
* Personal website
|
49 |
* Email
|
50 |
+
* RSS Feed
|
51 |
|
52 |
+
= Translation =
|
53 |
+
|
54 |
+
Please keep in mind that not all translations are up to date. You are welcome to contribute!
|
55 |
+
|
56 |
+
* English (default)
|
57 |
+
* Russian
|
58 |
+
|
59 |
+
= Using =
|
60 |
|
61 |
You have several methods for display the social media buttons toolbar (further just "toolbar") on your website. But first, enter a links for each buttons, then click "Save Changes".
|
62 |
|
73 |
|
74 |
`<?php echo smbtoolbar_shortcode(); ?>`
|
75 |
|
|
|
76 |
>**Contribution**
|
77 |
>
|
78 |
>Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:
|
79 |
>
|
80 |
+
>* [Donate](http://www.arthurgareginyan.com/donate.html) to support ongoing development. Your contribution would be greatly appreciated.
|
81 |
+
>* [Rate and Review](https://wordpress.org/support/view/plugin-reviews/social-media-buttons-toolbar?rate=5#postform) this plugin.
|
82 |
+
>* [Share with me](mailto:arthurgareginyan@gmail.com) or view the [GitHub Repo](https://github.com/ArthurGareginyan/social-media-buttons-toolbar) if you have any ideas or suggestions to make this plugin better.
|
83 |
|
84 |
|
85 |
== Installation ==
|
165 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
|
166 |
|
167 |
== Changelog ==
|
168 |
+
= 2.3.1 =
|
169 |
+
* POT file updated.
|
170 |
+
* Russian translation updated.
|
171 |
+
* Image "thanks.png" removed.
|
172 |
+
* Advertisement replaced by new.
|
173 |
+
* Added the subject with plugin name to email address on settings page.
|
174 |
+
* Function "smbtoolbar_enqueue_scripts" renamed to "smbtoolbar_load_scripts".
|
175 |
= 2.3 =
|
176 |
* Added Telegram button.
|
177 |
= 2.2.1 =
|
social-media-buttons-toolbar.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Description: Easily add the smart toolbar with social media buttons (not share, only link to your profiles) to any place of your WordPress website.
|
6 |
* Author: Arthur Gareginyan
|
7 |
* Author URI: http://www.arthurgareginyan.com
|
8 |
-
* Version: 2.3
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
@@ -91,11 +91,11 @@ add_action( 'admin_menu', 'smbtoolbar_register_submenu_page' );
|
|
91 |
require_once( SMEDIABT_PATH . 'inc/settings_page.php' );
|
92 |
|
93 |
/**
|
94 |
-
*
|
95 |
*
|
96 |
* @since 2.0
|
97 |
*/
|
98 |
-
function
|
99 |
|
100 |
// Return if the page is not a settings page of this plugin
|
101 |
if ( 'settings_page_social-media-buttons-toolbar' != $hook ) {
|
@@ -104,7 +104,7 @@ function smbtoolbar_enqueue_scripts($hook) {
|
|
104 |
|
105 |
wp_enqueue_style('styles', SMEDIABT_URL . 'inc/style-admin.css');
|
106 |
}
|
107 |
-
add_action('admin_enqueue_scripts', '
|
108 |
|
109 |
/**
|
110 |
* Register settings
|
5 |
* Description: Easily add the smart toolbar with social media buttons (not share, only link to your profiles) to any place of your WordPress website.
|
6 |
* Author: Arthur Gareginyan
|
7 |
* Author URI: http://www.arthurgareginyan.com
|
8 |
+
* Version: 2.3.1
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
91 |
require_once( SMEDIABT_PATH . 'inc/settings_page.php' );
|
92 |
|
93 |
/**
|
94 |
+
* Load scripts and style sheet for settings page
|
95 |
*
|
96 |
* @since 2.0
|
97 |
*/
|
98 |
+
function smbtoolbar_load_scripts($hook) {
|
99 |
|
100 |
// Return if the page is not a settings page of this plugin
|
101 |
if ( 'settings_page_social-media-buttons-toolbar' != $hook ) {
|
104 |
|
105 |
wp_enqueue_style('styles', SMEDIABT_URL . 'inc/style-admin.css');
|
106 |
}
|
107 |
+
add_action('admin_enqueue_scripts', 'smbtoolbar_load_scripts');
|
108 |
|
109 |
/**
|
110 |
* Register settings
|