Skip to main content

All Questions

1 vote
0 answers
77 views

How can we check if the user is deleted or not using facebook Id?

I want to hide facebook account deleted user's profile image from the site. I am binding image using jQuery, items += '<a href=https://facebook.com/' + fbId + ' target="_blank"><img src="...
user123's user avatar
  • 43
0 votes
1 answer
38 views

jQuerys draggable does not work included on facebook page (basic understanding)

when trying to analyze DOM-sturcture of a facebook page I tried to implement some Javascript-Code using Greasemonkey. I included (by copy/paste) the jQuery core and the UI. I added via Greasemonkey ...
Frankx Ix's user avatar
1 vote
1 answer
577 views

(jqueryUI) How can I turn autocomplete off?

So I'm trying to recreate Facebooks tagging system in jquery. I can not use any plugins. I have some of it already: <html lang="de"> <head> <title>Autocomplete</title> ...
A.hohen's user avatar
  • 11
1 vote
0 answers
51 views

How can you detect if a facebook embedded post is valid

I'm building a facebook app which needs to display the actual facebook post along the way. This is fine but if the post to display goes away or the privacy settings are wrong, how can you detect this ...
KeepCalmAndCarryOn's user avatar
2 votes
0 answers
338 views

Multiple Facebook 'like' buttons using jQuery tabs

I put a Facebook like button button for each product I have in a jQuery tab. I added the namespace on my HTML element: <html lang="fr" xmlns:fb="http://ogp.me/ns/fb#"> I included the SDK ...
fliim's user avatar
  • 2,129
0 votes
2 answers
5k views

Endless scrolling on table, infinite / continious scrolling jQuery

I have a table with lots of records, rather than have pagination to different pages, I want to be able to scroll down the page and for more rows to appear on the table, the more you scroll the more ...
pab's user avatar
  • 973
0 votes
1 answer
443 views

Clean OnBeforeExit Popup (Facebook style?)

when you're about to leave a FB page after ALMOST writing characters into a wall-post field, how does FB prompt a clean looking dialogue instead of a spammy looking js alert box? Eg: I'd like to ...
SRUCLA's user avatar
  • 789
1 vote
1 answer
215 views

JQuery dialog or boxy how to make them in visible area

I am working on the facebook application and my content is dynamic so I am not sure where my link to open the Jquery dialog or boxy link appear. How can I make the dialog in the visible area of the ...
Tippu's user avatar
  • 1,251
0 votes
1 answer
1k views

jQuery draggable clones dropped into a sortable, then loses its droppable behavoi

This is better explained in: http://jsfiddle.net/tRBaV/1/ I have two kinds of entities: containers and tools. Containers can be sortable. Tools can also be sortable, but only within one container. ...
NunoCardoso's user avatar
-6 votes
1 answer
991 views

Facebook & Jquery - Share to show [closed]

How to create a Jquery function that works with Facebook API so that the content only is shown if the user has shared it?
Rails beginner's user avatar
1 vote
2 answers
553 views

Add friends Facebook profile page to jQuery UI dialog

I getting a link to a friends profile page using the Facebook JavaScript API. I now am trying to add it to a iframe in a jQuery UI dialog. I have: $('<iframe src="https://www.facebook.com/profile....
adamjmarkham's user avatar
  • 2,160
0 votes
1 answer
1k views

Modal Dialog Box with Facebook app shows only over iframe

I am trying to show jquery-ui modal dialog box in my iframe facebook app, but it disables the iframe area within the facebook app i.e. it is modal only for the iframe and I can click other facebook ...
Divick's user avatar
  • 1,263
0 votes
1 answer
653 views

Dynamically adding JQUERY tabs, getting "Uncaught SyntaxError: Unexpected token ILLEGAL"

I'm pretty sure there's an error in one of my strings, but I can't find it. The goal of this code is to dynamically add the Facebook comments plugin to tabs depending on what episode of a show I work ...
user784756's user avatar
  • 2,363
0 votes
1 answer
2k views

Facebook fan page feeds

I want to include a widget where the user will add a url of the facebook fan page and he shoudl be able to get all the feeds or the recent feeds from the particular page and it will displayed in a box ...
Jeevan Dongre's user avatar
0 votes
1 answer
336 views

Add non-standard tag to DOM with jQuery

I'm trying to put tag into JQuery-ui dialog widget. Due to some other problems i need to load this from server as ajax call. Returned is: <div id="ajax-body"> give gift <fb:...
Hurda's user avatar
  • 4,695

15 30 50 per page