Every business and most blogs now have their own facebook fan page. Now I introduce, Facio – a new jQuery plugin that creates a widget on your website. 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!
Best jQuery Facebook Plugins & Tutorials with Demo
Adding Facebook Comments to a jQuery Lightbox
In order to display facebook comments on your page you would normally follow the instructions on this page. This works great if you just have a single page that you want to comment on, but for my scenario I wanted the comment box to appear fresh for each photo that the lightbox displayed. In order to do this, the first thing you’ll need to do is omit the 2nd bit of code that Facebook generates for you on the afore mentioned page:
jQuery Facebook Traffic Driver
This plugin will take your Facebook presence to new heights. Its elegant look and real time stats will make people feel like they are making a difference. Aside from the real time data stream, the like status is stored in a cookie so you have the option of enforcing the user to “like” you before they can access content. You can also set a timer on the popup to show for an set period of time before it hides itself.
FBModal : Facebook like Modal Dialog jQuery plugin
FBModal is a jQuery plugin that is the first Facebook replica modal dialog.FBModal provides a simple ways to invoke a modal dialog.
Here is an example of how you can use FBModal in your project. Simply include the latest jQuery library, the plugin file and the css file.Then call the fbmodal() function on a jQuery element and a modal dialog will be displayed using the contents of that element. It’s that simple.
Facebook like photo gallery with comments with jQuery and PHP
Have you thought about own facebook-style photo gallry system with comments? I think – yes. Today I made up my mind to prepare it for you. Main idea – when we click at images – they popup (ajax) with bigger image at the left and comments section at the right. All images are in the database (mySQL). And, of course, we will use PHP to achieve our result. Also, our comment system will prevent accepting more than 1 comment per 10 mins (to avoid spam).