facebook-page

jQuery/iframe not working in Chrome

耗尽温柔 提交于 2021-01-26 19:31:23
问题 I have created a facebook fan page here: http://www.facebook.com/apps/application.php?id=120196931351044&v=app_120196931351044 It incorporates iframes to call certain pages/image galleries which use jquery. Everything works fine in all browsers except for Chrome. Nothing shows up in Chrome from the iframes, just empty white background. I tried using load event instead of ready handler but still no luck. Has anyone witnessed the similar issue in chrome? Your help will be greatly appreciated.

jQuery/iframe not working in Chrome

Deadly 提交于 2021-01-26 19:31:00
问题 I have created a facebook fan page here: http://www.facebook.com/apps/application.php?id=120196931351044&v=app_120196931351044 It incorporates iframes to call certain pages/image galleries which use jquery. Everything works fine in all browsers except for Chrome. Nothing shows up in Chrome from the iframes, just empty white background. I tried using load event instead of ready handler but still no luck. Has anyone witnessed the similar issue in chrome? Your help will be greatly appreciated.

jQuery/iframe not working in Chrome

百般思念 提交于 2021-01-26 19:29:13
问题 I have created a facebook fan page here: http://www.facebook.com/apps/application.php?id=120196931351044&v=app_120196931351044 It incorporates iframes to call certain pages/image galleries which use jquery. Everything works fine in all browsers except for Chrome. Nothing shows up in Chrome from the iframes, just empty white background. I tried using load event instead of ready handler but still no luck. Has anyone witnessed the similar issue in chrome? Your help will be greatly appreciated.

jQuery/iframe not working in Chrome

空扰寡人 提交于 2021-01-26 19:24:19
问题 I have created a facebook fan page here: http://www.facebook.com/apps/application.php?id=120196931351044&v=app_120196931351044 It incorporates iframes to call certain pages/image galleries which use jquery. Everything works fine in all browsers except for Chrome. Nothing shows up in Chrome from the iframes, just empty white background. I tried using load event instead of ready handler but still no luck. Has anyone witnessed the similar issue in chrome? Your help will be greatly appreciated.

Facebook page plugin on dynamic page

浪尽此生 提交于 2020-07-03 03:50:31
问题 How can I reload facebook page element, in one page application? https://developers.facebook.com/docs/plugins/page-plugin If I delete facebook embedded div from DOM and add this div again, facebook plugin won't automatically reinit. I'm guessing I have to do extra javascript work, to tell plugin to reinit. Im using code that loads facebook plugin. <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d

Facebook PHP SDK Graph API post to page not functioning properly

两盒软妹~` 提交于 2020-02-03 18:51:29
问题 I'm trying to add a feature to my app that will post a status to a admin user's page timeline with the same detail as if they posted on Facebook.com. The main feature I am focusing on is the link sharing and thumbnail images, like when you paste a link into your status and it auto-detects a thumbnail image, gives you a nice link, description, etc. I have tireless read through other forums and the Graph API documents, and I keep running into problems with the post showing as the admin user,

Facebook Page Tab doesn't show my content

好久不见. 提交于 2020-01-16 19:25:11
问题 I'm trying to show some html in a facebook tab page without success.... I'm new in facebook applications and I do not understand what is happening. I've created a heroku app, to use your SSL, named https://sinatra-dev-test.herokuapp.com, this URL only shows a H1 with a "Teste" string. In my Sinatra Application I have a get route, and a post route that redirects to get. The heroku logs do not show nothing in particular, no one error or warning. Here is a screenshot to my facebook app config:

Is it possible to show a Facebook app as a Page Tab on mobile devices?

被刻印的时光 ゝ 提交于 2020-01-09 06:23:03
问题 For example, the following URL shows the app in a tab: https://www.facebook.com/just.to.get.a.rep?sk=app_203403406338325 But when on a mobile device it redirects to the mobile site and does not show the tab or even have a link to it: https://m.facebook.com/just.to.get.a.rep?sk=app_203403406338325 I even have the application tab set as the Default Landing Tab for this page, but cannot get the pap to show for the page. Is there another format we need to develop for the App to support mobile?

Is it possible to show a Facebook app as a Page Tab on mobile devices?

陌路散爱 提交于 2020-01-09 06:22:06
问题 For example, the following URL shows the app in a tab: https://www.facebook.com/just.to.get.a.rep?sk=app_203403406338325 But when on a mobile device it redirects to the mobile site and does not show the tab or even have a link to it: https://m.facebook.com/just.to.get.a.rep?sk=app_203403406338325 I even have the application tab set as the Default Landing Tab for this page, but cannot get the pap to show for the page. Is there another format we need to develop for the App to support mobile?