Social Media Follow Buttons Bar - Version 4.12.1

Version Description

  • The HTTPS mixed content issue fixed by changing all links to HTTPS.
Download this release

Release Info

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

Code changes from version 4.12 to 4.12.1

inc/css/admin.css CHANGED
@@ -3,7 +3,7 @@
3
  *
4
  * @package Social Media Follow Buttons Bar
5
  * @uthor Arthur Gareginyan
6
- * @link http://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
  * @since 4.11
9
  */
3
  *
4
  * @package Social Media Follow Buttons Bar
5
  * @uthor Arthur Gareginyan
6
+ * @link https://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
  * @since 4.11
9
  */
inc/css/frontend.css CHANGED
@@ -1,9 +1,9 @@
1
  /*
2
- * WP plugin 'Social Media Follow Buttons Bar' by Arthur Gareginyan ( http://www.arthurgareginyan.com ).
3
  *
4
  * @package Social Media Follow Buttons Bar
5
  * @uthor Arthur Gareginyan
6
- * @link http://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
  * @since 4.2
9
  */
1
  /*
2
+ * WP plugin 'Social Media Follow Buttons Bar' by Arthur Gareginyan ( https://www.arthurgareginyan.com ).
3
  *
4
  * @package Social Media Follow Buttons Bar
5
  * @uthor Arthur Gareginyan
6
+ * @link https://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
  * @since 4.2
9
  */
inc/js/admin.js CHANGED
@@ -3,9 +3,9 @@
3
  *
4
  * @package Social Media Follow Buttons Bar
5
  * @uthor Arthur Gareginyan
6
- * @link http://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
- * @since 4.2
9
  */
10
 
11
 
@@ -24,10 +24,10 @@ jQuery(document).ready(function($) {
24
  $(':checkbox').checkboxpicker();
25
 
26
  // Dynamic content
27
- $( ".include-tab-author" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-author" );
28
- $( ".include-tab-support" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-support" );
29
- $( ".include-tab-family" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-family" );
30
- $( ".additional-css" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/styles.html" );
31
 
32
  // Add questions and answers into spoilers and color them in different colors
33
  $(".panel-group .panel").each(function(i) {
3
  *
4
  * @package Social Media Follow Buttons Bar
5
  * @uthor Arthur Gareginyan
6
+ * @link https://www.arthurgareginyan.com
7
  * @copyright Copyright (c) 2016-2017 Arthur Gareginyan. All Rights Reserved.
8
+ * @since 4.12.1
9
  */
10
 
11
 
24
  $(':checkbox').checkboxpicker();
25
 
26
  // Dynamic content
27
+ $( ".include-tab-author" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-author" );
28
+ $( ".include-tab-support" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-support" );
29
+ $( ".include-tab-family" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-family" );
30
+ $( ".additional-css" ).load( "https://mycyberuniverse.com/public-files/dynamic-content/styles.html" );
31
 
32
  // Add questions and answers into spoilers and color them in different colors
33
  $(".panel-group .panel").each(function(i) {
inc/php/messages.php CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
10
  /**
11
  * Hello message - Bootstrap Modal
12
  *
13
- * @since 4.10
14
  */
15
  function smbtoolbar_hello_message() {
16
 
@@ -25,7 +25,7 @@ function smbtoolbar_hello_message() {
25
  <div class="modal-dialog">
26
  <div class="modal-content">
27
  <div class="modal-body">
28
- <img src="http://mycyberuniverse.com/public-files/images/Arthur.png">
29
  <button type="button" class="close" data-dismiss="modal">&times;</button>
30
  <p><?php _e( 'Hello. I\'m Arthur, the author of this plugin.', SMEDIABT_TEXT ); ?></p>
31
  <p><?php printf(
10
  /**
11
  * Hello message - Bootstrap Modal
12
  *
13
+ * @since 4.12.1
14
  */
15
  function smbtoolbar_hello_message() {
16
 
25
  <div class="modal-dialog">
26
  <div class="modal-content">
27
  <div class="modal-body">
28
+ <img src="https://mycyberuniverse.com/public-files/images/Arthur.png">
29
  <button type="button" class="close" data-dismiss="modal">&times;</button>
30
  <p><?php _e( 'Hello. I\'m Arthur, the author of this plugin.', SMEDIABT_TEXT ); ?></p>
31
  <p><?php printf(
inc/php/page.php CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
10
  /**
11
  * Render Settings Page
12
  *
13
- * @since 4.12
14
  */
15
  function smbtoolbar_render_submenu_page() {
16
 
@@ -32,7 +32,7 @@ function smbtoolbar_render_submenu_page() {
32
  <span>
33
  <?php printf(
34
  __( 'by %s Arthur Gareginyan %s', $text ),
35
- '<a href="http://www.arthurgareginyan.com" target="_blank">',
36
  '</a>'
37
  );
38
  ?>
@@ -169,7 +169,7 @@ function smbtoolbar_render_submenu_page() {
169
  <div class="question-11"><?php _e( 'I love this plugin! Can I help somehow?', $text ); ?></div>
170
  <div class="answer-11"><?php printf(
171
  __( 'Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!', $text ),
172
- '<a href="http://www.arthurgareginyan.com/donate.html" target="_blank">',
173
  '</a>'
174
  );
175
  ?></div>
10
  /**
11
  * Render Settings Page
12
  *
13
+ * @since 4.12.1
14
  */
15
  function smbtoolbar_render_submenu_page() {
16
 
32
  <span>
33
  <?php printf(
34
  __( 'by %s Arthur Gareginyan %s', $text ),
35
+ '<a href="https://www.arthurgareginyan.com" target="_blank">',
36
  '</a>'
37
  );
38
  ?>
169
  <div class="question-11"><?php _e( 'I love this plugin! Can I help somehow?', $text ); ?></div>
170
  <div class="answer-11"><?php printf(
171
  __( 'Yes, any financial contributions are welcome! Just visit %s my website %s, click on the donate button, and thank you!', $text ),
172
+ '<a href="https://www.arthurgareginyan.com/donate.html" target="_blank">',
173
  '</a>'
174
  );
175
  ?></div>
inc/php/settings.php CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
10
  /**
11
  * Render Settings Tab
12
  *
13
- * @since 4.12
14
  */
15
  ?>
16
  <!-- SIDEBAR -->
@@ -454,7 +454,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
454
  ?>
455
  <?php smbtoolbar_media( 'website',
456
  'Personal website',
457
- 'http://www.arthurgareginyan.com',
458
  __( 'Enter the link to your personal website', $text ),
459
  ''
460
  );
10
  /**
11
  * Render Settings Tab
12
  *
13
+ * @since 4.12.1
14
  */
15
  ?>
16
  <!-- SIDEBAR -->
454
  ?>
455
  <?php smbtoolbar_media( 'website',
456
  'Personal website',
457
+ 'https://www.arthurgareginyan.com',
458
  __( 'Enter the link to your personal website', $text ),
459
  ''
460
  );
languages/social-media-buttons-toolbar-es_ES.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-es_ES.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
- "POT-Creation-Date: 2017-06-19 19:42+0300\n"
7
- "PO-Revision-Date: 2017-06-19 19:43+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
@@ -745,8 +745,8 @@ msgid "Arthur Gareginyan"
745
  msgstr "Arthur Gareginyan"
746
 
747
  #. Author URI of the plugin/theme
748
- msgid "http://www.arthurgareginyan.com"
749
- msgstr "http://www.arthurgareginyan.com"
750
 
751
  #~ msgid "Enter the link to your Beam profile page"
752
  #~ msgstr "Ingresa el enlace a tu página de perfil de Beam"
@@ -795,10 +795,10 @@ msgstr "http://www.arthurgareginyan.com"
795
  #~ "Haz clic en \"Guardar los cambios\" para actualizar esta previsualización."
796
 
797
  #~ msgid ""
798
- #~ "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
799
  #~ "Gareginyan</a>"
800
  #~ msgstr ""
801
- #~ "por <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
802
  #~ "Gareginyan</a>"
803
 
804
  #~ msgid ""
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
+ "POT-Creation-Date: 2017-06-21 14:14+0300\n"
7
+ "PO-Revision-Date: 2017-06-21 14:14+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
745
  msgstr "Arthur Gareginyan"
746
 
747
  #. Author URI of the plugin/theme
748
+ msgid "https://www.arthurgareginyan.com"
749
+ msgstr "https://www.arthurgareginyan.com"
750
 
751
  #~ msgid "Enter the link to your Beam profile page"
752
  #~ msgstr "Ingresa el enlace a tu página de perfil de Beam"
795
  #~ "Haz clic en \"Guardar los cambios\" para actualizar esta previsualización."
796
 
797
  #~ msgid ""
798
+ #~ "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
799
  #~ "Gareginyan</a>"
800
  #~ msgstr ""
801
+ #~ "por <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
802
  #~ "Gareginyan</a>"
803
 
804
  #~ msgid ""
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: 2017-06-19 19:41+0300\n"
5
- "PO-Revision-Date: 2017-06-19 19:42+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
@@ -760,8 +760,8 @@ msgid "Arthur Gareginyan"
760
  msgstr "Артур Гарегинян"
761
 
762
  #. Author URI of the plugin/theme
763
- msgid "http://www.arthurgareginyan.com"
764
- msgstr "http://www.arthurgareginyan.com"
765
 
766
  #~ msgid "You can contact me by email %s"
767
  #~ msgstr "Вы можете связаться со мной по электронной почте %s"
@@ -805,10 +805,10 @@ msgstr "http://www.arthurgareginyan.com"
805
  #~ "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
806
 
807
  #~ msgid ""
808
- #~ "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
809
  #~ "Gareginyan</a>"
810
  #~ msgstr ""
811
- #~ "от <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Артур "
812
  #~ "Гарегинян</a>"
813
 
814
  #~ msgid ""
@@ -905,10 +905,10 @@ msgstr "http://www.arthurgareginyan.com"
905
  #~ msgstr "Реклама"
906
 
907
  #~ msgid ""
908
- #~ "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
909
  #~ "\"Berserkr\" Gareginyan</a>"
910
  #~ msgstr ""
911
- #~ "от <a href=“http://www.arthurgareginyan.com” target=“_blank”>Артур "
912
  #~ "“Berserkr” Гарегинян</a>"
913
 
914
  #~ msgid ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Social Media Buttons Toolbar\n"
4
+ "POT-Creation-Date: 2017-06-21 14:14+0300\n"
5
+ "PO-Revision-Date: 2017-06-21 14:14+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
760
  msgstr "Артур Гарегинян"
761
 
762
  #. Author URI of the plugin/theme
763
+ msgid "https://www.arthurgareginyan.com"
764
+ msgstr "https://www.arthurgareginyan.com"
765
 
766
  #~ msgid "You can contact me by email %s"
767
  #~ msgstr "Вы можете связаться со мной по электронной почте %s"
805
  #~ "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
806
 
807
  #~ msgid ""
808
+ #~ "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
809
  #~ "Gareginyan</a>"
810
  #~ msgstr ""
811
+ #~ "от <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Артур "
812
  #~ "Гарегинян</a>"
813
 
814
  #~ msgid ""
905
  #~ msgstr "Реклама"
906
 
907
  #~ msgid ""
908
+ #~ "by <a href=\"https://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
909
  #~ "\"Berserkr\" Gareginyan</a>"
910
  #~ msgstr ""
911
+ #~ "от <a href=“https://www.arthurgareginyan.com” target=“_blank”>Артур "
912
  #~ "“Berserkr” Гарегинян</a>"
913
 
914
  #~ msgid ""
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: 2017-06-19 19:53+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -699,5 +699,5 @@ msgid "Arthur Gareginyan"
699
  msgstr ""
700
 
701
  #. Author URI of the plugin/theme
702
- msgid "http://www.arthurgareginyan.com"
703
  msgstr ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Buttons Toolbar\n"
6
+ "POT-Creation-Date: 2017-06-21 14:14+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
699
  msgstr ""
700
 
701
  #. Author URI of the plugin/theme
702
+ msgid "https://www.arthurgareginyan.com"
703
  msgstr ""
readme.txt CHANGED
@@ -4,15 +4,16 @@ Tags: icon, icon set, button, social, media, social button, social media, social
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.8
7
- Stable tag: 4.12
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
  Easily add the smart bar with social media follow buttons (not share, only link to your social media profiles) to any place of your WordPress website.
12
 
13
 
14
- == Description ==
15
- An easy to use, with intuitive interface WordPress plugin that gives you the ability to easily add the smart bar with social media follow buttons to any place (post, page, widget, sidebar, footer) of your WordPress website.
 
16
 
17
  The Social Media Follow Buttons Bar - is a bar with set of icons of the popular social media which are linked directly to your profile on this social networks. I.e. clicking the Facebook icon will take the user to your Facebook page, clicking the Twitter icon will take them to your Twitter page.
18
 
@@ -20,7 +21,7 @@ Unlike the other plugins, this plugin creates a live bar. The bar automatically
20
 
21
  It give you finer control over buttons. You can configure they on plugins settings page. You can choose the size of icons, choose open link in current tab or in new, and etc. Also you can have the social media follow buttons automatically added to the bottom of all post or/and pages, and can position the link buttons using either a widget, a shortcode or a template action hook. If you want more options then tell me and I will be happy to add it.
22
 
23
- = Features =
24
 
25
  * Lightweight and fast
26
  * Secure code with using clear coding standards
@@ -103,7 +104,7 @@ It give you finer control over buttons. You can configure they on plugins settin
103
 
104
  **Got more ideas? Tell me!**
105
 
106
- = Translation =
107
 
108
  This plugin is ready for translation and has already been translated into several languages.
109
 
@@ -113,16 +114,17 @@ This plugin is ready for translation and has already been translated into severa
113
 
114
  If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/social-media-buttons-toolbar).
115
 
116
- >**Contribution**
117
- >
118
- >Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:
119
- >
120
- >* [Donate](http://www.arthurgareginyan.com/donate.html) to support ongoing development. Your contribution would be greatly appreciated.
121
- >* [Rate and Review](https://wordpress.org/support/view/plugin-reviews/social-media-buttons-toolbar?rate=5#postform) this plugin.
122
- >* [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.
 
123
 
 
124
 
125
- == Installation ==
126
  Install "Social Media Follow Buttons Bar" just as you would any other WordPress Plugin.
127
 
128
  Automatically via WordPress Admin Panel:
@@ -145,7 +147,8 @@ After installation and activation, the "`Social Media Follow Buttons`" menu ite
145
  [More help installing plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins "WordPress Codex: Installing Plugins")
146
 
147
 
148
- == Frequently Asked Questions ==
 
149
  = Q. Will this plugin work on my WordPress.COM website? =
150
  A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.
151
 
@@ -180,10 +183,11 @@ A. Please visit the [Dedicated Plugin Page on GitHub](https://github.com/ArthurG
180
  A. Any suggestions are very welcome! Please send me an email to [arthurgareginyan@gmail.com](mailto:arthurgareginyan@gmail.com). Thank you!
181
 
182
  = Q. I love this plugin! Can I help somehow? =
183
- A. Yes, any financial contributions are welcome! Just visit [my website](http://www.arthurgareginyan.com/donate.html), click on the donate button, and thank you!
184
 
185
 
186
  == Screenshots ==
 
187
  1. All social media buttons.
188
  2. Tooltip with name of the social media displayed above button when you hover over the button.
189
  3. Social Media Follow Buttons Bar displayed below the content of a post (Twenty Sixteen theme).
@@ -195,8 +199,10 @@ A. Yes, any financial contributions are welcome! Just visit [my website](http://
195
 
196
 
197
  == Other Notes ==
 
 
198
 
199
- "Social Media Follow Buttons Bar" is one of the personal software projects of [Arthur Gareginyan](http://www.arthurgareginyan.com). Earlier the project was called "Social Media Buttons Toolbar".
200
 
201
  **License**
202
 
@@ -205,22 +211,25 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
205
 
206
  **Credits**
207
 
208
- * The icon of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
209
- * The banner of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
210
  * The Entrepreneur image that used on banner is from [Pixabay](https://pixabay.com/en/entrepreneur-start-start-up-career-696976/) and licensed under the [Creative Commons CC0](https://creativecommons.org/publicdomain/zero/1.0/deed.en).
211
- * Icons [itunes.png, apple-music.png, medium.png, 500px.png, behance.png, polyvore.png, yellowpages.png, mixer.png, telephone.png, bloglovin.png, line.png, stumbleupon.png, whatsapp.png, plugdj.png, deviantart.png, buzzsprout.png, periscope.png, youtube.png, meetvibe.png, wordpress.png, twitter.png, imdb.png, dloky.png, snapchat.png, steam.png, discord.png, twitch.png, amazon.png, bookbub.png, goodreads.png, reddit.png, meetup.png, codepen.png, instagram.png, patreon.png, bandcamp.png, youtube-gaming.png, xing.png](https://www.iconfinder.com/iconsets/square-logo-buttons?ref=ArthurGareginyan) by [Arthur Gareginyan](http://www.arthurgareginyan.com) and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
212
  * Icons [facebook.png, flickr.png, google-plus.png, vimeo.png, blogger.png, linkedin.png, livejournal.png, pinterest.png, tumblr.png, soundcloud.png, spotify.png, yelp.png, vkontakte.png, odnoklassniki.png, telegram.png, github.png, skype.png, website.png, email.png, rss-feed.png](https://www.iconfinder.com/iconsets/social-buttons-2?ref=ArthurGareginyan) by Ivlichev Victor Petrovich and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
213
  * [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
214
  * [Bootstrap-checkbox](https://github.com/vsn4ik/bootstrap-checkbox) is a project of [Vasily A.](https://github.com/vsn4ik), shared under the [MIT license](https://github.com/vsn4ik/bootstrap-checkbox/blob/master/LICENSE).
215
 
216
  **Links**
217
 
218
- * [Developer Website](http://www.arthurgareginyan.com)
219
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
220
 
221
 
222
  == Changelog ==
223
 
 
 
 
224
  = 4.12 =
225
  * Added option for the Behance.
226
  * Added option for the Polyvore.
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.8
7
+ Stable tag: 4.12.1
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
  Easily add the smart bar with social media follow buttons (not share, only link to your social media profiles) to any place of your WordPress website.
12
 
13
 
14
+ == Description ==
15
+
16
+ An easy to use, with intuitive interface, WordPress plugin that gives you the ability to easily add the smart bar with social media follow buttons to any place (post, page, widget, sidebar, footer) of your WordPress website.
17
 
18
  The Social Media Follow Buttons Bar - is a bar with set of icons of the popular social media which are linked directly to your profile on this social networks. I.e. clicking the Facebook icon will take the user to your Facebook page, clicking the Twitter icon will take them to your Twitter page.
19
 
21
 
22
  It give you finer control over buttons. You can configure they on plugins settings page. You can choose the size of icons, choose open link in current tab or in new, and etc. Also you can have the social media follow buttons automatically added to the bottom of all post or/and pages, and can position the link buttons using either a widget, a shortcode or a template action hook. If you want more options then tell me and I will be happy to add it.
23
 
24
+ **Features**
25
 
26
  * Lightweight and fast
27
  * Secure code with using clear coding standards
104
 
105
  **Got more ideas? Tell me!**
106
 
107
+ **Translation**
108
 
109
  This plugin is ready for translation and has already been translated into several languages.
110
 
114
 
115
  If you want to help translate this plugin then please visit the [translation page](https://translate.wordpress.org/projects/wp-plugins/social-media-buttons-toolbar).
116
 
117
+ **Contribution**
118
+
119
+ Developing plugins is long and tedious work. If you benefit or enjoy this plugin please take the time to:
120
+
121
+ * [Donate](https://www.arthurgareginyan.com/donate.html) to support ongoing development. Your contribution would be greatly appreciated.
122
+ * [Rate and Review](https://wordpress.org/support/view/plugin-reviews/social-media-buttons-toolbar?rate=5#postform) this plugin.
123
+ * [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.
124
+
125
 
126
+ == Installation ==
127
 
 
128
  Install "Social Media Follow Buttons Bar" just as you would any other WordPress Plugin.
129
 
130
  Automatically via WordPress Admin Panel:
147
  [More help installing plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins "WordPress Codex: Installing Plugins")
148
 
149
 
150
+ == Frequently Asked Questions ==
151
+
152
  = Q. Will this plugin work on my WordPress.COM website? =
153
  A. Sorry, this plugin is available for use only on self-hosted (WordPress.ORG) websites.
154
 
183
  A. Any suggestions are very welcome! Please send me an email to [arthurgareginyan@gmail.com](mailto:arthurgareginyan@gmail.com). Thank you!
184
 
185
  = Q. I love this plugin! Can I help somehow? =
186
+ A. Yes, any financial contributions are welcome! Just visit [my website](https://www.arthurgareginyan.com/donate.html), click on the donate button, and thank you!
187
 
188
 
189
  == Screenshots ==
190
+
191
  1. All social media buttons.
192
  2. Tooltip with name of the social media displayed above button when you hover over the button.
193
  3. Social Media Follow Buttons Bar displayed below the content of a post (Twenty Sixteen theme).
199
 
200
 
201
  == Other Notes ==
202
+
203
+ ****
204
 
205
+ "Social Media Follow Buttons Bar" is one of the personal software projects of [Arthur Gareginyan](https://www.arthurgareginyan.com). Earlier the project was called "Social Media Buttons Toolbar".
206
 
207
  **License**
208
 
211
 
212
  **Credits**
213
 
214
+ * The icon of plugin is a copyrighted image created by [Arthur Gareginyan](https://www.arthurgareginyan.com). (C) All rights reserved.
215
+ * The banner of plugin is a copyrighted image created by [Arthur Gareginyan](https://www.arthurgareginyan.com). (C) All rights reserved.
216
  * The Entrepreneur image that used on banner is from [Pixabay](https://pixabay.com/en/entrepreneur-start-start-up-career-696976/) and licensed under the [Creative Commons CC0](https://creativecommons.org/publicdomain/zero/1.0/deed.en).
217
+ * Icons [itunes.png, apple-music.png, medium.png, 500px.png, behance.png, polyvore.png, yellowpages.png, mixer.png, telephone.png, bloglovin.png, line.png, stumbleupon.png, whatsapp.png, plugdj.png, deviantart.png, buzzsprout.png, periscope.png, youtube.png, meetvibe.png, wordpress.png, twitter.png, imdb.png, dloky.png, snapchat.png, steam.png, discord.png, twitch.png, amazon.png, bookbub.png, goodreads.png, reddit.png, meetup.png, codepen.png, instagram.png, patreon.png, bandcamp.png, youtube-gaming.png, xing.png](https://www.iconfinder.com/iconsets/square-logo-buttons?ref=ArthurGareginyan) by [Arthur Gareginyan](https://www.arthurgareginyan.com) and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
218
  * Icons [facebook.png, flickr.png, google-plus.png, vimeo.png, blogger.png, linkedin.png, livejournal.png, pinterest.png, tumblr.png, soundcloud.png, spotify.png, yelp.png, vkontakte.png, odnoklassniki.png, telegram.png, github.png, skype.png, website.png, email.png, rss-feed.png](https://www.iconfinder.com/iconsets/social-buttons-2?ref=ArthurGareginyan) by Ivlichev Victor Petrovich and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
219
  * [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
220
  * [Bootstrap-checkbox](https://github.com/vsn4ik/bootstrap-checkbox) is a project of [Vasily A.](https://github.com/vsn4ik), shared under the [MIT license](https://github.com/vsn4ik/bootstrap-checkbox/blob/master/LICENSE).
221
 
222
  **Links**
223
 
224
+ * [Developer Website](https://www.arthurgareginyan.com)
225
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
226
 
227
 
228
  == Changelog ==
229
 
230
+ = 4.12.1 =
231
+ * The HTTPS mixed content issue fixed by changing all links to HTTPS.
232
+
233
  = 4.12 =
234
  * Added option for the Behance.
235
  * Added option for the Polyvore.
social-media-buttons-toolbar.php CHANGED
@@ -4,13 +4,13 @@
4
  * Plugin URI: https://github.com/ArthurGareginyan/social-media-buttons-toolbar
5
  * Description: Easily add the smart bar with social media follow 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: 4.12
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
12
  *
13
- * Copyright 2015-2017 Arthur Gareginyan ( website : http://www.arthurgareginyan.com )
14
  *
15
  * This plugin is free software: you can redistribute it and/or modify
16
  * it under the terms of the GNU General Public License as published by
4
  * Plugin URI: https://github.com/ArthurGareginyan/social-media-buttons-toolbar
5
  * Description: Easily add the smart bar with social media follow buttons (not share, only link to your profiles) to any place of your WordPress website.
6
  * Author: Arthur Gareginyan
7
+ * Author URI: https://www.arthurgareginyan.com
8
+ * Version: 4.12.1
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
12
  *
13
+ * Copyright 2015-2017 Arthur Gareginyan ( website : https://www.arthurgareginyan.com )
14
  *
15
  * This plugin is free software: you can redistribute it and/or modify
16
  * it under the terms of the GNU General Public License as published by