Example 6 - Setting The Share URL

The default settings will automatically detect the current page URL and use this for the share buttons. If you want to overide this and set your own URL you can use the "url" option when initialising the plugin.

jQuery Code

$(document).ready(function($){
	$('#social-share').dcSocialShare({
		url:'http://www.designchemical.com/'
	});
});

HTML

<div id="social-share"></div>