Tagged Questions
34
votes
1answer
1k views
jQuery's drag and drop - reverse engineering Facebook's uiTokenizer on 'Arts & Interests'
I'm reverse engineering facebook's uiTokenizer using $.special.event.drag and $.special.event.drop and jQuery because jQuery UI's sortable / draggable is heavy and slow.
My question I think is ...
17
votes
6answers
8k views
How to add a Facebook “Like” button to an AJAX driven page
I have trolled the net + Stackoverflow and have not found an adequate answer to this question and before I start the trial and error process of finding my own solution, I thought I would turn to the ...
12
votes
1answer
744 views
How to determine if Facebook users Unlike a URL?
We have a web app where we need to track users "Likes" of URLs (not Facebook pages, external ones), because they earn credits for doing so.
To do this we're using JQuery and the subscribe ...
11
votes
6answers
14k views
Facebook how to check if user has liked page and show content?
I am trying to create a Facebook iFrame app. The app should first show an image and if the user likes the page, he will get access to some content.
I use RoR, therefore I can't use the Facebook PhP ...
11
votes
4answers
2k views
jQuery/iframe not working in Chrome
I have created a facebook fan page here:
http://www.facebook.com/apps/application.php?id=120196931351044&v=app_120196931351044
It incorporates iframes to call certain pages/image galleries which ...
7
votes
1answer
279 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 ...
7
votes
3answers
2k views
Can I use jQuery with Facebook apps?
I've been scouring various sites looking for info on how to do this but haven't found anything. Has anyone done this? Suggestions on where to look for info on how to use it?
7
votes
2answers
5k views
FB.getLoginStatus() called before calling FB.init()
I want to check if a user is logged-in in facebook using the Facebook JavaScript JDK and jQuery.
But even with a timeout of 10 seconds I get this error message:
FB.getLoginStatus() called before ...
7
votes
4answers
6k views
How to use jQuery in a facebook application
I finished my application in locale and I want to integrate it in Facebook creating an app. My application works well, but when I try to load it from Facebook it doen't work.
I've read that there's ...
6
votes
3answers
354 views
Facebook Like Button Dislikes My Code
I've been trying to implement a Facebook Like button on my blog like this:
$("#fblike").append(" <iframe src='http://www.facebook.com/plugins/like.php?app_id=217624258276389&" + ...
6
votes
4answers
505 views
Using the open graph API, is there a way to determine which friends of a user have an @facebook.com email address setup?
The title basically sums it up. After fetching the list of friends for a facebook-connected user, I'm looking for a way to determine if the friend is using the new messaging system with the ...
6
votes
5answers
5k views
Attach a click() event to the FaceBook 'Like' button?
I'd like to do something on the page when a user clicks 'Like'.
I thought something simple like the following would work:
<script type="text/javascript">
$(document).ready(function () {
...
6
votes
5answers
9k views
JQuery implementation of Facebook's Modal Box
I was wondering if anyone knew of a jQuery implementation of this MooTools modal box.
I've seen Facebox, but it looks like the old Facebook modal dialog layout and not the newer one.
If there aren't ...
5
votes
2answers
623 views
Show spinner while loading an iframe in a facebox
I am using jQuery facebox to open a new window for authenticating Facebook users with Devise/Omniauth in my rails app.
At first I wanted to simply load this in a div like so:
...
5
votes
4answers
3k views
Facebook Login: How to combine JavaScript with PHP SDK?
How do I go about combining examples from both
https://github.com/facebook/php-sdk/blob/master/examples/example.php and
https://github.com/facebook/connect-js/blob/master/examples/jquery/login.html
...
5
votes
2answers
226 views
Facebook blows up my webpage
I have a website that integrates a fan box and a few other things from facebook. to get everything to look right, i've implemented FBML as follows:
<html xmlns="http://www.w3.org/1999/xhtml" ...
5
votes
2answers
154 views
Twitter's new official Tweet Button : who's tested it?
I'm working on a website where a 'Tweet This' type button is essential (as is a facebook 'like').
About a week ago Twitter launched their own official Tweet button. I'm curious to hear anyone's ...
5
votes
8answers
698 views
How does facebook detect when a link as been PASTED
Facebook's status update input (well, contenteditable div) detects links.
When typing a link it waits until the spacebar is pressed before fetching the URL.
When pasting a link it fetches the URL ...
5
votes
3answers
7k views
Loading Facebook fb:profile-pic via AJAX in Facebook Connect site
After a page loads, I'm making an AJAX request to pull down an HTML chunk that contains tags representing a Facebook user profile picture. I append the result to a point in the DOM but the logos ...
4
votes
1answer
205 views
Show alert on a button click
I'm using the default Facebook embed code:
<div id="fb-root"></div>
<script src="http://connect.facebook.net/en_US/all.js#appId=176702405718664&xfbml=1"> </script>
...
4
votes
3answers
1k views
Remove white space beneath Facebook comments plugin
Take a look at the this link. Scroll down a bit and you should see a Facebook comments plugin with an embedded Google map right beneath it.
My problem is, there is a ton of white space between the ...
4
votes
1answer
417 views
What is the best way to track facebook comment widget in google analytics?
I would like to apply event tracking in google analytics to facebook comments made on our website via the facebook social plugin (iframe widget), but I can't seem to find a way to attach the event. I ...
4
votes
2answers
832 views
Create an Facebook event using JQuery and the graph api programmatically
Is there a way to using a JQuery function to programmatically create an event to a users Facebook page? I have created an app that asks the user for the create_event permissions through:
<input ...
4
votes
3answers
395 views
Facebook like iframe slowing down page loading
I have a page on my website that I have added the Facebook like feature to it implemented via an frame as outlined in the Facebook specification.
The site is built in asp.net with client side ...
4
votes
3answers
832 views
Notifications in Facebook
In Facebook. you get notifications, when somebody sends you a message. This is done without the user doing nothing. How is it triggered?
Can I achieve something like that using jsp, jQuery - ajax ?
...
4
votes
1answer
242 views
“Like” a post using Facebook open graph
This doesn't work for me. I do have publish permissions and I am able to post messages to the wall. Any idea if liking needs a different permission?
FB.api("/12345/likes", 'post', function ...
4
votes
2answers
1k views
How do I detect either users open my Facebook app in iframe or direct url
Lets say my Facebook app url is http://fb.domain.com/ and the app url is http://apps.facebook.com/demoapp/
Now I want a user cannot open the application url directly and must in iframe on Facebook.
...
4
votes
1answer
2k views
Editing Facebook Like-Box Css on The FLy?
I am not a coder but, i am able to get my way around code most of the time. However, i found that this is the best place to ask questions relating to code stuff.
I have been working on a website for ...
4
votes
4answers
1k views
jQuery parsing HTML unexpectedly and wrongly
So I have a non-jQuery solution to this problem, but I would rather use jQuery if there is a way, and also I am very curious as to why this is happening.
I have a Facebook iframe application, and I ...
4
votes
3answers
5k views
How to dynamically show/hide a facebook login button
How can I determine via javascript if a user has logged in to my site via
facebook connect or not? Based on this result, I would like to show/not show a <fb:login-button>
button on the site.
...
4
votes
3answers
5k views
jquery's ajax not working in facebook apps
I am trying to create a facebook application, all is working fine except the ajax part that I am using to populate a second box from the item selected in first select box.
I am using jquery (v1.3.2) ...
3
votes
2answers
254 views
Scroll Event inside Facebook Canvas Applications
I'm looking to use a LazyLoad technique for images and infinite scroll to load new content into my page. Both these things make use of the $(window).scrollTop() function that inside a Facebook canvas ...
3
votes
1answer
51 views
Grokking client-side Facebook connect?
I have client-side FB connect working. In my example you just click login with Facebook and then a popup appears, they login and then are returned to the app, where I display their name and pic.
My ...
3
votes
2answers
262 views
ajaxComplete/ajaxStop/ajaxSuccess not firing
I appreciate any and all help. I am a beginner with little jQuery/AJAX experience and I have been going crazy trying to figure out why I can't figure this out.
I'm writing a Facebook page application ...
3
votes
1answer
535 views
jquery get redirected url
Edit -
Wasn't getting a response so let me ask this. Can I do this?
<a href="http://m.facebook.com/...." target="_webapp">facebook button</a>
Let the page load on top of the current ...
3
votes
2answers
725 views
adding facebook share button to a dynamically generated web page
I need to add facebook twitter and google +1 button to a dynamically generated web page.
I am explain my use case, user comes to my web portal which is a java/j2ee based web portal and adds few ...
3
votes
2answers
760 views
jQuery load() and Facebook Comments
Long and short of it: Facebook comments aren't displayed when loaded from another page in a lightbox-type thing via jQuery.load(). FB comments are displayed when you go directly to the page being ...
3
votes
1answer
419 views
JQuery load() will break facebook like button/comment box. How to workaround?
I am coding a big website but I have cut down my problem into the following tiny html file:
http://dl.dropbox.com/u/3224566/test.html
The problem is that if I (re)load with JQuery a content that ...
3
votes
3answers
424 views
Opening facebook connect window via javascript?
When someone tries to login to my site via facebook, he's redirected to a page where he sees all the requested permissions and click to allow / disallow them.
Is there any way to have this page open ...
3
votes
1answer
334 views
How to execute script after a user clicks Like on a Facebook Like button?
I am trying to use a Facebook Like button via an iFrame, like so:
<iframe id="test" src="http://www.facebook.com/plugins/like.php?
href=http://yoururl.com/&
...
3
votes
2answers
317 views
Editing a picture / inplace “moving” (a la Facebook profile picture editing)
How does facebook do inplace "moving" about of profile pictures?
To see what I'm talking about, goto: http://www.facebook.com/editprofile.php?sk=picture --> Edit Thumbnail --> Notice that you can ...
3
votes
1answer
339 views
Facebook SDK CanvasAutorize attribute redirects my ajax call and doesn't reach the controller code
I have a FB app that is working nice with the postbacks from within MVC but when i try to post some data to a controler that has the requireauthorize attribute, using jquery $.post() , FB redirects it ...
3
votes
3answers
684 views
How do I add a loading indicator to my page while my iframe loads?
I am currently creating a page where upon clicking a link an iframe is inserted into a div and it's contents loaded. I do this using the following jQuery call:
$('#mydiv').html('<iframe ...
3
votes
2answers
1k views
Facebook Style Comment Box
I have tweets and commenting system like this
This is the code block for one set of tweet and its comments and commenting box:
<li class="storyBlock">
<div>
<div class="grid ...
3
votes
2answers
253 views
JavaScript Event Handler in ASP.NET
I have the following iframe control (intended to be a facebook like button):
<iframe id="likeButton"
src="http://www.facebook.com/plugins/like.php?href="
scrolling="no"
...
3
votes
2answers
462 views
jQuery Twitter/Facebook like page navigation
I have really liked how the new Twitter and Facebook have saved page loads by instead loading the content dynamically through ajax. I want to start rolling this out to my sites, but I have no idea ...
3
votes
3answers
713 views
Is there a limit to how many times FBML.XFBML.parse() can be called per page?
I have the following code to dynamically load a XFBML fragment into an Facebook IFRAME application.
The HTML:
<div id="fragment" style="display:none">
<fb:serverfbml id="fragmentfbml">
...
3
votes
3answers
2k views
Facebook tags dont render when generated dynamically using Jquery
To give you a simple use case - on my website, I display the comments posted by the facebook users. For each comment I display the facebook users photo using the fb:profile-pic tag and a fb like ...
3
votes
1answer
85 views
Facebook jQuery Plugins
What are the most Facebook like jQuery plug-ins, I would love to have a solid list of them.
3
votes
1answer
418 views
Issue with Facebook JS API, revokeAuthorization
I am trying to integrate FB connect into our user profile screen. Although, I'm having an issue with FB.ApiClient.revokeAuthorization.
http://pastie.org/921942
The basic problem is that I revoke ...