facebook-iframe

Facebook iFrame App Will Not Display

心不动则不痛 提交于 2019-12-11 12:51:55
问题 I have searched through many pages on SO and cannot seem to find the answer I am looking for. I have a website (created via CMS SiteCore) that I want to display via an iFrame on a Facebook page. however, due to some SSL issue (I still do not fully understand the issue, but I know it is related to SSL), Facebook will not display it. I thought a possible solution would be dwonlaoding all of the content (HTML, CSS, Images, etc) and just recreate it in an HTML editor app for Facebook. Wrongo. The

Why are these wierd characters being inserted in Facebook iframe when using jQuery? ​ [closed]

半腔热情 提交于 2019-12-11 06:00:05
问题 It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 7 years ago . jQuery parses some html in my iframe app on Facebook, and when it does, I get tons of these characters: ​ ​​​​​​​​​​​​​ Please see screenshot for more info. Does anyone know why this

Slow load facebook canvas app when click on links (if target top)

跟風遠走 提交于 2019-12-11 04:47:23
问题 Situation: I am developing a facebook canvas app. Facebook is sending my sever a POST request with the signed_request each time that a page is render. Inside my app I have all my links with target="_top" because if I don't, facebook send my server a common GET without the signed request. So I cann't check the user info. Problem: It is too slow! even if I am testing it in local, each click that I press takes 1 sec to render and my canvas becomes completely white and then the info is shown, It

Facebook — How Do Canvas Page Tabs Handle HTTPS?

社会主义新天地 提交于 2019-12-08 08:19:56
问题 I'm working on a FB canvas application that will run in a page tab. The app will be taking card payments, so some pages will need to be secure. For users browsing Facebook on HTTPS, there are no problems. What I'm unsure about is how to handle those on HTTP. I'm particularly concerned about the way in which Facebook proxies the iframe. If the user is on HTTP, but the iframe content is HTTPS, does that mean that the content travels unencrypted to FB first? I'd be interested to know how the FB

Facebook Like Box is blank

爱⌒轻易说出口 提交于 2019-12-08 07:22:33
问题 I am using the iframe method to get the Facebook Like Box on my website. The website is: http://motorcyclealley.co.nz (the Like Box should be showing down the bottom to the right of the YouTube video) However, it is always blank. Browsing to the iframe url in my browser: http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/MotorcycleAlley&width=320&height=315&show_faces=false&colorscheme=light&stream=true&border_color&header=false&appId=397375460320824 Also produces a

Display thumbnail image in iframe

◇◆丶佛笑我妖孽 提交于 2019-12-08 04:02:34
问题 I am fairly new in this. I have the following iframe <iframe width="560" height="315" src="<%=video1[1]%>" frameborder="0" allowfullscreen></iframe> What I am trying to do is have it play video1[1] , but show the image that is in video1[2] . I tried doing is: <iframe width="560" height="315" href="<%=video1[2]%>" src="<%=video1[1]%>" frameborder="0" allowfullscreen></iframe> but that doesn't work. Is there a simple way of doing it? 回答1: iFrame tag has no href attribute. See: http://www

Deep link into a Facebook canvas app

雨燕双飞 提交于 2019-12-08 03:56:46
问题 I am embedding a Facebook app https://example.com into the Facebook app canvas so that it is available at https://apps.facebook.com/EXAMPLE . My application sends notification emails that contain links like https://example.com/messages/123 and that should open the page embedded into the Facebook canvas. How do I achieve this? My current thoughts: User opens https://example.com/messages/123 Application checks for signed_request parameter Application redirects user to https://apps.facebook.com

Facebook app iframe won't attempt to load when logged in as page

北战南征 提交于 2019-12-07 17:56:00
问题 I have an app that shows up as an iframe on a Page. (Here's an example.) If you view the app tab as a Facebook user, whether you have the app installed or not, everything works correctly. If you view the app tab as a Facebook Page that has not installed the app, everything works correctly. If you view the app tab as a Facebook Page that has installed the app, nothing displays. In fact, when sniffing the HTTP headers, it looks like no attempt is ever made to load the app URL . Any idea what

Display thumbnail image in iframe

匆匆过客 提交于 2019-12-07 13:17:26
I am fairly new in this. I have the following iframe <iframe width="560" height="315" src="<%=video1[1]%>" frameborder="0" allowfullscreen></iframe> What I am trying to do is have it play video1[1] , but show the image that is in video1[2] . I tried doing is: <iframe width="560" height="315" href="<%=video1[2]%>" src="<%=video1[1]%>" frameborder="0" allowfullscreen></iframe> but that doesn't work. Is there a simple way of doing it? iFrame tag has no href attribute. See: http://www.w3schools.com/tags/tag_iframe.asp You could maybe build an iFrame which acts as a target for a link: <iframe width

Facebook JS SDK: Check permissions before Login PopUp

馋奶兔 提交于 2019-12-07 11:59:05
问题 I want to check permissions of a logged in user before presenting the iframe login to request extended perms, but the iframe popup gets blocked by the browser (ff, chrome tested). I want to avoid this and i'm pretty certain its because the results of the js functions are 'nested' - my js cleverness is limited so excuse me. I'm guessing that if I can keep everything in the original function without passing down the results the browsers would still see the login iframe as 'user initiated' and