Social Media Follow Buttons Bar - Version 2.2

Version Description

  • Added MeetVibe button.
  • Fixed the display property of
  • and elements.
  • Fixed the issue with border that sometimes appeared at bottom of an icons.
Download this release

Release Info

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

Code changes from version 2.1 to 2.2

inc/images/social-media-icons/meetvibe.png ADDED
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.1
14
  */
15
  function smbtoolbar_render_submenu_page() {
16
 
@@ -154,6 +154,12 @@ function smbtoolbar_render_submenu_page() {
154
  'Enter the link to your Tumblr profile page',
155
  'https://www.tumblr.com'
156
  );?>
 
 
 
 
 
 
157
  <?php smbtoolbar_media( 'vkontakte',
158
  'VKontakte',
159
  'https://vk.com/',
10
  /**
11
  * Render Settings Page
12
  *
13
+ * @since 2.2
14
  */
15
  function smbtoolbar_render_submenu_page() {
16
 
154
  'Enter the link to your Tumblr profile page',
155
  'https://www.tumblr.com'
156
  );?>
157
+ <?php smbtoolbar_media( 'meetvibe',
158
+ 'MeetVibe',
159
+ 'https://meetvibe.com/',
160
+ 'Enter the link to your MeetVibe profile page',
161
+ 'https://meetvibe.com'
162
+ );?>
163
  <?php smbtoolbar_media( 'vkontakte',
164
  'VKontakte',
165
  'https://vk.com/',
readme.txt CHANGED
@@ -4,7 +4,7 @@ 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.5
7
- Stable tag: 2.1
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -39,6 +39,7 @@ It give you finer control over buttons. You can configure they on plugins settin
39
  * Reddit
40
  * Pinterest
41
  * Tumblr
 
42
  * VKontakte
43
  * Odnoklassniki
44
  * GitHub
@@ -133,7 +134,8 @@ A. Yes, any financial contributions are welcome! Just visit my website and click
133
  2. Social Media Buttons Toolbar displayed below the content of a post (Twenty Sixteen theme).
134
  3. Social Media Buttons Toolbar displayed in the sidebar using a shortcode in text widget (Twenty Sixteen theme).
135
  4. Social Media Buttons Toolbar displayed in the footer using a shortcode in text widget (Anarcho Notepad theme).
136
- 5. Social Media Buttons Toolbar displayed in the footer using a simple call the function directly from theme file (vCard theme).
 
137
 
138
 
139
  == Other Notes ==
@@ -147,7 +149,9 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
147
 
148
  **Credits**
149
 
150
- Icon set [Social Buttons 2](https://www.iconfinder.com/iconsets/social-buttons-2) by Ivlichev Victor Petrovich and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
 
 
151
 
152
  **Links**
153
 
@@ -155,6 +159,10 @@ Icon set [Social Buttons 2](https://www.iconfinder.com/iconsets/social-buttons-2
155
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
156
 
157
  == Changelog ==
 
 
 
 
158
  = 2.1 =
159
  * Added Reddit button.
160
  = 2.0 =
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.5
7
+ Stable tag: 2.2
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
39
  * Reddit
40
  * Pinterest
41
  * Tumblr
42
+ * MeetVibe
43
  * VKontakte
44
  * Odnoklassniki
45
  * GitHub
134
  2. Social Media Buttons Toolbar displayed below the content of a post (Twenty Sixteen theme).
135
  3. Social Media Buttons Toolbar displayed in the sidebar using a shortcode in text widget (Twenty Sixteen theme).
136
  4. Social Media Buttons Toolbar displayed in the footer using a shortcode in text widget (Anarcho Notepad theme).
137
+ 5. Social Media Buttons Toolbar displayed in the footer using a simple call the function directly from theme file (vCard theme).
138
+ 6. Shortcode placed in the Text Widget.
139
 
140
 
141
  == Other Notes ==
149
 
150
  **Credits**
151
 
152
+ Icon set [Social Buttons 2](https://www.iconfinder.com/iconsets/social-buttons-2) by Ivlichev Victor Petrovich and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
153
+
154
+ Icon meetvibe.png by [Arthur Gareginyan](http://www.arthurgareginyan.com) and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
155
 
156
  **Links**
157
 
159
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
160
 
161
  == Changelog ==
162
+ = 2.2 =
163
+ * Added MeetVibe button.
164
+ * Fixed the display property of <li> and <a> elements.
165
+ * Fixed the issue with border that sometimes appeared at bottom of an icons.
166
  = 2.1 =
167
  * Added Reddit button.
168
  = 2.0 =
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.1
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
@@ -225,7 +225,7 @@ function smbtoolbar_setting($name, $label, $help=null, $field=null, $placeholder
225
  /**
226
  * Generate the buttons toolbar
227
  *
228
- * @since 2.0
229
  */
230
  function smbtoolbar_tollbar() {
231
 
@@ -290,13 +290,15 @@ function smbtoolbar_tollbar() {
290
  text-align: center;
291
  }
292
  .smbt-social-icons li {
293
- display:inline-block;
294
- list-style-type:none;
295
- -webkit-user-select:none;
296
- -moz-user-select:none;
 
297
  }
298
  .smbt-social-icons li a {
299
- border-bottom: none;
 
300
  }
301
  .smbt-social-icons li img {
302
  width: " . $icon_size . "px;
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.2
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
225
  /**
226
  * Generate the buttons toolbar
227
  *
228
+ * @since 2.2
229
  */
230
  function smbtoolbar_tollbar() {
231
 
290
  text-align: center;
291
  }
292
  .smbt-social-icons li {
293
+ display: inline-block;
294
+ border-bottom: 0 !important;
295
+ list-style-type: none;
296
+ -webkit-user-select: none;
297
+ -moz-user-select: none;
298
  }
299
  .smbt-social-icons li a {
300
+ border-bottom: 0 !important;
301
+ display: inline;
302
  }
303
  .smbt-social-icons li img {
304
  width: " . $icon_size . "px;