Facebook interface is as simple as it gets, and yet many of the elements that define this interface are very powerful and have proven to be very popular, so popular that jQuery developers created plugins to imitate those elements. In this post I’ll introduce you to two jQuery plugins that imitate facebook elements.
FCBKcomplete
Fancy facebook-like dynamic inputs with auto complete & pre added values. If you have any comments or requests, please post them and I will try to include all the requested features in the upcoming release.

Usage
<script language="JavaScript">
$(document).ready(function() {
$.facebooklist('#elem', '#list', '#complete',{url:'ajax-url',cache:1}, height, {userfilter:1,casesensetive:0});
});
</script>
elem – input element id or object
list – preadded elements
complete – autocomplete div id or object
ajax – object with two parametrs a) url to fetch json object b) use cache
height – maximum number of element shown before scroll will apear
filter – object with two parametrs a)case sensitive b) show/hide filtered items
newel – show typed text like a element
Facebox
Facebox is a jQuery-based, Facebook-style lightbox which can display images, divs, or entire remote pages.
It’s simple to use and easy on the eyes. Download the tarball, view the examples, then start enjoying the curves.

[...] Ahmed El.Hussaini wrote an interesting post today onjQuery <b>Facebook</b> Plugins | Sandbox Web SolutionsHere’s a quick excerpt [...]
Really usefull post, Ahmed; thanks a lot mate!
Saved in fav’s to keep it present.
Best regards from Bs. As., Argentina.
D.-
Wow, I hadn’t thought about it that way before. Good write up, very clearly written. Have you written previously about jQuery Facebook Plugins? I’d love to read more.
@Balaji Actually I haven’t, but I plan to keep my readers updated
So, where’s the third jQuery plugin?
@Pedro Sorry, my bad I’ve fixed the typo. Thanks anyway
[...] jQuery Facebook Plugins [...]
I’m getting lots of difficulty subscribing to your rss feed, it keeps giving me an error for some reason.
@Clickbank What is the exact error? I’ve checked it now and its working just fine.