Simple Social Icons - Version 3.0.0

Version Description

  • Obfuscate email address from spambots
  • Prevent email links to open in new window if option selected
  • Fix saving email by removing http:// from it
  • Allow icons to accept transparent color on border and background
  • Fix phone by removing http:// from it
  • Updated Medium logo
  • Added a proper uninstall hook
  • Added a filter to disable the CSS
  • Added filter to update the HTML markup
Download this release

Release Info

Developer studiopress
Plugin Icon 128x128 Simple Social Icons
Version 3.0.0
Comparing to
See all releases

Code changes from version 2.0.1 to 3.0.0

Gruntfile.js CHANGED
@@ -18,9 +18,66 @@ module.exports = function(grunt) {
18
  all: [ '*.php', 'lib/**/*.php' ]
19
  },
20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
  // I18n
23
-
24
  // Add text domain as last argument of i18n functions
25
  addtextdomain: {
26
  php: {
@@ -43,15 +100,15 @@ module.exports = function(grunt) {
43
  '_e:1,2d',
44
  '_x:1,2c,3d',
45
  '_ex:1,2c,3d',
46
- '_n:1,2,4d',
47
  '_nx:1,2,4c,5d',
48
  '_n_noop:1,2,3d',
49
  '_nx_noop:1,2,3c,4d',
50
- 'esc_attr__:1,2d',
51
  'esc_html__:1,2d',
52
- 'esc_attr_e:1,2d',
53
  'esc_html_e:1,2d',
54
- 'esc_attr_x:1,2c,3d',
55
  'esc_html_x:1,2c,3d'
56
  ]
57
  },
@@ -91,7 +148,18 @@ module.exports = function(grunt) {
91
  }
92
  },
93
 
 
 
 
 
 
 
 
 
94
 
95
  });
96
 
 
 
 
97
  };
18
  all: [ '*.php', 'lib/**/*.php' ]
19
  },
20
 
21
+ replace: {
22
+ pluginfile: {
23
+ options: {
24
+ patterns: [{
25
+ match: /^.*Version:.*$/m,
26
+ replacement: ' * Version: <%= pkg.plugin.version %>'
27
+
28
+ }]
29
+ },
30
+ files: [
31
+ { src: ['<%= pkg.main_plugin_file %>.php'], dest: './' }
32
+ ]
33
+ }
34
+ },
35
+
36
+ // Copy files to create the zip file.
37
+ copy: {
38
+ // excluding not necessary files
39
+ main: {
40
+ src: [
41
+ '**',
42
+ '!node_modules/**',
43
+ '!build/**',
44
+ '!vendor/**',
45
+ '!.git/**',
46
+ '!composer.json',
47
+ '!composer.lock',
48
+ '!package-lock.json',
49
+ '!Gruntfile.js',
50
+ '!package.json',
51
+ '!.gitignore',
52
+ '!.gitmodules',
53
+ '!**/Gruntfile.js',
54
+ '!**/package.json',
55
+ '!README.md',
56
+ '!**/*~'
57
+ ],
58
+ dest: 'build/<%= pkg.name %>/'
59
+ },
60
+ },
61
+
62
+ // Build zip file.
63
+ compress: {
64
+ main: {
65
+ options: {
66
+ archive: '<%= pkg.name %>.zip'
67
+ },
68
+ files: [{
69
+ expand: true,
70
+ cwd: 'build/<%= pkg.name %>',
71
+ src: [
72
+ '**/*',
73
+ ],
74
+ dest: '<%= pkg.name %>/'
75
+ }]
76
+ }
77
+ },
78
 
79
  // I18n
80
+
81
  // Add text domain as last argument of i18n functions
82
  addtextdomain: {
83
  php: {
100
  '_e:1,2d',
101
  '_x:1,2c,3d',
102
  '_ex:1,2c,3d',
103
+ '_n:1,2,4d',
104
  '_nx:1,2,4c,5d',
105
  '_n_noop:1,2,3d',
106
  '_nx_noop:1,2,3c,4d',
107
+ 'esc_attr__:1,2d',
108
  'esc_html__:1,2d',
109
+ 'esc_attr_e:1,2d',
110
  'esc_html_e:1,2d',
111
+ 'esc_attr_x:1,2c,3d',
112
  'esc_html_x:1,2c,3d'
113
  ]
114
  },
148
  }
149
  },
150
 
151
+ wptools: {
152
+ test_wordpress: {
153
+ options: {
154
+ test: 'wordpress',
155
+ readme: 'readme.txt',
156
+ },
157
+ },
158
+ },
159
 
160
  });
161
 
162
+ grunt.registerTask('default', ['phplint']);
163
+ grunt.registerTask('build', ['checktextdomain', 'wptools', 'makepot', 'replace:pluginfile', 'copy:main', 'compress:main'])
164
+
165
  };
README.md CHANGED
@@ -1,34 +1,44 @@
1
- # Simple Social Icons
 
 
 
 
 
2
 
3
- Contributors:
4
- * [StudioPress](https://github.com/studiopress)
5
- * [Nathan Rice](https://github.com/nathanrice)
6
- * [Brian Gardner](https://github.com/bgardner)
7
- * [Lauren Mancke](https://github.com/laurenmancke)
8
- * [Shannon Hale](https://github.com/shannonsans)
9
 
10
- ### Description
11
 
12
  Simple Social Icons is an easy to use, customizable way to display icons that link visitors to your various social profiles. With it, you can easily choose which profiles to link to, customize the color and size of your icons, as well as align them to the left, center, or right, all from the widget form (no settings page necessary!).
13
 
14
- ### Installation
 
 
15
 
16
  1. Upload the entire simple-social-icons folder to the /wp-content/plugins/ directory
17
- 2. Activate the plugin through the 'Plugins' menu in WordPress
18
- 3. In your Widgets menu, simply drag the widget labeled "Simple Social Icons" into a widget area.
19
- 4. Configure the widget by choosing a title, icon size and color, and the URLs to your various social profiles.
20
 
21
- ### Frequently Asked Questions
22
 
23
- ##### Can I reorder the icons?
24
 
25
  Yes, icons can be reordered with the use of a filter. See: https://github.com/copyblogger/simple-social-icons/wiki/Reorder-icons-in-version-2.0
26
 
27
- ##### Can I add an icon?
28
 
29
  Yes, icons can be added with the use of a filter. See: https://github.com/copyblogger/simple-social-icons/wiki/Add-an-additional-icon-in-version-2.0
30
 
31
- ##### Which services are included?
 
 
 
 
 
 
 
 
32
 
33
  * Behance
34
  * Bloglovin
@@ -55,80 +65,91 @@ Yes, icons can be added with the use of a filter. See: https://github.com/copybl
55
 
56
  NOTE - The rights to each pictogram in the social extension are either trademarked or copyrighted by the respective company.
57
 
58
- ##### Changelog
59
 
60
- 0.9.0
61
- * Initial Beta Release
 
 
 
 
 
 
 
 
62
 
63
- 0.9.1
64
- * Fixed some styling issues
 
 
 
 
65
 
66
- 0.9.2
67
- * Added new profile options
68
- * Changed default border radius to 3px
69
 
70
- 0.9.3
71
- * Fixed CSS conflict in some themes
72
 
73
- 0.9.4
74
- * Added YouTube icon
75
- * Added bottom margin to icons
76
 
77
- 0.9.5
78
- * Added Instagram icon
79
 
80
- 1.0.0
81
- * Switched to icon fonts, rather than images
82
 
83
- 1.0.1
84
- * Made color and background color more specific in the CSS to avoid conflicts
85
 
86
- 1.0.2
87
- * More specific in the CSS to avoid conflicts
88
 
89
- 1.0.3
90
- * Added Tumblr icon
91
 
92
- 1.0.4
93
- * Updated version in enqueue script function
 
 
 
94
 
95
- 1.0.5
96
  * Updated LICENSE.txt file to include social extension
97
 
98
- 1.0.6
99
- * Added filters
100
 
101
- 1.0.7
102
- * Added Bloglovin icon
103
 
104
- 1.0.8
105
- * Added border options
106
 
107
- 1.0.9
108
- * PHP7 compatibility
109
 
110
- 1.0.10
111
- * Update textdomain, generate POT
112
 
113
- 1.0.11
114
- * Update enqueue version for stylesheet, for cache busting
115
 
116
- 1.0.12
117
- * Prevent ModSecurity blocking fonts from loading
 
118
 
119
- 1.0.13
120
- * Add textdomain loader
121
 
122
- 1.0.14
123
- * Accessibility improvements: change icon color on focus as well as on hover, add text description for assistive technologies
 
124
 
125
- 2.0.0
126
- * Added Behance, Medium, Periscope, Phone, Snapchat, and Xing icons
127
- * Switched to svg, rather than icon font
128
 
129
- 2.0.1
130
- * Fixed typo in Snapchat icon markup
131
- * Made CSS selectors more specific
132
- * Added classes to each icon
133
- * Added plugin version to enqueued CSS
134
- * Updated Google + icon
1
+ === Plugin Name ===
2
+ Contributors: studiopress, nathanrice, bgardner, laurenmancke, shannonsans, modernnerd, marksabbath, damiencarbery, helgatheviking, littlerchicken, tiagohillebrandt, wpmuguru, michaelbeil, norcross, rafaltomal
3
+ Tags: social media, social networking, social profiles
4
+ Requires at least: 4.0
5
+ Tested up to: 4.9
6
+ Stable tag: 3.0.0
7
 
8
+ This plugin allows you to insert social icons in any widget area.
 
 
 
 
 
9
 
10
+ == Description ==
11
 
12
  Simple Social Icons is an easy to use, customizable way to display icons that link visitors to your various social profiles. With it, you can easily choose which profiles to link to, customize the color and size of your icons, as well as align them to the left, center, or right, all from the widget form (no settings page necessary!).
13
 
14
+ *Note: The simple_social_default_glyphs filter has been deprecated from this plugin.
15
+
16
+ == Installation ==
17
 
18
  1. Upload the entire simple-social-icons folder to the /wp-content/plugins/ directory
19
+ 1. Activate the plugin through the 'Plugins' menu in WordPress
20
+ 1. In your Widgets menu, simply drag the widget labeled "Simple Social Icons" into a widget area.
21
+ 1. Configure the widget by choosing a title, icon size and color, and the URLs to your various social profiles.
22
 
23
+ == Frequently Asked Questions ==
24
 
25
+ = Can I reorder the icons? =
26
 
27
  Yes, icons can be reordered with the use of a filter. See: https://github.com/copyblogger/simple-social-icons/wiki/Reorder-icons-in-version-2.0
28
 
29
+ = Can I add an icon? =
30
 
31
  Yes, icons can be added with the use of a filter. See: https://github.com/copyblogger/simple-social-icons/wiki/Add-an-additional-icon-in-version-2.0
32
 
33
+ = My icon styling changed after updating =
34
+
35
+ If your theme includes custom icon styling, you can try adding this line to your functions.php file:
36
+
37
+ `add_filter( 'simple_social_disable_custom_css', '__return_true' );`
38
+
39
+ This will remove icon styling options in the widget settings, and prevent Simple Social Icons from overriding custom theme styling.
40
+
41
+ = Which services are included? =
42
 
43
  * Behance
44
  * Bloglovin
65
 
66
  NOTE - The rights to each pictogram in the social extension are either trademarked or copyrighted by the respective company.
67
 
68
+ == Changelog ==
69
 
70
+ = 3.0.0 =
71
+ * Obfuscate email address from spambots
72
+ * Prevent email links to open in new window if option selected
73
+ * Fix saving email by removing http:// from it
74
+ * Allow icons to accept transparent color on border and background
75
+ * Fix phone by removing http:// from it
76
+ * Updated Medium logo
77
+ * Added a proper uninstall hook
78
+ * Added a filter to disable the CSS
79
+ * Added filter to update the HTML markup
80
 
81
+ = 2.0.1 =
82
+ * Fixed typo in Snapchat icon markup
83
+ * Made CSS selectors more specific
84
+ * Added classes to each icon
85
+ * Added plugin version to enqueued CSS
86
+ * Updated Google + icon
87
 
88
+ = 2.0.0 =
89
+ * Added Behance, Medium, Periscope, Phone, Snapchat, and Xing icons
90
+ * Switched to svg, rather than icon font
91
 
92
+ = 1.0.14 =
93
+ * Accessibility improvements: change icon color on focus as well as on hover, add text description for assistive technologies
94
 
95
+ = 1.0.13 =
96
+ * Add textdomain loader
 
97
 
98
+ = 1.0.12 =
99
+ * Prevent ModSecurity blocking fonts from loading
100
 
101
+ = 1.0.11 =
102
+ * Update enqueue version for stylesheet, for cache busting
103
 
104
+ = 1.0.10 =
105
+ * Update textdomain, generate POT
106
 
107
+ = 1.0.9 =
108
+ * PHP7 compatibility
109
 
110
+ = 1.0.8 =
111
+ * Added border options
112
 
113
+ = 1.0.7 =
114
+ * Added Bloglovin icon
115
+
116
+ = 1.0.6 =
117
+ * Added filters
118
 
119
+ = 1.0.5 =
120
  * Updated LICENSE.txt file to include social extension
121
 
122
+ = 1.0.4 =
123
+ * Updated version in enqueue script function
124
 
125
+ = 1.0.3 =
126
+ * Added Tumblr icon
127
 
128
+ = 1.0.2 =
129
+ * More specific in the CSS to avoid conflicts
130
 
131
+ = 1.0.1 =
132
+ * Made color and background color more specific in the CSS to avoid conflicts
133
 
134
+ = 1.0.0 =
135
+ * Switched to icon fonts, rather than images
136
 
137
+ = 0.9.5 =
138
+ * Added Instagram icon
139
 
140
+ = 0.9.4 =
141
+ * Added YouTube icon
142
+ * Added bottom margin to icons
143
 
144
+ = 0.9.3 =
145
+ * Fixed CSS conflict in some themes
146
 
147
+ = 0.9.2 =
148
+ * Added new profile options
149
+ * Changed default border radius to 3px
150
 
151
+ = 0.9.1 =
152
+ * Fixed some styling issues
 
153
 
154
+ = 0.9.0 =
155
+ * Initial Beta Release
 
 
 
 
icons/SVG/medium.svg CHANGED
@@ -1 +1 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M11.329 8.579v18.329c0 .261-.064.482-.195.664s-.32.273-.57.273c-.177 0-.348-.041-.516-.125l-7.266-3.641c-.218-.104-.404-.279-.555-.523S2 23.068 2 22.829V5.016c0-.209.052-.386.157-.532s.255-.218.454-.218c.146 0 .375.079.688.234l7.984 4c.03.032.046.057.046.079zm1 1.578l8.343 13.532-8.343-4.157v-9.375zM30 10.438v16.468c0 .261-.073.471-.218.632s-.343.243-.593.243-.495-.068-.734-.204l-6.891-3.438L30 10.437zm-.046-1.875c0 .032-1.336 2.216-4.007 6.555s-4.238 6.877-4.695 7.618l-6.095-9.907 5.063-8.234c.177-.291.448-.438.813-.438.146 0 .282.032.407.093l8.454 4.218c.039.021.061.054.061.095z"/></svg>
1
+ <svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 8.3c.05-.4-.1-.8-.4-1.07L.02 3.55V3h9.5l7.34 16.1L23.32 3h9.06v.55l-2.62 2.5a.77.77 0 0 0-.29.74V25.2c-.04.28.07.56.3.73l2.55 2.51V29H19.47v-.55l2.65-2.57c.26-.26.26-.33.26-.73v-14.9l-7.36 18.7h-1l-8.56-18.7v12.53c-.07.53.1 1.06.48 1.44l3.44 4.17v.55H-.38v-.55l3.44-4.17c.37-.38.53-.92.44-1.44V8.3z"/></svg>
languages/simple-social-icons.pot CHANGED
@@ -1,14 +1,14 @@
1
- # Copyright (C) 2015 Nathan Rice
2
  # This file is distributed under the GNU General Public License v2.0 (or later).
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Simple Social Icons 1.0.14\n"
6
  "Report-Msgid-Bugs-To: StudioPress <translations@studiopress.com>\n"
7
- "POT-Creation-Date: 2015-11-17 16:53:57+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
- "PO-Revision-Date: 2015-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: StudioPress <translations@studiopress.com>\n"
13
  "Language-Team: English <translations@studiopress.com>\n"
14
  "X-Generator: grunt-wp-i18n 0.4.4\n"
@@ -24,135 +24,183 @@ msgstr ""
24
  "X-Poedit-SearchPath-0: .\n"
25
  "X-Textdomain-Support: yes\n"
26
 
27
- #: simple-social-icons.php:124
 
 
 
 
 
 
 
 
28
  msgid "Bloglovin URI"
29
  msgstr ""
30
 
31
- #: simple-social-icons.php:125
32
  msgid "Bloglovin"
33
  msgstr ""
34
 
35
- #: simple-social-icons.php:128
36
  msgid "Dribbble URI"
37
  msgstr ""
38
 
39
- #: simple-social-icons.php:129
40
  msgid "Dribbble"
41
  msgstr ""
42
 
43
- #: simple-social-icons.php:132
44
  msgid "Email URI"
45
  msgstr ""
46
 
47
- #: simple-social-icons.php:133
48
  msgid "Email"
49
  msgstr ""
50
 
51
- #: simple-social-icons.php:136
52
  msgid "Facebook URI"
53
  msgstr ""
54
 
55
- #: simple-social-icons.php:137
56
  msgid "Facebook"
57
  msgstr ""
58
 
59
- #: simple-social-icons.php:140
60
  msgid "Flickr URI"
61
  msgstr ""
62
 
63
- #: simple-social-icons.php:141
64
  msgid "Flickr"
65
  msgstr ""
66
 
67
- #: simple-social-icons.php:144
68
  msgid "GitHub URI"
69
  msgstr ""
70
 
71
- #: simple-social-icons.php:145
72
  msgid "GitHub"
73
  msgstr ""
74
 
75
- #: simple-social-icons.php:148
76
  msgid "Google+ URI"
77
  msgstr ""
78
 
79
- #: simple-social-icons.php:149
80
  msgid "Google+"
81
  msgstr ""
82
 
83
- #: simple-social-icons.php:152
84
  msgid "Instagram URI"
85
  msgstr ""
86
 
87
- #: simple-social-icons.php:153
88
  msgid "Instagram"
89
  msgstr ""
90
 
91
- #: simple-social-icons.php:156
92
  msgid "Linkedin URI"
93
  msgstr ""
94
 
95
- #: simple-social-icons.php:157
96
- msgid "Linkedin"
97
  msgstr ""
98
 
99
- #: simple-social-icons.php:160
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
100
  msgid "Pinterest URI"
101
  msgstr ""
102
 
103
- #: simple-social-icons.php:161
104
  msgid "Pinterest"
105
  msgstr ""
106
 
107
- #: simple-social-icons.php:164
108
  msgid "RSS URI"
109
  msgstr ""
110
 
111
- #: simple-social-icons.php:165
112
  msgid "RSS"
113
  msgstr ""
114
 
115
- #: simple-social-icons.php:168
 
 
 
 
 
 
 
 
116
  msgid "StumbleUpon URI"
117
  msgstr ""
118
 
119
- #: simple-social-icons.php:169
120
  msgid "StumbleUpon"
121
  msgstr ""
122
 
123
- #: simple-social-icons.php:172
124
  msgid "Tumblr URI"
125
  msgstr ""
126
 
127
- #: simple-social-icons.php:173
128
  msgid "Tumblr"
129
  msgstr ""
130
 
131
- #: simple-social-icons.php:176
132
  msgid "Twitter URI"
133
  msgstr ""
134
 
135
- #: simple-social-icons.php:177
136
  msgid "Twitter"
137
  msgstr ""
138
 
139
- #: simple-social-icons.php:180
140
  msgid "Vimeo URI"
141
  msgstr ""
142
 
143
- #: simple-social-icons.php:181
144
  msgid "Vimeo"
145
  msgstr ""
146
 
147
- #: simple-social-icons.php:184
 
 
 
 
 
 
 
 
148
  msgid "YouTube URI"
149
  msgstr ""
150
 
151
- #: simple-social-icons.php:185
152
  msgid "YouTube"
153
  msgstr ""
154
 
155
- #: simple-social-icons.php:191
156
  msgid "Displays select social icons."
157
  msgstr ""
158
 
@@ -160,78 +208,78 @@ msgstr ""
160
  msgid "Simple Social Icons"
161
  msgstr ""
162
 
163
- #: simple-social-icons.php:276
164
  msgid "Title:"
165
  msgstr ""
166
 
167
- #: simple-social-icons.php:278
168
  msgid "Open links in new window?"
169
  msgstr ""
170
 
171
- #: simple-social-icons.php:280
172
  msgid "Icon Size"
173
  msgstr ""
174
 
175
- #: simple-social-icons.php:282
176
  msgid "Icon Border Radius:"
177
  msgstr ""
178
 
179
- #: simple-social-icons.php:284
180
  msgid "Border Width:"
181
  msgstr ""
182
 
183
- #: simple-social-icons.php:287
184
  msgid "Alignment"
185
  msgstr ""
186
 
187
- #: simple-social-icons.php:289
188
  msgid "Align Left"
189
  msgstr ""
190
 
191
- #: simple-social-icons.php:290
192
  msgid "Align Center"
193
  msgstr ""
194
 
195
- #: simple-social-icons.php:291
196
  msgid "Align Right"
197
  msgstr ""
198
 
199
- #: simple-social-icons.php:297
200
  msgid "Icon Color:"
201
  msgstr ""
202
 
203
- #: simple-social-icons.php:299
204
  msgid "Icon Hover Color:"
205
  msgstr ""
206
 
207
- #: simple-social-icons.php:301
208
  msgid "Background Color:"
209
  msgstr ""
210
 
211
- #: simple-social-icons.php:303
212
  msgid "Background Hover Color:"
213
  msgstr ""
214
 
215
- #: simple-social-icons.php:305
216
  msgid "Border Color:"
217
  msgstr ""
218
 
219
- #: simple-social-icons.php:307
220
  msgid "Border Hover Color:"
221
  msgstr ""
222
 
223
  #. Plugin URI of the plugin/theme
224
- msgid "http://wordpress.org/plugins/simple-social-icons/"
225
  msgstr ""
226
 
227
  #. Description of the plugin/theme
228
- msgid "A simple, CSS and icon driven social icons widget."
229
  msgstr ""
230
 
231
  #. Author of the plugin/theme
232
- msgid "Nathan Rice"
233
  msgstr ""
234
 
235
  #. Author URI of the plugin/theme
236
- msgid "http://www.nathanrice.net/"
237
  msgstr ""
1
+ # Copyright (C) 2018 StudioPress
2
  # This file is distributed under the GNU General Public License v2.0 (or later).
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Simple Social Icons 3.0.0\n"
6
  "Report-Msgid-Bugs-To: StudioPress <translations@studiopress.com>\n"
7
+ "POT-Creation-Date: 2018-10-10 13:33:10+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
11
+ "PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n"
12
  "Last-Translator: StudioPress <translations@studiopress.com>\n"
13
  "Language-Team: English <translations@studiopress.com>\n"
14
  "X-Generator: grunt-wp-i18n 0.4.4\n"
24
  "X-Poedit-SearchPath-0: .\n"
25
  "X-Textdomain-Support: yes\n"
26
 
27
+ #: simple-social-icons.php:128
28
+ msgid "Behance URI"
29
+ msgstr ""
30
+
31
+ #: simple-social-icons.php:129
32
+ msgid "Behance"
33
+ msgstr ""
34
+
35
+ #: simple-social-icons.php:132
36
  msgid "Bloglovin URI"
37
  msgstr ""
38
 
39
+ #: simple-social-icons.php:133
40
  msgid "Bloglovin"
41
  msgstr ""
42
 
43
+ #: simple-social-icons.php:136
44
  msgid "Dribbble URI"
45
  msgstr ""
46
 
47
+ #: simple-social-icons.php:137
48
  msgid "Dribbble"
49
  msgstr ""
50
 
51
+ #: simple-social-icons.php:140
52
  msgid "Email URI"
53
  msgstr ""
54
 
55
+ #: simple-social-icons.php:141
56
  msgid "Email"
57
  msgstr ""
58
 
59
+ #: simple-social-icons.php:144
60
  msgid "Facebook URI"
61
  msgstr ""
62
 
63
+ #: simple-social-icons.php:145
64
  msgid "Facebook"
65
  msgstr ""
66
 
67
+ #: simple-social-icons.php:148
68
  msgid "Flickr URI"
69
  msgstr ""
70
 
71
+ #: simple-social-icons.php:149
72
  msgid "Flickr"
73
  msgstr ""
74
 
75
+ #: simple-social-icons.php:152
76
  msgid "GitHub URI"
77
  msgstr ""
78
 
79
+ #: simple-social-icons.php:153
80
  msgid "GitHub"
81
  msgstr ""
82
 
83
+ #: simple-social-icons.php:156
84
  msgid "Google+ URI"
85
  msgstr ""
86
 
87
+ #: simple-social-icons.php:157
88
  msgid "Google+"
89
  msgstr ""
90
 
91
+ #: simple-social-icons.php:160
92
  msgid "Instagram URI"
93
  msgstr ""
94
 
95
+ #: simple-social-icons.php:161
96
  msgid "Instagram"
97
  msgstr ""
98
 
99
+ #: simple-social-icons.php:164
100
  msgid "Linkedin URI"
101
  msgstr ""
102
 
103
+ #: simple-social-icons.php:165
104
+ msgid "LinkedIn"
105
  msgstr ""
106
 
107
+ #: simple-social-icons.php:168
108
+ msgid "Medium URI"
109
+ msgstr ""
110
+
111
+ #: simple-social-icons.php:169
112
+ msgid "Medium"
113
+ msgstr ""
114
+
115
+ #: simple-social-icons.php:172
116
+ msgid "Periscope URI"
117
+ msgstr ""
118
+
119
+ #: simple-social-icons.php:173
120
+ msgid "Periscope"
121
+ msgstr ""
122
+
123
+ #: simple-social-icons.php:176
124
+ msgid "Phone URI"
125
+ msgstr ""
126
+
127
+ #: simple-social-icons.php:177
128
+ msgid "Phone"
129
+ msgstr ""
130
+
131
+ #: simple-social-icons.php:180
132
  msgid "Pinterest URI"
133
  msgstr ""
134
 
135
+ #: simple-social-icons.php:181
136
  msgid "Pinterest"
137
  msgstr ""
138
 
139
+ #: simple-social-icons.php:184
140
  msgid "RSS URI"
141
  msgstr ""
142
 
143
+ #: simple-social-icons.php:185
144
  msgid "RSS"
145
  msgstr ""
146
 
147
+ #: simple-social-icons.php:188
148
+ msgid "Snapchat URI"
149
+ msgstr ""
150
+
151
+ #: simple-social-icons.php:189
152
+ msgid "Snapchat"
153
+ msgstr ""
154
+
155
+ #: simple-social-icons.php:192
156
  msgid "StumbleUpon URI"
157
  msgstr ""
158
 
159
+ #: simple-social-icons.php:193
160
  msgid "StumbleUpon"
161
  msgstr ""
162
 
163
+ #: simple-social-icons.php:196
164
  msgid "Tumblr URI"
165
  msgstr ""
166
 
167
+ #: simple-social-icons.php:197
168
  msgid "Tumblr"
169
  msgstr ""
170
 
171
+ #: simple-social-icons.php:200
172
  msgid "Twitter URI"
173
  msgstr ""
174
 
175
+ #: simple-social-icons.php:201
176
  msgid "Twitter"
177
  msgstr ""
178
 
179
+ #: simple-social-icons.php:204
180
  msgid "Vimeo URI"
181
  msgstr ""
182
 
183
+ #: simple-social-icons.php:205
184
  msgid "Vimeo"
185
  msgstr ""
186
 
187
+ #: simple-social-icons.php:208
188
+ msgid "Xing URI"
189
+ msgstr ""
190
+
191
+ #: simple-social-icons.php:209
192
+ msgid "xing"
193
+ msgstr ""
194
+
195
+ #: simple-social-icons.php:212
196
  msgid "YouTube URI"
197
  msgstr ""
198
 
199
+ #: simple-social-icons.php:213
200
  msgid "YouTube"
201
  msgstr ""
202
 
203
+ #: simple-social-icons.php:238
204
  msgid "Displays select social icons."
205
  msgstr ""
206
 
208
  msgid "Simple Social Icons"
209
  msgstr ""
210
 
211
+ #: simple-social-icons.php:325
212
  msgid "Title:"
213
  msgstr ""
214
 
215
+ #: simple-social-icons.php:327
216
  msgid "Open links in new window?"
217
  msgstr ""
218
 
219
+ #: simple-social-icons.php:331
220
  msgid "Icon Size"
221
  msgstr ""
222
 
223
+ #: simple-social-icons.php:333
224
  msgid "Icon Border Radius:"
225
  msgstr ""
226
 
227
+ #: simple-social-icons.php:335
228
  msgid "Border Width:"
229
  msgstr ""
230
 
231
+ #: simple-social-icons.php:338
232
  msgid "Alignment"
233
  msgstr ""
234
 
235
+ #: simple-social-icons.php:340
236
  msgid "Align Left"
237
  msgstr ""
238
 
239
+ #: simple-social-icons.php:341
240
  msgid "Align Center"
241
  msgstr ""
242
 
243
+ #: simple-social-icons.php:342
244
  msgid "Align Right"
245
  msgstr ""
246
 
247
+ #: simple-social-icons.php:348
248
  msgid "Icon Color:"
249
  msgstr ""
250
 
251
+ #: simple-social-icons.php:350
252
  msgid "Icon Hover Color:"
253
  msgstr ""
254
 
255
+ #: simple-social-icons.php:352
256
  msgid "Background Color:"
257
  msgstr ""
258
 
259
+ #: simple-social-icons.php:354
260
  msgid "Background Hover Color:"
261
  msgstr ""
262
 
263
+ #: simple-social-icons.php:356
264
  msgid "Border Color:"
265
  msgstr ""
266
 
267
+ #: simple-social-icons.php:358
268
  msgid "Border Hover Color:"
269
  msgstr ""
270
 
271
  #. Plugin URI of the plugin/theme
272
+ msgid "https://wordpress.org/plugins/simple-social-icons/"
273
  msgstr ""
274
 
275
  #. Description of the plugin/theme
276
+ msgid "A simple CSS and SVG driven social icons widget."
277
  msgstr ""
278
 
279
  #. Author of the plugin/theme
280
+ msgid "StudioPress"
281
  msgstr ""
282
 
283
  #. Author URI of the plugin/theme
284
+ msgid "https://www.studiopress.com/"
285
  msgstr ""
package-lock.json ADDED
@@ -0,0 +1,2672 @@