Version Description
- Added option for Dloky button.
- Image of the donate button changed.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | Social Media Follow Buttons Bar |
Version | 3.9 |
Comparing to | |
See all releases |
Code changes from version 3.8.2 to 3.9
- inc/img/btn_donateCC_LG.gif +0 -0
- inc/img/donate.png +0 -0
- inc/img/social-media-icons/dloky.png +0 -0
- inc/php/settings_page.php +8 -2
- readme.txt +9 -5
- social-media-buttons-toolbar.php +3 -3
inc/img/btn_donateCC_LG.gif
DELETED
Binary file
|
inc/img/donate.png
ADDED
Binary file
|
inc/img/social-media-icons/dloky.png
ADDED
Binary file
|
inc/php/settings_page.php
CHANGED
@@ -10,7 +10,7 @@ defined('ABSPATH') or die("Restricted access!");
|
|
10 |
/**
|
11 |
* Render Settings Page
|
12 |
*
|
13 |
-
* @since 3.
|
14 |
*/
|
15 |
function smbtoolbar_render_submenu_page() {
|
16 |
|
@@ -54,7 +54,7 @@ function smbtoolbar_render_submenu_page() {
|
|
54 |
<div class="inside">
|
55 |
<p><?php _e( 'I\'m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy.', SMEDIABT_TEXT ); ?></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('../img/
|
58 |
</a>
|
59 |
<p><?php _e( 'Thanks for your support!', SMEDIABT_TEXT ); ?></p>
|
60 |
</div>
|
@@ -177,6 +177,12 @@ function smbtoolbar_render_submenu_page() {
|
|
177 |
__( 'Enter the link to your Spotify profile page', SMEDIABT_TEXT ),
|
178 |
'https://www.spotify.com'
|
179 |
); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
<?php smbtoolbar_media( 'meetvibe',
|
181 |
'MeetVibe',
|
182 |
'https://meetvibe.com/YourUsernameHere',
|
10 |
/**
|
11 |
* Render Settings Page
|
12 |
*
|
13 |
+
* @since 3.9
|
14 |
*/
|
15 |
function smbtoolbar_render_submenu_page() {
|
16 |
|
54 |
<div class="inside">
|
55 |
<p><?php _e( 'I\'m an independent developer, without a regular income, so every little contribution helps cover my costs and lets me spend more time building things for people like you to enjoy.', SMEDIABT_TEXT ); ?></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('../img/donate.png', __FILE__); ?>" alt="Make a donation">
|
58 |
</a>
|
59 |
<p><?php _e( 'Thanks for your support!', SMEDIABT_TEXT ); ?></p>
|
60 |
</div>
|
177 |
__( 'Enter the link to your Spotify profile page', SMEDIABT_TEXT ),
|
178 |
'https://www.spotify.com'
|
179 |
); ?>
|
180 |
+
<?php smbtoolbar_media( 'dloky',
|
181 |
+
'Dloky',
|
182 |
+
'https://dloky.com/YourUsernameHere',
|
183 |
+
__( 'Enter the link to your Dloky profile page', SMEDIABT_TEXT ),
|
184 |
+
'https://dloky.com'
|
185 |
+
); ?>
|
186 |
<?php smbtoolbar_media( 'meetvibe',
|
187 |
'MeetVibe',
|
188 |
'https://meetvibe.com/YourUsernameHere',
|
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 button, social media, social network, follow, follow button, follow link, follow icon, follow me, toolbar, link to profile, facebook, twitter, instagram, google plus, youtube, vimeo, blogger, livejournal, linkedIn, pinterest, tumblr, snapchat, imdb, soundcloud, spotify, meetvibe, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, skype, personal website, email, rss feed, rss, feed,
|
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.
|
7 |
-
Stable tag: 3.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -23,7 +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?ref=ArthurGareginyan) by Ivlichev Victor Petrovich
|
26 |
-
* [Some icons](https://www.iconfinder.com/iconsets/
|
27 |
* Plugin settings page with many settings
|
28 |
* Preview on plugin settings page
|
29 |
* Shortcode for add social media buttons from Post/Page Editor
|
@@ -48,6 +48,7 @@ It give you finer control over buttons. You can configure they on plugins settin
|
|
48 |
* IMDb
|
49 |
* SoundCloud
|
50 |
* Spotify
|
|
|
51 |
* MeetVibe
|
52 |
* VKontakte (vk.com)
|
53 |
* Odnoklassniki (ok.ru)
|
@@ -172,7 +173,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
172 |
|
173 |
Icon set [Social Buttons 2](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/).
|
174 |
|
175 |
-
Icons [meetvibe.png](https://www.iconfinder.com/iconsets/meetvibe?ref=ArthurGareginyan), [imdb.png and snapchat.png](https://www.iconfinder.com/iconsets/square-logo-buttons) by [Arthur Gareginyan](http://www.arthurgareginyan.com) and licensed under the [Creative Commons (Attribution 3.0 Unported)](http://creativecommons.org/licenses/by/3.0/).
|
176 |
|
177 |
[Bootstrap](http://getbootstrap.com) released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
|
178 |
|
@@ -184,6 +185,9 @@ Icons [meetvibe.png](https://www.iconfinder.com/iconsets/meetvibe?ref=ArthurGare
|
|
184 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
|
185 |
|
186 |
== Changelog ==
|
|
|
|
|
|
|
187 |
= 3.8.2 =
|
188 |
* Added some CSS code in order to fix compatibility issues with some themes.
|
189 |
= 3.8.1 =
|
1 |
=== Social Media Buttons Toolbar ===
|
2 |
Contributors: Arthur Gareginyan
|
3 |
+
Tags: icon, icon set, button, social, media, social button, social media, social network, follow, follow button, follow link, follow icon, follow me, toolbar, link to profile, facebook, twitter, instagram, google plus, youtube, vimeo, blogger, livejournal, linkedIn, pinterest, tumblr, snapchat, imdb, soundcloud, spotify, dloky, meetvibe, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, skype, personal website, email, rss feed, rss, feed,
|
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.7
|
7 |
+
Stable tag: 3.9
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
23 |
= Features =
|
24 |
|
25 |
* Icon set ["Social Buttons 2"](https://www.iconfinder.com/iconsets/social-buttons-2?ref=ArthurGareginyan) by Ivlichev Victor Petrovich
|
26 |
+
* [Some icons](https://www.iconfinder.com/iconsets/square-logo-buttons?ref=ArthurGareginyan) by [Arthur Gareginyan](http://www.arthurgareginyan.com)
|
27 |
* Plugin settings page with many settings
|
28 |
* Preview on plugin settings page
|
29 |
* Shortcode for add social media buttons from Post/Page Editor
|
48 |
* IMDb
|
49 |
* SoundCloud
|
50 |
* Spotify
|
51 |
+
* Dloky
|
52 |
* MeetVibe
|
53 |
* VKontakte (vk.com)
|
54 |
* Odnoklassniki (ok.ru)
|
173 |
|
174 |
Icon set [Social Buttons 2](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/).
|
175 |
|
176 |
+
Icons [meetvibe.png](https://www.iconfinder.com/iconsets/meetvibe?ref=ArthurGareginyan), [imdb.png, dloky.png and snapchat.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/).
|
177 |
|
178 |
[Bootstrap](http://getbootstrap.com) released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
|
179 |
|
185 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
|
186 |
|
187 |
== Changelog ==
|
188 |
+
= 3.9 =
|
189 |
+
* Added option for Dloky button.
|
190 |
+
* Image of the donate button changed.
|
191 |
= 3.8.2 =
|
192 |
* Added some CSS code in order to fix compatibility issues with some themes.
|
193 |
= 3.8.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: 3.
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
@@ -40,14 +40,14 @@ defined('ABSPATH') or die("Restricted access!");
|
|
40 |
/**
|
41 |
* Define global constants
|
42 |
*
|
43 |
-
* @since 3.
|
44 |
*/
|
45 |
defined('SMEDIABT_DIR') or define('SMEDIABT_DIR', dirname(plugin_basename(__FILE__)));
|
46 |
defined('SMEDIABT_BASE') or define('SMEDIABT_BASE', plugin_basename(__FILE__));
|
47 |
defined('SMEDIABT_URL') or define('SMEDIABT_URL', plugin_dir_url(__FILE__));
|
48 |
defined('SMEDIABT_PATH') or define('SMEDIABT_PATH', plugin_dir_path(__FILE__));
|
49 |
defined('SMEDIABT_TEXT') or define('SMEDIABT_TEXT', 'social-media-buttons-toolbar');
|
50 |
-
defined('SMEDIABT_VERSION') or define('SMEDIABT_VERSION', '3.
|
51 |
|
52 |
/**
|
53 |
* Register text domain
|
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: 3.9
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
40 |
/**
|
41 |
* Define global constants
|
42 |
*
|
43 |
+
* @since 3.9
|
44 |
*/
|
45 |
defined('SMEDIABT_DIR') or define('SMEDIABT_DIR', dirname(plugin_basename(__FILE__)));
|
46 |
defined('SMEDIABT_BASE') or define('SMEDIABT_BASE', plugin_basename(__FILE__));
|
47 |
defined('SMEDIABT_URL') or define('SMEDIABT_URL', plugin_dir_url(__FILE__));
|
48 |
defined('SMEDIABT_PATH') or define('SMEDIABT_PATH', plugin_dir_path(__FILE__));
|
49 |
defined('SMEDIABT_TEXT') or define('SMEDIABT_TEXT', 'social-media-buttons-toolbar');
|
50 |
+
defined('SMEDIABT_VERSION') or define('SMEDIABT_VERSION', '3.9');
|
51 |
|
52 |
/**
|
53 |
* Register text domain
|