-
Notifications
You must be signed in to change notification settings - Fork 33
/
readme.txt
205 lines (151 loc) · 5 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
=== Simple Social Icons ===
Contributors: studiopress, nathanrice, bgardner, dreamwhisper, laurenmancke, modernnerd, marksabbath, helgatheviking, littlerchicken, tiagohillebrandt, wpmuguru, michaelbeil, norcross, rafaltomal, osompress, esther_sola, nahuai
Tags: social media, social networking, social profiles
Requires at least: 4.0
Tested up to: 6.7
Stable tag: 3.2.5
This plugin allows you to insert social icons in any widget area.
== Description ==
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!).
*Note: The simple_social_default_glyphs filter has been deprecated from this plugin.
== Installation ==
1. Upload the entire simple-social-icons folder to the /wp-content/plugins/ directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. In your Widgets menu, simply drag the widget labeled "Simple Social Icons" into a widget area.
1. Configure the widget by choosing a title, icon size and color, and the URLs to your various social profiles.
== Frequently Asked Questions ==
= Can I reorder the icons? =
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
= Can I add an icon? =
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
= My icon styling changed after updating =
If your theme includes custom icon styling, you can try adding this line to your functions.php file:
`add_filter( 'simple_social_disable_custom_css', '__return_true' );`
This will remove icon styling options in the widget settings, and prevent Simple Social Icons from overriding custom theme styling.
= Which services are included? =
* Amazon
* Behance
* Bloglovin
* Bluesky
* Diaspora
* Dribbble
* Email
* Etsy
* Facebook
* Flickr
* Github
* Goodreads
* Instagram
* LinkedIn
* Mastodon
* Medium
* Meetup
* Periscope
* Phone
* Pinterest
* Reddit
* RSS
* Snapchat
* Substack
* Telegram
* Threads
* TikTok
* Tripadvisor
* Tumblr
* X
* Vimeo
* WhatsApp
* Xing
* YouTube
NOTE - The rights to each pictogram in the social extension are either trademarked or copyrighted by the respective company.
== Changelog ==
= 3.2.5 =
* Added Diaspora icon
= 3.2.4 =
* Improve Bluesky icon alignment
= 3.2.3 =
* Added Bluesky icon
= 3.2.2 =
* Added Etsy, Substack and Telegram icons
= 3.2.1 =
* Fixed issue with new icons
= 3.2 =
* Added Threads and Mastodon icons
* Updated X / Twitter icon
= 3.1.2 =
* Changed ownership from StudioPress to OsomPress. You can read more details about it in https://osompress.com/4-new-plugins-join-osompress-family/.
= 3.1.1 =
* Added Amazon, Goodreads, Meetup, Reddit, TikTok, Tripadvisor, and WhatsApp icons
* Updated GitHub icon
* Removed Google+ and StumbleUpon icons
= 3.1.0 =
* Add escaping to output
* Remove the svgxuse.js script
= 3.0.2 =
* Fixed issue where icons can fail if there is a space anywhere in its URL.
= 3.0.1 =
* Remove Grunt
* Fix AMP compatibility
= 3.0.0 =
* 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
= 2.0.1 =
* Fixed typo in Snapchat icon markup
* Made CSS selectors more specific
* Added classes to each icon
* Added plugin version to enqueued CSS
* Updated Google + icon
= 2.0.0 =
* Added Behance, Medium, Periscope, Phone, Snapchat, and Xing icons
* Switched to svg, rather than icon font
= 1.0.14 =
* Accessibility improvements: change icon color on focus as well as on hover, add text description for assistive technologies
= 1.0.13 =
* Add textdomain loader
= 1.0.12 =
* Prevent ModSecurity blocking fonts from loading
= 1.0.11 =
* Update enqueue version for stylesheet, for cache busting
= 1.0.10 =
* Update textdomain, generate POT
= 1.0.9 =
* PHP7 compatibility
= 1.0.8 =
* Added border options
= 1.0.7 =
* Added Bloglovin icon
= 1.0.6 =
* Added filters
= 1.0.5 =
* Updated LICENSE.txt file to include social extension
= 1.0.4 =
* Updated version in enqueue script function
= 1.0.3 =
* Added Tumblr icon
= 1.0.2 =
* More specific in the CSS to avoid conflicts
= 1.0.1 =
* Made color and background color more specific in the CSS to avoid conflicts
= 1.0.0 =
* Switched to icon fonts, rather than images
= 0.9.5 =
* Added Instagram icon
= 0.9.4 =
* Added YouTube icon
* Added bottom margin to icons
= 0.9.3 =
* Fixed CSS conflict in some themes
= 0.9.2 =
* Added new profile options
* Changed default border radius to 3px
= 0.9.1 =
* Fixed some styling issues
= 0.9.0 =
* Initial Beta Release