Custom Social Widget

This plugin will let you add custom social links. Simple but flexible.

Author:Shuvra (profile at wordpress.org)
WordPress version required:3.0.1
WordPress version tested:4.3
Plugin version:1.3
Added to WordPress repository:29-09-2013
Last updated:20-08-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:96
Rated by:4
Plugin URI:http://www.matrivumisoft.com
Total downloads:9 421
Active installs:600+
plugin download
Click to start download

This is simple plugin but very essential. We have to put social icons e.g facebook, twitter, linkedin as well as links into websites. Most of the time we do it in hard code. This plugin allows you to manage social icons via wordpress widget. You will be able to select image, title and link for each icons!

Each widget generates this code automatically:
< a href="Your Given Link" title="Your Given Title" >< img src="Your Selected Image" alt="Your Given Title" /></ a>

Starting Tag (optional)
Social Icon Name will use as "a" tag title and "img" tag alt text. (optional)
Social Link give your page/account link here. (required)
Social Icon upload social icon from here. (required)
Ending Tag (optional)

Add separate widget for each social link.

i.e: Starting Tag< a href="Social Link" title="Social Icon Name" >< img src="Social Icon" alt="Social Icon Name" /></ a>Ending Tag

i.e: <ul>
        <li><a href="Social Link" title="Social Icon Name"><img src="Social Icon" alt="Social Icon Name" /></a></li> <===First Widget End
        <li><a href="Social Link" title="Social Icon Name"><img src="Social Icon" alt="Social Icon Name" /></a></li> <===Second Widget End
        <li><a href="Social Link" title="Social Icon Name"><img src="Social Icon" alt="Social Icon Name" /></a></li> <===Third Widget End
    </ul>

Have fun!