All Questions

Tagged with
Filter by
Sorted by
Tagged with
41 votes
7 answers
54k views

Posting an embedded video link using the Facebook Graph API

When manually attaching a video link (from YouTube, Vimeo, etc) to a post using the Facebook web interface, Facebook automatically recognizes the link as a video, and allows the resulting status ...
Ryan McGeary's user avatar
13 votes
3 answers
22k views

how to share a video from my website on facebook like youtube

I have a website that has a HTML5 video player. I want to share the link ( ex: http://site.com/video/example-2 ) on facebook and one the users click on the image of that post on the facebook it ...
zeroonnet's user avatar
  • 193
9 votes
1 answer
8k views

How to embed my own flash video player in Facebook?

I want to embed my flash video player on facebook so that when people share my videos on facebook, it will let them play the video on Facebook. I saw some posts here on stackoverflow about this topic ...
Matthias's user avatar
  • 183
6 votes
2 answers
5k views

Open Graph iframe based video embed support?

I want to be able to serve an iframe video player to the Facebook newsfeed & timeline. I am aware that it is possible to specify multiple og:video:type properties for different video formats to ...
AndyBeard's user avatar
6 votes
3 answers
22k views

Embed Youtube Video To Facebook And Play At Specific Timecode

I have a :30 YouTube video that I want to embed onto Facebook and start playback at :16. I thought this would be easy enough changing the parameters in the URL for share, or the URL in the embed ...
thebrownsquare's user avatar
6 votes
1 answer
2k views

Open Graph Protocol - og:movie with youtube link

Wanted scenario: people link to my website via Facebook open graph data pops up (name, description, thumbnail, ...) (which works) when you click the thumbnail a youtube video plays (which doesn't ...
Thijs Lowette's user avatar
6 votes
0 answers
6k views

Embed Facebook Event Feed on Website

I've found a few really old answers that do not work. I am building a website for my church. What I want to do is have a feed that shows events from Facebook, that way when the lady that does our ...
Sergio Martinez's user avatar
6 votes
0 answers
3k views

How to embed Iframe page on Facebook wall by sharing the URL?

I've been trying to embed an Iframe by sharing a page URL on my Facebook wall. I'm using the Open Graph tags as recommended by Facebook and have read other threads similar to my issue. What I want to ...
Daniel Cardoso's user avatar
5 votes
1 answer
666 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&amp;xfbml=1"> </script> &...
eozzy's user avatar
  • 67.5k
5 votes
1 answer
1k views

Facebook Instant Article custom embed doesn't make requests

I'm trying to embed my own script (which injects an iframe with some content) inside a FB Instant article. It seems to be working properly only for some devices (e.g. iPhones 5s & 6s, LG G2) but ...
Or A.'s user avatar
  • 1,240
4 votes
1 answer
2k views

Auto-embed videos in Facebook wall

When you share a YouTube link on FB it automatically embeds the YT player into your wall. At first I thought it is an FB effort, but then I noticed this happens with many videos websites (that FB ...
treznik's user avatar
  • 8,044
4 votes
1 answer
3k views

How to embed custom media player in facebook stories (js/firame)?

We have built a custom media player (https://acorn.athena.ai/) that we want to embed directly into facebook stories. Our embedding currently works via iframe, as our player is entirely JS/CSS/HTML. ...
jbenet's user avatar
  • 3,040
3 votes
1 answer
1k views

Embed a browser in Libgdx

I am writing a cross platform app(PC, iOS, Android) in Java. I would like to integrate facebook into this app. I have been trying to find a uniform method to login, since it is a cross-platform ...
eBehbahani's user avatar
  • 1,579
3 votes
1 answer
1k views

Determine MP4 video from regular Embed code

I'm 99% sure the answer is No, but worth a shot as you never know... The typical "copy & paste" embed code for uploaded Facebook videos goes like this: <object width="400" height="300" >&...
donohoe's user avatar
  • 14k
2 votes
1 answer
8k views

Embed activity feed of a public Facebook page without forcing user to login/allow

This is similar to questions asked several times before, but no matter what I read, I'm still confused. I have a public Facebook page, like White Collar for example, whose activity feed I need to ...
craned's user avatar
  • 3,051
2 votes
2 answers
1k views

How to embed facebook videos in Android App?

I want to embed facebook videos to my android app. Is there any API for that? I checked for facebook API but it seems it is only for web. If there is no good API, what should I use? WebView or ...
Hanson's user avatar
  • 35
2 votes
2 answers
2k views

Facebook video embed code does not working

I am trying to embed a facebook video on my website but it gives "Video Unavailable. this video has either has been removed from facebook or is not visible". video is public to everyone, is not ...
tackleberry's user avatar
  • 1,013
2 votes
4 answers
4k views

How can I embed an Instagram Video or Picture using SSL?

I need to embed Instagram Video or Photo using the SSL protocol, so I can show it in a facebook app. If I insert an iframe with the following URL https://instagram.com/p/hvisAyBQZ0/embed/ it will ...
Giorgio Marziani de Paolis's user avatar
2 votes
3 answers
7k views

Video embed on facebook wall does not play when on https

We have set up the open graph tags on our pages to embed a video on the facebook wall of the user that shares the page. When the video is clicked when on http:// it will play perfectly. When the ...
Frans-Anton van Gils's user avatar
2 votes
0 answers
4k views

Unavailable This video can't be embedded. facebook fix

Cannot get this video to embed. It worked when it was live, but now after it's not working. https://developers.facebook.com/docs/plugins/embedded-posts/?prefill_href=https%3A%2F%2Fwww.facebook.com%...
Brandon Farrell's user avatar
2 votes
0 answers
276 views

Is there a way to know when a facebook embed is done loading?

Just trying to figure out if there's some type of javascript I can run that tells me exactly when the html is done being loaded. We use iframely to embed social media posts. The result is something ...
jdmdevdotnet's user avatar
2 votes
0 answers
280 views

Can't embed my own notes (in a page that I own)

I got a professional page for my work with some public notes on it. I see the "Embed post" button and my notes are public, but when I try to embed the post, that doesn't works. Error message : This ...
F2000's user avatar
  • 390
2 votes
0 answers
307 views

Facebook Post Embed with comments

<div id="fb-root"></div> <div id="Div1"></div> <script> (function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; ...
Mark Cooney's user avatar
2 votes
0 answers
638 views

Facebook embed page posts

I have written a code for getting the post id's from a Facebook page trough the Graph API. And posts that shared or liked by the page comes up as an invalid post function fbfeeds(data) { var ...
Andreas's user avatar
  • 21
2 votes
0 answers
143 views

My OG video embed tags stopped working

I've racked my brain - used the Lint - debugger and still cannot get embeded video to work like it used to: Example page: http://www.mixtubedj.com/view/?query=GeorgeRon&file=...
Ricky Fitz's user avatar
2 votes
1 answer
1k views

What are the max. dimensions for Facebook Timeline embedded videos?

I can't find an answer to this question anywhere. Somebody else asked a similar question: ( Facebook Timeline Flash Embed Dimensions ) but it wasn't really answered satisfactorily. I have a url that ...
Musical Shore's user avatar
1 vote
2 answers
1k views

Facebook like status url detection

I am wondering if there is a script similar to the facebook status update thing, What I mean, is when for ex. I paste a youtube/other video site/image/link it automatically detects the contents of the ...
Michael S.'s user avatar
1 vote
1 answer
2k views

Why is Facebook open graph (og:video) not working for my custom video player?

I am trying to embed my own custom video player on Facebook, and I don't know why it does not work. It was build with the YouTube API. After much googling around, I still can't find an answer. Below ...
user3419708's user avatar
1 vote
1 answer
2k views

Custom video player on Facebook wall

I want to allow my page users to embed my own video player (Flash) on his Facebook walls. In this page in head I have: <meta property="og:title" content="[Page Title]" /> <meta property="og:...
Pawlik Pawlikk's user avatar
1 vote
1 answer
2k views

Embedded Facebook Like-Box won't let me style it. Why?

I am trying put place a Facebook Like-Box on a page on my site, and then style it via my own CSS (chiefly to increase the height awarded to div#stream_content. (The idea is to have the FB feed act as ...
Colin May's user avatar
  • 451
1 vote
2 answers
4k views

How to embed complex html in facebook page

I need to embed HTML and Js in my facebook page posts. I have found some FB apps that create iframes but i don't know if it's better to create a FB app using opengraph. Which is the correct way to ...
Cris's user avatar
  • 12.2k
1 vote
1 answer
3k views

Does Facebook trust StartSSL Class 1 (free) certificate for embedded video players?

I am trying to get an embedded video player to work in facebook. When in accessing facebook insecurely (http) everything works fine, i.e. the player gets embedded. When switching to https in facebook, ...
zentralmaschine's user avatar
1 vote
1 answer
4k views

How to embed youtube video into a facebook iframe app?

I wanted to make a facebook app with an image which has 2 buttons and under the image there would be a video from youtube. But since coding is new to me I need your help. I tried different codes but ...
Barcelonahun's user avatar
1 vote
1 answer
1k views

Facebook open graph embed video issue

I have a Facebook share button on one of the pages on my website, this share button is used to share another page on my site. The only specific task that I wan't it to do besides share the website, is ...
Sm00rf9000's user avatar
1 vote
1 answer
2k views

Force Facebook videos embedded in a website default to HD?

There is a way to force YouTube videos embedded in a website to play back at HD quality, simply by adding some lines to the embed code (?feature=player_detailpage&VQ=HD720). For additional details ...
paulhastings0's user avatar
1 vote
1 answer
475 views

Facebook In-line Video Not Working

On my website, I use JWPlayer to play video content. I would love to embed a player hosted on my website into a Facebook post that plays in the post and not link to another website. When I use ...
Chase's user avatar
  • 463
1 vote
1 answer
899 views

Shared video is not playing

I'm trying to share a video on the facebook wall // timeline. Everything seems fine - the Debugger-Tool doesn't encounter any errors Meta Tag: <meta property="og:type" content="video" /> ...
Jcphoto De's user avatar
1 vote
1 answer
1k views

facebook login and youtube embed iframe clash

so i have the two following iframe codes: <iframe title="YouTube video player" class="youtube-player" type="text/html" src="some youtube url" allowfullscreen="" showinfo="0" frameborder="0" ...
kamikaze_pilot's user avatar
1 vote
0 answers
295 views

How to show/embed social media result post with certain hashtag into our website?

My objective is: I would like to embed/include some of the posts with the certain hashtag from several social media (Facebook, Instagram, Twitter & LinkedIn) into my website. For example: Hashtag ...
Harkedian's user avatar
1 vote
1 answer
2k views

Is there a way to embed a facebook video and have sound start on play on non mobile devices?

This may sound simple but I'm just trying to embed a facebook video (preferrably via iframe but can use SDK method) and have it so when the visitor hits play the video plays with sound. Every video I'...
Weldon Johnson's user avatar
1 vote
0 answers
291 views

Multiple Instagram/Facebook oembed not working

I'm developing a WYSIWYG that let people embed posts from Instagram and Facebook using oembed. The flow is that when the user enters an url the tool makes an API request to the oembed endpoint that ...
steo's user avatar
  • 4,616
1 vote
0 answers
44 views

Facebook embed renders witdh 0px height

When revisiting a page with a Facebook embed, the embed has a height of 0px. I've already discussed with Facebook and recorded some screencasts: https://developers.facebook.com/bugs/1562053057141539/...
Christian Bieser's user avatar
1 vote
0 answers
77 views

On Facebook's own website LIKE buttons are instantanious, but on my website they can take up to 30 seconds to render

This question has been bugging me for a long time, and since I found no discussion of it anywhere, I figured I'd finally start one. If you go to Facebook's own website (Example: here), and scroll to ...
J.Smith's user avatar
  • 301
1 vote
0 answers
121 views

How to get facebook photo album id for "Photo of My_Page"

Regularly on blog/wordpress , I just type this short code-->[fbphotos id=46735712999xxxx size=small]. My problem is, when some guest post a photo to my page timeline, I cannot retrieve any album "id"...
user3627645's user avatar
1 vote
0 answers
612 views

Jw player videos are not playing on facebook timeline

jwplayer videos are not playing on facebook timeline. I mentioned all meta tags perfectly. <meta property="og:url" content="http://www.oncologytube.com/index.php?page=videos&section=view&...
rajkumar's user avatar
1 vote
0 answers
417 views

Embed video from facebook on mobile website dosen't showen

I have tried to embed a facebook video on my website, but on the mobile phones it doesn't appear. For example: https://www.facebook.com/photo.php?v=10151630731455498 They give me the embed code from ...
Lavrentev's user avatar
1 vote
1 answer
649 views

How to embed Facebook Questio-n in website?

Is there any easy way to display single public Facebook question in my website (so it looks same as in Facebook)? I would like to embed a public Facebook question in website. I can get the question ...
Teemu Devaaja's user avatar
1 vote
0 answers
156 views

Is it possible to package a single-page html/javascript page and embed it in facebook similar to .swf flash embedded pages

It is possible to create an swf file and than create an html file that embeds it. This html file with the appropriate meta and link tags now becomes a url that when added to a facebook post ...
molicule's user avatar
  • 5,541
1 vote
0 answers
594 views

Embedding video on Facebook profile doesn't work

I do have a video sharing website. Have everything setup, open graph tags according to specifications. When I share a video on Facebook everything looks fine (thumb, link, title, description) but the ...
Calin Sting's user avatar
1 vote
1 answer
1k views

Facebook iframe embed in profile pages - what the heck

We're looking for a way to embed an iframe and specific content into a fan page (not a profile). Apparently it's not directly allowed using the fb:iframe tag but I did find some hints here: http://www....
David's user avatar
  • 69