Facebook Fan Page Feed Widget with Likes - Facio

File Size: 3.18 KB
Views Total: 3002
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   
Facebook Fan Page Feed Widget with Likes - Facio

Facio is a jQuery Plugin that allows you to create a Facebook Fan page feed widget with Likes.

Every business and most blogs now have their own facebook fan page. This widget will have the recent feeds of your fan page and will also display what other people are talking about it. A like box for the fan page is also displayed in the widget. Just include this plugin, specify your fan page URL and expose social content of your fan page on your website!

How to use it:

1. Include latest jQuery Library

<script src="http://code.jquery.com/jquery-latest.js"></script>

2. Call the Plugin with Options

<script type="text/javascript">
	
	var pageUrl = "https://www.facebook.com/freewebui"; // your facebook page url
	var facioWidgetWidth = 300; 
	var facioWidgetHeight = 400; 
	
	function displayFacio() {
		$('#facio').empty().append(' loading ...');
		pageUrl=$('#pageUrl').val();
		//alert(blogUrl);
			
		onLoadFacio();
	}

	
</script>

3. Markup

<div id="facio"> </div>

Author: Jake

Website: http://www.codehandling.com


This awesome jQuery plugin is developed by unknown. For more Advanced Usages, please check the demo page or visit the official website.