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.

In various versions of the C and C++ programming languages, an inline function is a function upon which the compiler has been requested to perform inline expansion. In other words, the programmer has requested that the compiler insert the complete body of the function in every place that the ...

learn more… | top users | synonyms

0
votes
0answers
27 views

How can I post custom content to timeline that plays inline

I'm trying to display a custom webpage to a user's timeline inline. I want it to work just like when posting a youtube video, when the user clicks on the thumbnail it starts playing inside the ...
0
votes
0answers
39 views

Facebook new “inline” like buttons

In the past few days I noticed that, whenever I share a webpage from some website which has a facebook page and I haven't liked this page yet, I get a like button, on my newsfeed saying "want to see ...
2
votes
1answer
161 views

Posted SWF Video using opengraph does not play inline on Facebook user Feed

When I post a SWF video using opengraph on my Facebook wall programatically the post is updated on my feed together with a link that opens a new window that plays the SWF. The desired result is the ...
0
votes
0answers
106 views

Inline Video Player in Facebook Bug

I have created a player its in early stages though, but I need to play the videos inside Facebook timeline like youtube does. I have placed my tags as following: <meta property="og:title" ...
2
votes
1answer
1k views

Posting an audio(mp3) link using php api, does not give the inline Facebook mp3 player?

I am trying to post a direct mp3 link (non-copyrighted publicly available) on a Facebook timeline post. When I post the link manually, it gives an inline Facebook audio player so I can play the mp3 ...
2
votes
0answers
2k views

How can I embed a jwplayer so it plays inline in a facebook stream?

I have a custom skin on my jwplayer and I'm trying to get it to play inline in the facebook stream, like the youtube player. I've spent two days looking at docs and tweaking code for this and can't ...
0
votes
2answers
692 views

Facebook counting box

I want to get a Facebook Like button for my site. I want to create one with a button count to the right of the button. Only if i create one with my own url the display style changes, and it gives an ...