Customizable Social Button Plugin

Every aspect of the element, including the container, icons, and styling can be modified using the plugin. Event handling for all types of user interaction. No external CSS needs to be used, but can be added easily using the .customIcon class.

What you see is what you get, just a simple social tab without all the fuss. Set up in seconds, but no compromise on customization.

The plugin file size is under 5k.

Full documentation on all available attributes and methods.

Example Code:

$('#social').customSocial({
				
	facebook: {url: 'facebook.com/bcripps1'},
	twitter: 'itsbencripps',
	github: 'bencripps',
	youtube: 'bencripps',
	email: 'ben@benjamincripps.com',
	customHover: true,
	mainColor: 'white',
	iconSize: '40px',
	border: '1px solid #3385FF',
	roundedBorder: '5px',
	width: '35%',
	onContainerClick: function() {

		alert('hi');

	}
});

What's new with Version 1.1.0?

Attributes/Methods:

Simply add your user name, and the plugin will attach the URL. New: or you can add an object containing a URL to specify a custom URL: twitter: { url: 'twitter.com' }

Questions/Contribitions:

If you have any questions, please contact me at ben@benjamincripps.com. If you'd like to contribute, the code is available on github.