Social Icone Co takes a simple, extendable approach to displaying links to your social media profiles in WordPress. It strips away the complexities of most other plugins and simply displays a set of basic social icons in an unordered list. There's no frills and no fanciness, making it easy to style to your website's look.
Originally based on "Social Icons Widget" by Nisbet Creative (GPLv3), now unmaintained and removed from WordPress.org. Forked and maintained as Social Icone Co, with PHP 8 compatibility restored.
Default icons are from the [Simple Icons](http://simpleicons.org/) set created by Dan Leech.
Envelope designed by [Cy Me](http://www.thenounproject.com/Litrynn) from the [Noun Project](http://www.thenounproject.com)
== Installation ==
Download the zip file and upload to your WordPress installation. Upon activation, widget is available under Appearance > Widgets. Drag the widget into your sidebar, adjust the settings, and populate the profiles you wish to show on your website.
== Frequently Asked Questions ==
= Custom Icons =
Custom icons are easy to add. To enable them, select "Custom" from the Icon Type dropdown in the widget settings. In the directory of your active theme, create a folder titled 'social_icons'. Within that directory, add folders titled 'small', 'medium', and 'large' for each icon size you wish to use. Add your icons in .gif, .jpg, .jpeg, or .png format, following the naming format used for the default set of icons.
= Extending =
Developers can easily add more social media websites by creating a filter in the active theme's functions.php file like such:
The full-website-id should reflect the name of the image you create in each of the icon folder sizes, or in your custom icon directory. It is also used to populate the class field of the icon when the widget displays. Social Icone Co looks for .gif, .jpg, .jpeg, and .png in order and returns the first extention it finds.