Version Description
- Added Telegram button.
Download this release
Release Info
Developer | Arthur Gareginyan |
Plugin | Social Media Follow Buttons Bar |
Version | 2.3 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 2.3
inc/images/social-media-icons/meetvibe.png
CHANGED
File without changes
|
inc/images/social-media-icons/telegram.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.
|
14 |
*/
|
15 |
function smbtoolbar_render_submenu_page() {
|
16 |
|
@@ -172,6 +172,12 @@ function smbtoolbar_render_submenu_page() {
|
|
172 |
'Enter the link to your Odnoklassniki profile page',
|
173 |
'https://ok.ru'
|
174 |
);?>
|
|
|
|
|
|
|
|
|
|
|
|
|
175 |
<?php smbtoolbar_media( 'github',
|
176 |
'Github',
|
177 |
'https://github.com/ArthurGareginyan',
|
10 |
/**
|
11 |
* Render Settings Page
|
12 |
*
|
13 |
+
* @since 2.3
|
14 |
*/
|
15 |
function smbtoolbar_render_submenu_page() {
|
16 |
|
172 |
'Enter the link to your Odnoklassniki profile page',
|
173 |
'https://ok.ru'
|
174 |
);?>
|
175 |
+
<?php smbtoolbar_media( 'telegram',
|
176 |
+
'Telegram',
|
177 |
+
'https://telegram.org/',
|
178 |
+
'Enter the link to your Telegram profile page',
|
179 |
+
'https://telegram.org'
|
180 |
+
);?>
|
181 |
<?php smbtoolbar_media( 'github',
|
182 |
'Github',
|
183 |
'https://github.com/ArthurGareginyan',
|
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, toolbar, link to profile, facebook, twitter, instagram, google plus, youtube, blogger, livejournal, linkedIn, pinterest, tumblr, vkontakte, vk, odnoklassniki, ok, github, wordpress, codepen, 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: 2.
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -42,6 +42,7 @@ It give you finer control over buttons. You can configure they on plugins settin
|
|
42 |
* MeetVibe
|
43 |
* VKontakte
|
44 |
* Odnoklassniki
|
|
|
45 |
* GitHub
|
46 |
* WordPress
|
47 |
* Codepen
|
@@ -159,6 +160,8 @@ Icon meetvibe.png by [Arthur Gareginyan](http://www.arthurgareginyan.com) and li
|
|
159 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
|
160 |
|
161 |
== Changelog ==
|
|
|
|
|
162 |
= 2.2.1 =
|
163 |
* Added the `!important` flag to the display property of `<a>` element.
|
164 |
= 2.2 =
|
1 |
=== Social Media Buttons Toolbar ===
|
2 |
Contributors: Arthur Gareginyan
|
3 |
+
Tags: icon, icon set, button, social, media, social button, social media, social network, toolbar, link to profile, facebook, twitter, instagram, google plus, youtube, blogger, livejournal, linkedIn, pinterest, tumblr, meetvibe, vkontakte, vk, odnoklassniki, ok, telegram, github, wordpress, codepen, 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.6
|
7 |
+
Stable tag: 2.3
|
8 |
License: GPL3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
42 |
* MeetVibe
|
43 |
* VKontakte
|
44 |
* Odnoklassniki
|
45 |
+
* Telegram
|
46 |
* GitHub
|
47 |
* WordPress
|
48 |
* Codepen
|
160 |
* [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
|
161 |
|
162 |
== Changelog ==
|
163 |
+
= 2.3 =
|
164 |
+
* Added Telegram button.
|
165 |
= 2.2.1 =
|
166 |
* Added the `!important` flag to the display property of `<a>` element.
|
167 |
= 2.2 =
|
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.
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|
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.3
|
9 |
* License: GPL3
|
10 |
* Text Domain: social-media-buttons-toolbar
|
11 |
* Domain Path: /languages/
|