=== Plugin Name === Contributors: shuvra124 Donate link: # Tags: widget, social Requires at least: 3.0.1 Tested up to: 4.3 Stable tag: "trunk" License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html This plugin will let you add custom social links. Simple but flexible. == Description == 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" /> 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" />Ending Tag i.e: Have fun! == Installation == 1. Unzip the archive on your computer 2. Upload `custom-social-widget` directory to the `/wp-content/plugins/` directory 3. Activate the plugin through the 'Plugins' menu in WordPress 4. Go to Widgets section, you can find "Custom Social Icon" widget there. Add separate widget for each social link. == Frequently Asked Questions == Q. Links not working or showing 404 error!
A. Add "http://" before your social link.

Q. Can i add more social icon into same widget?!
A. No, you need separate widget for each social link. == Screenshots == 1. Now you can understand everything easily :) == Changelog == = 1.3 = Compatibility Updated for 4.3 = 1.2 = Compatibility Updated for 3.7.1 = 1.1 =