How To:
1. Insert this code in head section.

<script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript" src="jquery.sociacount.0.1.js"></script>
<script type="text/javascript"> 
	$(document).ready(function() {
		$("#social").sociacount({
			facebook: 'forbes',
			twitter: 'forbes',
			youtube: 'forbes',
			dribbble: 'frogandcode',
			forrst: 'kyle',
			github: 'fat',
			vimeo: 'soxiam',
			ajaxurl: window.location.pathname+'sociacount.php'
		});
	});
</script>
2. Create HTML container
<p id="social" class="sociacount"></p>

Follow @zourbuth Tweet This