I wonder if how can I add my Facebook page in Facebook in-browser when I visit my website because I tried to add meta tags
check out Facebook developer documentation but I didn't get the answer
Related
I created a website with php and put my websites link in my instagram biography. How can i detect which instagram account visit my website from my instagram biography?
It would be difficult to track which user has visited, yet we can gather some analytics like clicks on your website using Google Analytics. You can create Events in that and trigger them after some time(like 3-5sec).On the GA Dashboard then you can see these analytics. Similarly you can gather other informatics.
This is basically related to your web functionalities, getting info of instagram user however I think it's not possible as far as i know.
I'm integrating a Facebook Page feed using the Facebook Page Plugin https://developers.facebook.com/docs/plugins/page-plugin
Although it's working fine for almost all pages, I'm having an issue with one Facebook page. The page plugin is displayed but the feed is empty, no post at all.
The page I'm trying to embed:
https://www.facebook.com/ConnectHearingAsheboro/
The web page where the widget is setup:
https://www.connecthearing.com/hearing-clinics/nc/asheboro/
Publications on the page are correctly displayed when on Facebook site, even when being logged out.
Does somebody have an idea of why would that occur ?
Thanks
This is not a bug, it's a feature
Facebook support answered me here https://developers.facebook.com/bugs/1109206649216632/
The Facebook page I'm using in the widget is sharing posts from its parent Facebook page. The Facebook page widget doesn't include the parent page posts, it's just the way it's been built.
It's a dead end.
I want to give easy login option to the users of my website through Facebook login. I have done the login properly through JavaScript SDK easily through the procedure given in the official Doc of Facebook Developer Console. I have used the code from HERE
Its working fine but the issue is I have to load my js each time when my page reloads that increases my page load at initial time during home page.
I tried studying the Stack overflow Login system for Google and Facebook and found that at the login page its not loading any js, Its working on oauth 2.0.
I searched for it but still couldn't find any useful document or code for doing so.
I'm writing an app. for Facebook using HTML and Javascript. I'm trying to detect with javascript when the "Like" button on the Facebook page is clicked. I don't want to embed a "Like" button on my app page as Facebook already has a "Like" button at the top of the page right after my company's name.
I'm using Facebook's iFrame to display my app, but I haven't found any examples in Javascript to catch the "Like" click event.
Thanks for any help
Because it is in an Iframe the same origin policy applies. You cannot access content cross-domain. It is a security violation.
On Facebook Pages, this is done through the Static FBML app. However, Facebook phased it out on 18 March 2011, but pages using the app before that date (including BobbiBrown) will continue using it.
Our site allows users to register using Facebook Connect. We also have a Facebook page. We'd like to include the "Connect with Facebook" button in our page so a user could instantly connect (aka register) and then be forwarded on to their account on our site.
I was hoping to use the Static FBML page application and the FBML iFrame tag to simply embed the button but it looks like the iFrame tag isn't allowed in Facebook pages. Facebook Connect uses JavaScript so I'm wondering if there is some kind of trick I could use like popping up a page in a new window that would automatically display the connect dialog box.
Any ideas on how I would include a Facebook Connect button on our Facebook page would awesome!
Thanks in advance for your help.
I think the best method would just be a link back to your site (you could even use the Facebook Connect image as the link) to a custom page that triggers the FB.connect javascript that's needed.
Check here for info about FB.connect.requireSession().