Example 3 - Custom Positioning

The position of the button panel is completely flexible - move the button panel to the right and fix the positioning based on the center of the browser window:

jQuery Code

$(document).ready(function($){
	$('#social-share').dcSocialShare({
		buttons: 'facebook,linkedin,twitter,digg,print,email',
		email: 'moc//niamod/liame',
		align: 'right',
		center: 570
	});
});

HTML

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

Note: Google plus button will not show for local addresses.