Version Description
- Added option for the ASKfm.
- Added option for the eBay.
- Added option for the Hangouts.
- Added option for the Houzz.
- Added option for the Quora.
- Added option for the Steemit.
- Added option for the ArtStack.
- Mastodon icon updated with brand new logo.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | Social Media Follow Buttons Bar |
Version | 4.17 |
Comparing to | |
See all releases |
Code changes from version 4.16 to 4.17
- inc/img/social-media-icons/askfm.png +0 -0
- inc/img/social-media-icons/ebay.png +0 -0
- inc/img/social-media-icons/hangouts.png +0 -0
- inc/img/social-media-icons/houzz.png +0 -0
- inc/img/social-media-icons/mastodon.png +0 -0
- inc/img/social-media-icons/quora.png +0 -0
- inc/img/social-media-icons/steemit.png +0 -0
- inc/img/social-media-icons/theartstack.png +0 -0
- inc/img/social-media-icons/yellowpages.png +0 -0
- inc/php/settings.php +55 -6
- readme.txt +20 -3
- social-media-buttons-toolbar.php +1 -1
inc/img/social-media-icons/askfm.png
ADDED
Binary file
|
inc/img/social-media-icons/ebay.png
ADDED
Binary file
|
inc/img/social-media-icons/hangouts.png
ADDED
Binary file
|
inc/img/social-media-icons/houzz.png
ADDED
Binary file
|
inc/img/social-media-icons/mastodon.png
CHANGED
Binary file
|
inc/img/social-media-icons/quora.png
ADDED
Binary file
|
inc/img/social-media-icons/steemit.png
ADDED
Binary file
|
inc/img/social-media-icons/theartstack.png
ADDED
Binary file
|
inc/img/social-media-icons/yellowpages.png
CHANGED
Binary file
|
inc/php/settings.php
CHANGED
@@ -10,7 +10,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
10 |
/**
|
11 |
* Render Settings Tab Content
|
12 |
*
|
13 |
-
* @since 4.
|
14 |
*/
|
15 |
?>
|
16 |
<div class="has-sidebar sm-padded">
|
@@ -42,7 +42,7 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
42 |
'//www.facebook.com'
|
43 |
);
|
44 |
?>
|
45 |
-
<?php smbtoolbar_media(
|
46 |
'Twitter',
|
47 |
'https://twitter.com/YourUsernameHere',
|
48 |
__( 'Enter the link to your Twitter profile page', $text ),
|
@@ -225,10 +225,10 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
225 |
);
|
226 |
?>
|
227 |
<?php smbtoolbar_media( 'plugdj',
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
);
|
233 |
?>
|
234 |
<?php smbtoolbar_media( 'spotify',
|
@@ -476,6 +476,55 @@ defined( 'ABSPATH' ) or die( "Restricted access!" );
|
|
476 |
'//codepen.io'
|
477 |
);
|
478 |
?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
479 |
<?php smbtoolbar_media( 'skype',
|
480 |
'Skype',
|
481 |
'skype:YourUsernameHere?call',
|
10 |
/**
|
11 |
* Render Settings Tab Content
|
12 |
*
|
13 |
+
* @since 4.17
|
14 |
*/
|
15 |
?>
|
16 |
<div class="has-sidebar sm-padded">
|
42 |
'//www.facebook.com'
|
43 |
);
|
44 |
?>
|
45 |
+
<?php smbtoolbar_media( 'twitter',
|
46 |
'Twitter',
|
47 |
'https://twitter.com/YourUsernameHere',
|
48 |
__( 'Enter the link to your Twitter profile page', $text ),
|
225 |
);
|
226 |
?>
|
227 |
<?php smbtoolbar_media( 'plugdj',
|
228 |
+
'Plug.dj',
|
229 |
+
'https://plug.dj/YourUsernameHere',
|
230 |
+
__( 'Enter the link to your Plug.dj profile page', $text ),
|
231 |
+
'//plug.dj'
|
232 |
);
|
233 |
?>
|
234 |
<?php smbtoolbar_media( 'spotify',
|
476 |
'//codepen.io'
|
477 |
);
|
478 |
?>
|
479 |
+
<?php smbtoolbar_media( 'askfm',
|
480 |
+
'ASKfm',
|
481 |
+
'https://ask.fm/YourUsernameHere',
|
482 |
+
__( 'Enter the link to your ASKfm profile page', $text ),
|
483 |
+
'//ask.fm'
|
484 |
+
);
|
485 |
+
?>
|
486 |
+
<?php smbtoolbar_media( 'ebay',
|
487 |
+
'eBay',
|
488 |
+
'https://www.ebay.com/YourUsernameHere',
|
489 |
+
__( 'Enter the link to your eBay profile page', $text ),
|
490 |
+
'//www.ebay.com'
|
491 |
+
);
|
492 |
+
?>
|
493 |
+
<?php smbtoolbar_media( 'hangouts',
|
494 |
+
'Hangouts',
|
495 |
+
'https://hangouts.google.com/YourUsernameHere',
|
496 |
+
__( 'Enter the link to your Hangouts profile page', $text ),
|
497 |
+
'//hangouts.google.com'
|
498 |
+
);
|
499 |
+
?>
|
500 |
+
<?php smbtoolbar_media( 'houzz',
|
501 |
+
'Houzz',
|
502 |
+
'https://www.houzz.com/YourUsernameHere',
|
503 |
+
__( 'Enter the link to your Houzz profile page', $text ),
|
504 |
+
'//www.houzz.com'
|
505 |
+
);
|
506 |
+
?>
|
507 |
+
<?php smbtoolbar_media( 'quora',
|
508 |
+
'Quora',
|
509 |
+
'https://www.quora.com/YourUsernameHere',
|
510 |
+
__( 'Enter the link to your Quora profile page', $text ),
|
511 |
+
'//www.quora.com'
|
512 |
+
);
|
513 |
+
?>
|
514 |
+
<?php smbtoolbar_media( 'steemit',
|
515 |
+
'Steemit',
|
516 |
+
'https://steemit.com/YourUsernameHere',
|
517 |
+
__( 'Enter the link to your Steemit profile page', $text ),
|
518 |
+
'//steemit.com'
|
519 |
+
);
|
520 |
+
?>
|
521 |
+
<?php smbtoolbar_media( 'theartstack',
|
522 |
+
'ArtStack',
|
523 |
+
'https://theartstack.com/YourUsernameHere',
|
524 |
+
__( 'Enter the link to your ArtStack profile page', $text ),
|
525 |
+
'//theartstack.com'
|
526 |
+
);
|
527 |
+
?>
|
528 |
<?php smbtoolbar_media( 'skype',
|
529 |
'Skype',
|
530 |
'skype:YourUsernameHere?call',
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== Social Media Follow Buttons Bar ===
|
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, flickr, twitter, instagram, google plus, youtube, google-play, itunes, apple-music, periscope, vimeo, blogger, buzzsprout, livejournal, linkedIn, diaspora, deviantart, xing, pinterest, tumblr, snapchat, twitch, patreon, imdb, soundcloud, plugdj, plug dj, spotify, bandcamp, dloky, amazon, bookbub, goodreads, meetvibe, meetup, steam, beam, mixer, discord, yelp, bloglovin, mediumg, 500px, behance, polyvore, yellowpages, line, itch, itch.io, mastodon, remind, trademe, vsco, hireology, kompoz, soundblend, stumbleupon, whatsapp, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, skype, personal website, email, telephone, phone, rss feed, rss, feed, tooltips, bootstrap tooltip,
|
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.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -105,6 +105,13 @@ It give you finer control over buttons. You can configure they on plugins settin
|
|
105 |
* GitHub
|
106 |
* WordPress
|
107 |
* Codepen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
108 |
* Skype
|
109 |
* Personal website
|
110 |
* Email
|
@@ -223,7 +230,7 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
223 |
* The icon of plugin is a copyrighted image created by [Arthur Gareginyan](https://www.arthurgareginyan.com). (C) All rights reserved.
|
224 |
* The banner of plugin is a copyrighted image created by [Arthur Gareginyan](https://www.arthurgareginyan.com). (C) All rights reserved.
|
225 |
* 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).
|
226 |
-
* Icons [google-play.png, itch.png, mastodon.png, remind.png, trademe.png, vsco.png, hireology.png, kompoz.png, soundblend.png, 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/).
|
227 |
* 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/).
|
228 |
* [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
|
229 |
* [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).
|
@@ -236,6 +243,16 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
|
|
236 |
|
237 |
== Changelog ==
|
238 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
= 4.16 =
|
240 |
* Russian translation updated. (Thanks to Milena Kiseleva)
|
241 |
* The navigation of the tabs is rearranged.
|
1 |
=== Social Media Follow Buttons Bar ===
|
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, flickr, twitter, instagram, google plus, youtube, google-play, itunes, apple-music, periscope, vimeo, blogger, buzzsprout, livejournal, linkedIn, diaspora, deviantart, xing, pinterest, tumblr, snapchat, twitch, patreon, imdb, soundcloud, plugdj, plug dj, spotify, bandcamp, dloky, amazon, bookbub, goodreads, meetvibe, meetup, steam, beam, mixer, discord, yelp, bloglovin, mediumg, 500px, behance, polyvore, yellowpages, line, itch, itch.io, mastodon, remind, trademe, vsco, hireology, kompoz, soundblend, stumbleupon, whatsapp, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, askfm, ebay, hangouts, houzz, quora, steemit, theartstack, skype, personal website, email, telephone, phone, rss feed, rss, feed, tooltips, bootstrap tooltip,
|
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.17
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
105 |
* GitHub
|
106 |
* WordPress
|
107 |
* Codepen
|
108 |
+
* ASKfm
|
109 |
+
* eBay
|
110 |
+
* Hangouts
|
111 |
+
* Houzz
|
112 |
+
* Quora
|
113 |
+
* Steemit
|
114 |
+
* ArtStack
|
115 |
* Skype
|
116 |
* Personal website
|
117 |
* Email
|
230 |
* The icon of plugin is a copyrighted image created by [Arthur Gareginyan](https://www.arthurgareginyan.com). (C) All rights reserved.
|
231 |
* The banner of plugin is a copyrighted image created by [Arthur Gareginyan](https://www.arthurgareginyan.com). (C) All rights reserved.
|
232 |
* 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).
|
233 |
+
* Icons [google-play.png, itch.png, mastodon.png, remind.png, trademe.png, vsco.png, hireology.png, kompoz.png, soundblend.png, 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, askfm.png, ebay.png, hangouts.png, houzz.png, quora.png, steemit.png, theartstack.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/).
|
234 |
* 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/).
|
235 |
* [Bootstrap](http://getbootstrap.com) by Twitter, Inc. released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
|
236 |
* [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).
|
243 |
|
244 |
== Changelog ==
|
245 |
|
246 |
+
= 4.17 =
|
247 |
+
* Added option for the ASKfm.
|
248 |
+
* Added option for the eBay.
|
249 |
+
* Added option for the Hangouts.
|
250 |
+
* Added option for the Houzz.
|
251 |
+
* Added option for the Quora.
|
252 |
+
* Added option for the Steemit.
|
253 |
+
* Added option for the ArtStack.
|
254 |
+
* Mastodon icon updated with brand new logo.
|
255 |
+
|
256 |
= 4.16 =
|
257 |
* Russian translation updated. (Thanks to Milena Kiseleva)
|
258 |
* The navigation of the tabs is rearranged.
|
social-media-buttons-toolbar.php
CHANGED
@@ -5,7 +5,7 @@
|
|
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.
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
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.17
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|