Upload your own social media icons or choose from font-awesome. Use widget|shortcode to place icons anywhere(sidebar, header, footer, page) in theme.
You can upload your own social icon or font-awesome social icons, set your social URL, choose whether you want to display vertically or horizontally, left or right or center aligned, icon width height or margins.
You can use the shortcode [cn-social-icon] in page/post, template tag for PHP file, <?php if ( function_exists(‘cn_social_icon’) ) echo cn_social_icon(); ?> also you can use the widget “Easy Social Icons” for the sidebar.
If you are using wordpress version lower than 3.5 please use “Easy Social Icons” version 1.1
Upload “easy-social-icons” to your wp-content/plugins/ directory
Activate the plugin through the ‘Plugins’ menu in WordPress
See the “Easy Social Icons” menu on the left bar for setup
Screenshots
display social icons in sidebar using widget
display social icons in sidebar using widget different icons shape
display social icons in sidebar using widget different icons colors
manage icons page layout
add new icon page layout
sort icons usign drag drop
plugins settings page layout
add Easy Social Icon widget to sidebar using drag drop
FAQ
Ques : How to use this plugin ?
Ans : Use this shortcode for page/post [cn-social-icon] , for php code use this template tag <?php if ( function_exists(‘cn_social_icon’) ) echo cn_social_icon(); ?>
You can use the “Easy Social Icons” widget for the sidebar.
For more details, please follow the instruction in this page “WP Admin Menu”->”Easy Social Icons”->”Settings & Instruction” on “How to use” section.
Ques : What if my wordpress version is below 3.5 ?
Ans : If you are using wordpress version lower than 3.5 please use Easy social Icon version 1.1
Changelog
3.2.6
fixed / updated security issue BAC+CSRF
3.2.5
fix / update security issue CVE-2023-33998 and sql prepare issue in debug mode. thanks to @ov3rfly