Social Media Follow Buttons Bar - Version 1.3

Version Description

  • Some changes in design of settings page.
  • On settings page added section "Using" with the using details. (Thanks Hubert O'Brien)
Download this release

Release Info

Developer Arthur Gareginyan
Plugin Icon 128x128 Social Media Follow Buttons Bar
Version 1.3
Comparing to
See all releases

Code changes from version 1.2 to 1.3

inc/settings_page.php CHANGED
@@ -8,7 +8,7 @@ defined('ABSPATH') or die("Restricted access!");
8
  /**
9
  * Render Settings Page
10
  *
11
- * @since 1.2
12
  */
13
  function smbtoolbar_render_submenu_page() {
14
 
@@ -35,17 +35,16 @@ function smbtoolbar_render_submenu_page() {
35
  <div id="about" class="postbox">
36
  <h3 class="title"><?php _e( 'About', 'smbtoolbar' ); ?></h3>
37
  <div class="inside">
38
- <p class="about">
39
- <img src="<?php echo plugins_url('thanks.png', __FILE__); ?>">
40
- </p>
41
- <p><?php _e( 'This plugin allows you to easily add the social media buttons toolbar to any place of your web-site.', 'smbtoolbar' ) ?></p>
42
- <p><?php _e( 'To use, enter your User ID\'s, then click "Save Changes". It\'s that simple!', 'smbtoolbar' ) ?></p>
43
  </div>
44
  </div>
45
 
46
  <div id="donate" class="postbox">
47
  <h3 class="title"><?php _e( 'Donate', 'smbtoolbar' ); ?></h3>
48
  <div class="inside">
 
49
  <p class="donate"><?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.', 'smbtoolbar' ) ?></p>
50
  <div class="aligncenter">
51
  <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" rel="nofollow">
@@ -61,6 +60,7 @@ function smbtoolbar_render_submenu_page() {
61
  <div class="inside">
62
  <div class="aligncenter">
63
  <p><?php _e( 'If you want more options then tell me and I will be happy to add it.', 'smbtoolbar' ); ?></p>
 
64
  </div>
65
  </div>
66
  </div>
@@ -77,8 +77,8 @@ function smbtoolbar_render_submenu_page() {
77
  <form name="smbtoolbar-form" action="options.php" method="post" enctype="multipart/form-data">
78
  <?php settings_fields( 'smbtoolbar_settings_group' ); ?>
79
 
80
- <div class="postbox" id="UserIDs">
81
- <h3 class="title"><?php _e( 'User ID’s', 'smbtoolbar' ); ?></h3>
82
  <div class="inside">
83
  <p class="description"><?php _e( 'Enter your User ID for each service you choose below to make the button link directly to your profile. If you don\'t want to use any of the following options, you can just forget about these.', 'smbtoolbar' ); ?></p>
84
  <table class="form-table">
@@ -213,6 +213,21 @@ function smbtoolbar_render_submenu_page() {
213
  </div>
214
  </div>
215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
216
  </div>
217
  </div>
218
  </div>
@@ -224,4 +239,4 @@ function smbtoolbar_render_submenu_page() {
224
 
225
  </div>
226
  <?php
227
- }
8
  /**
9
  * Render Settings Page
10
  *
11
+ * @since 1.3
12
  */
13
  function smbtoolbar_render_submenu_page() {
14
 
35
  <div id="about" class="postbox">
36
  <h3 class="title"><?php _e( 'About', 'smbtoolbar' ); ?></h3>
37
  <div class="inside">
38
+ <div class="aligncenter">
39
+ <p><?php _e( 'This plugin allows you to easily add the social media buttons toolbar to any place of your website.', 'smbtoolbar' ) ?></p>
40
+ </div>
 
 
41
  </div>
42
  </div>
43
 
44
  <div id="donate" class="postbox">
45
  <h3 class="title"><?php _e( 'Donate', 'smbtoolbar' ); ?></h3>
46
  <div class="inside">
47
+ <img src="<?php echo plugins_url('thanks.png', __FILE__); ?>">
48
  <p class="donate"><?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.', 'smbtoolbar' ) ?></p>
49
  <div class="aligncenter">
50
  <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" rel="nofollow">
60
  <div class="inside">
61
  <div class="aligncenter">
62
  <p><?php _e( 'If you want more options then tell me and I will be happy to add it.', 'smbtoolbar' ); ?></p>
63
+ <p><a href="mailto:arthurgareginyan@gmail.com">arthurgareginyan@gmail.com</a></p>
64
  </div>
65
  </div>
66
  </div>
77
  <form name="smbtoolbar-form" action="options.php" method="post" enctype="multipart/form-data">
78
  <?php settings_fields( 'smbtoolbar_settings_group' ); ?>
79
 
80
+ <div class="postbox" id="Buttons">
81
+ <h3 class="title"><?php _e( 'Buttons', 'smbtoolbar' ); ?></h3>
82
  <div class="inside">
83
  <p class="description"><?php _e( 'Enter your User ID for each service you choose below to make the button link directly to your profile. If you don\'t want to use any of the following options, you can just forget about these.', 'smbtoolbar' ); ?></p>
84
  <table class="form-table">
213
  </div>
214
  </div>
215
 
216
+ <div class="postbox" id="Using">
217
+ <h3 class="title"><?php _e( 'Using', 'smbtoolbar' ) ?></h3>
218
+ <div class="inside">
219
+ <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".', 'smbtoolbar' ) ?></p>
220
+ <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!', 'smbtoolbar' ) ?></p>
221
+ <p><?php _e( '<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the following shortcode:', 'smbtoolbar' ) ?></p>
222
+ <p><?php highlight_string('[smbtoolbar]'); ?></p>
223
+ <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:', 'smbtoolbar' ) ?></p>
224
+ <p><?php highlight_string('[smbtoolbar]'); ?></p>
225
+ <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:', 'smbtoolbar' ) ?></p>
226
+ <p><?php highlight_string('<?php echo do_shortcode("[smbtoolbar]"); ?>'); ?></p>
227
+ <p><?php highlight_string('<?php echo smbtoolbar_shortcode(); ?>'); ?></p>
228
+ </div>
229
+ </div>
230
+
231
  </div>
232
  </div>
233
  </div>
239
 
240
  </div>
241
  <?php
242
+ }
inc/style-admin.css CHANGED
@@ -1,7 +1,7 @@
1
  /*
2
  * Social Media Buttons Toolbar
3
  * Style sheet for plugin's page
4
- * @since 0.3
5
  * @agareginyan
6
  */
7
 
@@ -60,15 +60,10 @@ td.help-text {
60
  position: relative;
61
  }
62
 
63
-
64
- .description {
65
- border-bottom: 1px solid #cacaca;
66
  }
67
 
68
- .about img {
69
  max-width: 100%;
70
- }
71
-
72
- .donate {
73
- text-align: center;
74
  }
1
  /*
2
  * Social Media Buttons Toolbar
3
  * Style sheet for plugin's page
4
+ * @since 1.3
5
  * @agareginyan
6
  */
7
 
60
  position: relative;
61
  }
62
 
63
+ .donate {
64
+ text-align: center;
 
65
  }
66
 
67
+ .donate img {
68
  max-width: 100%;
 
 
 
 
69
  }
inc/thanks.png CHANGED
Binary file
languages/smbtoolbar-ru_RU.mo CHANGED
Binary file
languages/smbtoolbar-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-02-21 07:55+0300\n"
5
- "PO-Revision-Date: 2016-02-21 07:55+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
@@ -36,28 +36,21 @@ msgstr ""
36
 
37
  #: inc/settings_page.php:36
38
  msgid "About"
39
- msgstr ""
40
 
41
- #: inc/settings_page.php:41
42
  msgid ""
43
  "This plugin allows you to easily add the social media buttons toolbar to any "
44
- "place of your web-site."
45
  msgstr ""
46
  "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
47
  "место на вашем веб-сайте."
48
 
49
- #: inc/settings_page.php:42
50
- msgid ""
51
- "To use, enter your User ID's, then click \"Save Changes\". It's that simple!"
52
- msgstr ""
53
- "Для использования, введите ваши ID пользователя, затем нажмите кнопку "
54
- "“Сохранить изменения”. Это так просто!"
55
-
56
- #: inc/settings_page.php:47
57
  msgid "Donate"
58
  msgstr "Пожертвование"
59
 
60
- #: inc/settings_page.php:49
61
  msgid ""
62
  "If you like this plugin and find it useful, help me to make this plugin even "
63
  "better and keep it up-to-date."
@@ -65,23 +58,23 @@ msgstr ""
65
  "Если вам нравится этот плагин и вы находите его полезным, то помогите мне "
66
  "сделать этот плагин ещё лучше и держать его современным."
67
 
68
- #: inc/settings_page.php:55
69
  msgid "Thanks for your support!"
70
  msgstr "Спасибо за вашу поддержку!"
71
 
72
- #: inc/settings_page.php:60
73
  msgid "Help"
74
  msgstr "Помощь"
75
 
76
- #: inc/settings_page.php:63
77
  msgid "If you want more options then tell me and I will be happy to add it."
78
  msgstr ""
79
  "Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
80
  "добавить их."
81
 
82
  #: inc/settings_page.php:81
83
- msgid "User ID’s"
84
- msgstr "ID Пользователя"
85
 
86
  #: inc/settings_page.php:83
87
  msgid ""
@@ -112,6 +105,46 @@ msgstr ""
112
  "Введите ваши ID пользователя, а затем нажмите кнопку “Сохранить изменения”, "
113
  "чтобы обновить этот просмотр."
114
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
115
  #: social-media-buttons-toolbar.php:58
116
  msgid "Settings"
117
  msgstr "Настройки"
@@ -131,6 +164,8 @@ msgid ""
131
  "Easily add the smart toolbar with social media buttons (not share, only link "
132
  "to your profiles) to any place of your WordPress web-site."
133
  msgstr ""
 
 
134
 
135
  #. Author of the plugin/theme
136
  msgid "Arthur \"Berserkr\" Gareginyan"
@@ -140,6 +175,23 @@ msgstr "Артур “Берсеркр” Гарегинян"
140
  msgid "http://www.arthurgareginyan.com"
141
  msgstr ""
142
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
143
  #~ msgid "Your options was sucessfully updated."
144
  #~ msgstr "Ваши опции были успешно обновлены."
145
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Social Media Buttons Toolbar\n"
4
+ "POT-Creation-Date: 2016-03-21 19:12+0300\n"
5
+ "PO-Revision-Date: 2016-03-21 19:18+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
36
 
37
  #: inc/settings_page.php:36
38
  msgid "About"
39
+ msgstr "О плагине"
40
 
41
+ #: inc/settings_page.php:39
42
  msgid ""
43
  "This plugin allows you to easily add the social media buttons toolbar to any "
44
+ "place of your website."
45
  msgstr ""
46
  "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
47
  "место на вашем веб-сайте."
48
 
49
+ #: inc/settings_page.php:45
 
 
 
 
 
 
 
50
  msgid "Donate"
51
  msgstr "Пожертвование"
52
 
53
+ #: inc/settings_page.php:48
54
  msgid ""
55
  "If you like this plugin and find it useful, help me to make this plugin even "
56
  "better and keep it up-to-date."
58
  "Если вам нравится этот плагин и вы находите его полезным, то помогите мне "
59
  "сделать этот плагин ещё лучше и держать его современным."
60
 
61
+ #: inc/settings_page.php:54
62
  msgid "Thanks for your support!"
63
  msgstr "Спасибо за вашу поддержку!"
64
 
65
+ #: inc/settings_page.php:59
66
  msgid "Help"
67
  msgstr "Помощь"
68
 
69
+ #: inc/settings_page.php:62
70
  msgid "If you want more options then tell me and I will be happy to add it."
71
  msgstr ""
72
  "Если вы хотите больше опций, то скажите мне об этом и я буду счастлив "
73
  "добавить их."
74
 
75
  #: inc/settings_page.php:81
76
+ msgid "Buttons"
77
+ msgstr "Кнопки"
78
 
79
  #: inc/settings_page.php:83
80
  msgid ""
105
  "Введите ваши ID пользователя, а затем нажмите кнопку “Сохранить изменения”, "
106
  "чтобы обновить этот просмотр."
107
 
108
+ #: inc/settings_page.php:217
109
+ msgid "Using"
110
+ msgstr "Использование:"
111
+
112
+ #: inc/settings_page.php:219
113
+ msgid ""
114
+ "You have several methods for display the social media buttons toolbar "
115
+ "(further just \"toolbar\") on your website. But first, enter a links for "
116
+ "each buttons, then click \"Save Changes\"."
117
+ msgstr ""
118
+ "У вас есть несколько способов для того, чтобы отобразить блок социальных "
119
+ "медиа кнопок (далее просто “кнопки”) на вашем вебсайте. Но сначала укажите "
120
+ "ссылки для каждой кнопки, а затем нажмите “Сохранить изменения”."
121
+
122
+ #: inc/settings_page.php:220
123
+ msgid ""
124
+ "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
125
+ "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
126
+ "section \"Display options\", then click \"Save Changes\". It's that simple!"
127
+ msgstr ""
128
+
129
+ #: inc/settings_page.php:221
130
+ msgid ""
131
+ "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
132
+ "following shortcode:"
133
+ msgstr ""
134
+
135
+ #: inc/settings_page.php:223
136
+ msgid ""
137
+ "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
138
+ "use the \"Text\" widget and add inside it the following shortcode:"
139
+ msgstr ""
140
+
141
+ #: inc/settings_page.php:225
142
+ msgid ""
143
+ "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
144
+ "following code (both variants do the same) to needed place (where you want "
145
+ "to display the toolbar) in your theme files:"
146
+ msgstr ""
147
+
148
  #: social-media-buttons-toolbar.php:58
149
  msgid "Settings"
150
  msgstr "Настройки"
164
  "Easily add the smart toolbar with social media buttons (not share, only link "
165
  "to your profiles) to any place of your WordPress web-site."
166
  msgstr ""
167
+ "Легко добавьте умный блок с кнопками социальных медиа (не расшаривание, а "
168
+ "только ссылки на ваши профили) в любое место вашего WordPress веб-сайта."
169
 
170
  #. Author of the plugin/theme
171
  msgid "Arthur \"Berserkr\" Gareginyan"
175
  msgid "http://www.arthurgareginyan.com"
176
  msgstr ""
177
 
178
+ #~ msgid ""
179
+ #~ "This plugin allows you to easily add the social media buttons toolbar to "
180
+ #~ "any place of your web-site."
181
+ #~ msgstr ""
182
+ #~ "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
183
+ #~ "место на вашем веб-сайте."
184
+
185
+ #~ msgid ""
186
+ #~ "To use, enter your User ID's, then click \"Save Changes\". It's that "
187
+ #~ "simple!"
188
+ #~ msgstr ""
189
+ #~ "Для использования, введите ваши ID пользователя, затем нажмите кнопку "
190
+ #~ "“Сохранить изменения”. Это так просто!"
191
+
192
+ #~ msgid "User ID’s"
193
+ #~ msgstr "ID Пользователя"
194
+
195
  #~ msgid "Your options was sucessfully updated."
196
  #~ msgstr "Ваши опции были успешно обновлены."
197
 
languages/smbtoolbar.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-02-21 07:55+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -35,41 +35,36 @@ msgstr ""
35
  msgid "About"
36
  msgstr ""
37
 
38
- #: inc/settings_page.php:41
39
  msgid ""
40
  "This plugin allows you to easily add the social media buttons toolbar to any "
41
- "place of your web-site."
42
  msgstr ""
43
 
44
- #: inc/settings_page.php:42
45
- msgid ""
46
- "To use, enter your User ID's, then click \"Save Changes\". It's that simple!"
47
- msgstr ""
48
-
49
- #: inc/settings_page.php:47
50
  msgid "Donate"
51
  msgstr ""
52
 
53
- #: inc/settings_page.php:49
54
  msgid ""
55
  "If you like this plugin and find it useful, help me to make this plugin even "
56
  "better and keep it up-to-date."
57
  msgstr ""
58
 
59
- #: inc/settings_page.php:55
60
  msgid "Thanks for your support!"
61
  msgstr ""
62
 
63
- #: inc/settings_page.php:60
64
  msgid "Help"
65
  msgstr ""
66
 
67
- #: inc/settings_page.php:63
68
  msgid "If you want more options then tell me and I will be happy to add it."
69
  msgstr ""
70
 
71
  #: inc/settings_page.php:81
72
- msgid "User ID’s"
73
  msgstr ""
74
 
75
  #: inc/settings_page.php:83
@@ -96,6 +91,43 @@ msgid ""
96
  "Enter your User ID's, then click \"Save Changes\" to update this preview."
97
  msgstr ""
98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  #: social-media-buttons-toolbar.php:58
100
  msgid "Settings"
101
  msgstr ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Buttons Toolbar\n"
6
+ "POT-Creation-Date: 2016-03-21 19:12+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
35
  msgid "About"
36
  msgstr ""
37
 
38
+ #: inc/settings_page.php:39
39
  msgid ""
40
  "This plugin allows you to easily add the social media buttons toolbar to any "
41
+ "place of your website."
42
  msgstr ""
43
 
44
+ #: inc/settings_page.php:45
 
 
 
 
 
45
  msgid "Donate"
46
  msgstr ""
47
 
48
+ #: inc/settings_page.php:48
49
  msgid ""
50
  "If you like this plugin and find it useful, help me to make this plugin even "
51
  "better and keep it up-to-date."
52
  msgstr ""
53
 
54
+ #: inc/settings_page.php:54
55
  msgid "Thanks for your support!"
56
  msgstr ""
57
 
58
+ #: inc/settings_page.php:59
59
  msgid "Help"
60
  msgstr ""
61
 
62
+ #: inc/settings_page.php:62
63
  msgid "If you want more options then tell me and I will be happy to add it."
64
  msgstr ""
65
 
66
  #: inc/settings_page.php:81
67
+ msgid "Buttons"
68
  msgstr ""
69
 
70
  #: inc/settings_page.php:83
91
  "Enter your User ID's, then click \"Save Changes\" to update this preview."
92
  msgstr ""
93
 
94
+ #: inc/settings_page.php:217
95
+ msgid "Using"
96
+ msgstr ""
97
+
98
+ #: inc/settings_page.php:219
99
+ msgid ""
100
+ "You have several methods for display the social media buttons toolbar "
101
+ "(further just \"toolbar\") on your website. But first, enter a links for "
102
+ "each buttons, then click \"Save Changes\"."
103
+ msgstr ""
104
+
105
+ #: inc/settings_page.php:220
106
+ msgid ""
107
+ "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
108
+ "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
109
+ "section \"Display options\", then click \"Save Changes\". It's that simple!"
110
+ msgstr ""
111
+
112
+ #: inc/settings_page.php:221
113
+ msgid ""
114
+ "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
115
+ "following shortcode:"
116
+ msgstr ""
117
+
118
+ #: inc/settings_page.php:223
119
+ msgid ""
120
+ "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
121
+ "use the \"Text\" widget and add inside it the following shortcode:"
122
+ msgstr ""
123
+
124
+ #: inc/settings_page.php:225
125
+ msgid ""
126
+ "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
127
+ "following code (both variants do the same) to needed place (where you want "
128
+ "to display the toolbar) in your theme files:"
129
+ msgstr ""
130
+
131
  #: social-media-buttons-toolbar.php:58
132
  msgid "Settings"
133
  msgstr ""
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === Social Media Buttons Toolbar ===
2
  Contributors: Arthur Gareginyan
3
- Tags: icon, icon set, button, social media, social network, toolbar, link to profile,
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.4
7
- Stable tag: 1.1
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -61,21 +61,21 @@ If you want more options then tell me and I will be happy to add it.
61
 
62
  **Using:**
63
 
64
- Use the following shortcode in your posts, pages or text widgets (sidebar, footer) to display the social media buttons toolbar:
 
 
 
 
65
  `[smbtoolbar]`
66
 
67
- Also you can use the following methods to add the social media buttons toolbar directly to theme files.
 
68
 
69
- WordPress has a very easy function called do_shortcode() that lets you add shortcodes in your themes. Simply add the following code to needed place in your theme where you want the buttons to appear:
70
  `<?php echo do_shortcode("[smbtoolbar]"); ?>`
71
 
72
- Or add this code for direct call function:
73
  `<?php echo smbtoolbar_shortcode(); ?>`
74
-
75
- Simple and easy!
76
-
77
 
78
- For more details please visit - [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-social-media-buttons-toolbar.html)
79
 
80
  **Please Vote and Enjoy**
81
 
@@ -105,7 +105,7 @@ After installation, a "`Social Buttons`" menu item will appear in the "`Setting
105
 
106
 
107
  == Frequently Asked Questions ==
108
- = Q. Will this Plugin work on my WordPress.com website? =
109
  A. Sorry, this plugin is available for use only on self-hosted (WordPress.org) websites.
110
 
111
  = Q. Can I use this plugin on my language? =
@@ -115,21 +115,28 @@ A. Yes. But If your language is not available then you can make one. This plugin
115
  A. First, go to page "`Settings`" —> "`Social Buttons`".
116
  On the plugins page you find the fields where you can enter your `User ID's`, `URL` to your social network profile.
117
 
 
 
 
 
 
 
 
 
 
118
  = Q. Where to report bug if found? =
119
  A. Please visit [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar) and report.
120
 
121
  = Q. Where to share any ideas or suggestions to make the plugin better? =
122
- A. Please visit [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-social-media-buttons-toolbar.html) and share.
123
 
124
 
125
  == Screenshots ==
126
- 1. Plugin’s page. Section "User ID's".
127
- 2. Plugin’s page. Section "Display Options".
128
- 3. Plugin’s page. Section "Preview".
129
- 4. Social Media Buttons Toolbar displayed below the content of a post (Twenty Sixteen theme).
130
- 5. Social Media Buttons Toolbar displayed in the sidebar using a shortcode in text widget (Twenty Sixteen theme).
131
- 6. Social Media Buttons Toolbar displayed in the footer using a shortcode in text widget (Anarcho Notepad theme).
132
- 7. Social Media Buttons Toolbar displayed in the footer using a simple call the function directly from theme file (vCard theme).
133
 
134
 
135
  == Other Notes ==
@@ -148,7 +155,7 @@ Icon set [Social Buttons 2](https://www.iconfinder.com/iconsets/social-buttons-2
148
  **Support**
149
 
150
  * Did you enjoy this plugin? Please [donate to support ongoing development](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS). Your contribution would be greatly appreciated.
151
- * Do you have any ideas or suggestions to make the plugin better? I can’t wait to hear them! Please share! [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-social-media-buttons-toolbar.html)
152
 
153
  **Please Vote and Enjoy**
154
 
@@ -157,10 +164,12 @@ Icon set [Social Buttons 2](https://www.iconfinder.com/iconsets/social-buttons-2
157
  **Links**
158
 
159
  * [Developer Website](http://www.arthurgareginyan.com)
160
- * [Dedicated Plugin Page](http://mycyberuniverse.com/my_programs/wp-plugin-social-media-buttons-toolbar.html)
161
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
162
 
163
  == Changelog ==
 
 
 
164
  = 1.2 =
165
  * Fixed the compatibility issue with some themes. The issue was caused by not a unique class names in the html tags.
166
  * The default caption now is empty. The text "Follow me on social media:" is removed.
@@ -182,6 +191,9 @@ Icon set [Social Buttons 2](https://www.iconfinder.com/iconsets/social-buttons-2
182
 
183
 
184
  == Upgrade Notice ==
 
 
 
185
  = 1.2 =
186
  * Fixed the compatibility issue with some themes. The issue was caused by not a unique class names in the html tags.
187
  * The default caption now is empty. The text "Follow me on social media:" is removed.
1
  === Social Media Buttons Toolbar ===
2
  Contributors: Arthur Gareginyan
3
+ Tags: icon, icon set, button, social, media, social button, social media, social network, toolbar, link to profile,
4
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS
5
  Requires at least: 3.9
6
  Tested up to: 4.4
7
+ Stable tag: 1.2
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
61
 
62
  **Using:**
63
 
64
+ 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".
65
+
66
+ A) 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!
67
+
68
+ B) For add the toolbar inside a post from WP Post/Page Editor use the following shortcode:
69
  `[smbtoolbar]`
70
 
71
+ C) For add the toolbar to the widget area (in sidebar, footer etc.) use the "Text" widget and add inside it the following shortcode:
72
+ `[smbtoolbar]`
73
 
74
+ D) 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:
75
  `<?php echo do_shortcode("[smbtoolbar]"); ?>`
76
 
 
77
  `<?php echo smbtoolbar_shortcode(); ?>`
 
 
 
78
 
 
79
 
80
  **Please Vote and Enjoy**
81
 
105
 
106
 
107
  == Frequently Asked Questions ==
108
+ = Q. Will this Plugin work on my WordPress.COM website? =
109
  A. Sorry, this plugin is available for use only on self-hosted (WordPress.org) websites.
110
 
111
  = Q. Can I use this plugin on my language? =
115
  A. First, go to page "`Settings`" —> "`Social Buttons`".
116
  On the plugins page you find the fields where you can enter your `User ID's`, `URL` to your social network profile.
117
 
118
+ = Q. Does this plugin require modification to the theme? =
119
+ A. Absolutely not. This plugin is added/configured entirely from the website's Admin section.
120
+
121
+ = Q. Does this require any knowledge of HTML or CSS? =
122
+ A. Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using a simple WordPress settings page.
123
+
124
+ = Q. It's not working. What could be wrong? =
125
+ A. As with every plugin, it's possible that things don't work. The most common reason for this is that the plugin has a conflict with another plugin you're using. It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.
126
+
127
  = Q. Where to report bug if found? =
128
  A. Please visit [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar) and report.
129
 
130
  = Q. Where to share any ideas or suggestions to make the plugin better? =
131
+ A. Please send me email [arthurgareginyan@gmail.com](mailto:arthurgareginyan@gmail.com).
132
 
133
 
134
  == Screenshots ==
135
+ 1. Plugin settings page.
136
+ 2. Social Media Buttons Toolbar displayed below the content of a post (Twenty Sixteen theme).
137
+ 3. Social Media Buttons Toolbar displayed in the sidebar using a shortcode in text widget (Twenty Sixteen theme).
138
+ 4. Social Media Buttons Toolbar displayed in the footer using a shortcode in text widget (Anarcho Notepad theme).
139
+ 5. Social Media Buttons Toolbar displayed in the footer using a simple call the function directly from theme file (vCard theme).
 
 
140
 
141
 
142
  == Other Notes ==
155
  **Support**
156
 
157
  * Did you enjoy this plugin? Please [donate to support ongoing development](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS). Your contribution would be greatly appreciated.
158
+ * Do you have any ideas or suggestions to make the plugin better? I can’t wait to hear them! Please share! [arthurgareginyan@gmail.com](mailto:arthurgareginyan@gmail.com)
159
 
160
  **Please Vote and Enjoy**
161
 
164
  **Links**
165
 
166
  * [Developer Website](http://www.arthurgareginyan.com)
 
167
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
168
 
169
  == Changelog ==
170
+ = 1.3 =
171
+ * Some changes in design of settings page.
172
+ * On settings page added section "Using" with the using details. (Thanks Hubert O'Brien)
173
  = 1.2 =
174
  * Fixed the compatibility issue with some themes. The issue was caused by not a unique class names in the html tags.
175
  * The default caption now is empty. The text "Follow me on social media:" is removed.
191
 
192
 
193
  == Upgrade Notice ==
194
+ = 1.3 =
195
+ * Some changes in design of settings page.
196
+ * On settings page added section "Using" with the using details. (Thanks Hubert O'Brien)
197
  = 1.2 =
198
  * Fixed the compatibility issue with some themes. The issue was caused by not a unique class names in the html tags.
199
  * The default caption now is empty. The text "Follow me on social media:" is removed.
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 web-site.
6
  * Author: Arthur "Berserkr" Gareginyan
7
  * Author URI: http://www.arthurgareginyan.com
8
- * Version: 1.2
9
  * License: GPL3
10
  * Text Domain: smbtoolbar
11
  * Domain Path: /languages/
5
  * Description: Easily add the smart toolbar with social media buttons (not share, only link to your profiles) to any place of your WordPress web-site.
6
  * Author: Arthur "Berserkr" Gareginyan
7
  * Author URI: http://www.arthurgareginyan.com
8
+ * Version: 1.3
9
  * License: GPL3
10
  * Text Domain: smbtoolbar
11
  * Domain Path: /languages/