fbml

Facebook FBML popup dialog with youtube video

I am trying to put a youtube video inside of a pop dialog with fbml. The dialog works and the video plays the first time. The video does not play after the dialog has been closed. Any suggestions? <fb:dialog id="my_dialog"> <fb:dialog-title>Video</fb:dialog-title> <fb:dialog-content><fb:swf swfsrc='http://www.youtube.com/v...

Using a Widgetbox widget in Facebook

I'm trying to take a javascript widget hosted on widgetbox and use it in a standard FBML page. Is there a way this can be done using flash? I've tried to use fb:swf and replace the widget ID in flashvars but it's not pulling in the widget once i do it. <fb:swf imgsrc='http://img36.imageshack.us/img36/2045/playbuttonm.jpg' swfsrc='...

Creating "Like" buttons for arbitrary elements on my site, and reading back the status - possible?

I'm a total newbie to Facebook programming and would like to know, as a follow-up to this question, whether the following is possible. I have a collection of events on a web site. I'm fetching them from several RSS feeds, and have total freedom in how to output them - e.g. as single pages, so there is a permalink for every event. I wou...

Facebook like not working for Unauthorized Users.

I ma implementing a facebook like function for my site using FBML.If click like as facebook authorized its working fine .But Whenever i click as unauthorized it pops up for the login and successfully logs in.But it doesnt perform the like operation. I have to click it again to like it.I would appreciate any help. ...

Just added the Facebook Like function to my homepage - get Stack Overflow at Line 2 - What now?

I recently added a Facebook Like button to my web site home page - www.wideworldofhockey.com - using FBML. It works fine under Firefox. When I open the page under Internet Explorer, right away, I see a "Stack Overflow at Line 2" (sometimes line 3) popup. What is causing this? Is there something I still have to code in the HTML? Do I...

facebook application FBML: error code 405 when changing app from Iframe to FBML

Hello. I'm trying to write a simple facebook application using FBML. when I configure my application to work as an IFrame and I view the source i see the following: <html> <head> </head> <body> <fb:swf swfbgcolor="000000" imgstyle="border-width:3px; border-color:white;" swfsrc='http://url/file.swf' width='340' height='270' /> ...

How can I make a Facebook 'like' button for an iframe Appication?

I'm trying to make a like button for my iframe facebook app. With an FBML application, clicking the like button would put "Pete likes AppName (Application)." on your wall. For my iframe app I'm using the following FBML: <fb:like href="http://apps.facebook.com/appname/"&gt;&lt;/fb:like&gt; However Facebook changes the hyperlink to t...

How to link to a specific post on the wall on FB from fbml

How can I create a link to a specific post on a wall from a FBML page? Like when you have a FB notification, click on it, and only the specific post (with its comments) is shown. ...

facebook app fbml questions

I am just starting out to learn facebook apps, tables and api. I know php well and I am trying to implement something similar to what is shown in this page. http://www.facebook.com/1800flowers#!/1800flowers?v=app_447909600396 On the left side would be vote options and on the right side it would be the gift option with a pop up to choose...

_fb_fromhash not showing older likes on FBML page

Up until about 10 days ago I had a fb page that was linking to another fb page which had a like button and was showing the likes that have been voted. Now I notice that the link from the 1st page to the 2nd one has an extra GET parameter (_fb_fromhash) that seems to be the reason why no more likes are shown. Now it displays "be the firs...

Facebook Fans Page, FBML: Is it possible to update the content (image and text) directly from our site(php/mysql)?

Facebook Fans Page, FBML: Is it possible to update the content (image and text) directly from our site(php/mysql)? Please help me on this.. Thanks in advance, Sandy ...

How to share content with multiple friends on Facebook?

I am building a feature that will allow users to post to multiple friends' walls on Facebook. I'm using an FBML multi-friend input to let users select an arbitrary number of friends with whom to share. I know how to use the API to post to multiple Facebook walls, but I need the IDs of the users in the multi-friend input. The problem is ...

Facebook JS SDK FB.Login() how do I get extended permissions?

Hello. I am trying to get extended permissions with my FB Connect Application. I was wondering how one does this with FB.Login() as I am not very knowledgable in JS. Thanks ...

Adding facebook invite on my website

i have a website www.skoola.com , i want to add facebook invite (to enable site visitors invite their friends). I have read a good no of docs aon facebook and other sites on ow to do it, but i cant get it right. Please anybody that has done should kindly explain the steps and code samples necessary to get it fixed (i hv tried pasting t...

FBML: simple way to display a list of people in a popup?

When you go on your profile page and click on "See all" in the "Friends" sidebar, you come up with a simple popup showing a (paginated) list of your friends (with their profile picture and name) and a search button. I've got a list of users' ids and I'd like to display them in the same exact way: with a popup, the list and the fancy sea...

fb:visible-to-connection Not Working!

Hi guys. I don't usually deal in exclamation points, but I have hours before this goes live. I have the following page full of FBML for a Facebook tab on a product page: <fb:fbml version="1.1"> <div id="container" style="width: 520px;"> <fb:visible-to-connection> <div> Yay! <a href...

How to Prevent My CSS From Clashing With Facebook's CSS?

Hi Guys, I have the following HTML on my page: <div id="mypanel"> <span>SomeText</span> <span>SomeText2</span> <span>SomeText3</span> <span>SomeText4</span> <fb:login-button ..snip.. /> </div> You can see there i have some Facebook Markup Language (FBML) for the Login button. Which get's rendered as: <span id="RES_ID...

Facebook mutual "likes" not showing

Hey guys, I just build a Facebook fan page and the mutual likes are no longer showing up. I've tried googling around a solution but can't seem to find the proper way to ask this. Before I uploaded my custom polls and all, mutual likes were showing up, but now only the regular likes are showing. Does anyone know the proper FBML or code r...

Why do hrefs in facebook application tabs get rewritten as anchors?

So I have 2 application tabs added to a profile page in facebook. I am trying to link back and forth between the two tabs. Facebook mysteriously adds them as anchors http://www.facebook.com/pages/blahblah/12313123231231?v=app_23423423423#!blahblah/12313123231231?v=app_2342332423423 I don't get it. Looking at the source of Dove's site,...

wordpress login - php if statements with fbml conditions?

I'm trying to integrate Facebook Connect with my Wordpress installation. I DO NOT want to use a plugin for this as all the ones I've tried do not give me the scope I need. I've set everything up giving the user the option to log in (with previously created wordpress details), register (with wordpress) or login with Facebook using <fb:l...