Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Custom add-ons and plugins for the jQuery library. jQuery functions and features not included in the standard jQuery library.

learn more… | top users | synonyms (1)

0
votes
0answers
45 views

Select2 Tag Supported Drop Down Menu w/ Facebook Graph API

Anyone able to help out with the following: I'd need Facebook page search and select to work with Select2. It's relatively easy with the jQuery Token Input Plugin: <script ...
0
votes
0answers
15 views

Facebook App with dynamic domains

I am working on a plugin, and I use one Facebook App. The problem is, this plugin can be used for many users in the world, and many domains. That domains is dynamic, I never know what is all of domain ...
0
votes
0answers
136 views

jQuery modal window verticaly aligned in Facebook iframe

Im using reveal modal window plugin (http://www.zurb.com/playground/reveal-modal-plugin) in my Facebook app. The problem is I can't align it vertically in Facebook iframe window. So the popup window ...
0
votes
0answers
130 views

What jQuery plugins are available to support Facebook style Mention Tagging? [closed]

I am implementing a native commenting system, and am looking for a Facebook-like mention tagging Textarea input widget. I have reviewed the following, and rejected them for the reason noted: ...
4
votes
2answers
2k views

Facebook Like Button in Pretty Photo Image Gallery

On this site I used pretty Photo image gallery. The problem is - when a user clicks on the facebook like button - on his news is displayed only the name of the site. what I would like is - when a user ...
0
votes
1answer
1k views

How to Integrate Facebook Like Button Inside jQuery Image Gallery

Is it possible to integrate into jQuery Image Gallery facebook like button that will when a user clicks on it show the current image on user news feeds? If yes, please tell me how. Thanks! D.
-1
votes
1answer
706 views

Need to display latest facebook wall post in my wordpress site, any idea? [closed]

I want to display the latest Facebook wall post of a profile in my website. I have used wordpress, any help with WordPress plugin or JQuery plugin would be highly appreciable. Thanks in advance.
0
votes
0answers
249 views

FB login button not rendering

I'm taking the first steps to add Facebook login functionality to the following site: http://www.seekbromance.com I have the div id=fb-root tag immediately at the start of the body, followed by the ...
7
votes
1answer
409 views

Override Ctrl+M hotkey of Facebook in Firefox

I'm working on a bookmarklet which will let users to write on any input fields in our language. We choose Ctrl+M for switching layout between default and our language (Inspired by Wikipedia). It was ...
0
votes
2answers
2k views

Iphone/Facebook like sidebar scroll reproduce

It would be great for developers to use these already loaded javascript libraries for this awesome scroll for their iframe apps . Any help will be appriciated
0
votes
1answer
1k views

how to get data from facebook graph api in jquery

I am trying to get json data using facebook graph api through jquery. I am using the code below. I am trying to get json data using $.getJSON function but it displays this error in firebug ...
0
votes
1answer
691 views

jquery plugin for displaying Facebook Comments with Graph API

I am building a snippet to get the facebook comments with graph api & display them in my div. Right now, i am passing the comments count as a parameter to fucntion. I want to make this a plugin ...
1
vote
1answer
999 views

How to load a function method after facebook social plugin is has finished loaded?

I have jQuery masonry to layout the list items on my website, each list item has a fb:comments. Loading SDK asynchronously, even putting the method "$container.masonry( 'reload' );" after FB.init() ...
0
votes
1answer
144 views

Style Radio Inputs in a Facebook Application

Hi to the community, i'm trying to build a facebook application with a simple form with 3 radio buttons and i use a JQuery plugin that works fine if i test the html page local or online, after i ...
0
votes
1answer
396 views

Any one know a jQuery based autocomplete plugin similar to the one in Facebook's email form?

In the form, you can start typing a friend's name, suggestions from your friend's list is offered (even has profile thumbnails), then you can select the profile which appears in the "to" field. ...
0
votes
1answer
75 views

jQuery plugin for autocompletion of hometown

I am wondering if there is a readymade jquery/ajax/javascript plugin that hooks into an API of somesorts that provides a similar result to facebook hometown autocompletion in the profile?
0
votes
2answers
659 views

How to share contents of a web page with social Networks and bookmarking them in on-line bookmark services?

I'm Looking for a free(or Open Source) Sharing Script to put it in my content pages(I do ASP.net). I want to allow my visitors to share contents(ex: articles) in social networks like Facebook or ...
3
votes
1answer
116 views

Facebook jQuery Plugins

What are the most Facebook like jQuery plug-ins, I would love to have a solid list of them.
1
vote
2answers
1k views

How to make jquery autocomplete to work for a contenteditable DIV instead of just INPUT, TEXTAREA fields

The jquery autocomplete provided by http://docs.jquery.com/Plugins/Autocomplete can work on a INPUT field or a TEXTAREA field. I have a use-case to make a DIV element act as a TEXTAREA by setting its ...