Social Media Follow Buttons Bar - Version 2.1

Version Description

  • Added Reddit button.
Download this release

Release Info

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

Code changes from version 2.0 to 2.1

inc/images/social-media-icons/reddit.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.0
14
  */
15
  function smbtoolbar_render_submenu_page() {
16
 
@@ -130,6 +130,12 @@ function smbtoolbar_render_submenu_page() {
130
  'Enter the link to your LiveJournal profile page',
131
  'http://www.livejournal.com'
132
  );?>
 
 
 
 
 
 
133
  <?php smbtoolbar_media( 'linkedin',
134
  'LinkedIn',
135
  'https://linkedin.com/in/arthurgareginyan',
10
  /**
11
  * Render Settings Page
12
  *
13
+ * @since 2.1
14
  */
15
  function smbtoolbar_render_submenu_page() {
16
 
130
  'Enter the link to your LiveJournal profile page',
131
  'http://www.livejournal.com'
132
  );?>
133
+ <?php smbtoolbar_media( 'reddit',
134
+ 'Reddit',
135
+ 'https://www.reddit.com/',
136
+ 'Enter the link to your Reddit profile page',
137
+ 'https://www.reddit.com'
138
+ );?>
139
  <?php smbtoolbar_media( 'linkedin',
140
  'LinkedIn',
141
  'https://linkedin.com/in/arthurgareginyan',
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.0
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -36,6 +36,7 @@ It give you finer control over buttons. You can configure they on plugins settin
36
  * Blogger
37
  * LinkedIn
38
  * LiveJournal
 
39
  * Pinterest
40
  * Tumblr
41
  * VKontakte
@@ -154,6 +155,8 @@ Icon set [Social Buttons 2](https://www.iconfinder.com/iconsets/social-buttons-2
154
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
155
 
156
  == Changelog ==
 
 
157
  = 2.0 =
158
  * Some changes in design of settings page.
159
  * Constants variables added.
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
 
36
  * Blogger
37
  * LinkedIn
38
  * LiveJournal
39
+ * Reddit
40
  * Pinterest
41
  * Tumblr
42
  * VKontakte
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 =
161
  * Some changes in design of settings page.
162
  * Constants variables added.
social-media-buttons-toolbar.php CHANGED
@@ -2,15 +2,15 @@
2
  /**
3
  * Plugin Name: Social Media Buttons Toolbar
4
  * Plugin URI: https://github.com/ArthurGareginyan/social-media-buttons-toolbar
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 Gareginyan
7
  * Author URI: http://www.arthurgareginyan.com
8
- * Version: 2.0
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
12
  *
13
- * Copyright 2015-2016 Arthur Gareginyan (email : arthurgareginyan@gmail.com)
14
  *
15
  * This file is part of "Social Media Buttons Toolbar".
16
  *
@@ -37,7 +37,7 @@
37
  defined('ABSPATH') or die("Restricted access!");
38
 
39
  /**
40
- * Plugin constants
41
  *
42
  * @since 2.0
43
  */
2
  /**
3
  * Plugin Name: Social Media Buttons Toolbar
4
  * Plugin URI: https://github.com/ArthurGareginyan/social-media-buttons-toolbar
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/
12
  *
13
+ * Copyright 2015-2016 Arthur Gareginyan (email : arthurgareginyan@gmail.com)
14
  *
15
  * This file is part of "Social Media Buttons Toolbar".
16
  *
37
  defined('ABSPATH') or die("Restricted access!");
38
 
39
  /**
40
+ * Define constants
41
  *
42
  * @since 2.0
43
  */