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.

The tag defines a division in an HTML document. It is often used to group content for formatting with styles and for content which cannot be semantically described with any other element.

learn more… | top users | synonyms (1)

0
votes
0answers
38 views

Conflict with FB:like and other basic code

Well, I have tried everything I can think of with several FB developers pages, tutuorials, etc. I can not get the FB like page to show up. I can take the basic code onto a blank page and it works ...
0
votes
3answers
286 views

JavaScript: onclick remove div with iframe

Hi I tried to make a div remove after clicking the facebook like button in it but Cant do it here is my code <div onclick="this.parentNode.parentNode.removeChild(this.parentNode);"> <iframe ...
0
votes
2answers
353 views

How to give scrollbar to the div in mobile

Can anyone please tell me how to give a scrollbar to the div? In my program, I am listing my Facebook friends inside a div. I have given fixed height to the div. I will paste the code. <div ...
0
votes
1answer
399 views

Inject a href code to a facebook page on chrome using extension or js

I manage a group on facebook and banning people who have offending post is pretty hard. You need to go on ban list search for their names and what happens is wait for the results to finish. click gear ...
0
votes
1answer
141 views

Facebook iframe web app div scrolling to bottom

I have a facebook iframe web app that opens a jquery dialog with an onclick. The jquery dialog has the below css. When the dialog opens the div always scrolls to the bottom. Is there a way to make the ...
2
votes
3answers
349 views

how to implement function createCookie within javascript

So I have this script (a countdown timer that closes the '#fb-popupdiv' div, when reaches to zero): var dom = {}; dom.query = jQuery.noConflict(true); var time = 11; window.setInterval(test, 1000); ...
1
vote
0answers
130 views

Fix object to top of browser window when scrolling only when browser is wider than mobile breakpoint

I'm looking to adopt this technique to create a floating/fixed nav header on a website im working on. demo here: jsfiddle.net/cc48t/ HTML: <div id="scroller">Some controls</div> ...
2
votes
2answers
155 views

Change custom HTML attribute with jQuery

What if I had somthing like this <div class="fb-like-box" data-href="" data-width="292" data-show-faces="true" data-stream="true" data-header="false" colorscheme="light"></div> and I ...
0
votes
1answer
156 views

Facebook buttons not expanding container div

I am having a problem getting a div containing facebook like/send buttons to expand when the buttons are clicked. I have searched and tried and tried to fix this, but I'm hitting a wall. I believe ...
0
votes
0answers
66 views

After clicking a Facebook 'Like' button, several links on my webpage become unclickable. I know why, but how do I fix it?

Please first see the screenshot depicting the problem. I appears that a div generated by the Facebook JS SDK is not going away even after the user clicks Post or Close, after liking the page. I've ...
2
votes
2answers
142 views

Facebook like button not displaying after refreshing a div by using load();

I'm using a simple script to reload a div $('#mydiv').fadeOut('300').load('# #mydiv').fadeIn("300"); The problem is that the div I'm reloading has the Facebook like button inside it. After the DIV ...
0
votes
0answers
34 views

Facebook documentation bug? [closed]

From Facebook login documentation: <div class="fb-registration" data-fields="[{'name':'name'}, {'name':'email'}, {'name':'favorite_car','description':'What is your favorite car?', ...
-2
votes
1answer
157 views

Feedback and Facebook Code Clash somewhere

I m creating a test page everything was going fine until i add popup facebook like box facebook code clash with the feedback form i tried so many hours to resolve that but i can't any one of them is ...
-1
votes
1answer
107 views

Having trouble with popup in Facebook application

I'm trying to make a popup on my site to function as a content locker if the Facebook user on my site hasn't allowed our application on Facebook. I believe the code I have for my popup is written ...
1
vote
1answer
101 views

Facebook post a <div> in users wall

Is there any way of posting a whole div into a users Facebook wall through my Facebook Application? Many thanks, Dim
0
votes
0answers
231 views

Facebook 'fb comments' in div don't show in internet explorer

i can't get this working on Internet Explorer. I do have a simple button called 'show comments' on a php page. In case of the user clicks on it, it should open the div with the facebook comments in ...
1
vote
1answer
101 views

Time line trouble

I need to do time-line as time-line on facebook, each div under another div. For blocks I have : -float: left, display: inline-block; but can't remove free space. <div class="wrap"> ...
0
votes
1answer
194 views

Selecting part of an existing div in CSS

im trying to make a facebook like blue bar. So, i noticed they make a blue bar with width 100%, and make a new div under it which selects half of the div like this(the light blue part is the new div) ...
0
votes
1answer
618 views

How to hide all except for one div in a cocoa web view?

I have Facebook.com open in a cocoa web view, and I want to to hide all the divs in the page except for the Facebook chat div (the class is "fbDockWrapper"). How can I do this?
0
votes
2answers
438 views

Programmatically (javascript?) edit divs in open in Safari webpage (Facebook)?

Okay so using the inspector in safari I've found out that all chat messages in Facebook.com are divs with class="fbChatMessage fsm direction_ltr" and data-jsid="message". I want to programmatically ...
0
votes
1answer
245 views

social sharing button positioning

I'm having issues positioning some divs and it seems that these social sharing buttons are at fault http://misc.colbyfayock.com/test/ I have some great colors up just to show whats happening... my ...
0
votes
1answer
214 views

Facebook Like Box Not Sizing Correctly When Using iframe Visibility Attributes

I'm adding a Facebook Like Box on my webpage and have some trouble with sizing. I originally had used the HTML5 and Javascript code from the Facebook Developer site to make a box to my liking but I ...
0
votes
1answer
94 views

Why different facebook plugins using the same div id name?

We want to integrate the facebook login button plugin, facebook like button, facebook comments with in one page for different purpose. But we found that they all using the same div id #fb-root. As ...
0
votes
1answer
233 views

CSS DIV - Clicking Facebook 'Send button' expands div and adds unwanted scrollbars

I'm a bit css-troubled. How do I get the Facebook send button to pop out instead of expanding the div and adding a scrollbar to the window?! Any ideas .. Thanks a million Try clicking the 'send ...
0
votes
1answer
416 views

Javascript and CSS onclick Div Swap

I am new to both Javascript and designing for Facebook. I am using Shortstack to create custom tabs and have created a 3 panel sub-tab application using the service. In the 3rd panel, I have 19 div's ...
1
vote
1answer
558 views

Problems making a autocomplete-mention system likes facebook's

im making a mention system like the one in facebook, right now I achieved it with a textarea, but now I want it to work with a contenteditable div so I can format the text within. So right now what ...
0
votes
1answer
208 views

Comments box: expands into the div below

I used the tool provided on the developers section at developers.facebook.com. The comments box seems to work fine (other than I don't know how to moderate the comments), but the only thing is, that ...
0
votes
1answer
433 views

change fb:like to div element, possible?

Can this be replacd into <div class="facebook... , i do not want to use facebook prefix. i want to use div tag as it is more standard html <fb:like layout="box_count" show_faces="false" ...
0
votes
1answer
750 views

How to get comment box of an image in user's profile, into my facebook application

I have created an application using php which upload images into user's profile.After image is uploaded, User is directed to another page which display the uploaded image. Here I need to display ...
7
votes
3answers
16k views

How to make scrollable DIV with scrollbar outside div like on facebook?

I would like to has a scrollable div but scrollbar should be on the right side of browser as default (but not on the right side of div). I've seen that on facebook (ceter div - contentArea is scrolled ...
0
votes
1answer
414 views

Facebook like status input

Is there a ready similar input like the status input in Facebook? I mean, they use a contenteditable div, and they've wrapped it all pretty good. They can resize it (on focus/blur), an it continues ...
0
votes
3answers
2k views

How to make a div float in and scroll with the center of page?

So, I work on a Facebook FBML App. What I want is simple. Just have a div shows in the center of the page, and scroll with the page. i.e. always in the center. It would be easy with normal JS. I ...
0
votes
0answers
46 views

facebook leftcol links how those work?

I never understood how facebook left column links eg welcome, newsfeeds and photos, how this things wont open new page beside it open #link, do they have any server side check client side. and second ...