Social Media Follow Buttons Bar - Version 4.0

Version Description

  • Plugin name changed from "Social Media Buttons Toolbar" to "Social Media Follow Buttons Bar".
  • The name of the menu item changed from "Social Buttons" to "Social Media Follow Buttons".
  • My Unicode signature added to the main file.
  • Options from the settings page moved to a separate file.
  • Added tab navigation menu for settings page.
  • Added additional tabs on settings page.
  • Advertisement banner removed.
  • The Instagram icon replaced with brand-new.
  • Added option for the Patreon button.
  • The "Warning: file_get_contents():" error fixed via refuse to use the "file_get_contents".
  • The "smbtoolbar_load_scripts" function updated and renamed to "smbtoolbar_load_scripts_admin".
  • The "smbtoolbar_load_scripts_base" function added.
  • The "smbtoolbar_load_scripts_frontend" function added.
  • The 'Using' section renamed to 'Usage'.
  • The donate button replaced with new.
  • The 'Donate' section renamed to 'Support'.
  • The 'donate.png' image removed.
  • The POT file updated.
  • Translations updated.
Download this release

Release Info

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

Code changes from version 3.14 to 4.0

inc/css/admin.css CHANGED
@@ -11,11 +11,12 @@
11
  h2 {
12
  text-align: center;
13
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 
14
  }
15
 
16
  h2 span {
17
  margin-top: 1px;
18
- font-size: 0.6em;
19
  color: black;
20
  display: inline;
21
  padding: 0;
@@ -30,6 +31,8 @@ h2 span a {
30
  -------------------------------------------------------------- */
31
  h3.title {
32
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
 
 
33
  border-bottom: 1px solid #eee;
34
  }
35
 
@@ -47,6 +50,10 @@ h3.title {
47
  margin: 0;
48
  }
49
 
 
 
 
 
50
  /* Responsive page
51
  -------------------------------------------------------------- */
52
  @media (max-width: 860px) {
@@ -70,6 +77,131 @@ td.help-text {
70
  padding-top: 0px !important;
71
  }
72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  /* Other
74
  -------------------------------------------------------------- */
75
  .form-table {
11
  h2 {
12
  text-align: center;
13
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
14
+ font-weight: 400;
15
  }
16
 
17
  h2 span {
18
  margin-top: 1px;
19
+ font-size: 16px;
20
  color: black;
21
  display: inline;
22
  padding: 0;
31
  -------------------------------------------------------------- */
32
  h3.title {
33
  font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
34
+ font-size: 16px !important;
35
+ font-weight: 400;
36
  border-bottom: 1px solid #eee;
37
  }
38
 
50
  margin: 0;
51
  }
52
 
53
+ #side-sortables .paypal {
54
+ font-size: 18px;
55
+ }
56
+
57
  /* Responsive page
58
  -------------------------------------------------------------- */
59
  @media (max-width: 860px) {
77
  padding-top: 0px !important;
78
  }
79
 
80
+ /* Tabs pages
81
+ -------------------------------------------------------------- */
82
+ .tab-page {
83
+ display: none;
84
+ }
85
+ .tab-page.active {
86
+ display: block;
87
+ }
88
+
89
+ #tab-faq .red {
90
+ font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
91
+ font-size: 16px;
92
+ font-weight: 400;
93
+ color: red;
94
+ padding-right: 8px;
95
+ }
96
+ #tab-faq .red:before {
97
+ content: "Q.";
98
+ }
99
+ #tab-faq .blue {
100
+ font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
101
+ font-size: 16px;
102
+ font-weight: 400;
103
+ color: #00a5e2;
104
+ padding-right: 8px;
105
+ }
106
+ #tab-faq .blue:before {
107
+ content: "A.";
108
+ }
109
+
110
+ /* Tabs navigation menu
111
+ -------------------------------------------------------------- */
112
+ .tabs-nav {
113
+ display: -webkit-box;
114
+ display: -webkit-flex;
115
+ display: -ms-flexbox;
116
+ display: flex;
117
+ height: 50px;
118
+ margin: 1rem 0em;
119
+ font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
120
+ font-weight: 400;
121
+ background: #ffffff;
122
+ border: 1px solid rgba(34, 36, 38, 0.15);
123
+ box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
124
+ border-radius: 0.30rem;
125
+ }
126
+ .tabs-nav:after {
127
+ content: '';
128
+ display: block;
129
+ height: 0px;
130
+ clear: both;
131
+ visibility: hidden;
132
+ }
133
+
134
+ .tabs-nav li {
135
+ position: relative;
136
+ display: block;
137
+ float: left;
138
+ margin-bottom: 0px;
139
+ }
140
+ .tabs-nav li:first-of-type a {
141
+ border-radius: 3px 0 0 3px;
142
+ }
143
+ .tabs-nav li.active:before {
144
+ position: absolute;
145
+ content: '';
146
+ top: 0%;
147
+ right: 0px;
148
+ height: 100%;
149
+ width: 1px;
150
+ background: rgba(34, 36, 38, 0.1);
151
+ }
152
+ .tabs-nav li.active:after {
153
+ background-color: #f2f2f2;
154
+ position: absolute;
155
+ content: '';
156
+ top: 100%;
157
+ left: 50%;
158
+ -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
159
+ -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
160
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
161
+ margin: 0.8px 0em 0em;
162
+ width: 0.6em;
163
+ height: 0.6em;
164
+ border: none;
165
+ border-bottom: 1px solid #d4d4d5;
166
+ border-right: 1px solid #d4d4d5;
167
+ -webkit-transition: background 0.1s ease;
168
+ transition: background 0.1s ease;
169
+ }
170
+
171
+ .tabs-nav li a {
172
+ position: relative;
173
+ display: block;
174
+ padding: 10px 15px;
175
+ text-decoration: none;
176
+ font-size: 16px;
177
+ line-height: 1.9;
178
+ color: grey;
179
+ border-left: 1px solid;
180
+ border-right: 1px solid;
181
+ border-color: #ffffff;
182
+ }
183
+ .tabs-nav li a:hover,
184
+ .tabs-nav li a:focus {
185
+ text-decoration: none;
186
+ background: rgba(0, 0, 0, 0.03);
187
+ border-color: #eeeeee;
188
+ }
189
+ .tabs-nav li.active a,
190
+ .tabs-nav li.active a:hover,
191
+ .tabs-nav li.active a:focus {
192
+ background: rgba(0, 0, 0, 0.05);
193
+ color: rgba(0, 0, 0, 0.95);
194
+ font-weight: normal;
195
+ box-shadow: none;
196
+ border-color: #eeeeee;
197
+ }
198
+
199
+ @media (max-width:580px) {
200
+ .tabs-nav li:last-of-type {
201
+ display: none;
202
+ }
203
+ }
204
+
205
  /* Other
206
  -------------------------------------------------------------- */
207
  .form-table {
inc/css/frontend.css ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * WP plugin 'Social Media Follow Buttons Bar' by Arthur Gareginyan ( http://www.arthurgareginyan.com ).
3
+ *
4
+ * Copyright (c) 2017 Arthur Gareginyan. All Rights Reserved.
5
+ */
6
+
7
+
8
+ .smbt-social-icons li {
9
+ margin: 0px !important;
10
+ padding: 0px !important;
11
+ background-image: none !important;
12
+ display: inline-block !important;
13
+ border-bottom: 0 !important;
14
+ list-style-type: none !important;
15
+ -webkit-user-select: none;
16
+ -moz-user-select: none;
17
+ }
18
+ .smbt-social-icons li a {
19
+ border-bottom: 0 !important;
20
+ display: inline !important;
21
+ }
22
+ .smbt-social-icons li img {
23
+ vertical-align: top;
24
+ }
inc/img/banner.png DELETED
Binary file
inc/img/donate.png DELETED
Binary file
inc/img/social-media-icons/instagram.png CHANGED
Binary file
inc/img/social-media-icons/patreon.png ADDED
Binary file
inc/js/admin.js CHANGED
@@ -23,4 +23,10 @@ jQuery(document).ready(function($) {
23
  // Enable Bootstrap Tooltips
24
  $('[data-toggle="tooltip"]').tooltip();
25
 
 
 
 
 
 
 
26
  });
23
  // Enable Bootstrap Tooltips
24
  $('[data-toggle="tooltip"]').tooltip();
25
 
26
+ // Dynamic content
27
+ $( ".include-tab-author" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-author" );
28
+ $( ".include-tab-support" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-support" );
29
+ $( ".include-tab-family" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/page-for-include.html #include-tab-family" );
30
+ $( ".additional-css" ).load( "http://mycyberuniverse.com/public-files/dynamic-content/styles.html" );
31
+
32
  });
inc/js/bootstrap-tab.js ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* ========================================================================
2
+ * Bootstrap: tab.js v3.3.7
3
+ * http://getbootstrap.com/javascript/#tabs
4
+ * ========================================================================
5
+ * Copyright 2011-2016 Twitter, Inc.
6
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
7
+ * ======================================================================== */
8
+
9
+
10
+ +function ($) {
11
+ 'use strict';
12
+
13
+ // TAB CLASS DEFINITION
14
+ // ====================
15
+
16
+ var Tab = function (element) {
17
+ // jscs:disable requireDollarBeforejQueryAssignment
18
+ this.element = $(element)
19
+ // jscs:enable requireDollarBeforejQueryAssignment
20
+ }
21
+
22
+ Tab.VERSION = '3.3.7'
23
+
24
+ Tab.TRANSITION_DURATION = 150
25
+
26
+ Tab.prototype.show = function () {
27
+ var $this = this.element
28
+ var $ul = $this.closest('ul:not(.dropdown-menu)')
29
+ var selector = $this.data('target')
30
+
31
+ if (!selector) {
32
+ selector = $this.attr('href')
33
+ selector = selector && selector.replace(/.*(?=#[^\s]*$)/, '') // strip for ie7
34
+ }
35
+
36
+ if ($this.parent('li').hasClass('active')) return
37
+
38
+ var $previous = $ul.find('.active:last a')
39
+ var hideEvent = $.Event('hide.bs.tab', {
40
+ relatedTarget: $this[0]
41
+ })
42
+ var showEvent = $.Event('show.bs.tab', {
43
+ relatedTarget: $previous[0]
44
+ })
45
+
46
+ $previous.trigger(hideEvent)
47
+ $this.trigger(showEvent)
48
+
49
+ if (showEvent.isDefaultPrevented() || hideEvent.isDefaultPrevented()) return
50
+
51
+ var $target = $(selector)
52
+
53
+ this.activate($this.closest('li'), $ul)
54
+ this.activate($target, $target.parent(), function () {
55
+ $previous.trigger({
56
+ type: 'hidden.bs.tab',
57
+ relatedTarget: $this[0]
58
+ })
59
+ $this.trigger({
60
+ type: 'shown.bs.tab',
61
+ relatedTarget: $previous[0]
62
+ })
63
+ })
64
+ }
65
+
66
+ Tab.prototype.activate = function (element, container, callback) {
67
+ var $active = container.find('> .active')
68
+ var transition = callback
69
+ && $.support.transition
70
+ && ($active.length && $active.hasClass('fade') || !!container.find('> .fade').length)
71
+
72
+ function next() {
73
+ $active
74
+ .removeClass('active')
75
+ .find('> .dropdown-menu > .active')
76
+ .removeClass('active')
77
+ .end()
78
+ .find('[data-toggle="tab"]')
79
+ .attr('aria-expanded', false)
80
+
81
+ element
82
+ .addClass('active')
83
+ .find('[data-toggle="tab"]')
84
+ .attr('aria-expanded', true)
85
+
86
+ if (transition) {
87
+ element[0].offsetWidth // reflow for transition
88
+ element.addClass('in')
89
+ } else {
90
+ element.removeClass('fade')
91
+ }
92
+
93
+ if (element.parent('.dropdown-menu').length) {
94
+ element
95
+ .closest('li.dropdown')
96
+ .addClass('active')
97
+ .end()
98
+ .find('[data-toggle="tab"]')
99
+ .attr('aria-expanded', true)
100
+ }
101
+
102
+ callback && callback()
103
+ }
104
+
105
+ $active.length && transition ?
106
+ $active
107
+ .one('bsTransitionEnd', next)
108
+ .emulateTransitionEnd(Tab.TRANSITION_DURATION) :
109
+ next()
110
+
111
+ $active.removeClass('in')
112
+ }
113
+
114
+
115
+ // TAB PLUGIN DEFINITION
116
+ // =====================
117
+
118
+ function Plugin(option) {
119
+ return this.each(function () {
120
+ var $this = $(this)
121
+ var data = $this.data('bs.tab')
122
+
123
+ if (!data) $this.data('bs.tab', (data = new Tab(this)))
124
+ if (typeof option == 'string') data[option]()
125
+ })
126
+ }
127
+
128
+ var old = $.fn.tab
129
+
130
+ $.fn.tab = Plugin
131
+ $.fn.tab.Constructor = Tab
132
+
133
+
134
+ // TAB NO CONFLICT
135
+ // ===============
136
+
137
+ $.fn.tab.noConflict = function () {
138
+ $.fn.tab = old
139
+ return this
140
+ }
141
+
142
+
143
+ // TAB DATA-API
144
+ // ============
145
+
146
+ var clickHandler = function (e) {
147
+ e.preventDefault()
148
+ Plugin.call($(this), 'show')
149
+ }
150
+
151
+ $(document)
152
+ .on('click.bs.tab.data-api', '[data-toggle="tab"]', clickHandler)
153
+ .on('click.bs.tab.data-api', '[data-toggle="pill"]', clickHandler)
154
+
155
+ }(jQuery);
inc/php/settings_page.php CHANGED
@@ -10,401 +10,138 @@ defined('ABSPATH') or die("Restricted access!");
10
  /**
11
  * Render Settings Page
12
  *
13
- * @since 3.14
14
  */
15
  function smbtoolbar_render_submenu_page() {
16
 
17
- // Declare variables
18
- $options = get_option( 'smbtoolbar_settings' );
19
-
20
- // Page
21
- ?>
22
- <div class="wrap">
23
- <h2>
24
- <?php _e( 'Social Media Buttons Toolbar', SMEDIABT_TEXT ); ?>
25
  <br/>
26
  <span>
27
  <?php _e( 'by <a href="http://www.arthurgareginyan.com" target="_blank">Arthur Gareginyan</a>', SMEDIABT_TEXT ); ?>
28
  <span/>
29
- </h2>
30
 
31
  <div id="poststuff" class="metabox-holder has-right-sidebar">
32
 
33
- <!-- SIDEBAR -->
34
- <div class="inner-sidebar">
35
- <div id="side-sortables" class="meta-box-sortabless ui-sortable">
36
-
37
- <div id="about" class="postbox">
38
- <h3 class="title"><?php _e( 'About', SMEDIABT_TEXT ); ?></h3>
39
- <div class="inside">
40
- <p><?php _e( 'This plugin allows you to easily add the social media buttons toolbar to any place of your website.', SMEDIABT_TEXT ); ?></p>
41
- </div>
42
- </div>
43
 
44
- <div id="help" class="postbox">
45
- <h3 class="title"><?php _e( 'Help', SMEDIABT_TEXT ); ?></h3>
46
- <div class="inside">
47
- <p><?php _e( 'Got something to say? Need help?', SMEDIABT_TEXT ); ?></p>
48
- <p><a href="mailto:arthurgareginyan@gmail.com?subject=Social Media Buttons Toolbar">arthurgareginyan@gmail.com</a></p>
49
- </div>
50
- </div>
51
 
52
- <div id="donate" class="postbox">
53
- <h3 class="title"><?php _e( 'Donate', SMEDIABT_TEXT ); ?></h3>
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>
61
- </div>
62
 
63
- <a href="//www.iconfinder.com/?ref=ArthurGareginyan" target="_blank" rel="nofollow">
64
- <img style="border:0px" src="<?php echo plugins_url('../img/banner.png', __FILE__); ?>" width="280" height="180" alt="">
65
- </a>
66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
67
  </div>
68
  </div>
69
- <!-- END-SIDEBAR -->
70
-
71
- <!-- FORM -->
72
- <div class="has-sidebar sm-padded">
73
- <div id="post-body-content" class="has-sidebar-content">
74
- <div class="meta-box-sortabless">
75
-
76
- <form name="smbtoolbar-form" action="options.php" method="post" enctype="multipart/form-data">
77
- <?php settings_fields( 'smbtoolbar_settings_group' ); ?>
78
-
79
- <div class="postbox" id="Buttons">
80
- <h3 class="title"><?php _e( 'Buttons', SMEDIABT_TEXT ); ?></h3>
81
- <div class="inside">
82
- <p class="description"><?php _e( 'Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don\'t want to use any of the following buttons, you can not fill them and then they do not appear.', SMEDIABT_TEXT ); ?></p>
83
- <table class="form-table">
84
- <?php smbtoolbar_media( 'facebook',
85
- 'Facebook',
86
- 'https://www.facebook.com/YourUsernameHere',
87
- __( 'Enter the link to your Facebook profile page', SMEDIABT_TEXT ),
88
- '//www.facebook.com'
89
- ); ?>
90
- <?php smbtoolbar_media( 'twitter',
91
- 'Twitter',
92
- 'https://twitter.com/YourUsernameHere',
93
- __( 'Enter the link to your Twitter profile page', SMEDIABT_TEXT ),
94
- '//twitter.com'
95
- ); ?>
96
- <?php smbtoolbar_media( 'instagram',
97
- 'Instagram',
98
- 'http://instagram.com/YourUsernameHere',
99
- __( 'Enter the link to your Instagram profile page', SMEDIABT_TEXT ),
100
- '//instagram.com'
101
- ); ?>
102
- <?php smbtoolbar_media( 'google-plus',
103
- 'Google+',
104
- 'https://plus.google.com/u/0/+YourUsernameHere',
105
- __( 'Enter the link to your Google+ profile page', SMEDIABT_TEXT ),
106
- '//plus.google.com'
107
- ); ?>
108
- <?php smbtoolbar_media( 'youtube',
109
- 'YouTube',
110
- 'https://www.youtube.com/channel/YourChannelIdentifierHere',
111
- __( 'Enter the link to your YouTube profile page', SMEDIABT_TEXT ),
112
- '//www.youtube.com'
113
- ); ?>
114
- <?php smbtoolbar_media( 'vimeo',
115
- 'Vimeo',
116
- 'https://vimeo.com/YourUsernameHere',
117
- __( 'Enter the link to your Vimeo profile page', SMEDIABT_TEXT ),
118
- '//vimeo.com'
119
- ); ?>
120
- <?php smbtoolbar_media( 'blogger',
121
- 'Blogger',
122
- 'http://YourBlogNameHere.blogspot.com',
123
- __( 'Enter the link to your Blogger profile page', SMEDIABT_TEXT ),
124
- '//www.blogger.com'
125
- ); ?>
126
- <?php smbtoolbar_media( 'livejournal',
127
- 'LiveJournal',
128
- 'http://YourUsernameHere.livejournal.com',
129
- __( 'Enter the link to your LiveJournal profile page', SMEDIABT_TEXT ),
130
- '//www.livejournal.com'
131
- ); ?>
132
- <?php smbtoolbar_media( 'reddit',
133
- 'Reddit',
134
- 'https://www.reddit.com/user/YourUsernameHere',
135
- __( 'Enter the link to your Reddit profile page', SMEDIABT_TEXT ),
136
- '//www.reddit.com'
137
- ); ?>
138
- <?php smbtoolbar_media( 'linkedin',
139
- 'LinkedIn',
140
- 'https://linkedin.com/in/YourUsernameHere',
141
- __( 'Enter the link to your LinkedIn profile page', SMEDIABT_TEXT ),
142
- '//linkedin.com'
143
- ); ?>
144
- <?php smbtoolbar_media( 'pinterest',
145
- 'Pinterest',
146
- 'https://www.pinterest.com/YourUsernameHere',
147
- __( 'Enter the link to your Pinterest profile page', SMEDIABT_TEXT ),
148
- '//www.pinterest.com'
149
- ); ?>
150
- <?php smbtoolbar_media( 'tumblr',
151
- 'Tumblr',
152
- 'https://www.tumblr.com/blog/YourBlogNameHere',
153
- __( 'Enter the link to your Tumblr profile page', SMEDIABT_TEXT ),
154
- '//www.tumblr.com'
155
- ); ?>
156
- <?php smbtoolbar_media( 'snapchat',
157
- 'Snapchat',
158
- 'https://www.snapchat.com/add/YourUsernameHere',
159
- __( 'Enter the link to your Snapchat profile page', SMEDIABT_TEXT ),
160
- '//www.snapchat.com'
161
- ); ?>
162
- <?php smbtoolbar_media( 'twitch',
163
- 'Twitch',
164
- 'https://www.twitch.tv/YourUsernameHere',
165
- __( 'Enter the link to your Twitch profile page', SMEDIABT_TEXT ),
166
- '//www.twitch.tv'
167
- ); ?>
168
- <?php smbtoolbar_media( 'imdb',
169
- 'IMDb',
170
- 'http://www.imdb.com/name/YourUsernameHere',
171
- __( 'Enter the link to your IMDb profile page', SMEDIABT_TEXT ),
172
- '//www.imdb.com'
173
- ); ?>
174
- <?php smbtoolbar_media( 'soundcloud',
175
- 'SoundCloud',
176
- 'https://soundcloud.com/YourUsernameHere',
177
- __( 'Enter the link to your SoundCloud profile page', SMEDIABT_TEXT ),
178
- '//soundcloud.com'
179
- ); ?>
180
- <?php smbtoolbar_media( 'spotify',
181
- 'Spotify',
182
- 'http://open.spotify.com/user/YourUsernameHere',
183
- __( 'Enter the link to your Spotify profile page', SMEDIABT_TEXT ),
184
- '//www.spotify.com'
185
- ); ?>
186
- <?php smbtoolbar_media( 'dloky',
187
- 'Dloky',
188
- 'https://dloky.com/YourUsernameHere',
189
- __( 'Enter the link to your Dloky profile page', SMEDIABT_TEXT ),
190
- '//dloky.com'
191
- ); ?>
192
- <?php smbtoolbar_media( 'goodreads',
193
- 'Goodreads',
194
- 'https://www.goodreads.com/YourUsernameHere',
195
- __( 'Enter the link to your Goodreads profile page', SMEDIABT_TEXT ),
196
- '//www.goodreads.com'
197
- ); ?>
198
- <?php smbtoolbar_media( 'meetvibe',
199
- 'MeetVibe',
200
- 'https://meetvibe.com/YourUsernameHere',
201
- __( 'Enter the link to your MeetVibe profile page', SMEDIABT_TEXT ),
202
- '//meetvibe.com'
203
- ); ?>
204
- <?php smbtoolbar_media( 'meetup',
205
- 'Meetup',
206
- 'https://www.meetup.com/YourUsernameHere',
207
- __( 'Enter the link to your Meetup profile page', SMEDIABT_TEXT ),
208
- '//www.meetup.com'
209
- ); ?>
210
- <?php smbtoolbar_media( 'steam',
211
- 'Steam',
212
- 'http://store.steampowered.com/YourUsernameHere',
213
- __( 'Enter the link to your Steam profile page', SMEDIABT_TEXT ),
214
- '//store.steampowered.com'
215
- ); ?>
216
- <?php smbtoolbar_media( 'discord',
217
- 'Discord',
218
- 'https://discordapp.com/YourUsernameHere',
219
- __( 'Enter the link to your Discord profile page', SMEDIABT_TEXT ),
220
- '//discordapp.com'
221
- ); ?>
222
- <?php smbtoolbar_media( 'yelp',
223
- 'Yelp',
224
- 'https://www.yelp.com/YourUsernameHere',
225
- __( 'Enter the link to your Yelp profile page', SMEDIABT_TEXT ),
226
- '//www.yelp.com'
227
- ); ?>
228
- <?php smbtoolbar_media( 'vkontakte',
229
- 'VKontakte',
230
- 'https://vk.com/id_YourIdentifierHere',
231
- __( 'Enter the link to your VKontakte profile page', SMEDIABT_TEXT ),
232
- '//vk.com'
233
- ); ?>
234
- <?php smbtoolbar_media( 'odnoklassniki',
235
- 'Odnoklassniki',
236
- 'https://ok.ru/profile/YourIdentifierHere',
237
- __( 'Enter the link to your Odnoklassniki profile page', SMEDIABT_TEXT ),
238
- '//ok.ru'
239
- ); ?>
240
- <?php smbtoolbar_media( 'telegram',
241
- 'Telegram',
242
- 'https://telegram.me/YourUsernameHere',
243
- __( 'Enter the link to your Telegram profile page', SMEDIABT_TEXT ),
244
- '//telegram.org'
245
- ); ?>
246
- <?php smbtoolbar_media( 'github',
247
- 'GitHub',
248
- 'https://github.com/YourUsernameHere',
249
- __( 'Enter the link to your GitHub profile page', SMEDIABT_TEXT ),
250
- '//github.com'
251
- ); ?>
252
- <?php smbtoolbar_media( 'wordpress',
253
- 'WordPress',
254
- 'https://profiles.wordpress.org/YourUsernameHere',
255
- __( 'Enter the link to your WordPress profile page', SMEDIABT_TEXT ),
256
- '//wordpress.org'
257
- ); ?>
258
- <?php smbtoolbar_media( 'codepen',
259
- 'CodePen',
260
- 'http://codepen.io/YourUsernameHere',
261
- __( 'Enter the link to your CodePen profile page', SMEDIABT_TEXT ),
262
- '//codepen.io'
263
- ); ?>
264
- <?php smbtoolbar_media( 'skype',
265
- 'Skype',
266
- 'skype:YourUsernameHere?call',
267
- __( 'Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile', SMEDIABT_TEXT ),
268
- '//www.skype.com'
269
- ); ?>
270
- <?php smbtoolbar_media( 'website',
271
- 'Personal website',
272
- 'http://www.arthurgareginyan.com',
273
- __( 'Enter the link to your personal website', SMEDIABT_TEXT ),
274
- ''
275
- ); ?>
276
- <?php smbtoolbar_media( 'email',
277
- 'Email',
278
- 'mailto:YourUsernameHere@gmail.com',
279
- __( 'Enter your email address with prefix <b>mailto:</b>', SMEDIABT_TEXT ),
280
- ''
281
- ); ?>
282
- <?php smbtoolbar_media( 'rss-feed',
283
- 'RSS Feed',
284
- 'http://YourDomainNameHere.com/feed',
285
- __( 'Enter the link to your RSS Feed', SMEDIABT_TEXT ),
286
- ''
287
- ); ?>
288
- </table>
289
- <?php submit_button( __( 'Save Changes', SMEDIABT_TEXT ), 'primary', 'submit', true ); ?>
290
- </div>
291
- </div>
292
-
293
- <div class="postbox" id="DisplayOptions">
294
- <h3 class="title"><?php _e( 'Display options', SMEDIABT_TEXT ); ?></h3>
295
- <div class="inside">
296
- <p class="description"></p>
297
- <table class="form-table">
298
- <?php smbtoolbar_setting('show_posts',
299
- __( 'Show on Posts', SMEDIABT_TEXT ),
300
- __( 'Display toolbar below content on Posts.', SMEDIABT_TEXT ),
301
- 'check'
302
- ); ?>
303
- <?php smbtoolbar_setting('show_pages',
304
- __( 'Show on Pages', SMEDIABT_TEXT ),
305
- __( 'Display toolbar below content on Pages.', SMEDIABT_TEXT ),
306
- 'check'
307
- ); ?>
308
- <?php smbtoolbar_setting('new_tab',
309
- __( 'Open in new tab', SMEDIABT_TEXT ),
310
- __( 'Open link in a new tab/window.', SMEDIABT_TEXT ),
311
- 'check'
312
- ); ?>
313
- <?php smbtoolbar_setting('tooltips',
314
- __( 'Tooltips', SMEDIABT_TEXT ),
315
- __( 'Enable/disable a tooltips with name of the social media above every button.', SMEDIABT_TEXT ),
316
- 'check'
317
- ); ?>
318
- <?php smbtoolbar_setting('icon-size',
319
- __( 'Icon size', SMEDIABT_TEXT ),
320
- __( 'Enter the size of icons (in px) in your social media buttons toolbar.', SMEDIABT_TEXT ),
321
- 'field',
322
- '64',
323
- '2'
324
- ); ?>
325
- <?php smbtoolbar_setting('margin-right',
326
- __( 'Margin', SMEDIABT_TEXT ),
327
- __( 'Enter the size of space (in px) between icons in your social media buttons toolbar.', SMEDIABT_TEXT ),
328
- 'field',
329
- '10',
330
- '2'
331
- ); ?>
332
-
333
- <?php
334
- $options = get_option( 'smbtoolbar_settings' );
335
- if ( !empty( $options['alignment'] ) ) :
336
- $alignment = $options['alignment'];
337
- else :
338
- $alignment = '';
339
- endif;
340
- ?>
341
- <tr valign='top'>
342
- <th scope='row'>
343
- <?php _e( 'Alignment', SMEDIABT_TEXT ); ?>
344
- </th>
345
- <td>
346
- <ul>
347
- <li>
348
- <input type="radio" name="smbtoolbar_settings[alignment]" value="left" <?php checked('left', $alignment); ?> >
349
- <?php _e( 'Left', SMEDIABT_TEXT ); ?>
350
- </li>
351
- <li>
352
- <input type="radio" name="smbtoolbar_settings[alignment]" value="center" <?php checked('', $alignment); ?> <?php checked('center', $alignment); ?> >
353
- <?php _e( 'Center', SMEDIABT_TEXT ); ?>
354
- </li>
355
- <li>
356
- <input type="radio" name="smbtoolbar_settings[alignment]" value="right" <?php checked('right', $alignment); ?> >
357
- <?php _e( 'Right', SMEDIABT_TEXT ); ?>
358
- </li>
359
- </ul>
360
- </td>
361
- </tr>
362
-
363
- <?php smbtoolbar_setting('caption',
364
- __( 'Caption', SMEDIABT_TEXT ),
365
- __( 'Enter the caption to your social media buttons toolbar. It will be displays before the toolbar.', SMEDIABT_TEXT ),
366
- 'field',
367
- 'Follow me in social media:',
368
- '50'
369
- ); ?>
370
- </table>
371
- <?php submit_button( __( 'Save Changes', SMEDIABT_TEXT ), 'primary', 'submit', true ); ?>
372
- </div>
373
- </div>
374
-
375
- <div class="postbox" id="Preview">
376
- <h3 class="title"><?php _e( 'Preview', SMEDIABT_TEXT ); ?></h3>
377
- <div class="inside">
378
- <p class="description"><?php _e( 'Click "Save Changes" to update this preview.', SMEDIABT_TEXT ); ?></p></br>
379
- <?php echo smbtoolbar_shortcode(); ?>
380
- </div>
381
- </div>
382
-
383
- <div class="postbox" id="Using">
384
- <h3 class="title"><?php _e( 'Using', SMEDIABT_TEXT ); ?></h3>
385
- <div class="inside">
386
- <p><?php _e( 'You have several methods for display the social media buttons toolbar (further just "toolbar") on your website. But first, fill in the required fields, then click "Save Changes".', SMEDIABT_TEXT ); ?></p>
387
- <p><?php _e( '<b>A)</b> For display the toolbar below content on every Posts or/and Pages, just check the checkbox "Show on Posts" or/and "Show on Pages" in the section "Display options", then click "Save Changes". It\'s that simple!', SMEDIABT_TEXT ); ?></p>
388
- <p><?php _e( '<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the following shortcode:', SMEDIABT_TEXT ); ?></p>
389
- <p><?php highlight_string('[smbtoolbar]'); ?></p>
390
- <p><?php _e( '<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) use the "Text" widget and add inside it the following shortcode:', SMEDIABT_TEXT ); ?></p>
391
- <p><?php highlight_string('[smbtoolbar]'); ?></p>
392
- <p><?php _e( '<b>D)</b> For add the toolbar directly to a theme files, just add one of the following code (both variants do the same) to needed place (where you want to display the toolbar) in your theme files:', SMEDIABT_TEXT ); ?></p>
393
- <p><?php highlight_string('<?php echo do_shortcode("[smbtoolbar]"); ?>'); ?></p>
394
- <p><?php highlight_string('<?php echo smbtoolbar_shortcode(); ?>'); ?></p>
395
- <p><?php _e( 'It\'s that simple! If you want more options then tell me and I will be happy to add it.', SMEDIABT_TEXT ); ?></p>
396
- </div>
397
- </div>
398
 
399
- </form>
 
 
 
 
 
 
 
400
 
401
- </div>
 
 
 
 
402
  </div>
403
  </div>
404
- <!-- END-FORM -->
 
 
 
 
 
 
 
 
405
 
406
  </div>
407
 
408
- </div>
409
- <?php
410
- }
10
  /**
11
  * Render Settings Page
12
  *
13
+ * @since 4.0
14
  */
15
  function smbtoolbar_render_submenu_page() {
16
 
17
+ // Layout of Settings Page
18
+ ?>
19
+ <div class="wrap">
20
+ <h2>
21
+ <?php _e( 'Social Media Follow Buttons Bar', SMEDIABT_TEXT ); ?>
 
 
 
22
  <br/>
23
  <span>
24
  <?php _e( 'by <a href="http://www.arthurgareginyan.com" target="_blank">Arthur Gareginyan</a>', SMEDIABT_TEXT ); ?>
25
  <span/>
26
+ </h2>
27
 
28
  <div id="poststuff" class="metabox-holder has-right-sidebar">
29
 
30
+ <!-- TABS NAVIGATION MENU -->
31
+ <ul class="tabs-nav">
32
+ <li class="active"><a href="#tab-core" data-toggle="tab"><?php _e( 'Settings', SMEDIABT_TEXT ); ?></a></li>
33
+ <li><a href="#tab-usage" data-toggle="tab"><?php _e( 'Usage', SMEDIABT_TEXT ); ?></a></li>
34
+ <li><a href="#tab-faq" data-toggle="tab"><?php _e( 'F.A.Q.', SMEDIABT_TEXT ); ?></a></li>
35
+ <li><a href="#tab-author" data-toggle="tab"><?php _e( 'Author', SMEDIABT_TEXT ); ?></a></li>
36
+ <li><a href="#tab-support" data-toggle="tab"><?php _e( 'Support', SMEDIABT_TEXT ); ?></a></li>
37
+ <li><a href="#tab-family" data-toggle="tab"><?php _e( 'Family', SMEDIABT_TEXT ); ?></a></li>
38
+ </ul>
39
+ <!-- END-TABS NAVIGATION MENU -->
40
 
 
 
 
 
 
 
 
41
 
42
+ <!-- TAB 1 -->
43
+ <div class="tab-page fade active in" id="tab-core">
 
 
 
 
 
 
 
 
44
 
45
+ <?php require_once( SMEDIABT_PATH . 'inc/php/settings_tab.php' ); ?>
 
 
46
 
47
+ </div>
48
+ <!-- END-TAB 1 -->
49
+
50
+ <!-- TAB 2 -->
51
+ <div class="tab-page fade" id="tab-usage">
52
+ <div class="postbox">
53
+ <h3 class="title"><?php _e( 'Usage', SMEDIABT_TEXT ); ?></h3>
54
+ <div class="inside">
55
+ <p><?php _e( 'You have several methods for display the social media follow buttons bar (further just "bar") on your website. But first, fill in the required fields, then click "Save Changes".', SMEDIABT_TEXT ); ?></p>
56
+ <p><?php _e( '<b>A)</b> For display the bar below content on every Posts or/and Pages, just check the checkbox "Show on Posts" or/and "Show on Pages" in the section "Display options", then click "Save Changes". It\'s that simple!', SMEDIABT_TEXT ); ?></p>
57
+ <p><?php _e( '<b>B)</b> For add the bar inside a post from WP Post/Page Editor use the following shortcode:', SMEDIABT_TEXT ); ?></p>
58
+ <p><?php highlight_string('[smbtoolbar]'); ?></p>
59
+ <p><?php _e( '<b>C)</b> For add the bar to the widget area (in sidebar, footer etc.) use the "Text" widget and add inside it the following shortcode:', SMEDIABT_TEXT ); ?></p>
60
+ <p><?php highlight_string('[smbtoolbar]'); ?></p>
61
+ <p><?php _e( '<b>D)</b> For add the bar directly to a theme files, just add one of the following code (both variants do the same) to needed place (where you want to display the bar) in your theme files:', SMEDIABT_TEXT ); ?></p>
62
+ <p><?php highlight_string('<?php echo do_shortcode("[smbtoolbar]"); ?>'); ?></p>
63
+ <p><?php highlight_string('<?php echo smbtoolbar_shortcode(); ?>'); ?></p>
64
+ <p><?php _e( 'It\'s that simple! If you want more options then tell me and I will be happy to add it.', SMEDIABT_TEXT ); ?></p>
65
+ </div>
66
  </div>
67
  </div>
68
+ <!-- END-TAB 2 -->
69
+
70
+ <!-- TAB 3 -->
71
+ <div class="tab-page fade" id="tab-faq">
72
+ <div class="postbox">
73
+ <h3 class="title"><?php _e( 'Frequent Questions', SMEDIABT_TEXT ); ?></h3>
74
+ <div class="inside">
75
+ <p>
76
+ <b><span class="red"></span><?php _e( 'Will this plugin work on my WordPress.COM website?', SMEDIABT_TEXT ); ?></b><br>
77
+ <span class="blue"></span><?php _e( 'Sorry, this plugin is available for use only on self-hosted (WordPress.org) websites.', SMEDIABT_TEXT ); ?>
78
+ </p>
79
+ <p>
80
+ <b><span class="red"></span><?php _e( 'Can I use this plugin on my language?', SMEDIABT_TEXT ); ?></b><br>
81
+ <span class="blue"></span><?php _e( 'Yes. But If your language is not available then you can make one. This plugin is ready for translation. The<code>.pot</code>file is included and placed in <code>languages</code> folder. Many of plugin users would be delighted if you shared your translation with the community. Just send the translation files (<code>*.po, *.mo</code>) to me at the <a href="mailto:arthurgareginyan@gmail.com?subject=Social Media Follow Buttons Bar">arthurgareginyan@gmail.com</a> and I will include the translation within the next plugin update.', SMEDIABT_TEXT ); ?>
82
+ </p>
83
+ <p>
84
+ <b><span class="red"></span><?php _e( 'How does it work?', SMEDIABT_TEXT ); ?></b><br>
85
+ <span class="blue"></span><?php _e( 'First, go to page <code>Settings</code> &#8680; <code>Social Media Follow Buttons</code>.', SMEDIABT_TEXT ); ?><br>
86
+ <?php _e( 'On the plugins page you find the fields where you can enter your<code>User ID\'s</code>,<code>URL</code>to your social network profile.', SMEDIABT_TEXT ); ?>
87
+ </p>
88
+ <p>
89
+ <b><span class="red"></span><?php _e( 'Does this plugin require modification to the theme?', SMEDIABT_TEXT ); ?></b><br>
90
+ <span class="blue"></span><?php _e( 'Absolutely not. This plugin is added/configured entirely from the website\'s Admin section.', SMEDIABT_TEXT ); ?>
91
+ </p>
92
+ <p>
93
+ <b><span class="red"></span><?php _e( 'Does this require any knowledge of HTML or CSS?', SMEDIABT_TEXT ); ?></b><br>
94
+ <span class="blue"></span><?php _e( 'Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, using a simple WordPress settings page.', SMEDIABT_TEXT ); ?>
95
+ </p>
96
+ <p>
97
+ <b><span class="red"></span><?php _e( 'It\'s not working. What could be wrong?', SMEDIABT_TEXT ); ?></b><br>
98
+ <span class="blue"></span><?php _e( 'As with every plugin, it\'s possible that things don\'t work. The most common reason for this is that the plugin has a conflict with another plugin you\'re using. It\'s impossible to tell what could be wrong exactly, but if you post a support request in the plugin\'s support forum on WordPress.org, I\'d be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.', SMEDIABT_TEXT ); ?>
99
+ </p>
100
+ <p>
101
+ <b><span class="red"></span><?php _e( 'Where to report bug if found?', SMEDIABT_TEXT ); ?></b><br>
102
+ <span class="blue"></span>Please visit the <a href="https://github.com/ArthurGareginyan/social-media-buttons-toolbar" target="_blank">Dedicated Plugin Page on GitHub</a> and report.
103
+ </p>
104
+ <p>
105
+ <b><span class="red"></span><?php _e( 'Where to share any ideas or suggestions to make the plugin better?', SMEDIABT_TEXT ); ?></b><br>
106
+ <span class="blue"></span>Please send me an email to <a href="mailto:arthurgareginyan@gmail.com?subject=Social Media Follow Buttons Bar">arthurgareginyan@gmail.com</a>.
107
+ </p>
108
+ <p>
109
+ <b><span class="red"></span><?php _e( 'I love this plugin! Can I help somehow?', SMEDIABT_TEXT ); ?></b><br>
110
+ <span class="blue"></span> Yes, any financial contributions are welcome! Just visit <a href="http://www.arthurgareginyan.com/donate.html" target="_blank">my website</a> and click on the donate link, and thank you!
111
+ </p>
112
+ </div>
113
+ </div>
114
+ </div>
115
+ <!-- END-TAB 3 -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
 
117
+ <!-- TAB 4 -->
118
+ <div class="tab-page fade" id="tab-author">
119
+ <div class="postbox">
120
+ <h3 class="title"><?php _e( 'Author', SMEDIABT_TEXT ); ?></h3>
121
+ <div class="inside include-tab-author"></div>
122
+ </div>
123
+ </div>
124
+ <!-- END-TAB 4 -->
125
 
126
+ <!-- TAB 5 -->
127
+ <div class="tab-page fade" id="tab-support">
128
+ <div class="postbox">
129
+ <h3 class="title"><?php _e( 'Support', SMEDIABT_TEXT ); ?></h3>
130
+ <div class="inside include-tab-support"></div>
131
  </div>
132
  </div>
133
+ <!-- END-TAB 5 -->
134
+
135
+ <!-- TAB 6 -->
136
+ <div class="tab-page fade" id="tab-family">
137
+ <div class="include-tab-family"></div>
138
+ </div>
139
+ <!-- END-TAB 6 -->
140
+
141
+ <div class="additional-css"></div>
142
 
143
  </div>
144
 
145
+ </div>
146
+ <?php
147
+ }
inc/php/settings_tab.php ADDED
@@ -0,0 +1,377 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Prevent Direct Access
5
+ *
6
+ * @since 0.1
7
+ */
8
+ defined('ABSPATH') or die("Restricted access!");
9
+
10
+ /**
11
+ * Render Settings Tab
12
+ *
13
+ * @since 4.0
14
+ */
15
+ ?>
16
+ <!-- SIDEBAR -->
17
+ <div class="inner-sidebar">
18
+ <div id="side-sortables" class="meta-box-sortabless ui-sortable">
19
+
20
+ <div id="about" class="postbox">
21
+ <h3 class="title"><?php _e( 'About', SMEDIABT_TEXT ); ?></h3>
22
+ <div class="inside">
23
+ <p><?php _e( 'This plugin allows you to easily add the social media buttons toolbar to any place of your website.', SMEDIABT_TEXT ); ?></p>
24
+ </div>
25
+ </div>
26
+
27
+ <div id="help" class="postbox">
28
+ <h3 class="title"><?php _e( 'Help', SMEDIABT_TEXT ); ?></h3>
29
+ <div class="inside">
30
+ <p><?php _e( 'Got something to say? Need help?', SMEDIABT_TEXT ); ?></p>
31
+ <p><a href="mailto:arthurgareginyan@gmail.com?subject=Social Media Follow Buttons Bar">arthurgareginyan@gmail.com</a></p>
32
+ </div>
33
+ </div>
34
+
35
+ <div id="support" class="postbox">
36
+ <h3 class="title"><?php _e( 'Support', SMEDIABT_TEXT ); ?></h3>
37
+ <div class="inside">
38
+ <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>
39
+ <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8A88KC7TFF6CS" target="_blank" class="additional-button paypal"><?php _e( 'Donate with PayPal', SMEDIABT_TEXT ); ?></a>
40
+ <p><?php _e( 'Thanks for your support!', SMEDIABT_TEXT ); ?></p>
41
+ </div>
42
+ </div>
43
+
44
+ </div>
45
+ </div>
46
+ <!-- END-SIDEBAR -->
47
+
48
+ <!-- FORM -->
49
+ <div class="has-sidebar sm-padded">
50
+ <div id="post-body-content" class="has-sidebar-content">
51
+ <div class="meta-box-sortabless">
52
+
53
+ <form name="smbtoolbar-form" action="options.php" method="post" enctype="multipart/form-data">
54
+ <?php settings_fields( 'smbtoolbar_settings_group' ); ?>
55
+
56
+ <?php
57
+ // Get options from the BD
58
+ $options = get_option( 'smbtoolbar_settings' );
59
+ ?>
60
+
61
+ <div class="postbox" id="Buttons">
62
+ <h3 class="title"><?php _e( 'Buttons', SMEDIABT_TEXT ); ?></h3>
63
+ <div class="inside">
64
+ <p class="description"><?php _e( 'Just fill in the required fields to make a buttons. The social networking buttons will lead directly to your profile pages. If you don\'t want to use any of the following buttons, you can not fill them and then they do not appear.', SMEDIABT_TEXT ); ?></p>
65
+ <table class="form-table">
66
+ <?php smbtoolbar_media( 'facebook',
67
+ 'Facebook',
68
+ 'https://www.facebook.com/YourUsernameHere',
69
+ __( 'Enter the link to your Facebook profile page', SMEDIABT_TEXT ),
70
+ '//www.facebook.com'
71
+ ); ?>
72
+ <?php smbtoolbar_media( 'twitter',
73
+ 'Twitter',
74
+ 'https://twitter.com/YourUsernameHere',
75
+ __( 'Enter the link to your Twitter profile page', SMEDIABT_TEXT ),
76
+ '//twitter.com'
77
+ ); ?>
78
+ <?php smbtoolbar_media( 'instagram',
79
+ 'Instagram',
80
+ 'http://instagram.com/YourUsernameHere',
81
+ __( 'Enter the link to your Instagram profile page', SMEDIABT_TEXT ),
82
+ '//instagram.com'
83
+ ); ?>
84
+ <?php smbtoolbar_media( 'google-plus',
85
+ 'Google+',
86
+ 'https://plus.google.com/u/0/+YourUsernameHere',
87
+ __( 'Enter the link to your Google+ profile page', SMEDIABT_TEXT ),
88
+ '//plus.google.com'
89
+ ); ?>
90
+ <?php smbtoolbar_media( 'youtube',
91
+ 'YouTube',
92
+ 'https://www.youtube.com/channel/YourChannelIdentifierHere',
93
+ __( 'Enter the link to your YouTube profile page', SMEDIABT_TEXT ),
94
+ '//www.youtube.com'
95
+ ); ?>
96
+ <?php smbtoolbar_media( 'vimeo',
97
+ 'Vimeo',
98
+ 'https://vimeo.com/YourUsernameHere',
99
+ __( 'Enter the link to your Vimeo profile page', SMEDIABT_TEXT ),
100
+ '//vimeo.com'
101
+ ); ?>
102
+ <?php smbtoolbar_media( 'blogger',
103
+ 'Blogger',
104
+ 'http://YourBlogNameHere.blogspot.com',
105
+ __( 'Enter the link to your Blogger profile page', SMEDIABT_TEXT ),
106
+ '//www.blogger.com'
107
+ ); ?>
108
+ <?php smbtoolbar_media( 'livejournal',
109
+ 'LiveJournal',
110
+ 'http://YourUsernameHere.livejournal.com',
111
+ __( 'Enter the link to your LiveJournal profile page', SMEDIABT_TEXT ),
112
+ '//www.livejournal.com'
113
+ ); ?>
114
+ <?php smbtoolbar_media( 'reddit',
115
+ 'Reddit',
116
+ 'https://www.reddit.com/user/YourUsernameHere',
117
+ __( 'Enter the link to your Reddit profile page', SMEDIABT_TEXT ),
118
+ '//www.reddit.com'
119
+ ); ?>
120
+ <?php smbtoolbar_media( 'linkedin',
121
+ 'LinkedIn',
122
+ 'https://linkedin.com/in/YourUsernameHere',
123
+ __( 'Enter the link to your LinkedIn profile page', SMEDIABT_TEXT ),
124
+ '//linkedin.com'
125
+ ); ?>
126
+ <?php smbtoolbar_media( 'pinterest',
127
+ 'Pinterest',
128
+ 'https://www.pinterest.com/YourUsernameHere',
129
+ __( 'Enter the link to your Pinterest profile page', SMEDIABT_TEXT ),
130
+ '//www.pinterest.com'
131
+ ); ?>
132
+ <?php smbtoolbar_media( 'tumblr',
133
+ 'Tumblr',
134
+ 'https://www.tumblr.com/blog/YourBlogNameHere',
135
+ __( 'Enter the link to your Tumblr profile page', SMEDIABT_TEXT ),
136
+ '//www.tumblr.com'
137
+ ); ?>
138
+ <?php smbtoolbar_media( 'snapchat',
139
+ 'Snapchat',
140
+ 'https://www.snapchat.com/add/YourUsernameHere',
141
+ __( 'Enter the link to your Snapchat profile page', SMEDIABT_TEXT ),
142
+ '//www.snapchat.com'
143
+ ); ?>
144
+ <?php smbtoolbar_media( 'twitch',
145
+ 'Twitch',
146
+ 'https://www.twitch.tv/YourUsernameHere',
147
+ __( 'Enter the link to your Twitch profile page', SMEDIABT_TEXT ),
148
+ '//www.twitch.tv'
149
+ ); ?>
150
+ <?php smbtoolbar_media( 'patreon',
151
+ 'Patreon',
152
+ 'https://www.patreon.com/YourUsernameHere',
153
+ __( 'Enter the link to your Patreon profile page', SMEDIABT_TEXT ),
154
+ '//www.patreon.com'
155
+ ); ?>
156
+ <?php smbtoolbar_media( 'imdb',
157
+ 'IMDb',
158
+ 'http://www.imdb.com/name/YourUsernameHere',
159
+ __( 'Enter the link to your IMDb profile page', SMEDIABT_TEXT ),
160
+ '//www.imdb.com'
161
+ ); ?>
162
+ <?php smbtoolbar_media( 'soundcloud',
163
+ 'SoundCloud',
164
+ 'https://soundcloud.com/YourUsernameHere',
165
+ __( 'Enter the link to your SoundCloud profile page', SMEDIABT_TEXT ),
166
+ '//soundcloud.com'
167
+ ); ?>
168
+ <?php smbtoolbar_media( 'spotify',
169
+ 'Spotify',
170
+ 'http://open.spotify.com/user/YourUsernameHere',
171
+ __( 'Enter the link to your Spotify profile page', SMEDIABT_TEXT ),
172
+ '//www.spotify.com'
173
+ ); ?>
174
+ <?php smbtoolbar_media( 'dloky',
175
+ 'Dloky',
176
+ 'https://dloky.com/YourUsernameHere',
177
+ __( 'Enter the link to your Dloky profile page', SMEDIABT_TEXT ),
178
+ '//dloky.com'
179
+ ); ?>
180
+ <?php smbtoolbar_media( 'goodreads',
181
+ 'Goodreads',
182
+ 'https://www.goodreads.com/YourUsernameHere',
183
+ __( 'Enter the link to your Goodreads profile page', SMEDIABT_TEXT ),
184
+ '//www.goodreads.com'
185
+ ); ?>
186
+ <?php smbtoolbar_media( 'meetvibe',
187
+ 'MeetVibe',
188
+ 'https://meetvibe.com/YourUsernameHere',
189
+ __( 'Enter the link to your MeetVibe profile page', SMEDIABT_TEXT ),
190
+ '//meetvibe.com'
191
+ ); ?>
192
+ <?php smbtoolbar_media( 'meetup',
193
+ 'Meetup',
194
+ 'https://www.meetup.com/YourUsernameHere',
195
+ __( 'Enter the link to your Meetup profile page', SMEDIABT_TEXT ),
196
+ '//www.meetup.com'
197
+ ); ?>
198
+ <?php smbtoolbar_media( 'steam',
199
+ 'Steam',
200
+ 'http://store.steampowered.com/YourUsernameHere',
201
+ __( 'Enter the link to your Steam profile page', SMEDIABT_TEXT ),
202
+ '//store.steampowered.com'
203
+ ); ?>
204
+ <?php smbtoolbar_media( 'discord',
205
+ 'Discord',
206
+ 'https://discordapp.com/YourUsernameHere',
207
+ __( 'Enter the link to your Discord profile page', SMEDIABT_TEXT ),
208
+ '//discordapp.com'
209
+ ); ?>
210
+ <?php smbtoolbar_media( 'yelp',
211
+ 'Yelp',
212
+ 'https://www.yelp.com/YourUsernameHere',
213
+ __( 'Enter the link to your Yelp profile page', SMEDIABT_TEXT ),
214
+ '//www.yelp.com'
215
+ ); ?>
216
+ <?php smbtoolbar_media( 'vkontakte',
217
+ 'VKontakte',
218
+ 'https://vk.com/id_YourIdentifierHere',
219
+ __( 'Enter the link to your VKontakte profile page', SMEDIABT_TEXT ),
220
+ '//vk.com'
221
+ ); ?>
222
+ <?php smbtoolbar_media( 'odnoklassniki',
223
+ 'Odnoklassniki',
224
+ 'https://ok.ru/profile/YourIdentifierHere',
225
+ __( 'Enter the link to your Odnoklassniki profile page', SMEDIABT_TEXT ),
226
+ '//ok.ru'
227
+ ); ?>
228
+ <?php smbtoolbar_media( 'telegram',
229
+ 'Telegram',
230
+ 'https://telegram.me/YourUsernameHere',
231
+ __( 'Enter the link to your Telegram profile page', SMEDIABT_TEXT ),
232
+ '//telegram.org'
233
+ ); ?>
234
+ <?php smbtoolbar_media( 'github',
235
+ 'GitHub',
236
+ 'https://github.com/YourUsernameHere',
237
+ __( 'Enter the link to your GitHub profile page', SMEDIABT_TEXT ),
238
+ '//github.com'
239
+ ); ?>
240
+ <?php smbtoolbar_media( 'wordpress',
241
+ 'WordPress',
242
+ 'https://profiles.wordpress.org/YourUsernameHere',
243
+ __( 'Enter the link to your WordPress profile page', SMEDIABT_TEXT ),
244
+ '//wordpress.org'
245
+ ); ?>
246
+ <?php smbtoolbar_media( 'codepen',
247
+ 'CodePen',
248
+ 'http://codepen.io/YourUsernameHere',
249
+ __( 'Enter the link to your CodePen profile page', SMEDIABT_TEXT ),
250
+ '//codepen.io'
251
+ ); ?>
252
+ <?php smbtoolbar_media( 'skype',
253
+ 'Skype',
254
+ 'skype:YourUsernameHere?call',
255
+ __( 'Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile', SMEDIABT_TEXT ),
256
+ '//www.skype.com'
257
+ ); ?>
258
+ <?php smbtoolbar_media( 'website',
259
+ 'Personal website',
260
+ 'http://www.arthurgareginyan.com',
261
+ __( 'Enter the link to your personal website', SMEDIABT_TEXT ),
262
+ ''
263
+ ); ?>
264
+ <?php smbtoolbar_media( 'email',
265
+ 'Email',
266
+ 'mailto:YourUsernameHere@gmail.com',
267
+ __( 'Enter your email address with prefix <b>mailto:</b>', SMEDIABT_TEXT ),
268
+ ''
269
+ ); ?>
270
+ <?php smbtoolbar_media( 'rss-feed',
271
+ 'RSS Feed',
272
+ 'http://YourDomainNameHere.com/feed',
273
+ __( 'Enter the link to your RSS Feed', SMEDIABT_TEXT ),
274
+ ''
275
+ ); ?>
276
+ </table>
277
+ <?php submit_button( __( 'Save Changes', SMEDIABT_TEXT ), 'primary', 'submit', true ); ?>
278
+ </div>
279
+ </div>
280
+
281
+ <div class="postbox" id="DisplayOptions">
282
+ <h3 class="title"><?php _e( 'Display options', SMEDIABT_TEXT ); ?></h3>
283
+ <div class="inside">
284
+ <p class="description"></p>
285
+ <table class="form-table">
286
+ <?php smbtoolbar_setting('show_posts',
287
+ __( 'Show on Posts', SMEDIABT_TEXT ),
288
+ __( 'Display toolbar below content on Posts.', SMEDIABT_TEXT ),
289
+ 'check'
290
+ ); ?>
291
+ <?php smbtoolbar_setting('show_pages',
292
+ __( 'Show on Pages', SMEDIABT_TEXT ),
293
+ __( 'Display toolbar below content on Pages.', SMEDIABT_TEXT ),
294
+ 'check'
295
+ ); ?>
296
+ <?php smbtoolbar_setting('new_tab',
297
+ __( 'Open in new tab', SMEDIABT_TEXT ),
298
+ __( 'Open link in a new tab/window.', SMEDIABT_TEXT ),
299
+ 'check'
300
+ ); ?>
301
+ <?php smbtoolbar_setting('tooltips',
302
+ __( 'Tooltips', SMEDIABT_TEXT ),
303
+ __( 'Enable/disable a tooltips with name of the social media above every button.', SMEDIABT_TEXT ),
304
+ 'check'
305
+ ); ?>
306
+ <?php smbtoolbar_setting('icon-size',
307
+ __( 'Icon size', SMEDIABT_TEXT ),
308
+ __( 'Enter the size of icons (in px) in your social media buttons toolbar.', SMEDIABT_TEXT ),
309
+ 'field',
310
+ '64',
311
+ '2'
312
+ ); ?>
313
+ <?php smbtoolbar_setting('margin-right',
314
+ __( 'Margin', SMEDIABT_TEXT ),
315
+ __( 'Enter the size of space (in px) between icons in your social media buttons toolbar.', SMEDIABT_TEXT ),
316
+ 'field',
317
+ '10',
318
+ '2'
319
+ ); ?>
320
+
321
+ <?php
322
+ $options = get_option( 'smbtoolbar_settings' );
323
+ if ( !empty( $options['alignment'] ) ) :
324
+ $alignment = $options['alignment'];
325
+ else :
326
+ $alignment = '';
327
+ endif;
328
+ ?>
329
+ <tr valign='top'>
330
+ <th scope='row'>
331
+ <?php _e( 'Alignment', SMEDIABT_TEXT ); ?>
332
+ </th>
333
+ <td>
334
+ <ul>
335
+ <li>
336
+ <input type="radio" name="smbtoolbar_settings[alignment]" value="left" <?php checked('left', $alignment); ?> >
337
+ <?php _e( 'Left', SMEDIABT_TEXT ); ?>
338
+ </li>
339
+ <li>
340
+ <input type="radio" name="smbtoolbar_settings[alignment]" value="center" <?php checked('', $alignment); ?> <?php checked('center', $alignment); ?> >
341
+ <?php _e( 'Center', SMEDIABT_TEXT ); ?>
342
+ </li>
343
+ <li>
344
+ <input type="radio" name="smbtoolbar_settings[alignment]" value="right" <?php checked('right', $alignment); ?> >
345
+ <?php _e( 'Right', SMEDIABT_TEXT ); ?>
346
+ </li>
347
+ </ul>
348
+ </td>
349
+ </tr>
350
+
351
+ <?php smbtoolbar_setting('caption',
352
+ __( 'Caption', SMEDIABT_TEXT ),
353
+ __( 'Enter the caption to your social media buttons toolbar. It will be displays before the toolbar.', SMEDIABT_TEXT ),
354
+ 'field',
355
+ 'Follow me in social media:',
356
+ '50'
357
+ ); ?>
358
+ </table>
359
+ <?php submit_button( __( 'Save Changes', SMEDIABT_TEXT ), 'primary', 'submit', true ); ?>
360
+ </div>
361
+ </div>
362
+
363
+ <div class="postbox" id="Preview">
364
+ <h3 class="title"><?php _e( 'Preview', SMEDIABT_TEXT ); ?></h3>
365
+ <div class="inside">
366
+ <p class="description"><?php _e( 'Click "Save Changes" to update this preview.', SMEDIABT_TEXT ); ?></p></br>
367
+ <?php echo smbtoolbar_shortcode(); ?>
368
+ </div>
369
+ </div>
370
+
371
+ </form>
372
+
373
+ </div>
374
+ </div>
375
+ </div>
376
+ <!-- END-FORM -->
377
+ <?php
languages/social-media-buttons-toolbar-es_ES.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-es_ES.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
- "POT-Creation-Date: 2017-02-11 22:40+0300\n"
7
- "PO-Revision-Date: 2017-02-11 22:43+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
@@ -15,11 +15,11 @@ msgstr ""
15
  "X-Generator: Poedit 1.8.4\n"
16
 
17
  #. Plugin Name of the plugin/theme
18
- #: inc/php/settings_page.php:24 social-media-buttons-toolbar.php:120
19
- msgid "Social Media Buttons Toolbar"
20
- msgstr "Barra de Botones de Social Media"
21
 
22
- #: inc/php/settings_page.php:27
23
  msgid ""
24
  "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
25
  "Gareginyan</a>"
@@ -27,11 +27,180 @@ msgstr ""
27
  "por <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
28
  "Gareginyan</a>"
29
 
30
- #: inc/php/settings_page.php:38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  msgid "About"
32
  msgstr "Acerca de"
33
 
34
- #: inc/php/settings_page.php:40
35
  msgid ""
36
  "This plugin allows you to easily add the social media buttons toolbar to any place "
37
  "of your website."
@@ -39,19 +208,15 @@ msgstr ""
39
  "Este plugin te permite añadir fácilmente una barra de botones de social media en "
40
  "cualquier parte de tu sitio web."
41
 
42
- #: inc/php/settings_page.php:45
43
  msgid "Help"
44
  msgstr "Ayuda"
45
 
46
- #: inc/php/settings_page.php:47
47
  msgid "Got something to say? Need help?"
48
  msgstr "¿Tienes algo que decir? ¿Necesitas ayuda?"
49
 
50
- #: inc/php/settings_page.php:53 social-media-buttons-toolbar.php:104
51
- msgid "Donate"
52
- msgstr "Hacer una donación"
53
-
54
- #: inc/php/settings_page.php:55
55
  msgid ""
56
  "I'm an independent developer, without a regular income, so every little "
57
  "contribution helps cover my costs and lets me spend more time building things for "
@@ -61,15 +226,19 @@ msgstr ""
61
  "pequeña contribución me ayudará a cubrir mis gastos y me permitirá dedicar más "
62
  "tiempo a hacer cosas que puedan disfrutar personas como tú."
63
 
64
- #: inc/php/settings_page.php:59
 
 
 
 
65
  msgid "Thanks for your support!"
66
  msgstr "¡Gracias por su colaboración!"
67
 
68
- #: inc/php/settings_page.php:80
69
  msgid "Buttons"
70
  msgstr "Botones"
71
 
72
- #: inc/php/settings_page.php:82
73
  msgid ""
74
  "Just fill in the required fields to make a buttons. The social networking buttons "
75
  "will lead directly to your profile pages. If you don't want to use any of the "
@@ -79,127 +248,131 @@ msgstr ""
79
  "social conducirán directamente a tu página de perfil en esa red. Si no quieres "
80
  "usar alguno de los botones, sencillamente no lo llenes y no aparecerá."
81
 
82
- #: inc/php/settings_page.php:87
83
  msgid "Enter the link to your Facebook profile page"
84
  msgstr "Ingresa el enlace a tu página de perfil de Facebook"
85
 
86
- #: inc/php/settings_page.php:93
87
  msgid "Enter the link to your Twitter profile page"
88
  msgstr "Ingresa el enlace a tu página de perfil de Twitter"
89
 
90
- #: inc/php/settings_page.php:99
91
  msgid "Enter the link to your Instagram profile page"
92
  msgstr "Ingresa el enlace a tu página de perfil de Instagram"
93
 
94
- #: inc/php/settings_page.php:105
95
  msgid "Enter the link to your Google+ profile page"
96
  msgstr "Ingresa el enlace a tu página de perfil de Google+"
97
 
98
- #: inc/php/settings_page.php:111
99
  msgid "Enter the link to your YouTube profile page"
100
  msgstr "Ingresa el enlace a tu página de perfil de Youtube"
101
 
102
- #: inc/php/settings_page.php:117
103
  msgid "Enter the link to your Vimeo profile page"
104
  msgstr "Ingresa el enlace a tu página de perfil de Vimeo"
105
 
106
- #: inc/php/settings_page.php:123
107
  msgid "Enter the link to your Blogger profile page"
108
  msgstr "Ingresa el enlace a tu página de perfil de Blogger"
109
 
110
- #: inc/php/settings_page.php:129
111
  msgid "Enter the link to your LiveJournal profile page"
112
  msgstr "Ingresa el enlace a tu página de perfil de LiveJournal"
113
 
114
- #: inc/php/settings_page.php:135
115
  msgid "Enter the link to your Reddit profile page"
116
  msgstr "Ingresa el enlace a tu página de perfil de Reddit"
117
 
118
- #: inc/php/settings_page.php:141
119
  msgid "Enter the link to your LinkedIn profile page"
120
  msgstr "Ingresa el enlace a tu página de perfil de LinkedIn"
121
 
122
- #: inc/php/settings_page.php:147
123
  msgid "Enter the link to your Pinterest profile page"
124
  msgstr "Ingresa el enlace a tu página de perfil de Pinterest"
125
 
126
- #: inc/php/settings_page.php:153
127
  msgid "Enter the link to your Tumblr profile page"
128
  msgstr "Ingresa el enlace a tu página de perfil de Tumblr"
129
 
130
- #: inc/php/settings_page.php:159
131
  msgid "Enter the link to your Snapchat profile page"
132
  msgstr "Ingresa el enlace a tu página de perfil de Snapchat"
133
 
134
- #: inc/php/settings_page.php:165
135
  msgid "Enter the link to your Twitch profile page"
136
  msgstr "Ingresa el enlace a tu página de perfil de Twitch"
137
 
138
- #: inc/php/settings_page.php:171
 
 
 
 
139
  msgid "Enter the link to your IMDb profile page"
140
  msgstr "Ingresa el enlace a tu página de perfil de IMDb"
141
 
142
- #: inc/php/settings_page.php:177
143
  msgid "Enter the link to your SoundCloud profile page"
144
  msgstr "Ingresa el enlace a tu página de perfil de SoundCloud"
145
 
146
- #: inc/php/settings_page.php:183
147
  msgid "Enter the link to your Spotify profile page"
148
  msgstr "Ingresa el enlace a tu página de perfil de Spotify"
149
 
150
- #: inc/php/settings_page.php:189
151
  msgid "Enter the link to your Dloky profile page"
152
  msgstr "Ingresa el enlace a tu página de perfil de Dloky"
153
 
154
- #: inc/php/settings_page.php:195
155
  msgid "Enter the link to your Goodreads profile page"
156
  msgstr "Ingresa el enlace a tu página de perfil de Goodreads"
157
 
158
- #: inc/php/settings_page.php:201
159
  msgid "Enter the link to your MeetVibe profile page"
160
  msgstr "Ingresa el enlace a tu página de perfil de MeetVibe"
161
 
162
- #: inc/php/settings_page.php:207
163
  msgid "Enter the link to your Meetup profile page"
164
  msgstr "Ingresa el enlace a tu página de perfil de Meetup"
165
 
166
- #: inc/php/settings_page.php:213
167
  msgid "Enter the link to your Steam profile page"
168
  msgstr "Ingresa el enlace a tu página de perfil de Steam"
169
 
170
- #: inc/php/settings_page.php:219
171
  msgid "Enter the link to your Discord profile page"
172
  msgstr "Ingresa el enlace a tu página de perfil de Discord"
173
 
174
- #: inc/php/settings_page.php:225
175
  msgid "Enter the link to your Yelp profile page"
176
  msgstr "Ingresa el enlace a tu página de perfil de Yelp"
177
 
178
- #: inc/php/settings_page.php:231
179
  msgid "Enter the link to your VKontakte profile page"
180
  msgstr "Ingresa el enlace a tu página de perfil de VKontakte"
181
 
182
- #: inc/php/settings_page.php:237
183
  msgid "Enter the link to your Odnoklassniki profile page"
184
  msgstr "Ingresa el enlace a tu página de perfil de Odnoklassniki"
185
 
186
- #: inc/php/settings_page.php:243
187
  msgid "Enter the link to your Telegram profile page"
188
  msgstr "Ingresa el enlace a tu página de perfil de Telegram"
189
 
190
- #: inc/php/settings_page.php:249
191
  msgid "Enter the link to your GitHub profile page"
192
  msgstr "Ingresa el enlace a tu página de perfil de GitHub"
193
 
194
- #: inc/php/settings_page.php:255
195
  msgid "Enter the link to your WordPress profile page"
196
  msgstr "Ingresa el enlace a tu página de perfil de WordPress"
197
 
198
- #: inc/php/settings_page.php:261
199
  msgid "Enter the link to your CodePen profile page"
200
  msgstr "Ingresa el enlace a tu página de perfil de CodePen"
201
 
202
- #: inc/php/settings_page.php:267
203
  msgid ""
204
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
205
  "add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
@@ -207,98 +380,98 @@ msgstr ""
207
  "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
208
  "add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
209
 
210
- #: inc/php/settings_page.php:273
211
  msgid "Enter the link to your personal website"
212
  msgstr "Ingresa el enlace a tu sitio web personal"
213
 
214
- #: inc/php/settings_page.php:279
215
  msgid "Enter your email address with prefix <b>mailto:</b>"
216
  msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
217
 
218
- #: inc/php/settings_page.php:285
219
  msgid "Enter the link to your RSS Feed"
220
  msgstr "Ingresa el enlace a tu Feed de RSS"
221
 
222
- #: inc/php/settings_page.php:289 inc/php/settings_page.php:371
223
  msgid "Save Changes"
224
  msgstr "Guardar las modificaciones"
225
 
226
- #: inc/php/settings_page.php:294
227
  msgid "Display options"
228
  msgstr "Opciones de presentación"
229
 
230
- #: inc/php/settings_page.php:299
231
  msgid "Show on Posts"
232
  msgstr "Mostrar en Entradas"
233
 
234
- #: inc/php/settings_page.php:300
235
  msgid "Display toolbar below content on Posts."
236
  msgstr "Mostrar la barra abajo del contenido en Entradas"
237
 
238
- #: inc/php/settings_page.php:304
239
  msgid "Show on Pages"
240
  msgstr "Mostrar en Páginas"
241
 
242
- #: inc/php/settings_page.php:305
243
  msgid "Display toolbar below content on Pages."
244
  msgstr "Mostrar la barra abajo del contenido en Páginas"
245
 
246
- #: inc/php/settings_page.php:309
247
  msgid "Open in new tab"
248
  msgstr "Abrir en una nueva pestaña"
249
 
250
- #: inc/php/settings_page.php:310
251
  msgid "Open link in a new tab/window."
252
  msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
253
 
254
- #: inc/php/settings_page.php:314
255
  msgid "Tooltips"
256
  msgstr ""
257
 
258
- #: inc/php/settings_page.php:315
259
  msgid "Enable/disable a tooltips with name of the social media above every button."
260
  msgstr ""
261
 
262
- #: inc/php/settings_page.php:319
263
  msgid "Icon size"
264
  msgstr "Tamaño de ícono"
265
 
266
- #: inc/php/settings_page.php:320
267
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
268
  msgstr ""
269
  "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media"
270
 
271
- #: inc/php/settings_page.php:326
272
  msgid "Margin"
273
  msgstr "Margen"
274
 
275
- #: inc/php/settings_page.php:327
276
  msgid ""
277
  "Enter the size of space (in px) between icons in your social media buttons toolbar."
278
  msgstr ""
279
  "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media"
280
 
281
- #: inc/php/settings_page.php:343
282
  msgid "Alignment"
283
  msgstr "Alineación"
284
 
285
- #: inc/php/settings_page.php:349
286
  msgid "Left"
287
  msgstr "Izquierda"
288
 
289
- #: inc/php/settings_page.php:353
290
  msgid "Center"
291
  msgstr "Centro"
292
 
293
- #: inc/php/settings_page.php:357
294
  msgid "Right"
295
  msgstr "Derecha"
296
 
297
- #: inc/php/settings_page.php:364
298
  msgid "Caption"
299
  msgstr "Leyenda"
300
 
301
- #: inc/php/settings_page.php:365
302
  msgid ""
303
  "Enter the caption to your social media buttons toolbar. It will be displays before "
304
  "the toolbar."
@@ -306,80 +479,21 @@ msgstr ""
306
  "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de "
307
  "la barra de botones."
308
 
309
- #: inc/php/settings_page.php:376
310
  msgid "Preview"
311
  msgstr "Vista previa"
312
 
313
- #: inc/php/settings_page.php:378
314
  msgid "Click \"Save Changes\" to update this preview."
315
  msgstr "Haz clic en \"Guardar los cambios\" para actualizar esta previsualización."
316
 
317
- #: inc/php/settings_page.php:384
318
- msgid "Using"
319
- msgstr "Utilizando"
320
-
321
- #: inc/php/settings_page.php:386
322
- msgid ""
323
- "You have several methods for display the social media buttons toolbar (further "
324
- "just \"toolbar\") on your website. But first, fill in the required fields, then "
325
- "click \"Save Changes\"."
326
- msgstr ""
327
- "Tienes varios métodos para mostrar la barra de botones de social media (en "
328
- "adelante, la llamaremos sencillamente \"barra\") en tu sitio web. Pero primero, "
329
- "llena los campos requeridos, y luego haz clic en \"Guardar cambios\"."
330
-
331
- #: inc/php/settings_page.php:387
332
- msgid ""
333
- "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, just "
334
- "check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the section "
335
- "\"Display options\", then click \"Save Changes\". It's that simple!"
336
- msgstr ""
337
- "<b>A)</b> Para mosrar la barra después del contenido de cada Entrada y/o de cada "
338
- "Página, sólo marca la casilla \"Mostrar en Entradas\" y/o \"Mostrar en Páginas\" "
339
- "en la sección \"Opciones de pantalla\", luego haz clic en \"Guardar los cambios\". "
340
- "¡Así de simple!"
341
-
342
- #: inc/php/settings_page.php:388
343
- msgid ""
344
- "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
345
- "following shortcode:"
346
- msgstr ""
347
- "<b>B)</b>Para añadir la barra dentro de una entrada desde el Editor de Entradas/"
348
- "Páginas de Wordpress usa el siguiente shortcode:"
349
-
350
- #: inc/php/settings_page.php:390
351
- msgid ""
352
- "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) use the "
353
- "\"Text\" widget and add inside it the following shortcode:"
354
- msgstr ""
355
- "<b>C)</b> Para añadir la barra al área de widgets (en la barra lateral, en el pie, "
356
- "u otro) usa el widget \"Text\" y agregálo dentro del siguiente shortcode:"
357
-
358
- #: inc/php/settings_page.php:392
359
- msgid ""
360
- "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
361
- "following code (both variants do the same) to needed place (where you want to "
362
- "display the toolbar) in your theme files:"
363
- msgstr ""
364
- "<b>D)</b> Para añadir la barra directamente a los archivos del tema, sólo agrega "
365
- "uno de los siguientes códigos (cualquiera de los dos hace lo mismo) en el lugar "
366
- "deseado (donde quieres que aparezca la barra) en los archivos de tu tema:"
367
-
368
- #: inc/php/settings_page.php:395
369
- msgid ""
370
- "It's that simple! If you want more options then tell me and I will be happy to add "
371
- "it."
372
- msgstr ""
373
- "¡Es así de simple! Si desea más opciones entonces Dile y yo estaremos encantados "
374
- "de añadirlo."
375
-
376
- #: social-media-buttons-toolbar.php:88
377
- msgid "Settings"
378
- msgstr "Configuraciones"
379
 
380
  #: social-media-buttons-toolbar.php:120
381
- msgid "Social Buttons"
382
- msgstr "Botones Sociales"
383
 
384
  #. Plugin URI of the plugin/theme
385
  msgid "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
@@ -387,7 +501,7 @@ msgstr "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
387
 
388
  #. Description of the plugin/theme
389
  msgid ""
390
- "Easily add the smart toolbar with social media buttons (not share, only link to "
391
  "your profiles) to any place of your WordPress website."
392
  msgstr ""
393
  "Añade fácilmente una barra inteligente con botones de social media (no para "
@@ -402,6 +516,66 @@ msgstr "Arthur Gareginyan"
402
  msgid "http://www.arthurgareginyan.com"
403
  msgstr "http://www.arthurgareginyan.com"
404
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
405
  #~ msgid "Display toolbar below content on Posts"
406
  #~ msgstr "Mostrar la barra abajo del contenido en Entradas"
407
 
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Development (trunk)\n"
6
+ "POT-Creation-Date: 2017-03-22 23:34+0300\n"
7
+ "PO-Revision-Date: 2017-03-22 23:38+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "Language: es\n"
15
  "X-Generator: Poedit 1.8.4\n"
16
 
17
  #. Plugin Name of the plugin/theme
18
+ #: inc/php/settings_page.php:21 social-media-buttons-toolbar.php:120
19
+ msgid "Social Media Follow Buttons Bar"
20
+ msgstr "Social Media Follow Buttons Bar"
21
 
22
+ #: inc/php/settings_page.php:24
23
  msgid ""
24
  "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
25
  "Gareginyan</a>"
27
  "por <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
28
  "Gareginyan</a>"
29
 
30
+ #: inc/php/settings_page.php:32 social-media-buttons-toolbar.php:88
31
+ msgid "Settings"
32
+ msgstr "Configuraciones"
33
+
34
+ #: inc/php/settings_page.php:33 inc/php/settings_page.php:53
35
+ msgid "Usage"
36
+ msgstr "Uso"
37
+
38
+ #: inc/php/settings_page.php:34
39
+ msgid "F.A.Q."
40
+ msgstr "F.A.Q."
41
+
42
+ #: inc/php/settings_page.php:35 inc/php/settings_page.php:120
43
+ msgid "Author"
44
+ msgstr "Autor"
45
+
46
+ #: inc/php/settings_page.php:36 inc/php/settings_page.php:129
47
+ #: inc/php/settings_tab.php:36
48
+ msgid "Support"
49
+ msgstr "Soporte"
50
+
51
+ #: inc/php/settings_page.php:37
52
+ msgid "Family"
53
+ msgstr "Familia"
54
+
55
+ #: inc/php/settings_page.php:55
56
+ msgid ""
57
+ "You have several methods for display the social media follow buttons bar (further "
58
+ "just \"bar\") on your website. But first, fill in the required fields, then click "
59
+ "\"Save Changes\"."
60
+ msgstr ""
61
+ "Tienes varios métodos para mostrar la barra de botones de social media (en "
62
+ "adelante, la llamaremos sencillamente \"barra\") en tu sitio web. Pero primero, "
63
+ "llena los campos requeridos, y luego haz clic en \"Guardar cambios\"."
64
+
65
+ #: inc/php/settings_page.php:56
66
+ msgid ""
67
+ "<b>A)</b> For display the bar below content on every Posts or/and Pages, just "
68
+ "check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the section "
69
+ "\"Display options\", then click \"Save Changes\". It's that simple!"
70
+ msgstr ""
71
+ "<b>A)</b> Para mosrar la barra después del contenido de cada Entrada y/o de cada "
72
+ "Página, sólo marca la casilla \"Mostrar en Entradas\" y/o \"Mostrar en Páginas\" "
73
+ "en la sección \"Opciones de pantalla\", luego haz clic en \"Guardar los cambios\". "
74
+ "¡Así de simple!"
75
+
76
+ #: inc/php/settings_page.php:57
77
+ msgid ""
78
+ "<b>B)</b> For add the bar inside a post from WP Post/Page Editor use the following "
79
+ "shortcode:"
80
+ msgstr ""
81
+ "<b>B)</b>Para añadir la barra dentro de una entrada desde el Editor de Entradas/"
82
+ "Páginas de Wordpress usa el siguiente shortcode:"
83
+
84
+ #: inc/php/settings_page.php:59
85
+ msgid ""
86
+ "<b>C)</b> For add the bar to the widget area (in sidebar, footer etc.) use the "
87
+ "\"Text\" widget and add inside it the following shortcode:"
88
+ msgstr ""
89
+ "<b>C)</b> Para añadir la barra al área de widgets (en la barra lateral, en el pie, "
90
+ "u otro) usa el widget \"Text\" y agregálo dentro del siguiente shortcode:"
91
+
92
+ #: inc/php/settings_page.php:61
93
+ msgid ""
94
+ "<b>D)</b> For add the bar directly to a theme files, just add one of the following "
95
+ "code (both variants do the same) to needed place (where you want to display the "
96
+ "bar) in your theme files:"
97
+ msgstr ""
98
+ "<b>D)</b> Para añadir la barra directamente a los archivos del tema, sólo agrega "
99
+ "uno de los siguientes códigos (cualquiera de los dos hace lo mismo) en el lugar "
100
+ "deseado (donde quieres que aparezca la barra) en los archivos de tu tema:"
101
+
102
+ #: inc/php/settings_page.php:64
103
+ msgid ""
104
+ "It's that simple! If you want more options then tell me and I will be happy to add "
105
+ "it."
106
+ msgstr ""
107
+ "¡Es así de simple! Si desea más opciones entonces Dile y yo estaremos encantados "
108
+ "de añadirlo."
109
+
110
+ #: inc/php/settings_page.php:73
111
+ msgid "Frequent Questions"
112
+ msgstr "Preguntas Frecuentes"
113
+
114
+ #: inc/php/settings_page.php:76
115
+ msgid "Will this plugin work on my WordPress.COM website?"
116
+ msgstr ""
117
+
118
+ #: inc/php/settings_page.php:77
119
+ msgid ""
120
+ "Sorry, this plugin is available for use only on self-hosted (WordPress.org) "
121
+ "websites."
122
+ msgstr ""
123
+
124
+ #: inc/php/settings_page.php:80
125
+ msgid "Can I use this plugin on my language?"
126
+ msgstr ""
127
+
128
+ #: inc/php/settings_page.php:81
129
+ msgid ""
130
+ "Yes. But If your language is not available then you can make one. This plugin is "
131
+ "ready for translation. The<code>.pot</code>file is included and placed in "
132
+ "<code>languages</code> folder. Many of plugin users would be delighted if you "
133
+ "shared your translation with the community. Just send the translation files "
134
+ "(<code>*.po, *.mo</code>) to me at the <a href=\"mailto:arthurgareginyan@gmail.com?"
135
+ "subject=Social Media Follow Buttons Bar\">arthurgareginyan@gmail.com</a> and I "
136
+ "will include the translation within the next plugin update."
137
+ msgstr ""
138
+
139
+ #: inc/php/settings_page.php:84
140
+ msgid "How does it work?"
141
+ msgstr ""
142
+
143
+ #: inc/php/settings_page.php:85
144
+ msgid "First, go to page <code>Settings</code> &#8680; <code>Social Buttons</code>."
145
+ msgstr ""
146
+
147
+ #: inc/php/settings_page.php:86
148
+ msgid ""
149
+ "On the plugins page you find the fields where you can enter your<code>User ID's</"
150
+ "code>,<code>URL</code>to your social network profile."
151
+ msgstr ""
152
+
153
+ #: inc/php/settings_page.php:89
154
+ msgid "Does this plugin require modification to the theme?"
155
+ msgstr ""
156
+
157
+ #: inc/php/settings_page.php:90
158
+ msgid ""
159
+ "Absolutely not. This plugin is added/configured entirely from the website's Admin "
160
+ "section."
161
+ msgstr ""
162
+
163
+ #: inc/php/settings_page.php:93
164
+ msgid "Does this require any knowledge of HTML or CSS?"
165
+ msgstr ""
166
+
167
+ #: inc/php/settings_page.php:94
168
+ msgid ""
169
+ "Absolutely not. This plugin can be configured with no knowledge of HTML or CSS, "
170
+ "using a simple WordPress settings page."
171
+ msgstr ""
172
+
173
+ #: inc/php/settings_page.php:97
174
+ msgid "It's not working. What could be wrong?"
175
+ msgstr ""
176
+
177
+ #: inc/php/settings_page.php:98
178
+ msgid ""
179
+ "As with every plugin, it's possible that things don't work. The most common reason "
180
+ "for this is that the plugin has a conflict with another plugin you're using. It's "
181
+ "impossible to tell what could be wrong exactly, but if you post a support request "
182
+ "in the plugin's support forum on WordPress.org, I'd be happy to give it a look and "
183
+ "try to help out. Please include as much information as possible, including a link "
184
+ "to your website where the problem can be seen."
185
+ msgstr ""
186
+
187
+ #: inc/php/settings_page.php:101
188
+ msgid "Where to report bug if found?"
189
+ msgstr ""
190
+
191
+ #: inc/php/settings_page.php:105
192
+ msgid "Where to share any ideas or suggestions to make the plugin better?"
193
+ msgstr ""
194
+
195
+ #: inc/php/settings_page.php:109
196
+ msgid "I love this plugin! Can I help somehow?"
197
+ msgstr ""
198
+
199
+ #: inc/php/settings_tab.php:21
200
  msgid "About"
201
  msgstr "Acerca de"
202
 
203
+ #: inc/php/settings_tab.php:23
204
  msgid ""
205
  "This plugin allows you to easily add the social media buttons toolbar to any place "
206
  "of your website."
208
  "Este plugin te permite añadir fácilmente una barra de botones de social media en "
209
  "cualquier parte de tu sitio web."
210
 
211
+ #: inc/php/settings_tab.php:28
212
  msgid "Help"
213
  msgstr "Ayuda"
214
 
215
+ #: inc/php/settings_tab.php:30
216
  msgid "Got something to say? Need help?"
217
  msgstr "¿Tienes algo que decir? ¿Necesitas ayuda?"
218
 
219
+ #: inc/php/settings_tab.php:38
 
 
 
 
220
  msgid ""
221
  "I'm an independent developer, without a regular income, so every little "
222
  "contribution helps cover my costs and lets me spend more time building things for "
226
  "pequeña contribución me ayudará a cubrir mis gastos y me permitirá dedicar más "
227
  "tiempo a hacer cosas que puedan disfrutar personas como tú."
228
 
229
+ #: inc/php/settings_tab.php:39
230
+ msgid "Donate with PayPal"
231
+ msgstr ""
232
+
233
+ #: inc/php/settings_tab.php:40
234
  msgid "Thanks for your support!"
235
  msgstr "¡Gracias por su colaboración!"
236
 
237
+ #: inc/php/settings_tab.php:62
238
  msgid "Buttons"
239
  msgstr "Botones"
240
 
241
+ #: inc/php/settings_tab.php:64
242
  msgid ""
243
  "Just fill in the required fields to make a buttons. The social networking buttons "
244
  "will lead directly to your profile pages. If you don't want to use any of the "
248
  "social conducirán directamente a tu página de perfil en esa red. Si no quieres "
249
  "usar alguno de los botones, sencillamente no lo llenes y no aparecerá."
250
 
251
+ #: inc/php/settings_tab.php:69
252
  msgid "Enter the link to your Facebook profile page"
253
  msgstr "Ingresa el enlace a tu página de perfil de Facebook"
254
 
255
+ #: inc/php/settings_tab.php:75
256
  msgid "Enter the link to your Twitter profile page"
257
  msgstr "Ingresa el enlace a tu página de perfil de Twitter"
258
 
259
+ #: inc/php/settings_tab.php:81
260
  msgid "Enter the link to your Instagram profile page"
261
  msgstr "Ingresa el enlace a tu página de perfil de Instagram"
262
 
263
+ #: inc/php/settings_tab.php:87
264
  msgid "Enter the link to your Google+ profile page"
265
  msgstr "Ingresa el enlace a tu página de perfil de Google+"
266
 
267
+ #: inc/php/settings_tab.php:93
268
  msgid "Enter the link to your YouTube profile page"
269
  msgstr "Ingresa el enlace a tu página de perfil de Youtube"
270
 
271
+ #: inc/php/settings_tab.php:99
272
  msgid "Enter the link to your Vimeo profile page"
273
  msgstr "Ingresa el enlace a tu página de perfil de Vimeo"
274
 
275
+ #: inc/php/settings_tab.php:105
276
  msgid "Enter the link to your Blogger profile page"
277
  msgstr "Ingresa el enlace a tu página de perfil de Blogger"
278
 
279
+ #: inc/php/settings_tab.php:111
280
  msgid "Enter the link to your LiveJournal profile page"
281
  msgstr "Ingresa el enlace a tu página de perfil de LiveJournal"
282
 
283
+ #: inc/php/settings_tab.php:117
284
  msgid "Enter the link to your Reddit profile page"
285
  msgstr "Ingresa el enlace a tu página de perfil de Reddit"
286
 
287
+ #: inc/php/settings_tab.php:123
288
  msgid "Enter the link to your LinkedIn profile page"
289
  msgstr "Ingresa el enlace a tu página de perfil de LinkedIn"
290
 
291
+ #: inc/php/settings_tab.php:129
292
  msgid "Enter the link to your Pinterest profile page"
293
  msgstr "Ingresa el enlace a tu página de perfil de Pinterest"
294
 
295
+ #: inc/php/settings_tab.php:135
296
  msgid "Enter the link to your Tumblr profile page"
297
  msgstr "Ingresa el enlace a tu página de perfil de Tumblr"
298
 
299
+ #: inc/php/settings_tab.php:141
300
  msgid "Enter the link to your Snapchat profile page"
301
  msgstr "Ingresa el enlace a tu página de perfil de Snapchat"
302
 
303
+ #: inc/php/settings_tab.php:147
304
  msgid "Enter the link to your Twitch profile page"
305
  msgstr "Ingresa el enlace a tu página de perfil de Twitch"
306
 
307
+ #: inc/php/settings_tab.php:153
308
+ msgid "Enter the link to your Patreon profile page"
309
+ msgstr "Ingresa el enlace a tu página de perfil de Patreon"
310
+
311
+ #: inc/php/settings_tab.php:159
312
  msgid "Enter the link to your IMDb profile page"
313
  msgstr "Ingresa el enlace a tu página de perfil de IMDb"
314
 
315
+ #: inc/php/settings_tab.php:165
316
  msgid "Enter the link to your SoundCloud profile page"
317
  msgstr "Ingresa el enlace a tu página de perfil de SoundCloud"
318
 
319
+ #: inc/php/settings_tab.php:171
320
  msgid "Enter the link to your Spotify profile page"
321
  msgstr "Ingresa el enlace a tu página de perfil de Spotify"
322
 
323
+ #: inc/php/settings_tab.php:177
324
  msgid "Enter the link to your Dloky profile page"
325
  msgstr "Ingresa el enlace a tu página de perfil de Dloky"
326
 
327
+ #: inc/php/settings_tab.php:183
328
  msgid "Enter the link to your Goodreads profile page"
329
  msgstr "Ingresa el enlace a tu página de perfil de Goodreads"
330
 
331
+ #: inc/php/settings_tab.php:189
332
  msgid "Enter the link to your MeetVibe profile page"
333
  msgstr "Ingresa el enlace a tu página de perfil de MeetVibe"
334
 
335
+ #: inc/php/settings_tab.php:195
336
  msgid "Enter the link to your Meetup profile page"
337
  msgstr "Ingresa el enlace a tu página de perfil de Meetup"
338
 
339
+ #: inc/php/settings_tab.php:201
340
  msgid "Enter the link to your Steam profile page"
341
  msgstr "Ingresa el enlace a tu página de perfil de Steam"
342
 
343
+ #: inc/php/settings_tab.php:207
344
  msgid "Enter the link to your Discord profile page"
345
  msgstr "Ingresa el enlace a tu página de perfil de Discord"
346
 
347
+ #: inc/php/settings_tab.php:213
348
  msgid "Enter the link to your Yelp profile page"
349
  msgstr "Ingresa el enlace a tu página de perfil de Yelp"
350
 
351
+ #: inc/php/settings_tab.php:219
352
  msgid "Enter the link to your VKontakte profile page"
353
  msgstr "Ingresa el enlace a tu página de perfil de VKontakte"
354
 
355
+ #: inc/php/settings_tab.php:225
356
  msgid "Enter the link to your Odnoklassniki profile page"
357
  msgstr "Ingresa el enlace a tu página de perfil de Odnoklassniki"
358
 
359
+ #: inc/php/settings_tab.php:231
360
  msgid "Enter the link to your Telegram profile page"
361
  msgstr "Ingresa el enlace a tu página de perfil de Telegram"
362
 
363
+ #: inc/php/settings_tab.php:237
364
  msgid "Enter the link to your GitHub profile page"
365
  msgstr "Ingresa el enlace a tu página de perfil de GitHub"
366
 
367
+ #: inc/php/settings_tab.php:243
368
  msgid "Enter the link to your WordPress profile page"
369
  msgstr "Ingresa el enlace a tu página de perfil de WordPress"
370
 
371
+ #: inc/php/settings_tab.php:249
372
  msgid "Enter the link to your CodePen profile page"
373
  msgstr "Ingresa el enlace a tu página de perfil de CodePen"
374
 
375
+ #: inc/php/settings_tab.php:255
376
  msgid ""
377
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or <b>?"
378
  "add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
380
  "Ingresa tu nombre de Skype con prefijo <b>skype:</b> y sufijo <b>?call</b>, o <b>?"
381
  "add</b>, o <b>?chat</b>, o <b>?userinfo</b> para ver el perfil"
382
 
383
+ #: inc/php/settings_tab.php:261
384
  msgid "Enter the link to your personal website"
385
  msgstr "Ingresa el enlace a tu sitio web personal"
386
 
387
+ #: inc/php/settings_tab.php:267
388
  msgid "Enter your email address with prefix <b>mailto:</b>"
389
  msgstr "Ingresa tu dirección de correo electrónico con prefijo <b>mailto:</b>"
390
 
391
+ #: inc/php/settings_tab.php:273
392
  msgid "Enter the link to your RSS Feed"
393
  msgstr "Ingresa el enlace a tu Feed de RSS"
394
 
395
+ #: inc/php/settings_tab.php:277 inc/php/settings_tab.php:359
396
  msgid "Save Changes"
397
  msgstr "Guardar las modificaciones"
398
 
399
+ #: inc/php/settings_tab.php:282
400
  msgid "Display options"
401
  msgstr "Opciones de presentación"
402
 
403
+ #: inc/php/settings_tab.php:287
404
  msgid "Show on Posts"
405
  msgstr "Mostrar en Entradas"
406
 
407
+ #: inc/php/settings_tab.php:288
408
  msgid "Display toolbar below content on Posts."
409
  msgstr "Mostrar la barra abajo del contenido en Entradas"
410
 
411
+ #: inc/php/settings_tab.php:292
412
  msgid "Show on Pages"
413
  msgstr "Mostrar en Páginas"
414
 
415
+ #: inc/php/settings_tab.php:293
416
  msgid "Display toolbar below content on Pages."
417
  msgstr "Mostrar la barra abajo del contenido en Páginas"
418
 
419
+ #: inc/php/settings_tab.php:297
420
  msgid "Open in new tab"
421
  msgstr "Abrir en una nueva pestaña"
422
 
423
+ #: inc/php/settings_tab.php:298
424
  msgid "Open link in a new tab/window."
425
  msgstr "¿Abrir enlace en una nueva pestaña/ventana?"
426
 
427
+ #: inc/php/settings_tab.php:302
428
  msgid "Tooltips"
429
  msgstr ""
430
 
431
+ #: inc/php/settings_tab.php:303
432
  msgid "Enable/disable a tooltips with name of the social media above every button."
433
  msgstr ""
434
 
435
+ #: inc/php/settings_tab.php:307
436
  msgid "Icon size"
437
  msgstr "Tamaño de ícono"
438
 
439
+ #: inc/php/settings_tab.php:308
440
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
441
  msgstr ""
442
  "Ingrese el tamaño de los íconos (en píxeles) en tu barra de botones Social Media"
443
 
444
+ #: inc/php/settings_tab.php:314
445
  msgid "Margin"
446
  msgstr "Margen"
447
 
448
+ #: inc/php/settings_tab.php:315
449
  msgid ""
450
  "Enter the size of space (in px) between icons in your social media buttons toolbar."
451
  msgstr ""
452
  "Ingresa el espacio (en píxeles) entre íconos en tu barra de botones de Social Media"
453
 
454
+ #: inc/php/settings_tab.php:331
455
  msgid "Alignment"
456
  msgstr "Alineación"
457
 
458
+ #: inc/php/settings_tab.php:337
459
  msgid "Left"
460
  msgstr "Izquierda"
461
 
462
+ #: inc/php/settings_tab.php:341
463
  msgid "Center"
464
  msgstr "Centro"
465
 
466
+ #: inc/php/settings_tab.php:345
467
  msgid "Right"
468
  msgstr "Derecha"
469
 
470
+ #: inc/php/settings_tab.php:352
471
  msgid "Caption"
472
  msgstr "Leyenda"
473
 
474
+ #: inc/php/settings_tab.php:353
475
  msgid ""
476
  "Enter the caption to your social media buttons toolbar. It will be displays before "
477
  "the toolbar."
479
  "Ingresa la leyenda para tu barra de botones de Social Media. Aparecerá arriba de "
480
  "la barra de botones."
481
 
482
+ #: inc/php/settings_tab.php:364
483
  msgid "Preview"
484
  msgstr "Vista previa"
485
 
486
+ #: inc/php/settings_tab.php:366
487
  msgid "Click \"Save Changes\" to update this preview."
488
  msgstr "Haz clic en \"Guardar los cambios\" para actualizar esta previsualización."
489
 
490
+ #: social-media-buttons-toolbar.php:104
491
+ msgid "Donate"
492
+ msgstr "Hacer una donación"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
493
 
494
  #: social-media-buttons-toolbar.php:120
495
+ msgid "Social Media Follow Buttons"
496
+ msgstr "Social Media Follow Buttons"
497
 
498
  #. Plugin URI of the plugin/theme
499
  msgid "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
501
 
502
  #. Description of the plugin/theme
503
  msgid ""
504
+ "Easily add the smart bar with social media follow buttons (not share, only link to "
505
  "your profiles) to any place of your WordPress website."
506
  msgstr ""
507
  "Añade fácilmente una barra inteligente con botones de social media (no para "
516
  msgid "http://www.arthurgareginyan.com"
517
  msgstr "http://www.arthurgareginyan.com"
518
 
519
+ #~ msgid ""
520
+ #~ "You have several methods for display the social media buttons toolbar (further "
521
+ #~ "just \"toolbar\") on your website. But first, fill in the required fields, then "
522
+ #~ "click \"Save Changes\"."
523
+ #~ msgstr ""
524
+ #~ "Tienes varios métodos para mostrar la barra de botones de social media (en "
525
+ #~ "adelante, la llamaremos sencillamente \"barra\") en tu sitio web. Pero primero, "
526
+ #~ "llena los campos requeridos, y luego haz clic en \"Guardar cambios\"."
527
+
528
+ #~ msgid ""
529
+ #~ "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
530
+ #~ "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
531
+ #~ "section \"Display options\", then click \"Save Changes\". It's that simple!"
532
+ #~ msgstr ""
533
+ #~ "<b>A)</b> Para mosrar la barra después del contenido de cada Entrada y/o de "
534
+ #~ "cada Página, sólo marca la casilla \"Mostrar en Entradas\" y/o \"Mostrar en "
535
+ #~ "Páginas\" en la sección \"Opciones de pantalla\", luego haz clic en \"Guardar "
536
+ #~ "los cambios\". ¡Así de simple!"
537
+
538
+ #~ msgid ""
539
+ #~ "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
540
+ #~ "following shortcode:"
541
+ #~ msgstr ""
542
+ #~ "<b>B)</b>Para añadir la barra dentro de una entrada desde el Editor de Entradas/"
543
+ #~ "Páginas de Wordpress usa el siguiente shortcode:"
544
+
545
+ #~ msgid ""
546
+ #~ "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) use "
547
+ #~ "the \"Text\" widget and add inside it the following shortcode:"
548
+ #~ msgstr ""
549
+ #~ "<b>C)</b> Para añadir la barra al área de widgets (en la barra lateral, en el "
550
+ #~ "pie, u otro) usa el widget \"Text\" y agregálo dentro del siguiente shortcode:"
551
+
552
+ #~ msgid ""
553
+ #~ "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
554
+ #~ "following code (both variants do the same) to needed place (where you want to "
555
+ #~ "display the toolbar) in your theme files:"
556
+ #~ msgstr ""
557
+ #~ "<b>D)</b> Para añadir la barra directamente a los archivos del tema, sólo "
558
+ #~ "agrega uno de los siguientes códigos (cualquiera de los dos hace lo mismo) en "
559
+ #~ "el lugar deseado (donde quieres que aparezca la barra) en los archivos de tu "
560
+ #~ "tema:"
561
+
562
+ #~ msgid "Social Media Buttons Toolbar"
563
+ #~ msgstr "Barra de Botones de Social Media"
564
+
565
+ #~ msgid "Social Buttons"
566
+ #~ msgstr "Botones Sociales"
567
+
568
+ #~ msgid ""
569
+ #~ "Easily add the smart toolbar with social media buttons (not share, only link to "
570
+ #~ "your profiles) to any place of your WordPress website."
571
+ #~ msgstr ""
572
+ #~ "Añade fácilmente una barra inteligente con botones de social media (no para "
573
+ #~ "compartir, sólo para enlazar a tus perfiles sociales) en cualquier parte tu "
574
+ #~ "sitio web hecho en Wordpress."
575
+
576
+ #~ msgid "Using"
577
+ #~ msgstr "Utilizando"
578
+
579
  #~ msgid "Display toolbar below content on Posts"
580
  #~ msgstr "Mostrar la barra abajo del contenido en Entradas"
581
 
languages/social-media-buttons-toolbar-ru_RU.mo CHANGED
Binary file
languages/social-media-buttons-toolbar-ru_RU.po CHANGED
@@ -1,8 +1,8 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Social Media Buttons Toolbar\n"
4
- "POT-Creation-Date: 2017-02-11 22:37+0300\n"
5
- "PO-Revision-Date: 2017-02-11 22:39+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
@@ -22,11 +22,11 @@ msgstr ""
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
  #. Plugin Name of the plugin/theme
25
- #: inc/php/settings_page.php:24 social-media-buttons-toolbar.php:120
26
- msgid "Social Media Buttons Toolbar"
27
- msgstr "Social Media Buttons Toolbar"
28
 
29
- #: inc/php/settings_page.php:27
30
  msgid ""
31
  "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
32
  "Gareginyan</a>"
@@ -34,11 +34,172 @@ msgstr ""
34
  "от <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Артур "
35
  "Гарегинян</a>"
36
 
37
- #: inc/php/settings_page.php:38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
  msgid "About"
39
  msgstr "О плагине"
40
 
41
- #: inc/php/settings_page.php:40
42
  msgid ""
43
  "This plugin allows you to easily add the social media buttons toolbar to any "
44
  "place of your website."
@@ -46,19 +207,15 @@ msgstr ""
46
  "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
47
  "место на вашем веб-сайте."
48
 
49
- #: inc/php/settings_page.php:45
50
  msgid "Help"
51
  msgstr "Помощь"
52
 
53
- #: inc/php/settings_page.php:47
54
  msgid "Got something to say? Need help?"
55
  msgstr "Есть что сказать? Нужна помощь?"
56
 
57
- #: inc/php/settings_page.php:53 social-media-buttons-toolbar.php:104
58
- msgid "Donate"
59
- msgstr "Поддержать разработку"
60
-
61
- #: inc/php/settings_page.php:55
62
  msgid ""
63
  "I'm an independent developer, without a regular income, so every little "
64
  "contribution helps cover my costs and lets me spend more time building "
@@ -68,15 +225,19 @@ msgstr ""
68
  "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
69
  "создание программ для людей как вы."
70
 
71
- #: inc/php/settings_page.php:59
 
 
 
 
72
  msgid "Thanks for your support!"
73
  msgstr "Спасибо за вашу поддержку!"
74
 
75
- #: inc/php/settings_page.php:80
76
  msgid "Buttons"
77
  msgstr "Кнопки"
78
 
79
- #: inc/php/settings_page.php:82
80
  msgid ""
81
  "Just fill in the required fields to make a buttons. The social networking "
82
  "buttons will lead directly to your profile pages. If you don't want to use "
@@ -88,127 +249,131 @@ msgstr ""
88
  "хотите использовать любой из следующих кнопок, то вы можете не заполнить их "
89
  "и тогда они не появятся."
90
 
91
- #: inc/php/settings_page.php:87
92
  msgid "Enter the link to your Facebook profile page"
93
  msgstr "Введите ссылку на вашу страницу профиля Facebook"
94
 
95
- #: inc/php/settings_page.php:93
96
  msgid "Enter the link to your Twitter profile page"
97
  msgstr "Введите ссылку на вашу страницу профиля Twitter"
98
 
99
- #: inc/php/settings_page.php:99
100
  msgid "Enter the link to your Instagram profile page"
101
  msgstr "Введите ссылку на вашу страницу профиля Instagram"
102
 
103
- #: inc/php/settings_page.php:105
104
  msgid "Enter the link to your Google+ profile page"
105
  msgstr "Введите ссылку на вашу страницу профиля Google+"
106
 
107
- #: inc/php/settings_page.php:111
108
  msgid "Enter the link to your YouTube profile page"
109
  msgstr "Введите ссылку на вашу страницу профиля YouTube"
110
 
111
- #: inc/php/settings_page.php:117
112
  msgid "Enter the link to your Vimeo profile page"
113
  msgstr "Введите ссылку на вашу страницу профиля Vimeo"
114
 
115
- #: inc/php/settings_page.php:123
116
  msgid "Enter the link to your Blogger profile page"
117
  msgstr "Введите ссылку на вашу страницу профиля Blogger"
118
 
119
- #: inc/php/settings_page.php:129
120
  msgid "Enter the link to your LiveJournal profile page"
121
  msgstr "Введите ссылку на вашу страницу профиля LiveJournal"
122
 
123
- #: inc/php/settings_page.php:135
124
  msgid "Enter the link to your Reddit profile page"
125
  msgstr "Введите ссылку на вашу страницу профиля Reddit"
126
 
127
- #: inc/php/settings_page.php:141
128
  msgid "Enter the link to your LinkedIn profile page"
129
  msgstr "Введите ссылку на вашу страницу профиля LinkedIn"
130
 
131
- #: inc/php/settings_page.php:147
132
  msgid "Enter the link to your Pinterest profile page"
133
  msgstr "Введите ссылку на вашу страницу профиля Pinterest"
134
 
135
- #: inc/php/settings_page.php:153
136
  msgid "Enter the link to your Tumblr profile page"
137
  msgstr "Введите ссылку на вашу страницу профиля Tumblr"
138
 
139
- #: inc/php/settings_page.php:159
140
  msgid "Enter the link to your Snapchat profile page"
141
  msgstr "Введите ссылку на вашу страницу профиля Snapchat"
142
 
143
- #: inc/php/settings_page.php:165
144
  msgid "Enter the link to your Twitch profile page"
145
  msgstr "Введите ссылку на вашу страницу профиля Twitch"
146
 
147
- #: inc/php/settings_page.php:171
 
 
 
 
148
  msgid "Enter the link to your IMDb profile page"
149
  msgstr "Введите ссылку на вашу страницу профиля IMDb"
150
 
151
- #: inc/php/settings_page.php:177
152
  msgid "Enter the link to your SoundCloud profile page"
153
  msgstr "Введите ссылку на вашу страницу профиля SoundCloud"
154
 
155
- #: inc/php/settings_page.php:183
156
  msgid "Enter the link to your Spotify profile page"
157
  msgstr "Введите ссылку на вашу страницу профиля Spotify"
158
 
159
- #: inc/php/settings_page.php:189
160
  msgid "Enter the link to your Dloky profile page"
161
  msgstr "Введите ссылку на вашу страницу профиля Dloky"
162
 
163
- #: inc/php/settings_page.php:195
164
  msgid "Enter the link to your Goodreads profile page"
165
  msgstr "Введите ссылку на вашу страницу профиля Goodreads"
166
 
167
- #: inc/php/settings_page.php:201
168
  msgid "Enter the link to your MeetVibe profile page"
169
  msgstr "Введите ссылку на вашу страницу профиля MeetVibe"
170
 
171
- #: inc/php/settings_page.php:207
172
  msgid "Enter the link to your Meetup profile page"
173
  msgstr "Введите ссылку на вашу страницу профиля Meetup"
174
 
175
- #: inc/php/settings_page.php:213
176
  msgid "Enter the link to your Steam profile page"
177
  msgstr "Введите ссылку на вашу страницу профиля Steam"
178
 
179
- #: inc/php/settings_page.php:219
180
  msgid "Enter the link to your Discord profile page"
181
  msgstr "Введите ссылку на вашу страницу профиля Discord"
182
 
183
- #: inc/php/settings_page.php:225
184
  msgid "Enter the link to your Yelp profile page"
185
  msgstr "Введите ссылку на вашу страницу профиля Yelp"
186
 
187
- #: inc/php/settings_page.php:231
188
  msgid "Enter the link to your VKontakte profile page"
189
  msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
190
 
191
- #: inc/php/settings_page.php:237
192
  msgid "Enter the link to your Odnoklassniki profile page"
193
  msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
194
 
195
- #: inc/php/settings_page.php:243
196
  msgid "Enter the link to your Telegram profile page"
197
  msgstr "Введите ссылку на вашу страницу профиля Telegram"
198
 
199
- #: inc/php/settings_page.php:249
200
  msgid "Enter the link to your GitHub profile page"
201
  msgstr "Введите ссылку на вашу страницу профиля GitHub"
202
 
203
- #: inc/php/settings_page.php:255
204
  msgid "Enter the link to your WordPress profile page"
205
  msgstr "Введите ссылку на вашу страницу профиля WordPress"
206
 
207
- #: inc/php/settings_page.php:261
208
  msgid "Enter the link to your CodePen profile page"
209
  msgstr "Введите ссылку на вашу страницу профиля CodePen"
210
 
211
- #: inc/php/settings_page.php:267
212
  msgid ""
213
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
214
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
@@ -217,75 +382,75 @@ msgstr ""
217
  "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
218
  "профиля"
219
 
220
- #: inc/php/settings_page.php:273
221
  msgid "Enter the link to your personal website"
222
  msgstr "Введите ссылку на ваш персональный сайт"
223
 
224
- #: inc/php/settings_page.php:279
225
  msgid "Enter your email address with prefix <b>mailto:</b>"
226
  msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
227
 
228
- #: inc/php/settings_page.php:285
229
  msgid "Enter the link to your RSS Feed"
230
  msgstr "Введите ссылку на ваш RSS поток"
231
 
232
- #: inc/php/settings_page.php:289 inc/php/settings_page.php:371
233
  msgid "Save Changes"
234
  msgstr "Сохранить изменения"
235
 
236
- #: inc/php/settings_page.php:294
237
  msgid "Display options"
238
  msgstr "Настройки отображения"
239
 
240
- #: inc/php/settings_page.php:299
241
  msgid "Show on Posts"
242
  msgstr "Показать в записях"
243
 
244
- #: inc/php/settings_page.php:300
245
  msgid "Display toolbar below content on Posts."
246
  msgstr "Показывать кнопки под содержанием в записях"
247
 
248
- #: inc/php/settings_page.php:304
249
  msgid "Show on Pages"
250
  msgstr "Показывать на страницах"
251
 
252
- #: inc/php/settings_page.php:305
253
  msgid "Display toolbar below content on Pages."
254
  msgstr "Показывать кнопки под содержанием на страницах"
255
 
256
- #: inc/php/settings_page.php:309
257
  msgid "Open in new tab"
258
  msgstr "Открыть в новой вкладке"
259
 
260
- #: inc/php/settings_page.php:310
261
  msgid "Open link in a new tab/window."
262
  msgstr "Открыть ссылку в новом окне/вкладке"
263
 
264
- #: inc/php/settings_page.php:314
265
  msgid "Tooltips"
266
  msgstr "Подсказки"
267
 
268
- #: inc/php/settings_page.php:315
269
  msgid ""
270
  "Enable/disable a tooltips with name of the social media above every button."
271
  msgstr ""
272
  "Включить/отключить всплывающие подсказки с названием социальных медиа над "
273
  "каждой кнопкой."
274
 
275
- #: inc/php/settings_page.php:319
276
  msgid "Icon size"
277
  msgstr "Размер иконки"
278
 
279
- #: inc/php/settings_page.php:320
280
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
281
  msgstr ""
282
  "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
283
 
284
- #: inc/php/settings_page.php:326
285
  msgid "Margin"
286
  msgstr "Отступ"
287
 
288
- #: inc/php/settings_page.php:327
289
  msgid ""
290
  "Enter the size of space (in px) between icons in your social media buttons "
291
  "toolbar."
@@ -293,27 +458,27 @@ msgstr ""
293
  "Введите размер пространства (в пикселях) между иконками для вашей панели "
294
  "социальных медиа кнопок."
295
 
296
- #: inc/php/settings_page.php:343
297
  msgid "Alignment"
298
  msgstr "Выравнивание"
299
 
300
- #: inc/php/settings_page.php:349
301
  msgid "Left"
302
  msgstr "Слева"
303
 
304
- #: inc/php/settings_page.php:353
305
  msgid "Center"
306
  msgstr "По центру"
307
 
308
- #: inc/php/settings_page.php:357
309
  msgid "Right"
310
  msgstr "Справа"
311
 
312
- #: inc/php/settings_page.php:364
313
  msgid "Caption"
314
  msgstr "Заголовок"
315
 
316
- #: inc/php/settings_page.php:365
317
  msgid ""
318
  "Enter the caption to your social media buttons toolbar. It will be displays "
319
  "before the toolbar."
@@ -321,70 +486,22 @@ msgstr ""
321
  "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
322
  "над панелью."
323
 
324
- #: inc/php/settings_page.php:376
325
  msgid "Preview"
326
  msgstr "Предварительный просмотр"
327
 
328
- #: inc/php/settings_page.php:378
329
  msgid "Click \"Save Changes\" to update this preview."
330
  msgstr ""
331
  "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
332
 
333
- #: inc/php/settings_page.php:384
334
- msgid "Using"
335
- msgstr "Как пользоваться"
336
-
337
- #: inc/php/settings_page.php:386
338
- msgid ""
339
- "You have several methods for display the social media buttons toolbar "
340
- "(further just \"toolbar\") on your website. But first, fill in the required "
341
- "fields, then click \"Save Changes\"."
342
- msgstr ""
343
- "У вас есть несколько способов для того, чтобы отобразить блок социальных "
344
- "медиа кнопок (далее просто “кнопки”) на вашем вебсайте. Но сначала заполните "
345
- "поля для каждой нужной кнопки, а затем нажмите “Сохранить изменения”."
346
-
347
- #: inc/php/settings_page.php:387
348
- msgid ""
349
- "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
350
- "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
351
- "section \"Display options\", then click \"Save Changes\". It's that simple!"
352
- msgstr ""
353
-
354
- #: inc/php/settings_page.php:388
355
- msgid ""
356
- "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
357
- "following shortcode:"
358
- msgstr ""
359
-
360
- #: inc/php/settings_page.php:390
361
- msgid ""
362
- "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
363
- "use the \"Text\" widget and add inside it the following shortcode:"
364
- msgstr ""
365
-
366
- #: inc/php/settings_page.php:392
367
- msgid ""
368
- "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
369
- "following code (both variants do the same) to needed place (where you want "
370
- "to display the toolbar) in your theme files:"
371
- msgstr ""
372
-
373
- #: inc/php/settings_page.php:395
374
- msgid ""
375
- "It's that simple! If you want more options then tell me and I will be happy "
376
- "to add it."
377
- msgstr ""
378
- "Это так просто! Если вы хотите иметь больше опций, то скажите мне об этом и "
379
- "я буду счастлив добавить их."
380
-
381
- #: social-media-buttons-toolbar.php:88
382
- msgid "Settings"
383
- msgstr "Настройки"
384
 
385
  #: social-media-buttons-toolbar.php:120
386
- msgid "Social Buttons"
387
- msgstr "Социальные кнопки"
388
 
389
  #. Plugin URI of the plugin/theme
390
  msgid "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
@@ -392,11 +509,9 @@ msgstr "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
392
 
393
  #. Description of the plugin/theme
394
  msgid ""
395
- "Easily add the smart toolbar with social media buttons (not share, only link "
396
- "to your profiles) to any place of your WordPress website."
397
  msgstr ""
398
- "Легко добавьте умный блок с кнопками социальных медиа (не расшаривание, а "
399
- "только ссылки на ваши профили) в любое место вашего WordPress веб-сайта."
400
 
401
  #. Author of the plugin/theme
402
  msgid "Arthur Gareginyan"
@@ -406,6 +521,32 @@ msgstr "Артур Гарегинян"
406
  msgid "http://www.arthurgareginyan.com"
407
  msgstr "http://www.arthurgareginyan.com"
408
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
409
  #~ msgid "Display toolbar below content on Posts"
410
  #~ msgstr "Показывать кнопки под содержанием в записях"
411
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Social Media Buttons Toolbar\n"
4
+ "POT-Creation-Date: 2017-03-22 23:33+0300\n"
5
+ "PO-Revision-Date: 2017-03-22 23:33+0300\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: ru\n"
22
  "X-Poedit-SearchPathExcluded-0: *.js\n"
23
 
24
  #. Plugin Name of the plugin/theme
25
+ #: inc/php/settings_page.php:21 social-media-buttons-toolbar.php:120
26
+ msgid "Social Media Follow Buttons Bar"
27
+ msgstr ""
28
 
29
+ #: inc/php/settings_page.php:24
30
  msgid ""
31
  "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
32
  "Gareginyan</a>"
34
  "от <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Артур "
35
  "Гарегинян</a>"
36
 
37
+ #: inc/php/settings_page.php:32 social-media-buttons-toolbar.php:88
38
+ msgid "Settings"
39
+ msgstr "Настройки"
40
+
41
+ #: inc/php/settings_page.php:33 inc/php/settings_page.php:53
42
+ msgid "Usage"
43
+ msgstr "Применение"
44
+
45
+ #: inc/php/settings_page.php:34
46
+ msgid "F.A.Q."
47
+ msgstr "F.A.Q."
48
+
49
+ #: inc/php/settings_page.php:35 inc/php/settings_page.php:120
50
+ msgid "Author"
51
+ msgstr "Автор"
52
+
53
+ #: inc/php/settings_page.php:36 inc/php/settings_page.php:129
54
+ #: inc/php/settings_tab.php:36
55
+ msgid "Support"
56
+ msgstr "Поддержка"
57
+
58
+ #: inc/php/settings_page.php:37
59
+ msgid "Family"
60
+ msgstr "Семья"
61
+
62
+ #: inc/php/settings_page.php:55
63
+ msgid ""
64
+ "You have several methods for display the social media follow buttons bar "
65
+ "(further just \"bar\") on your website. But first, fill in the required "
66
+ "fields, then click \"Save Changes\"."
67
+ msgstr ""
68
+ "У вас есть несколько способов для того, чтобы отобразить блок социальных "
69
+ "медиа кнопок (далее просто “кнопки”) на вашем вебсайте. Но сначала заполните "
70
+ "поля для каждой нужной кнопки, а затем нажмите “Сохранить изменения”."
71
+
72
+ #: inc/php/settings_page.php:56
73
+ msgid ""
74
+ "<b>A)</b> For display the bar below content on every Posts or/and Pages, "
75
+ "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
76
+ "section \"Display options\", then click \"Save Changes\". It's that simple!"
77
+ msgstr ""
78
+
79
+ #: inc/php/settings_page.php:57
80
+ msgid ""
81
+ "<b>B)</b> For add the bar inside a post from WP Post/Page Editor use the "
82
+ "following shortcode:"
83
+ msgstr ""
84
+
85
+ #: inc/php/settings_page.php:59
86
+ msgid ""
87
+ "<b>C)</b> For add the bar to the widget area (in sidebar, footer etc.) use "
88
+ "the \"Text\" widget and add inside it the following shortcode:"
89
+ msgstr ""
90
+
91
+ #: inc/php/settings_page.php:61
92
+ msgid ""
93
+ "<b>D)</b> For add the bar directly to a theme files, just add one of the "
94
+ "following code (both variants do the same) to needed place (where you want "
95
+ "to display the bar) in your theme files:"
96
+ msgstr ""
97
+
98
+ #: inc/php/settings_page.php:64
99
+ msgid ""
100
+ "It's that simple! If you want more options then tell me and I will be happy "
101
+ "to add it."
102
+ msgstr ""
103
+ "Это так просто! Если вы хотите иметь больше опций, то скажите мне об этом и "
104
+ "я буду счастлив добавить их."
105
+
106
+ #: inc/php/settings_page.php:73
107
+ msgid "Frequent Questions"
108
+ msgstr "Частые вопросы"
109
+
110
+ #: inc/php/settings_page.php:76
111
+ msgid "Will this plugin work on my WordPress.COM website?"
112
+ msgstr "Этот плагин будет работать на моем сайте WordPress.COM?"
113
+
114
+ #: inc/php/settings_page.php:77
115
+ msgid ""
116
+ "Sorry, this plugin is available for use only on self-hosted (WordPress.org) "
117
+ "websites."
118
+ msgstr ""
119
+
120
+ #: inc/php/settings_page.php:80
121
+ msgid "Can I use this plugin on my language?"
122
+ msgstr "Можно ли использовать этот плагин на моём языке?"
123
+
124
+ #: inc/php/settings_page.php:81
125
+ msgid ""
126
+ "Yes. But If your language is not available then you can make one. This "
127
+ "plugin is ready for translation. The<code>.pot</code>file is included and "
128
+ "placed in <code>languages</code> folder. Many of plugin users would be "
129
+ "delighted if you shared your translation with the community. Just send the "
130
+ "translation files (<code>*.po, *.mo</code>) to me at the <a href=\"mailto:"
131
+ "arthurgareginyan@gmail.com?subject=Social Media Follow Buttons Bar"
132
+ "\">arthurgareginyan@gmail.com</a> and I will include the translation within "
133
+ "the next plugin update."
134
+ msgstr ""
135
+
136
+ #: inc/php/settings_page.php:84
137
+ msgid "How does it work?"
138
+ msgstr "Как оно работает?"
139
+
140
+ #: inc/php/settings_page.php:85
141
+ msgid ""
142
+ "First, go to page <code>Settings</code> &#8680; <code>Social Buttons</code>."
143
+ msgstr ""
144
+
145
+ #: inc/php/settings_page.php:86
146
+ msgid ""
147
+ "On the plugins page you find the fields where you can enter your<code>User "
148
+ "ID's</code>,<code>URL</code>to your social network profile."
149
+ msgstr ""
150
+
151
+ #: inc/php/settings_page.php:89
152
+ msgid "Does this plugin require modification to the theme?"
153
+ msgstr ""
154
+
155
+ #: inc/php/settings_page.php:90
156
+ msgid ""
157
+ "Absolutely not. This plugin is added/configured entirely from the website's "
158
+ "Admin section."
159
+ msgstr ""
160
+
161
+ #: inc/php/settings_page.php:93
162
+ msgid "Does this require any knowledge of HTML or CSS?"
163
+ msgstr ""
164
+
165
+ #: inc/php/settings_page.php:94
166
+ msgid ""
167
+ "Absolutely not. This plugin can be configured with no knowledge of HTML or "
168
+ "CSS, using a simple WordPress settings page."
169
+ msgstr ""
170
+
171
+ #: inc/php/settings_page.php:97
172
+ msgid "It's not working. What could be wrong?"
173
+ msgstr "Оно не работает. Что может быть не так?"
174
+
175
+ #: inc/php/settings_page.php:98
176
+ msgid ""
177
+ "As with every plugin, it's possible that things don't work. The most common "
178
+ "reason for this is that the plugin has a conflict with another plugin you're "
179
+ "using. It's impossible to tell what could be wrong exactly, but if you post "
180
+ "a support request in the plugin's support forum on WordPress.org, I'd be "
181
+ "happy to give it a look and try to help out. Please include as much "
182
+ "information as possible, including a link to your website where the problem "
183
+ "can be seen."
184
+ msgstr ""
185
+
186
+ #: inc/php/settings_page.php:101
187
+ msgid "Where to report bug if found?"
188
+ msgstr "Где можно сообщить об ошибке?"
189
+
190
+ #: inc/php/settings_page.php:105
191
+ msgid "Where to share any ideas or suggestions to make the plugin better?"
192
+ msgstr ""
193
+
194
+ #: inc/php/settings_page.php:109
195
+ msgid "I love this plugin! Can I help somehow?"
196
+ msgstr "Я очень люблю этот плагин! Могу Я чем-то помочь?"
197
+
198
+ #: inc/php/settings_tab.php:21
199
  msgid "About"
200
  msgstr "О плагине"
201
 
202
+ #: inc/php/settings_tab.php:23
203
  msgid ""
204
  "This plugin allows you to easily add the social media buttons toolbar to any "
205
  "place of your website."
207
  "Этот плагин позволяет легко добавить блок социальных медиа кнопок в любое "
208
  "место на вашем веб-сайте."
209
 
210
+ #: inc/php/settings_tab.php:28
211
  msgid "Help"
212
  msgstr "Помощь"
213
 
214
+ #: inc/php/settings_tab.php:30
215
  msgid "Got something to say? Need help?"
216
  msgstr "Есть что сказать? Нужна помощь?"
217
 
218
+ #: inc/php/settings_tab.php:38
 
 
 
 
219
  msgid ""
220
  "I'm an independent developer, without a regular income, so every little "
221
  "contribution helps cover my costs and lets me spend more time building "
225
  "вклад помогает мне покрыть затраты и позволяет тратить больше времени на "
226
  "создание программ для людей как вы."
227
 
228
+ #: inc/php/settings_tab.php:39
229
+ msgid "Donate with PayPal"
230
+ msgstr ""
231
+
232
+ #: inc/php/settings_tab.php:40
233
  msgid "Thanks for your support!"
234
  msgstr "Спасибо за вашу поддержку!"
235
 
236
+ #: inc/php/settings_tab.php:62
237
  msgid "Buttons"
238
  msgstr "Кнопки"
239
 
240
+ #: inc/php/settings_tab.php:64
241
  msgid ""
242
  "Just fill in the required fields to make a buttons. The social networking "
243
  "buttons will lead directly to your profile pages. If you don't want to use "
249
  "хотите использовать любой из следующих кнопок, то вы можете не заполнить их "
250
  "и тогда они не появятся."
251
 
252
+ #: inc/php/settings_tab.php:69
253
  msgid "Enter the link to your Facebook profile page"
254
  msgstr "Введите ссылку на вашу страницу профиля Facebook"
255
 
256
+ #: inc/php/settings_tab.php:75
257
  msgid "Enter the link to your Twitter profile page"
258
  msgstr "Введите ссылку на вашу страницу профиля Twitter"
259
 
260
+ #: inc/php/settings_tab.php:81
261
  msgid "Enter the link to your Instagram profile page"
262
  msgstr "Введите ссылку на вашу страницу профиля Instagram"
263
 
264
+ #: inc/php/settings_tab.php:87
265
  msgid "Enter the link to your Google+ profile page"
266
  msgstr "Введите ссылку на вашу страницу профиля Google+"
267
 
268
+ #: inc/php/settings_tab.php:93
269
  msgid "Enter the link to your YouTube profile page"
270
  msgstr "Введите ссылку на вашу страницу профиля YouTube"
271
 
272
+ #: inc/php/settings_tab.php:99
273
  msgid "Enter the link to your Vimeo profile page"
274
  msgstr "Введите ссылку на вашу страницу профиля Vimeo"
275
 
276
+ #: inc/php/settings_tab.php:105
277
  msgid "Enter the link to your Blogger profile page"
278
  msgstr "Введите ссылку на вашу страницу профиля Blogger"
279
 
280
+ #: inc/php/settings_tab.php:111
281
  msgid "Enter the link to your LiveJournal profile page"
282
  msgstr "Введите ссылку на вашу страницу профиля LiveJournal"
283
 
284
+ #: inc/php/settings_tab.php:117
285
  msgid "Enter the link to your Reddit profile page"
286
  msgstr "Введите ссылку на вашу страницу профиля Reddit"
287
 
288
+ #: inc/php/settings_tab.php:123
289
  msgid "Enter the link to your LinkedIn profile page"
290
  msgstr "Введите ссылку на вашу страницу профиля LinkedIn"
291
 
292
+ #: inc/php/settings_tab.php:129
293
  msgid "Enter the link to your Pinterest profile page"
294
  msgstr "Введите ссылку на вашу страницу профиля Pinterest"
295
 
296
+ #: inc/php/settings_tab.php:135
297
  msgid "Enter the link to your Tumblr profile page"
298
  msgstr "Введите ссылку на вашу страницу профиля Tumblr"
299
 
300
+ #: inc/php/settings_tab.php:141
301
  msgid "Enter the link to your Snapchat profile page"
302
  msgstr "Введите ссылку на вашу страницу профиля Snapchat"
303
 
304
+ #: inc/php/settings_tab.php:147
305
  msgid "Enter the link to your Twitch profile page"
306
  msgstr "Введите ссылку на вашу страницу профиля Twitch"
307
 
308
+ #: inc/php/settings_tab.php:153
309
+ msgid "Enter the link to your Patreon profile page"
310
+ msgstr "Введите ссылку на вашу страницу профиля Patreon"
311
+
312
+ #: inc/php/settings_tab.php:159
313
  msgid "Enter the link to your IMDb profile page"
314
  msgstr "Введите ссылку на вашу страницу профиля IMDb"
315
 
316
+ #: inc/php/settings_tab.php:165
317
  msgid "Enter the link to your SoundCloud profile page"
318
  msgstr "Введите ссылку на вашу страницу профиля SoundCloud"
319
 
320
+ #: inc/php/settings_tab.php:171
321
  msgid "Enter the link to your Spotify profile page"
322
  msgstr "Введите ссылку на вашу страницу профиля Spotify"
323
 
324
+ #: inc/php/settings_tab.php:177
325
  msgid "Enter the link to your Dloky profile page"
326
  msgstr "Введите ссылку на вашу страницу профиля Dloky"
327
 
328
+ #: inc/php/settings_tab.php:183
329
  msgid "Enter the link to your Goodreads profile page"
330
  msgstr "Введите ссылку на вашу страницу профиля Goodreads"
331
 
332
+ #: inc/php/settings_tab.php:189
333
  msgid "Enter the link to your MeetVibe profile page"
334
  msgstr "Введите ссылку на вашу страницу профиля MeetVibe"
335
 
336
+ #: inc/php/settings_tab.php:195
337
  msgid "Enter the link to your Meetup profile page"
338
  msgstr "Введите ссылку на вашу страницу профиля Meetup"
339
 
340
+ #: inc/php/settings_tab.php:201
341
  msgid "Enter the link to your Steam profile page"
342
  msgstr "Введите ссылку на вашу страницу профиля Steam"
343
 
344
+ #: inc/php/settings_tab.php:207
345
  msgid "Enter the link to your Discord profile page"
346
  msgstr "Введите ссылку на вашу страницу профиля Discord"
347
 
348
+ #: inc/php/settings_tab.php:213
349
  msgid "Enter the link to your Yelp profile page"
350
  msgstr "Введите ссылку на вашу страницу профиля Yelp"
351
 
352
+ #: inc/php/settings_tab.php:219
353
  msgid "Enter the link to your VKontakte profile page"
354
  msgstr "Введите ссылку на вашу страницу профиля ВКонтакте"
355
 
356
+ #: inc/php/settings_tab.php:225
357
  msgid "Enter the link to your Odnoklassniki profile page"
358
  msgstr "Введите ссылку на вашу страницу профиля Одноклассники"
359
 
360
+ #: inc/php/settings_tab.php:231
361
  msgid "Enter the link to your Telegram profile page"
362
  msgstr "Введите ссылку на вашу страницу профиля Telegram"
363
 
364
+ #: inc/php/settings_tab.php:237
365
  msgid "Enter the link to your GitHub profile page"
366
  msgstr "Введите ссылку на вашу страницу профиля GitHub"
367
 
368
+ #: inc/php/settings_tab.php:243
369
  msgid "Enter the link to your WordPress profile page"
370
  msgstr "Введите ссылку на вашу страницу профиля WordPress"
371
 
372
+ #: inc/php/settings_tab.php:249
373
  msgid "Enter the link to your CodePen profile page"
374
  msgstr "Введите ссылку на вашу страницу профиля CodePen"
375
 
376
+ #: inc/php/settings_tab.php:255
377
  msgid ""
378
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
379
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
382
  "b>, или <b>?add</b>, или <b>?chat</b>, или <b>?userinfo</b> для просмотра "
383
  "профиля"
384
 
385
+ #: inc/php/settings_tab.php:261
386
  msgid "Enter the link to your personal website"
387
  msgstr "Введите ссылку на ваш персональный сайт"
388
 
389
+ #: inc/php/settings_tab.php:267
390
  msgid "Enter your email address with prefix <b>mailto:</b>"
391
  msgstr "Введите адрес электронной почты с префиксом <b>mailto:</b>"
392
 
393
+ #: inc/php/settings_tab.php:273
394
  msgid "Enter the link to your RSS Feed"
395
  msgstr "Введите ссылку на ваш RSS поток"
396
 
397
+ #: inc/php/settings_tab.php:277 inc/php/settings_tab.php:359
398
  msgid "Save Changes"
399
  msgstr "Сохранить изменения"
400
 
401
+ #: inc/php/settings_tab.php:282
402
  msgid "Display options"
403
  msgstr "Настройки отображения"
404
 
405
+ #: inc/php/settings_tab.php:287
406
  msgid "Show on Posts"
407
  msgstr "Показать в записях"
408
 
409
+ #: inc/php/settings_tab.php:288
410
  msgid "Display toolbar below content on Posts."
411
  msgstr "Показывать кнопки под содержанием в записях"
412
 
413
+ #: inc/php/settings_tab.php:292
414
  msgid "Show on Pages"
415
  msgstr "Показывать на страницах"
416
 
417
+ #: inc/php/settings_tab.php:293
418
  msgid "Display toolbar below content on Pages."
419
  msgstr "Показывать кнопки под содержанием на страницах"
420
 
421
+ #: inc/php/settings_tab.php:297
422
  msgid "Open in new tab"
423
  msgstr "Открыть в новой вкладке"
424
 
425
+ #: inc/php/settings_tab.php:298
426
  msgid "Open link in a new tab/window."
427
  msgstr "Открыть ссылку в новом окне/вкладке"
428
 
429
+ #: inc/php/settings_tab.php:302
430
  msgid "Tooltips"
431
  msgstr "Подсказки"
432
 
433
+ #: inc/php/settings_tab.php:303
434
  msgid ""
435
  "Enable/disable a tooltips with name of the social media above every button."
436
  msgstr ""
437
  "Включить/отключить всплывающие подсказки с названием социальных медиа над "
438
  "каждой кнопкой."
439
 
440
+ #: inc/php/settings_tab.php:307
441
  msgid "Icon size"
442
  msgstr "Размер иконки"
443
 
444
+ #: inc/php/settings_tab.php:308
445
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
446
  msgstr ""
447
  "Введите размер иконок (в пикселях) для вашей панели социальных медиа кнопок."
448
 
449
+ #: inc/php/settings_tab.php:314
450
  msgid "Margin"
451
  msgstr "Отступ"
452
 
453
+ #: inc/php/settings_tab.php:315
454
  msgid ""
455
  "Enter the size of space (in px) between icons in your social media buttons "
456
  "toolbar."
458
  "Введите размер пространства (в пикселях) между иконками для вашей панели "
459
  "социальных медиа кнопок."
460
 
461
+ #: inc/php/settings_tab.php:331
462
  msgid "Alignment"
463
  msgstr "Выравнивание"
464
 
465
+ #: inc/php/settings_tab.php:337
466
  msgid "Left"
467
  msgstr "Слева"
468
 
469
+ #: inc/php/settings_tab.php:341
470
  msgid "Center"
471
  msgstr "По центру"
472
 
473
+ #: inc/php/settings_tab.php:345
474
  msgid "Right"
475
  msgstr "Справа"
476
 
477
+ #: inc/php/settings_tab.php:352
478
  msgid "Caption"
479
  msgstr "Заголовок"
480
 
481
+ #: inc/php/settings_tab.php:353
482
  msgid ""
483
  "Enter the caption to your social media buttons toolbar. It will be displays "
484
  "before the toolbar."
486
  "Введите заголовок для блока с кнопками социальных медиа. Он будет отображает "
487
  "над панелью."
488
 
489
+ #: inc/php/settings_tab.php:364
490
  msgid "Preview"
491
  msgstr "Предварительный просмотр"
492
 
493
+ #: inc/php/settings_tab.php:366
494
  msgid "Click \"Save Changes\" to update this preview."
495
  msgstr ""
496
  "Нажмите кнопку «Сохранить изменения», чтобы обновить этот пред. просмотр."
497
 
498
+ #: social-media-buttons-toolbar.php:104
499
+ msgid "Donate"
500
+ msgstr "Поддержать разработку"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
501
 
502
  #: social-media-buttons-toolbar.php:120
503
+ msgid "Social Media Follow Buttons"
504
+ msgstr ""
505
 
506
  #. Plugin URI of the plugin/theme
507
  msgid "https://github.com/ArthurGareginyan/social-media-buttons-toolbar"
509
 
510
  #. Description of the plugin/theme
511
  msgid ""
512
+ "Easily add the smart bar with social media follow buttons (not share, only "
513
+ "link to your profiles) to any place of your WordPress website."
514
  msgstr ""
 
 
515
 
516
  #. Author of the plugin/theme
517
  msgid "Arthur Gareginyan"
521
  msgid "http://www.arthurgareginyan.com"
522
  msgstr "http://www.arthurgareginyan.com"
523
 
524
+ #~ msgid ""
525
+ #~ "You have several methods for display the social media buttons toolbar "
526
+ #~ "(further just \"toolbar\") on your website. But first, fill in the "
527
+ #~ "required fields, then click \"Save Changes\"."
528
+ #~ msgstr ""
529
+ #~ "У вас есть несколько способов для того, чтобы отобразить блок социальных "
530
+ #~ "медиа кнопок (далее просто “кнопки”) на вашем вебсайте. Но сначала "
531
+ #~ "заполните поля для каждой нужной кнопки, а затем нажмите “Сохранить "
532
+ #~ "изменения”."
533
+
534
+ #~ msgid "Social Media Buttons Toolbar"
535
+ #~ msgstr "Social Media Buttons Toolbar"
536
+
537
+ #~ msgid "Social Buttons"
538
+ #~ msgstr "Социальные кнопки"
539
+
540
+ #~ msgid ""
541
+ #~ "Easily add the smart toolbar with social media buttons (not share, only "
542
+ #~ "link to your profiles) to any place of your WordPress website."
543
+ #~ msgstr ""
544
+ #~ "Легко добавьте умный блок с кнопками социальных медиа (не расшаривание, а "
545
+ #~ "только ссылки на ваши профили) в любое место вашего WordPress веб-сайта."
546
+
547
+ #~ msgid "Using"
548
+ #~ msgstr "Как пользоваться"
549
+
550
  #~ msgid "Display toolbar below content on Posts"
551
  #~ msgstr "Показывать кнопки под содержанием в записях"
552
 
languages/social-media-buttons-toolbar.pot CHANGED
@@ -3,7 +3,7 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Buttons Toolbar\n"
6
- "POT-Creation-Date: 2017-02-11 22:37+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -21,54 +21,210 @@ msgstr ""
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
23
  #. Plugin Name of the plugin/theme
24
- #: inc/php/settings_page.php:24 social-media-buttons-toolbar.php:120
25
- msgid "Social Media Buttons Toolbar"
26
  msgstr ""
27
 
28
- #: inc/php/settings_page.php:27
29
  msgid ""
30
  "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
31
  "Gareginyan</a>"
32
  msgstr ""
33
 
34
- #: inc/php/settings_page.php:38
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  msgid "About"
36
  msgstr ""
37
 
38
- #: inc/php/settings_page.php:40
39
  msgid ""
40
  "This plugin allows you to easily add the social media buttons toolbar to any "
41
  "place of your website."
42
  msgstr ""
43
 
44
- #: inc/php/settings_page.php:45
45
  msgid "Help"
46
  msgstr ""
47
 
48
- #: inc/php/settings_page.php:47
49
  msgid "Got something to say? Need help?"
50
  msgstr ""
51
 
52
- #: inc/php/settings_page.php:53 social-media-buttons-toolbar.php:104
53
- msgid "Donate"
54
- msgstr ""
55
-
56
- #: inc/php/settings_page.php:55
57
  msgid ""
58
  "I'm an independent developer, without a regular income, so every little "
59
  "contribution helps cover my costs and lets me spend more time building "
60
  "things for people like you to enjoy."
61
  msgstr ""
62
 
63
- #: inc/php/settings_page.php:59
 
 
 
 
64
  msgid "Thanks for your support!"
65
  msgstr ""
66
 
67
- #: inc/php/settings_page.php:80
68
  msgid "Buttons"
69
  msgstr ""
70
 
71
- #: inc/php/settings_page.php:82
72
  msgid ""
73
  "Just fill in the required fields to make a buttons. The social networking "
74
  "buttons will lead directly to your profile pages. If you don't want to use "
@@ -76,286 +232,247 @@ msgid ""
76
  "appear."
77
  msgstr ""
78
 
79
- #: inc/php/settings_page.php:87
80
  msgid "Enter the link to your Facebook profile page"
81
  msgstr ""
82
 
83
- #: inc/php/settings_page.php:93
84
  msgid "Enter the link to your Twitter profile page"
85
  msgstr ""
86
 
87
- #: inc/php/settings_page.php:99
88
  msgid "Enter the link to your Instagram profile page"
89
  msgstr ""
90
 
91
- #: inc/php/settings_page.php:105
92
  msgid "Enter the link to your Google+ profile page"
93
  msgstr ""
94
 
95
- #: inc/php/settings_page.php:111
96
  msgid "Enter the link to your YouTube profile page"
97
  msgstr ""
98
 
99
- #: inc/php/settings_page.php:117
100
  msgid "Enter the link to your Vimeo profile page"
101
  msgstr ""
102
 
103
- #: inc/php/settings_page.php:123
104
  msgid "Enter the link to your Blogger profile page"
105
  msgstr ""
106
 
107
- #: inc/php/settings_page.php:129
108
  msgid "Enter the link to your LiveJournal profile page"
109
  msgstr ""
110
 
111
- #: inc/php/settings_page.php:135
112
  msgid "Enter the link to your Reddit profile page"
113
  msgstr ""
114
 
115
- #: inc/php/settings_page.php:141
116
  msgid "Enter the link to your LinkedIn profile page"
117
  msgstr ""
118
 
119
- #: inc/php/settings_page.php:147
120
  msgid "Enter the link to your Pinterest profile page"
121
  msgstr ""
122
 
123
- #: inc/php/settings_page.php:153
124
  msgid "Enter the link to your Tumblr profile page"
125
  msgstr ""
126
 
127
- #: inc/php/settings_page.php:159
128
  msgid "Enter the link to your Snapchat profile page"
129
  msgstr ""
130
 
131
- #: inc/php/settings_page.php:165
132
  msgid "Enter the link to your Twitch profile page"
133
  msgstr ""
134
 
135
- #: inc/php/settings_page.php:171
 
 
 
 
136
  msgid "Enter the link to your IMDb profile page"
137
  msgstr ""
138
 
139
- #: inc/php/settings_page.php:177
140
  msgid "Enter the link to your SoundCloud profile page"
141
  msgstr ""
142
 
143
- #: inc/php/settings_page.php:183
144
  msgid "Enter the link to your Spotify profile page"
145
  msgstr ""
146
 
147
- #: inc/php/settings_page.php:189
148
  msgid "Enter the link to your Dloky profile page"
149
  msgstr ""
150
 
151
- #: inc/php/settings_page.php:195
152
  msgid "Enter the link to your Goodreads profile page"
153
  msgstr ""
154
 
155
- #: inc/php/settings_page.php:201
156
  msgid "Enter the link to your MeetVibe profile page"
157
  msgstr ""
158
 
159
- #: inc/php/settings_page.php:207
160
  msgid "Enter the link to your Meetup profile page"
161
  msgstr ""
162
 
163
- #: inc/php/settings_page.php:213
164
  msgid "Enter the link to your Steam profile page"
165
  msgstr ""
166
 
167
- #: inc/php/settings_page.php:219
168
  msgid "Enter the link to your Discord profile page"
169
  msgstr ""
170
 
171
- #: inc/php/settings_page.php:225
172
  msgid "Enter the link to your Yelp profile page"
173
  msgstr ""
174
 
175
- #: inc/php/settings_page.php:231
176
  msgid "Enter the link to your VKontakte profile page"
177
  msgstr ""
178
 
179
- #: inc/php/settings_page.php:237
180
  msgid "Enter the link to your Odnoklassniki profile page"
181
  msgstr ""
182
 
183
- #: inc/php/settings_page.php:243
184
  msgid "Enter the link to your Telegram profile page"
185
  msgstr ""
186
 
187
- #: inc/php/settings_page.php:249
188
  msgid "Enter the link to your GitHub profile page"
189
  msgstr ""
190
 
191
- #: inc/php/settings_page.php:255
192
  msgid "Enter the link to your WordPress profile page"
193
  msgstr ""
194
 
195
- #: inc/php/settings_page.php:261
196
  msgid "Enter the link to your CodePen profile page"
197
  msgstr ""
198
 
199
- #: inc/php/settings_page.php:267
200
  msgid ""
201
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
202
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
203
  msgstr ""
204
 
205
- #: inc/php/settings_page.php:273
206
  msgid "Enter the link to your personal website"
207
  msgstr ""
208
 
209
- #: inc/php/settings_page.php:279
210
  msgid "Enter your email address with prefix <b>mailto:</b>"
211
  msgstr ""
212
 
213
- #: inc/php/settings_page.php:285
214
  msgid "Enter the link to your RSS Feed"
215
  msgstr ""
216
 
217
- #: inc/php/settings_page.php:289 inc/php/settings_page.php:371
218
  msgid "Save Changes"
219
  msgstr ""
220
 
221
- #: inc/php/settings_page.php:294
222
  msgid "Display options"
223
  msgstr ""
224
 
225
- #: inc/php/settings_page.php:299
226
  msgid "Show on Posts"
227
  msgstr ""
228
 
229
- #: inc/php/settings_page.php:300
230
  msgid "Display toolbar below content on Posts."
231
  msgstr ""
232
 
233
- #: inc/php/settings_page.php:304
234
  msgid "Show on Pages"
235
  msgstr ""
236
 
237
- #: inc/php/settings_page.php:305
238
  msgid "Display toolbar below content on Pages."
239
  msgstr ""
240
 
241
- #: inc/php/settings_page.php:309
242
  msgid "Open in new tab"
243
  msgstr ""
244
 
245
- #: inc/php/settings_page.php:310
246
  msgid "Open link in a new tab/window."
247
  msgstr ""
248
 
249
- #: inc/php/settings_page.php:314
250
  msgid "Tooltips"
251
  msgstr ""
252
 
253
- #: inc/php/settings_page.php:315
254
  msgid ""
255
  "Enable/disable a tooltips with name of the social media above every button."
256
  msgstr ""
257
 
258
- #: inc/php/settings_page.php:319
259
  msgid "Icon size"
260
  msgstr ""
261
 
262
- #: inc/php/settings_page.php:320
263
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
264
  msgstr ""
265
 
266
- #: inc/php/settings_page.php:326
267
  msgid "Margin"
268
  msgstr ""
269
 
270
- #: inc/php/settings_page.php:327
271
  msgid ""
272
  "Enter the size of space (in px) between icons in your social media buttons "
273
  "toolbar."
274
  msgstr ""
275
 
276
- #: inc/php/settings_page.php:343
277
  msgid "Alignment"
278
  msgstr ""
279
 
280
- #: inc/php/settings_page.php:349
281
  msgid "Left"
282
  msgstr ""
283
 
284
- #: inc/php/settings_page.php:353
285
  msgid "Center"
286
  msgstr ""
287
 
288
- #: inc/php/settings_page.php:357
289
  msgid "Right"
290
  msgstr ""
291
 
292
- #: inc/php/settings_page.php:364
293
  msgid "Caption"
294
  msgstr ""
295
 
296
- #: inc/php/settings_page.php:365
297
  msgid ""
298
  "Enter the caption to your social media buttons toolbar. It will be displays "
299
  "before the toolbar."
300
  msgstr ""
301
 
302
- #: inc/php/settings_page.php:376
303
  msgid "Preview"
304
  msgstr ""
305
 
306
- #: inc/php/settings_page.php:378
307
  msgid "Click \"Save Changes\" to update this preview."
308
  msgstr ""
309
 
310
- #: inc/php/settings_page.php:384
311
- msgid "Using"
312
- msgstr ""
313
-
314
- #: inc/php/settings_page.php:386
315
- msgid ""
316
- "You have several methods for display the social media buttons toolbar "
317
- "(further just \"toolbar\") on your website. But first, fill in the required "
318
- "fields, then click \"Save Changes\"."
319
- msgstr ""
320
-
321
- #: inc/php/settings_page.php:387
322
- msgid ""
323
- "<b>A)</b> For display the toolbar below content on every Posts or/and Pages, "
324
- "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
325
- "section \"Display options\", then click \"Save Changes\". It's that simple!"
326
- msgstr ""
327
-
328
- #: inc/php/settings_page.php:388
329
- msgid ""
330
- "<b>B)</b> For add the toolbar inside a post from WP Post/Page Editor use the "
331
- "following shortcode:"
332
- msgstr ""
333
-
334
- #: inc/php/settings_page.php:390
335
- msgid ""
336
- "<b>C)</b> For add the toolbar to the widget area (in sidebar, footer etc.) "
337
- "use the \"Text\" widget and add inside it the following shortcode:"
338
- msgstr ""
339
-
340
- #: inc/php/settings_page.php:392
341
- msgid ""
342
- "<b>D)</b> For add the toolbar directly to a theme files, just add one of the "
343
- "following code (both variants do the same) to needed place (where you want "
344
- "to display the toolbar) in your theme files:"
345
- msgstr ""
346
-
347
- #: inc/php/settings_page.php:395
348
- msgid ""
349
- "It's that simple! If you want more options then tell me and I will be happy "
350
- "to add it."
351
- msgstr ""
352
-
353
- #: social-media-buttons-toolbar.php:88
354
- msgid "Settings"
355
  msgstr ""
356
 
357
  #: social-media-buttons-toolbar.php:120
358
- msgid "Social Buttons"
359
  msgstr ""
360
 
361
  #. Plugin URI of the plugin/theme
@@ -364,8 +481,8 @@ msgstr ""
364
 
365
  #. Description of the plugin/theme
366
  msgid ""
367
- "Easily add the smart toolbar with social media buttons (not share, only link "
368
- "to your profiles) to any place of your WordPress website."
369
  msgstr ""
370
 
371
  #. Author of the plugin/theme
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Social Media Buttons Toolbar\n"
6
+ "POT-Creation-Date: 2017-03-22 23:32+0300\n"
7
  "PO-Revision-Date: 2015-12-17 02:16+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
21
  "X-Poedit-SearchPathExcluded-0: *.js\n"
22
 
23
  #. Plugin Name of the plugin/theme
24
+ #: inc/php/settings_page.php:21 social-media-buttons-toolbar.php:120
25
+ msgid "Social Media Follow Buttons Bar"
26
  msgstr ""
27
 
28
+ #: inc/php/settings_page.php:24
29
  msgid ""
30
  "by <a href=\"http://www.arthurgareginyan.com\" target=\"_blank\">Arthur "
31
  "Gareginyan</a>"
32
  msgstr ""
33
 
34
+ #: inc/php/settings_page.php:32 social-media-buttons-toolbar.php:88
35
+ msgid "Settings"
36
+ msgstr ""
37
+
38
+ #: inc/php/settings_page.php:33 inc/php/settings_page.php:53
39
+ msgid "Usage"
40
+ msgstr ""
41
+
42
+ #: inc/php/settings_page.php:34
43
+ msgid "F.A.Q."
44
+ msgstr ""
45
+
46
+ #: inc/php/settings_page.php:35 inc/php/settings_page.php:120
47
+ msgid "Author"
48
+ msgstr ""
49
+
50
+ #: inc/php/settings_page.php:36 inc/php/settings_page.php:129
51
+ #: inc/php/settings_tab.php:36
52
+ msgid "Support"
53
+ msgstr ""
54
+
55
+ #: inc/php/settings_page.php:37
56
+ msgid "Family"
57
+ msgstr ""
58
+
59
+ #: inc/php/settings_page.php:55
60
+ msgid ""
61
+ "You have several methods for display the social media follow buttons bar "
62
+ "(further just \"bar\") on your website. But first, fill in the required "
63
+ "fields, then click \"Save Changes\"."
64
+ msgstr ""
65
+
66
+ #: inc/php/settings_page.php:56
67
+ msgid ""
68
+ "<b>A)</b> For display the bar below content on every Posts or/and Pages, "
69
+ "just check the checkbox \"Show on Posts\" or/and \"Show on Pages\" in the "
70
+ "section \"Display options\", then click \"Save Changes\". It's that simple!"
71
+ msgstr ""
72
+
73
+ #: inc/php/settings_page.php:57
74
+ msgid ""
75
+ "<b>B)</b> For add the bar inside a post from WP Post/Page Editor use the "
76
+ "following shortcode:"
77
+ msgstr ""
78
+
79
+ #: inc/php/settings_page.php:59
80
+ msgid ""
81
+ "<b>C)</b> For add the bar to the widget area (in sidebar, footer etc.) use "
82
+ "the \"Text\" widget and add inside it the following shortcode:"
83
+ msgstr ""
84
+
85
+ #: inc/php/settings_page.php:61
86
+ msgid ""
87
+ "<b>D)</b> For add the bar directly to a theme files, just add one of the "
88
+ "following code (both variants do the same) to needed place (where you want "
89
+ "to display the bar) in your theme files:"
90
+ msgstr ""
91
+
92
+ #: inc/php/settings_page.php:64
93
+ msgid ""
94
+ "It's that simple! If you want more options then tell me and I will be happy "
95
+ "to add it."
96
+ msgstr ""
97
+
98
+ #: inc/php/settings_page.php:73
99
+ msgid "Frequent Questions"
100
+ msgstr ""
101
+
102
+ #: inc/php/settings_page.php:76
103
+ msgid "Will this plugin work on my WordPress.COM website?"
104
+ msgstr ""
105
+
106
+ #: inc/php/settings_page.php:77
107
+ msgid ""
108
+ "Sorry, this plugin is available for use only on self-hosted (WordPress.org) "
109
+ "websites."
110
+ msgstr ""
111
+
112
+ #: inc/php/settings_page.php:80
113
+ msgid "Can I use this plugin on my language?"
114
+ msgstr ""
115
+
116
+ #: inc/php/settings_page.php:81
117
+ msgid ""
118
+ "Yes. But If your language is not available then you can make one. This "
119
+ "plugin is ready for translation. The<code>.pot</code>file is included and "
120
+ "placed in <code>languages</code> folder. Many of plugin users would be "
121
+ "delighted if you shared your translation with the community. Just send the "
122
+ "translation files (<code>*.po, *.mo</code>) to me at the <a href=\"mailto:"
123
+ "arthurgareginyan@gmail.com?subject=Social Media Follow Buttons Bar"
124
+ "\">arthurgareginyan@gmail.com</a> and I will include the translation within "
125
+ "the next plugin update."
126
+ msgstr ""
127
+
128
+ #: inc/php/settings_page.php:84
129
+ msgid "How does it work?"
130
+ msgstr ""
131
+
132
+ #: inc/php/settings_page.php:85
133
+ msgid ""
134
+ "First, go to page <code>Settings</code> &#8680; <code>Social Buttons</code>."
135
+ msgstr ""
136
+
137
+ #: inc/php/settings_page.php:86
138
+ msgid ""
139
+ "On the plugins page you find the fields where you can enter your<code>User "
140
+ "ID's</code>,<code>URL</code>to your social network profile."
141
+ msgstr ""
142
+
143
+ #: inc/php/settings_page.php:89
144
+ msgid "Does this plugin require modification to the theme?"
145
+ msgstr ""
146
+
147
+ #: inc/php/settings_page.php:90
148
+ msgid ""
149
+ "Absolutely not. This plugin is added/configured entirely from the website's "
150
+ "Admin section."
151
+ msgstr ""
152
+
153
+ #: inc/php/settings_page.php:93
154
+ msgid "Does this require any knowledge of HTML or CSS?"
155
+ msgstr ""
156
+
157
+ #: inc/php/settings_page.php:94
158
+ msgid ""
159
+ "Absolutely not. This plugin can be configured with no knowledge of HTML or "
160
+ "CSS, using a simple WordPress settings page."
161
+ msgstr ""
162
+
163
+ #: inc/php/settings_page.php:97
164
+ msgid "It's not working. What could be wrong?"
165
+ msgstr ""
166
+
167
+ #: inc/php/settings_page.php:98
168
+ msgid ""
169
+ "As with every plugin, it's possible that things don't work. The most common "
170
+ "reason for this is that the plugin has a conflict with another plugin you're "
171
+ "using. It's impossible to tell what could be wrong exactly, but if you post "
172
+ "a support request in the plugin's support forum on WordPress.org, I'd be "
173
+ "happy to give it a look and try to help out. Please include as much "
174
+ "information as possible, including a link to your website where the problem "
175
+ "can be seen."
176
+ msgstr ""
177
+
178
+ #: inc/php/settings_page.php:101
179
+ msgid "Where to report bug if found?"
180
+ msgstr ""
181
+
182
+ #: inc/php/settings_page.php:105
183
+ msgid "Where to share any ideas or suggestions to make the plugin better?"
184
+ msgstr ""
185
+
186
+ #: inc/php/settings_page.php:109
187
+ msgid "I love this plugin! Can I help somehow?"
188
+ msgstr ""
189
+
190
+ #: inc/php/settings_tab.php:21
191
  msgid "About"
192
  msgstr ""
193
 
194
+ #: inc/php/settings_tab.php:23
195
  msgid ""
196
  "This plugin allows you to easily add the social media buttons toolbar to any "
197
  "place of your website."
198
  msgstr ""
199
 
200
+ #: inc/php/settings_tab.php:28
201
  msgid "Help"
202
  msgstr ""
203
 
204
+ #: inc/php/settings_tab.php:30
205
  msgid "Got something to say? Need help?"
206
  msgstr ""
207
 
208
+ #: inc/php/settings_tab.php:38
 
 
 
 
209
  msgid ""
210
  "I'm an independent developer, without a regular income, so every little "
211
  "contribution helps cover my costs and lets me spend more time building "
212
  "things for people like you to enjoy."
213
  msgstr ""
214
 
215
+ #: inc/php/settings_tab.php:39
216
+ msgid "Donate with PayPal"
217
+ msgstr ""
218
+
219
+ #: inc/php/settings_tab.php:40
220
  msgid "Thanks for your support!"
221
  msgstr ""
222
 
223
+ #: inc/php/settings_tab.php:62
224
  msgid "Buttons"
225
  msgstr ""
226
 
227
+ #: inc/php/settings_tab.php:64
228
  msgid ""
229
  "Just fill in the required fields to make a buttons. The social networking "
230
  "buttons will lead directly to your profile pages. If you don't want to use "
232
  "appear."
233
  msgstr ""
234
 
235
+ #: inc/php/settings_tab.php:69
236
  msgid "Enter the link to your Facebook profile page"
237
  msgstr ""
238
 
239
+ #: inc/php/settings_tab.php:75
240
  msgid "Enter the link to your Twitter profile page"
241
  msgstr ""
242
 
243
+ #: inc/php/settings_tab.php:81
244
  msgid "Enter the link to your Instagram profile page"
245
  msgstr ""
246
 
247
+ #: inc/php/settings_tab.php:87
248
  msgid "Enter the link to your Google+ profile page"
249
  msgstr ""
250
 
251
+ #: inc/php/settings_tab.php:93
252
  msgid "Enter the link to your YouTube profile page"
253
  msgstr ""
254
 
255
+ #: inc/php/settings_tab.php:99
256
  msgid "Enter the link to your Vimeo profile page"
257
  msgstr ""
258
 
259
+ #: inc/php/settings_tab.php:105
260
  msgid "Enter the link to your Blogger profile page"
261
  msgstr ""
262
 
263
+ #: inc/php/settings_tab.php:111
264
  msgid "Enter the link to your LiveJournal profile page"
265
  msgstr ""
266
 
267
+ #: inc/php/settings_tab.php:117
268
  msgid "Enter the link to your Reddit profile page"
269
  msgstr ""
270
 
271
+ #: inc/php/settings_tab.php:123
272
  msgid "Enter the link to your LinkedIn profile page"
273
  msgstr ""
274
 
275
+ #: inc/php/settings_tab.php:129
276
  msgid "Enter the link to your Pinterest profile page"
277
  msgstr ""
278
 
279
+ #: inc/php/settings_tab.php:135
280
  msgid "Enter the link to your Tumblr profile page"
281
  msgstr ""
282
 
283
+ #: inc/php/settings_tab.php:141
284
  msgid "Enter the link to your Snapchat profile page"
285
  msgstr ""
286
 
287
+ #: inc/php/settings_tab.php:147
288
  msgid "Enter the link to your Twitch profile page"
289
  msgstr ""
290
 
291
+ #: inc/php/settings_tab.php:153
292
+ msgid "Enter the link to your Patreon profile page"
293
+ msgstr ""
294
+
295
+ #: inc/php/settings_tab.php:159
296
  msgid "Enter the link to your IMDb profile page"
297
  msgstr ""
298
 
299
+ #: inc/php/settings_tab.php:165
300
  msgid "Enter the link to your SoundCloud profile page"
301
  msgstr ""
302
 
303
+ #: inc/php/settings_tab.php:171
304
  msgid "Enter the link to your Spotify profile page"
305
  msgstr ""
306
 
307
+ #: inc/php/settings_tab.php:177
308
  msgid "Enter the link to your Dloky profile page"
309
  msgstr ""
310
 
311
+ #: inc/php/settings_tab.php:183
312
  msgid "Enter the link to your Goodreads profile page"
313
  msgstr ""
314
 
315
+ #: inc/php/settings_tab.php:189
316
  msgid "Enter the link to your MeetVibe profile page"
317
  msgstr ""
318
 
319
+ #: inc/php/settings_tab.php:195
320
  msgid "Enter the link to your Meetup profile page"
321
  msgstr ""
322
 
323
+ #: inc/php/settings_tab.php:201
324
  msgid "Enter the link to your Steam profile page"
325
  msgstr ""
326
 
327
+ #: inc/php/settings_tab.php:207
328
  msgid "Enter the link to your Discord profile page"
329
  msgstr ""
330
 
331
+ #: inc/php/settings_tab.php:213
332
  msgid "Enter the link to your Yelp profile page"
333
  msgstr ""
334
 
335
+ #: inc/php/settings_tab.php:219
336
  msgid "Enter the link to your VKontakte profile page"
337
  msgstr ""
338
 
339
+ #: inc/php/settings_tab.php:225
340
  msgid "Enter the link to your Odnoklassniki profile page"
341
  msgstr ""
342
 
343
+ #: inc/php/settings_tab.php:231
344
  msgid "Enter the link to your Telegram profile page"
345
  msgstr ""
346
 
347
+ #: inc/php/settings_tab.php:237
348
  msgid "Enter the link to your GitHub profile page"
349
  msgstr ""
350
 
351
+ #: inc/php/settings_tab.php:243
352
  msgid "Enter the link to your WordPress profile page"
353
  msgstr ""
354
 
355
+ #: inc/php/settings_tab.php:249
356
  msgid "Enter the link to your CodePen profile page"
357
  msgstr ""
358
 
359
+ #: inc/php/settings_tab.php:255
360
  msgid ""
361
  "Enter your Skype name with prefix <b>skype:</b> and suffix <b>?call</b>, or "
362
  "<b>?add</b>, or <b>?chat</b>, or <b>?userinfo</b> for view profile"
363
  msgstr ""
364
 
365
+ #: inc/php/settings_tab.php:261
366
  msgid "Enter the link to your personal website"
367
  msgstr ""
368
 
369
+ #: inc/php/settings_tab.php:267
370
  msgid "Enter your email address with prefix <b>mailto:</b>"
371
  msgstr ""
372
 
373
+ #: inc/php/settings_tab.php:273
374
  msgid "Enter the link to your RSS Feed"
375
  msgstr ""
376
 
377
+ #: inc/php/settings_tab.php:277 inc/php/settings_tab.php:359
378
  msgid "Save Changes"
379
  msgstr ""
380
 
381
+ #: inc/php/settings_tab.php:282
382
  msgid "Display options"
383
  msgstr ""
384
 
385
+ #: inc/php/settings_tab.php:287
386
  msgid "Show on Posts"
387
  msgstr ""
388
 
389
+ #: inc/php/settings_tab.php:288
390
  msgid "Display toolbar below content on Posts."
391
  msgstr ""
392
 
393
+ #: inc/php/settings_tab.php:292
394
  msgid "Show on Pages"
395
  msgstr ""
396
 
397
+ #: inc/php/settings_tab.php:293
398
  msgid "Display toolbar below content on Pages."
399
  msgstr ""
400
 
401
+ #: inc/php/settings_tab.php:297
402
  msgid "Open in new tab"
403
  msgstr ""
404
 
405
+ #: inc/php/settings_tab.php:298
406
  msgid "Open link in a new tab/window."
407
  msgstr ""
408
 
409
+ #: inc/php/settings_tab.php:302
410
  msgid "Tooltips"
411
  msgstr ""
412
 
413
+ #: inc/php/settings_tab.php:303
414
  msgid ""
415
  "Enable/disable a tooltips with name of the social media above every button."
416
  msgstr ""
417
 
418
+ #: inc/php/settings_tab.php:307
419
  msgid "Icon size"
420
  msgstr ""
421
 
422
+ #: inc/php/settings_tab.php:308
423
  msgid "Enter the size of icons (in px) in your social media buttons toolbar."
424
  msgstr ""
425
 
426
+ #: inc/php/settings_tab.php:314
427
  msgid "Margin"
428
  msgstr ""
429
 
430
+ #: inc/php/settings_tab.php:315
431
  msgid ""
432
  "Enter the size of space (in px) between icons in your social media buttons "
433
  "toolbar."
434
  msgstr ""
435
 
436
+ #: inc/php/settings_tab.php:331
437
  msgid "Alignment"
438
  msgstr ""
439
 
440
+ #: inc/php/settings_tab.php:337
441
  msgid "Left"
442
  msgstr ""
443
 
444
+ #: inc/php/settings_tab.php:341
445
  msgid "Center"
446
  msgstr ""
447
 
448
+ #: inc/php/settings_tab.php:345
449
  msgid "Right"
450
  msgstr ""
451
 
452
+ #: inc/php/settings_tab.php:352
453
  msgid "Caption"
454
  msgstr ""
455
 
456
+ #: inc/php/settings_tab.php:353
457
  msgid ""
458
  "Enter the caption to your social media buttons toolbar. It will be displays "
459
  "before the toolbar."
460
  msgstr ""
461
 
462
+ #: inc/php/settings_tab.php:364
463
  msgid "Preview"
464
  msgstr ""
465
 
466
+ #: inc/php/settings_tab.php:366
467
  msgid "Click \"Save Changes\" to update this preview."
468
  msgstr ""
469
 
470
+ #: social-media-buttons-toolbar.php:104
471
+ msgid "Donate"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
472
  msgstr ""
473
 
474
  #: social-media-buttons-toolbar.php:120
475
+ msgid "Social Media Follow Buttons"
476
  msgstr ""
477
 
478
  #. Plugin URI of the plugin/theme
481
 
482
  #. Description of the plugin/theme
483
  msgid ""
484
+ "Easily add the smart bar with social media follow buttons (not share, only "
485
+ "link to your profiles) to any place of your WordPress website."
486
  msgstr ""
487
 
488
  #. Author of the plugin/theme
readme.txt CHANGED
@@ -1,34 +1,33 @@
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, twitch, imdb, soundcloud, spotify, dloky, Goodreads, meetvibe, meetup, steam, discord, yelp, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, skype, personal website, email, 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.7
7
- Stable tag: 3.14
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
- Easily add the smart toolbar with social media buttons (not share, only link to your profiles) to any place of your WordPress website.
12
 
13
  == Description ==
14
 
15
- An easy to use WordPress plugin that gives you the ability to easily add the smart toolbar with social media buttons to any place (post, page, widget, sidebar, footer) of your WordPress website.
16
 
17
- The social media buttons toolbar - is a toolbar with set of icons of the popular social media which are linked directly to your profile on this social networks. I.e. clicking the Facebook icon will take the user to your Facebook page, clicking the Twitter icon will take them to your Twitter page.
18
 
19
- Unlike the other plugins, this plugin creates a live toolbar. The toolbar automatically adapt to the width of the block where it placed. If the buttons do not fit to the one line, then they will be placed on multiple lines. So they can be arranged horizontally or vertically, in one line or in a few, and all of this is done automatically. Also it can be aligned to left, center or right.
20
 
21
- It give you finer control over buttons. You can configure they on plugins settings page. You can choose the size of icons, choose open link in current tab or in new, and etc. Also you can have the social media buttons automatically added to the bottom of all post or/and pages, and can position the link buttons using either a widget, a shortcode or a template action hook. If you want more options then tell me and I will be happy to add it.
22
 
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
  * Bootstrap Tooltips with name of the social media above every button
30
- * Shortcode for add social media buttons from Post/Page Editor
31
- * PHP/HTML code for add social media buttons directly in your theme files
32
  * Ready for translation (POT file included)
33
 
34
  **Supported social media and links:**
@@ -47,6 +46,7 @@ It give you finer control over buttons. You can configure they on plugins settin
47
  * Tumblr
48
  * Snapchat
49
  * Twitch
 
50
  * IMDb
51
  * SoundCloud
52
  * Spotify
@@ -78,19 +78,19 @@ Please keep in mind that not all translations are up to date. You are welcome to
78
  * Russian
79
  * Spanish (translation by [Ramiro Garcés](http://www.ramirogarces.com.ve/))
80
 
81
- = Using =
82
 
83
- You have several methods for display the social media buttons toolbar (further just "toolbar") on your website. But first, enter a links for each buttons, then click "Save Changes".
84
 
85
- A) For display the toolbar below content on every Posts or/and Pages, just check the checkbox "Show on Posts" or/and "Show on Pages" in the section "Display options", then click "Save Changes". It's that simple!
86
 
87
- B) For add the toolbar inside a post from WP Post/Page Editor use the following shortcode:
88
  `[smbtoolbar]`
89
 
90
- C) For add the toolbar to the widget area (in sidebar, footer etc.) use the "Text" widget and add inside it the following shortcode:
91
  `[smbtoolbar]`
92
 
93
- D) For add the toolbar directly to a theme files, just add one of the following code (both variants do the same) to needed place (where you want to display the toolbar) in your theme files:
94
  `<?php echo do_shortcode("[smbtoolbar]"); ?>`
95
 
96
  `<?php echo smbtoolbar_shortcode(); ?>`
@@ -105,7 +105,7 @@ D) For add the toolbar directly to a theme files, just add one of the following
105
 
106
 
107
  == Installation ==
108
- Install "Social Media Buttons Toolbar" just as you would any other WordPress Plugin.
109
 
110
  Automatically via WordPress:
111
 
@@ -122,7 +122,7 @@ Manually via FTP access:
122
  4. Log into Admin area of your WordPress website.
123
  5. Activate this plugin through the "`Plugins`" tab.
124
 
125
- After installation, a "`Social Buttons`" menu item will appear in the "`Settings`" section. Click on this in order to view plugin's administration page.
126
 
127
  [More help installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins "WordPress Codex: Installing Plugins")
128
 
@@ -132,7 +132,7 @@ After installation, a "`Social Buttons`" menu item will appear in the "`Setting
132
  A. Sorry, this plugin is available for use only on self-hosted (WordPress.org) websites.
133
 
134
  = Q. Can I use this plugin on my language? =
135
- A. Yes. But If your language is not available then you can make one. This plugin is ready for translation. The `.pot` file is included and placed in "`languages`" folder. Many of plugin users would be delighted if you shared your translation with the community. Just send the translation files (`*.po, *.mo`) to me at the arthurgareginyan@gmail.com and I will include the translation within the next plugin update.
136
 
137
  = Q. How does it work? =
138
  A. First, go to page "`Settings`" —> "`Social Buttons`".
@@ -148,29 +148,29 @@ A. Absolutely not. This plugin can be configured with no knowledge of HTML or CS
148
  A. As with every plugin, it's possible that things don't work. The most common reason for this is that the plugin has a conflict with another plugin you're using. It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.
149
 
150
  = Q. Where to report bug if found? =
151
- A. Please visit [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar) and report.
152
 
153
  = Q. Where to share any ideas or suggestions to make the plugin better? =
154
- A. Please send me email [arthurgareginyan@gmail.com](mailto:arthurgareginyan@gmail.com).
155
 
156
  = Q. I love this plugin! Can I help somehow? =
157
- A. Yes, any financial contributions are welcome! Just visit my website and click on the donate link, and thank you! [My website](http://www.arthurgareginyan.com/donate.html)
158
-
159
-
160
- == Screenshots ==
161
- 1. Plugin settings page.
162
- 2. Social Media Buttons Toolbar displayed below the content of a post (Twenty Sixteen theme).
163
- 3. Social Media Buttons Toolbar displayed in the sidebar using a shortcode in text widget (Twenty Sixteen theme).
164
- 4. Social Media Buttons Toolbar displayed in the footer using a shortcode in text widget (Anarcho Notepad theme).
165
- 5. Social Media Buttons Toolbar displayed in the footer using a simple call the function directly from theme file (vCard theme).
166
- 6. Shortcode placed in the Text Widget.
167
- 7. All buttons.
168
- 8. Bootstrap tooltip with name of the social media displayed above button when you hover over the button.
169
 
170
 
171
  == Other Notes ==
172
 
173
- "Social Media Buttons Toolbar" is one of the personal software projects of [Arthur Gareginyan](http://www.arthurgareginyan.com).
174
 
175
  **License**
176
 
@@ -179,13 +179,13 @@ Commercial licensing (e.g. for projects that can’t use an open-source license)
179
 
180
  **Credits**
181
 
182
- 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/).
183
-
184
- Icons [meetvibe.png](https://www.iconfinder.com/iconsets/meetvibe?ref=ArthurGareginyan), [imdb.png, dloky.png, snapchat.png, steam.png, discord.png, twitch.png, goodreads.png and meetup.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/).
185
-
186
- [Bootstrap](http://getbootstrap.com) released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
187
-
188
- [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).
189
 
190
  **Links**
191
 
@@ -193,6 +193,26 @@ Icons [meetvibe.png](https://www.iconfinder.com/iconsets/meetvibe?ref=ArthurGare
193
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
194
 
195
  == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
196
  = 3.14 =
197
  * Added option for the Meetup button.
198
  * Added option for the Bootstrap Tooltips.
@@ -317,6 +337,8 @@ Icons [meetvibe.png](https://www.iconfinder.com/iconsets/meetvibe?ref=ArthurGare
317
 
318
 
319
  == Upgrade Notice ==
 
 
320
  = 3.0 =
321
  Please update to new release!
322
  = 2.0 =
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, twitter, instagram, google plus, youtube, vimeo, blogger, livejournal, linkedIn, pinterest, tumblr, snapchat, twitch, patreon, imdb, soundcloud, spotify, dloky, Goodreads, meetvibe, meetup, steam, discord, yelp, vkontakte, vk, vk.com, odnoklassniki, ok, ok.ru, telegram, github, wordpress, codepen, skype, personal website, email, 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.7
7
+ Stable tag: 4.0
8
  License: GPL3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
+ Easily add the smart bar with social media follow buttons (not share, only link to your social media profiles) to any place of your WordPress website.
12
 
13
  == Description ==
14
 
15
+ An easy to use WordPress plugin that gives you the ability to easily add the smart bar with social media follow buttons to any place (post, page, widget, sidebar, footer) of your WordPress website.
16
 
17
+ The Social Media Follow Buttons Bar - is a bar with set of icons of the popular social media which are linked directly to your profile on this social networks. I.e. clicking the Facebook icon will take the user to your Facebook page, clicking the Twitter icon will take them to your Twitter page.
18
 
19
+ Unlike the other plugins, this plugin creates a live bar. The bar automatically adapt to the width of the block where it placed. If the buttons do not fit to the one line, then they will be placed on multiple lines. So they can be arranged horizontally or vertically, in one line or in a few, and all of this is done automatically. Also it can be aligned to left, center or right.
20
 
21
+ It give you finer control over buttons. You can configure they on plugins settings page. You can choose the size of icons, choose open link in current tab or in new, and etc. Also you can have the social media follow buttons automatically added to the bottom of all post or/and pages, and can position the link buttons using either a widget, a shortcode or a template action hook. If you want more options then tell me and I will be happy to add it.
22
 
23
  = Features =
24
 
25
+ * Beautiful icons
 
26
  * Plugin settings page with many settings
27
  * Preview on plugin settings page
28
  * Bootstrap Tooltips with name of the social media above every button
29
+ * Shortcode for add social media follow buttons from Post/Page Editor
30
+ * PHP/HTML code for add social media follow buttons directly in your theme files
31
  * Ready for translation (POT file included)
32
 
33
  **Supported social media and links:**
46
  * Tumblr
47
  * Snapchat
48
  * Twitch
49
+ * Patreon
50
  * IMDb
51
  * SoundCloud
52
  * Spotify
78
  * Russian
79
  * Spanish (translation by [Ramiro Garcés](http://www.ramirogarces.com.ve/))
80
 
81
+ = Usage =
82
 
83
+ You have several methods for display the social media follow buttons bar (further just "bar") on your website. But first, enter a links for each button, then click "Save Changes".
84
 
85
+ A) For display the bar below content on every Posts or/and Pages, just check the checkbox "Show on Posts" or/and "Show on Pages" in the section "Display options", then click "Save Changes". It's that simple!
86
 
87
+ B) For add the bar inside a post from WP Post/Page Editor use the following shortcode:
88
  `[smbtoolbar]`
89
 
90
+ C) For add the bar to the widget area (in sidebar, footer etc.) use the "Text" widget and add inside it the following shortcode:
91
  `[smbtoolbar]`
92
 
93
+ D) For add the bar directly to a theme files, just add one of the following code (both variants do the same) to needed place (where you want to display the bar) in your theme files:
94
  `<?php echo do_shortcode("[smbtoolbar]"); ?>`
95
 
96
  `<?php echo smbtoolbar_shortcode(); ?>`
105
 
106
 
107
  == Installation ==
108
+ Install "Social Media Follow Buttons Bar" just as you would any other WordPress Plugin.
109
 
110
  Automatically via WordPress:
111
 
122
  4. Log into Admin area of your WordPress website.
123
  5. Activate this plugin through the "`Plugins`" tab.
124
 
125
+ After installation, a "`Social Media Follow Buttons`" menu item will appear in the "`Settings`" section. Click on this in order to view plugin's administration page.
126
 
127
  [More help installing Plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins "WordPress Codex: Installing Plugins")
128
 
132
  A. Sorry, this plugin is available for use only on self-hosted (WordPress.org) websites.
133
 
134
  = Q. Can I use this plugin on my language? =
135
+ A. Yes. But If your language is not available then you can make one. This plugin is ready for translation. The `.pot` file is included and placed in "`languages`" folder. Many of plugin users would be delighted if you shared your translation with the community. Just send the translation files (`*.po, *.mo`) to me at the [arthurgareginyan@gmail.com](mailto:arthurgareginyan@gmail.com) and I will include the translation within the next plugin update.
136
 
137
  = Q. How does it work? =
138
  A. First, go to page "`Settings`" —> "`Social Buttons`".
148
  A. As with every plugin, it's possible that things don't work. The most common reason for this is that the plugin has a conflict with another plugin you're using. It's impossible to tell what could be wrong exactly, but if you post a support request in the plugin's support forum on WordPress.org, I'd be happy to give it a look and try to help out. Please include as much information as possible, including a link to your website where the problem can be seen.
149
 
150
  = Q. Where to report bug if found? =
151
+ A. Please visit the [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar) and report.
152
 
153
  = Q. Where to share any ideas or suggestions to make the plugin better? =
154
+ A. Please send me an email to [arthurgareginyan@gmail.com](mailto:arthurgareginyan@gmail.com).
155
 
156
  = Q. I love this plugin! Can I help somehow? =
157
+ A. Yes, any financial contributions are welcome! Just visit [my website](http://www.arthurgareginyan.com/donate.html) and click on the donate link, and thank you!
158
+
159
+
160
+ == Screenshots ==
161
+ 1. All social media buttons.
162
+ 2. Bootstrap tooltip with name of the social media displayed above button when you hover over the button.
163
+ 3. Social Media Follow Buttons Bar displayed below the content of a post (Twenty Sixteen theme).
164
+ 4. Social Media Follow Buttons Bar displayed in the sidebar using a shortcode in text widget (Twenty Sixteen theme).
165
+ 5. Social Media Follow Buttons Bar displayed in the footer using a simple call the function directly from theme file (vCard theme).
166
+ 6. Social Media Follow Buttons Bar displayed in the footer using a shortcode in text widget (Anarcho Notepad theme).
167
+ 7. Shortcode placed in the Text Widget.
168
+ 8. Plugin settings page.
169
 
170
 
171
  == Other Notes ==
172
 
173
+ "Social Media Follow Buttons Bar" is one of the personal software projects of [Arthur Gareginyan](http://www.arthurgareginyan.com). Earlier the project was called "Social Media Buttons Toolbar".
174
 
175
  **License**
176
 
179
 
180
  **Credits**
181
 
182
+ * The icon of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
183
+ * The banner of plugin is a copyrighted image created by [Arthur Gareginyan](http://www.arthurgareginyan.com). (C) All rights reserved.
184
+ * 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).
185
+ * 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/).
186
+ * Icons [meetvibe.png](https://www.iconfinder.com/iconsets/meetvibe?ref=ArthurGareginyan), [imdb.png, dloky.png, snapchat.png, steam.png, discord.png, twitch.png, goodreads.png and meetup.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/).
187
+ * [Bootstrap](http://getbootstrap.com) released under the [MIT license](https://github.com/twbs/bootstrap/blob/master/LICENSE).
188
+ * [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).
189
 
190
  **Links**
191
 
193
  * [Dedicated Plugin Page on GitHub](https://github.com/ArthurGareginyan/social-media-buttons-toolbar)
194
 
195
  == Changelog ==
196
+ = 4.0 =
197
+ * Plugin name changed from "Social Media Buttons Toolbar" to "Social Media Follow Buttons Bar".
198
+ * The name of the menu item changed from "Social Buttons" to "Social Media Follow Buttons".
199
+ * My Unicode signature added to the main file.
200
+ * Options from the settings page moved to a separate file.
201
+ * Added tab navigation menu for settings page.
202
+ * Added additional tabs on settings page.
203
+ * Advertisement banner removed.
204
+ * The Instagram icon replaced with brand-new.
205
+ * Added option for the Patreon button.
206
+ * The "Warning: file_get_contents():" error fixed via refuse to use the "file_get_contents".
207
+ * The "smbtoolbar_load_scripts" function updated and renamed to "smbtoolbar_load_scripts_admin".
208
+ * The "smbtoolbar_load_scripts_base" function added.
209
+ * The "smbtoolbar_load_scripts_frontend" function added.
210
+ * The 'Using' section renamed to 'Usage'.
211
+ * The donate button replaced with new.
212
+ * The 'Donate' section renamed to 'Support'.
213
+ * The 'donate.png' image removed.
214
+ * The POT file updated.
215
+ * Translations updated.
216
  = 3.14 =
217
  * Added option for the Meetup button.
218
  * Added option for the Bootstrap Tooltips.
337
 
338
 
339
  == Upgrade Notice ==
340
+ = 4.0 =
341
+ Please update to new release!
342
  = 3.0 =
343
  Please update to new release!
344
  = 2.0 =
social-media-buttons-toolbar.php CHANGED
@@ -1,31 +1,31 @@
1
  <?php
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: 3.14
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
12
  *
13
  * Copyright 2015-2017 Arthur Gareginyan (email : arthurgareginyan@gmail.com)
14
  *
15
- * This file is part of "Social Media Buttons Toolbar".
16
  *
17
- * "Social Media Buttons Toolbar" is free software: you can redistribute it and/or modify
18
  * it under the terms of the GNU General Public License as published by
19
  * the Free Software Foundation, either version 3 of the License, or
20
  * (at your option) any later version.
21
  *
22
- * "Social Media Buttons Toolbar" is distributed in the hope that it will be useful,
23
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
24
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25
  * GNU General Public License for more details.
26
  *
27
  * You should have received a copy of the GNU General Public License
28
- * along with "Social Media Buttons Toolbar". If not, see <http://www.gnu.org/licenses/>.
29
  *
30
  *
31
  * █████╗ ██████╗ ████████╗██╗ ██╗██╗ ██╗██████╗
@@ -55,14 +55,14 @@ defined('ABSPATH') or die("Restricted access!");
55
  /**
56
  * Define global constants
57
  *
58
- * @since 3.14
59
  */
60
  defined('SMEDIABT_DIR') or define('SMEDIABT_DIR', dirname(plugin_basename(__FILE__)));
61
  defined('SMEDIABT_BASE') or define('SMEDIABT_BASE', plugin_basename(__FILE__));
62
  defined('SMEDIABT_URL') or define('SMEDIABT_URL', plugin_dir_url(__FILE__));
63
  defined('SMEDIABT_PATH') or define('SMEDIABT_PATH', plugin_dir_path(__FILE__));
64
  defined('SMEDIABT_TEXT') or define('SMEDIABT_TEXT', 'social-media-buttons-toolbar');
65
- defined('SMEDIABT_VERSION') or define('SMEDIABT_VERSION', '3.14');
66
 
67
  /**
68
  * Register text domain
@@ -70,24 +70,24 @@ defined('SMEDIABT_VERSION') or define('SMEDIABT_VERSION', '3.14');
70
  * @since 2.0
71
  */
72
  function smbtoolbar_textdomain() {
73
- load_plugin_textdomain( SMEDIABT_TEXT, false, SMEDIABT_DIR . '/languages/' );
74
  }
75
  add_action( 'init', 'smbtoolbar_textdomain' );
76
 
77
  /**
78
- * Print direct link to Social Media Buttons Toolbar admin page
79
  *
80
  * Fetches array of links generated by WP Plugin admin page ( Deactivate | Edit )
81
- * and inserts a link to the Social Media Buttons Toolbar admin page
82
  *
83
  * @since 2.0
84
  * @param array $links Array of links generated by WP in Plugin Admin page.
85
  * @return array Array of links to be output on Plugin Admin page.
86
  */
87
  function smbtoolbar_settings_link( $links ) {
88
- $settings_page = '<a href="' . admin_url( 'options-general.php?page=social-media-buttons-toolbar.php' ) .'">' . __( 'Settings', SMEDIABT_TEXT ) . '</a>';
89
- array_unshift( $links, $settings_page );
90
- return $links;
91
  }
92
  add_filter( 'plugin_action_links_'.SMEDIABT_BASE, 'smbtoolbar_settings_link' );
93
 
@@ -112,12 +112,12 @@ function smbtoolbar_plugin_row_meta( $links, $file ) {
112
  add_filter( 'plugin_row_meta', 'smbtoolbar_plugin_row_meta', 10, 2 );
113
 
114
  /**
115
- * Register "Social Media Buttons Toolbar" submenu in "Settings" Admin Menu
116
  *
117
  * @since 2.0
118
  */
119
  function smbtoolbar_register_submenu_page() {
120
- add_options_page( __( 'Social Media Buttons Toolbar', SMEDIABT_TEXT ), __( 'Social Buttons', SMEDIABT_TEXT ), 'manage_options', basename( __FILE__ ), 'smbtoolbar_render_submenu_page' );
121
  }
122
  add_action( 'admin_menu', 'smbtoolbar_register_submenu_page' );
123
 
@@ -128,12 +128,65 @@ add_action( 'admin_menu', 'smbtoolbar_register_submenu_page' );
128
  */
129
  require_once( SMEDIABT_PATH . 'inc/php/settings_page.php' );
130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
  /**
132
  * Load scripts and style sheet for settings page
133
  *
134
- * @since 3.14
135
  */
136
- function smbtoolbar_load_scripts($hook) {
137
 
138
  // Return if the page is not a settings page of this plugin
139
  if ( 'settings_page_social-media-buttons-toolbar' != $hook ) {
@@ -148,17 +201,34 @@ function smbtoolbar_load_scripts($hook) {
148
  // JavaScript
149
  wp_enqueue_script( 'smbtoolbar-admin-js', SMEDIABT_URL . 'inc/js/admin.js', array(), false, true );
150
  wp_enqueue_script( 'smbtoolbar-bootstrap-checkbox-js', SMEDIABT_URL . 'inc/js/bootstrap-checkbox.min.js' );
 
 
 
 
151
 
152
  }
153
- add_action( 'admin_enqueue_scripts', 'smbtoolbar_load_scripts' );
 
 
 
 
 
 
 
154
 
 
 
 
 
 
 
155
  /**
156
  * Register settings
157
  *
158
  * @since 0.1
159
  */
160
  function smbtoolbar_register_settings() {
161
- register_setting( 'smbtoolbar_settings_group', 'smbtoolbar_settings' );
162
  }
163
  add_action( 'admin_init', 'smbtoolbar_register_settings' );
164
 
@@ -271,7 +341,7 @@ function smbtoolbar_setting($name, $label, $help=null, $field=null, $placeholder
271
  /**
272
  * Generate the buttons toolbar
273
  *
274
- * @since 3.14
275
  */
276
  function smbtoolbar_tollbar() {
277
 
@@ -279,25 +349,6 @@ function smbtoolbar_tollbar() {
279
  $options = get_option( 'smbtoolbar_settings' );
280
  $media = $options['media'];
281
 
282
- // Size of icons
283
- $icon_size = esc_textarea( $options['icon-size'] );
284
- if (empty($icon_size)) {
285
- $icon_size = "64";
286
- }
287
-
288
- // Space between icons
289
- $margin_right = esc_textarea( $options['margin-right'] );
290
- if (empty($margin_right)) {
291
- $margin_right = "10";
292
- }
293
-
294
- // Alignment of toolbar
295
- if (!empty($options['alignment'])) {
296
- $alignment = $options['alignment'];
297
- } else {
298
- $alignment = 'center';
299
- }
300
-
301
  // Open link in new tab
302
  if (!empty($options['new_tab'])) {
303
  $new_tab = 'target="blank"';
@@ -344,48 +395,14 @@ function smbtoolbar_tollbar() {
344
  }
345
  $metatags_arr[] = '</ul>';
346
 
347
- // Add stylesheet for toolbar
348
- $tooltip_css = file_get_contents( SMEDIABT_URL . 'inc/css/bootstrap-tooltip.css' );
349
- $css = "<style>
350
- /*
351
- * WP plugin 'Social Media Buttons Toolbar'
352
- * by Arthur Gareginyan http://www.arthurgareginyan.com
353
- */
354
- .smbt-social-icons {
355
- text-align: " . $alignment . " !important;
356
- }
357
- .smbt-social-icons li {
358
- margin: 0px !important;
359
- padding: 0px !important;
360
- background-image: none !important;
361
- display: inline-block !important;
362
- border-bottom: 0 !important;
363
- list-style-type: none !important;
364
- -webkit-user-select: none;
365
- -moz-user-select: none;
366
- }
367
- .smbt-social-icons li a {
368
- border-bottom: 0 !important;
369
- display: inline !important;
370
- }
371
- .smbt-social-icons li img {
372
- width: " . $icon_size . "px !important;
373
- height: " . $icon_size . "px !important;
374
- margin: " . ( $margin_right / 2 ) . "px !important;
375
- vertical-align: top;
376
- }"
377
- . $tooltip_css .
378
- "</style>";
379
-
380
  // Add script for toolbar
381
  if (!empty($options['tooltips'])) {
382
- $tooltip_js = file_get_contents( SMEDIABT_URL . 'inc/js/bootstrap-tooltip.js' );
383
- $js = "<script type='text/javascript'>"
384
- . $tooltip_js .
385
 
386
- "jQuery(document).ready(function($) {
387
  // Enable Bootstrap Tooltips
388
  $('[data-toggle=\"tooltip\"]').tooltip();
 
389
  });
390
  </script>";
391
  } else {
@@ -394,7 +411,6 @@ function smbtoolbar_tollbar() {
394
 
395
  if ( count( $metatags_arr ) > 0 ) {
396
  array_unshift( $metatags_arr, $caption );
397
- array_push( $metatags_arr, $css );
398
  array_push( $metatags_arr, $js );
399
  }
400
 
@@ -455,4 +471,4 @@ function smbtoolbar_uninstall() {
455
  }
456
  register_uninstall_hook( __FILE__, 'smbtoolbar_uninstall' );
457
 
458
- ?>
1
  <?php
2
  /**
3
+ * Plugin Name: Social Media Follow Buttons Bar
4
  * Plugin URI: https://github.com/ArthurGareginyan/social-media-buttons-toolbar
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: http://www.arthurgareginyan.com
8
+ * Version: 4.0
9
  * License: GPL3
10
  * Text Domain: social-media-buttons-toolbar
11
  * Domain Path: /languages/
12
  *
13
  * Copyright 2015-2017 Arthur Gareginyan (email : arthurgareginyan@gmail.com)
14
  *
15
+ * This file is part of "Social Media Follow Buttons Bar".
16
  *
17
+ * "Social Media Follow Buttons Bar" is free software: you can redistribute it and/or modify
18
  * it under the terms of the GNU General Public License as published by
19
  * the Free Software Foundation, either version 3 of the License, or
20
  * (at your option) any later version.
21
  *
22
+ * "Social Media Follow Buttons Bar" is distributed in the hope that it will be useful,
23
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
24
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25
  * GNU General Public License for more details.
26
  *
27
  * You should have received a copy of the GNU General Public License
28
+ * along with "Social Media Follow Buttons Bar". If not, see <http://www.gnu.org/licenses/>.
29
  *
30
  *
31
  * █████╗ ██████╗ ████████╗██╗ ██╗██╗ ██╗██████╗
55
  /**
56
  * Define global constants
57
  *
58
+ * @since 4.0
59
  */
60
  defined('SMEDIABT_DIR') or define('SMEDIABT_DIR', dirname(plugin_basename(__FILE__)));
61
  defined('SMEDIABT_BASE') or define('SMEDIABT_BASE', plugin_basename(__FILE__));
62
  defined('SMEDIABT_URL') or define('SMEDIABT_URL', plugin_dir_url(__FILE__));
63
  defined('SMEDIABT_PATH') or define('SMEDIABT_PATH', plugin_dir_path(__FILE__));
64
  defined('SMEDIABT_TEXT') or define('SMEDIABT_TEXT', 'social-media-buttons-toolbar');
65
+ defined('SMEDIABT_VERSION') or define('SMEDIABT_VERSION', '4.0');
66
 
67
  /**
68
  * Register text domain
70
  * @since 2.0
71
  */
72
  function smbtoolbar_textdomain() {
73
+ load_plugin_textdomain( SMEDIABT_TEXT, false, SMEDIABT_DIR . '/languages/' );
74
  }
75
  add_action( 'init', 'smbtoolbar_textdomain' );
76
 
77
  /**
78
+ * Print direct link to Social Media Follow Buttons Bar admin page
79
  *
80
  * Fetches array of links generated by WP Plugin admin page ( Deactivate | Edit )
81
+ * and inserts a link to the Social Media Follow Buttons Bar admin page
82
  *
83
  * @since 2.0
84
  * @param array $links Array of links generated by WP in Plugin Admin page.
85
  * @return array Array of links to be output on Plugin Admin page.
86
  */
87
  function smbtoolbar_settings_link( $links ) {
88
+ $settings_page = '<a href="' . admin_url( 'options-general.php?page=social-media-buttons-toolbar.php' ) .'">' . __( 'Settings', SMEDIABT_TEXT ) . '</a>';
89
+ array_unshift( $links, $settings_page );
90
+ return $links;
91
  }
92
  add_filter( 'plugin_action_links_'.SMEDIABT_BASE, 'smbtoolbar_settings_link' );
93
 
112
  add_filter( 'plugin_row_meta', 'smbtoolbar_plugin_row_meta', 10, 2 );
113
 
114
  /**
115
+ * Register "Social Media Follow Buttons Bar" submenu in "Settings" Admin Menu
116
  *
117
  * @since 2.0
118
  */
119
  function smbtoolbar_register_submenu_page() {
120
+ add_options_page( __( 'Social Media Follow Buttons Bar', SMEDIABT_TEXT ), __( 'Social Media Follow Buttons', SMEDIABT_TEXT ), 'manage_options', basename( __FILE__ ), 'smbtoolbar_render_submenu_page' );
121
  }
122
  add_action( 'admin_menu', 'smbtoolbar_register_submenu_page' );
123
 
128
  */
129
  require_once( SMEDIABT_PATH . 'inc/php/settings_page.php' );
130
 
131
+ /**
132
+ * Base for the _load_scripts hook & Dymamic CSS for the _load_scripts hook
133
+ *
134
+ * @since 4.0
135
+ */
136
+ function smbtoolbar_load_scripts_base() {
137
+
138
+ // Style sheet
139
+ wp_enqueue_style( 'smbtoolbar-frontend-css', SMEDIABT_URL . 'inc/css/frontend.css' );
140
+ wp_enqueue_style( 'smbtoolbar-bootstrap-tooltip-css', SMEDIABT_URL . 'inc/css/bootstrap-tooltip.css' );
141
+
142
+ // JavaScript
143
+ wp_enqueue_script( 'smbtoolbar-bootstrap-tooltip-js', SMEDIABT_URL . 'inc/js/bootstrap-tooltip.js' );
144
+
145
+ // Read options from BD, sanitiz data and declare variables
146
+ $options = get_option( 'smbtoolbar_settings' );
147
+
148
+ // Size of icons
149
+ $icon_size = esc_textarea( $options['icon-size'] );
150
+ if (empty($icon_size)) {
151
+ $icon_size = "64";
152
+ }
153
+
154
+ // Space between icons
155
+ $margin_right = esc_textarea( $options['margin-right'] );
156
+ if (empty($margin_right)) {
157
+ $margin_right = "10";
158
+ }
159
+
160
+ // Alignment of toolbar
161
+ if (!empty($options['alignment'])) {
162
+ $alignment = $options['alignment'];
163
+ } else {
164
+ $alignment = 'center';
165
+ }
166
+
167
+ // Dynamic CSS
168
+ $custom_css = "
169
+ .smbt-social-icons {
170
+ text-align: " . $alignment . " !important;
171
+ }
172
+ .smbt-social-icons li img {
173
+ width: " . $icon_size . "px !important;
174
+ height: " . $icon_size . "px !important;
175
+ margin: " . ( $margin_right / 2 ) . "px !important;
176
+ }
177
+ ";
178
+
179
+ // Inject dynamic CSS
180
+ wp_add_inline_style( 'smbtoolbar-frontend-css', $custom_css );
181
+
182
+ }
183
+
184
  /**
185
  * Load scripts and style sheet for settings page
186
  *
187
+ * @since 4.0
188
  */
189
+ function smbtoolbar_load_scripts_admin($hook) {
190
 
191
  // Return if the page is not a settings page of this plugin
192
  if ( 'settings_page_social-media-buttons-toolbar' != $hook ) {
201
  // JavaScript
202
  wp_enqueue_script( 'smbtoolbar-admin-js', SMEDIABT_URL . 'inc/js/admin.js', array(), false, true );
203
  wp_enqueue_script( 'smbtoolbar-bootstrap-checkbox-js', SMEDIABT_URL . 'inc/js/bootstrap-checkbox.min.js' );
204
+ wp_enqueue_script( 'smbtoolbar-bootstrap-tab', SMEDIABT_URL . 'inc/js/bootstrap-tab.js' );
205
+
206
+ // Call the function with a basis of scripts
207
+ smbtoolbar_load_scripts_base();
208
 
209
  }
210
+ add_action( 'admin_enqueue_scripts', 'smbtoolbar_load_scripts_admin' );
211
+
212
+ /**
213
+ * Load scripts and style sheet for front end
214
+ *
215
+ * @since 4.0
216
+ */
217
+ function smbtoolbar_load_scripts_frontend() {
218
 
219
+ // Call the function with a basis of scripts
220
+ smbtoolbar_load_scripts_base();
221
+
222
+ }
223
+ add_action( 'wp_enqueue_scripts', 'smbtoolbar_load_scripts_frontend' );
224
+
225
  /**
226
  * Register settings
227
  *
228
  * @since 0.1
229
  */
230
  function smbtoolbar_register_settings() {
231
+ register_setting( 'smbtoolbar_settings_group', 'smbtoolbar_settings' );
232
  }
233
  add_action( 'admin_init', 'smbtoolbar_register_settings' );
234
 
341
  /**
342
  * Generate the buttons toolbar
343
  *
344
+ * @since 4.0
345
  */
346
  function smbtoolbar_tollbar() {
347
 
349
  $options = get_option( 'smbtoolbar_settings' );
350
  $media = $options['media'];
351
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
352
  // Open link in new tab
353
  if (!empty($options['new_tab'])) {
354
  $new_tab = 'target="blank"';
395
  }
396
  $metatags_arr[] = '</ul>';
397
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
398
  // Add script for toolbar
399
  if (!empty($options['tooltips'])) {
400
+ $js = "<script type='text/javascript'>
401
+ jQuery(document).ready(function($) {
 
402
 
 
403
  // Enable Bootstrap Tooltips
404
  $('[data-toggle=\"tooltip\"]').tooltip();
405
+
406
  });
407
  </script>";
408
  } else {
411
 
412
  if ( count( $metatags_arr ) > 0 ) {
413
  array_unshift( $metatags_arr, $caption );
 
414
  array_push( $metatags_arr, $js );
415
  }
416
 
471
  }
472
  register_uninstall_hook( __FILE__, 'smbtoolbar_uninstall' );
473
 
474
+ ?>