Socicon is the social icon font; a lightweight alternative to FontAwesome for displaying social icons on your WordPress website.
Important: The Socicon icon font used by this plugin appears to be no longer maintained by the original author. The WordPress plugin and icon font still functions and is maintained by me, however, be aware that:
- Any changes to the icon style by each official brand in the last 5 years is not reflected in the current Socicon icon font.
- Any social platforms that have been retired in the last 5 years have not been removed from the Socicon icon font.
- Any new social platforms launched in the last 5 years have not been added to Socicon and are unlikely to be.
Install Socicon
Automatic – WordPress Plugin Repository
- Login to your WordPress admin.
- Navigate to the Plugins > Add New screen.
- Search for ‘Socicon’, select Install Now.
- After successful installation, activate your plugin and begin adding social icons to your site!
Manual – FTP Installation
- Download the Socicon plugin from WordPress.org to your computer.
- Unzip the downloaded file.
- Using your favorite FTP program (such as FileZilla), connect to your website.
- Upload the entire elevator folder to the
/wp-content/plugins/
directory. - Login to your WordPress admin.
- Navigate to the Plugins screen, locate the new Socicon plugin, activate and begin adding social icons to your site!
Customize Socicon
To keep Socicon as lightweight and unobtrusive as possible, there are no built-in styling options. Instead, you can use CSS to adjust the styling of your icons.
To adjust the icon span
element use:
.socicon { }
Code language: CSS (css)
To adjust the psuedo-element of the icon itself:
.socicon::before { }
Code language: CSS (css)
The icons should inherit most of the default styling of your site’s active theme. The plugin itself provides only the most minimal styling necessary to output the icons themselves. The following is the CSS code shipped with the plugin:
.socicon::before, [class^="socicon-"]::before, [class*=" socicon-"]::before {
display: inline-block;
font-family: 'socicon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Improve font-rendering */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
Code language: CSS (css)
Usage
All Socicon icons are outlined below. You can add each icon using a span
tag and the appropriate classes.
socicon-twitter
socicon-facebook
Google+
socicon-googleplus
socicon-pinterest
Foursquare
socicon-foursquare
Yahoo!
socicon-yahoo
Skype
socicon-skype
Yelp
socicon-yelp
FeedBurner
socicon-feedburner
socicon-linkedin
Viadeo
socicon-viadeo
socicon-xing
Myspace
socicon-myspace
soundcloud
socicon-soundcloud
Spotify
socicon-spotify
grooveshark
socicon-grooveshark
last.fm
socicon-lastfm
YouTube
socicon-youtube
vimeo
socicon-vimeo
Dailymotion
socicon-dailymotion
Vine
socicon-vine
flickr
socicon-flickr
500px
socicon-500px
socicon-instagram
WordPress
socicon-wordpress
tumblr
socicon-tumblr
Blogger
socicon-blogger
Technorati
socicon-technorati
socicon-reddit
dribbble
socicon-dribbble
StumbleUpon
socicon-stumbleupon
digg
socicon-digg
Envato
socicon-envato
Behance
socicon-behance
Delicious
socicon-delicious
deviantART
socicon-deviantart
Forrst
socicon-forrst
Play Store
socicon-play
Zerply
socicon-zerply
Wikipedia
socicon-wikipedia
Apple
socicon-apple
Flattr
socicon-flattr
GitHub
socicon-github
FriendFeed
socicon-friendfeed
NewsVine
socicon-newsvine
Identica
socicon-identica
bebo
socicon-bebo
zynga
socicon-zynga
steam
socicon-steam
XBOX
socicon-xbox
Windows
socicon-windows
Outlook
socicon-outlook
coderwall
socicon-coderwall
tripadvisor
socicon-tripadvisor
App.net
socicon-appnet
goodreads
socicon-goodreads
TripIt
socicon-tripit
Lanyrd
socicon-lanyrd
SlideShare
socicon-slideshare
Buffer
socicon-zynga
RSS
socicon-rss
vKontakte
socicon-vkontakte
DISQUS
socicon-disqus
houzz
socicon-houzz
socicon-mail
Patreon
socicon-patreon
PayPal
socicon-identica
PlayStation
socicon-playstation
SmugMug
socicon-smugmug
Swarm
socicon-swarm
triplej
socicon-triplej
Yammer
socicon-yammer
stackoverflow
socicon-stackoverflow
Drupal
socicon-drupal
Odnoklassniki
socicon-odnoklassniki
Android
socicon-android
Meetup
socicon-meetup
Mozilla Persona
socicon-persona
Amazon
socicon-amazon
Ello
socicon-ello
Mixcloud
socicon-mixcloud
8tracks
socicon-8tracks
Twitch
socicon-twitch
Airbnb
socicon-airbnb
socicon-pocket
socicon-whatsapp
Storehouse
socicon-storehouse
icq
socicon-icq
Model Mayhem
socicon-modelmayhem
iStock
socicon-istock
AngelList
socicon-angellist
Periscope
socicon-periscope
Ravelry
socicon-ravelry
Snapchat
socicon-snapchat
socicon-weibo
Douban
socicon-douban
Baidu
socicon-baidu
socicon-qq
Renren
socicon-renren
socicon-google
Yandex
socicon-yandex
eBay
socicon-ebay
IMDb
socicon-imdb
StayFriends
socicon-stayfriends
Deezer
socicon-deezer
ShareThis
socicon-sharethis
bandcamp
socicon-bandcamp
iTunes
socicon-itunes
Resident Advisor
socicon-residentadvisor
Download Socicon
You can also contribute to Socicon on GitHub.