Demonstration of the jQuery Twitter, Google and Facebook button plugins

View big buttons

Demo Code:

Html

<div class="google"></div>
<div class="twitter"></div>
<div class="facebook"></div>

CSS

<style type="text/css">
.google,.twitter{float:left;}
</style>

Javascript

<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.twitterbutton.js"></script>
<script type="text/javascript" src="js/jquery.gplusone.js"></script>
<script type="text/javascript" src="js/jquery.fbjlike.js"></script>
<script type="text/javascript">
$(document).ready(function () {
	$('.facebook').fbjlike({
		showfaces: false,
		send:true,
		comments:true
	});
	$('.google').gplusone({
		size:'medium'
	});
	$('.twitter').twitterbutton({
		user:'TwitterUserName',
		layout:'horizontal'
	});
});
</script>

Check out the Google +1 button plugin and the Twitter button plugin and the Facebook Like button plugin callback examples

Social Media Automat powered by nexecutive