About 50 results
Open links in new tab
  1. Facebook share link - can you customize the message body text?

    Feb 17, 2011 · Facebook will not allow developers pre-fill messages. Developers may customize the story by providing OG meta tags, but it's up to the user to fill the message. This is only possible if you …

  2. Open Facebook page from Android app? - Stack Overflow

    Jan 27, 2011 · from my Android app, I would like to open a link to a Facebook profile in the official Facebook app (if the app is installed, of course). For iPhone, there exists the fb:// URL scheme, but …

  3. Facebook profile URL regular expression - Stack Overflow

    It is just the original Facebook URL and not a user or page address. But this regex can distinguish a normal url from a profile and page url and only accepts the valid one.

  4. Facebook share link without JavaScript - Stack Overflow

    Jul 24, 2019 · Learn how to create a Facebook share link without using JavaScript, including tips and solutions for effective sharing.

  5. Add Facebook Share button to static HTML page - Stack Overflow

    Nov 11, 2016 · Is there any way to add a Facebook Share Button to a static HTML page? I've implemented a simple web site with no server side, just a bunch of html pages and I was abble to …

  6. Facebook links to my site resolve as 403 forbidden

    May 30, 2010 · Hi I'm experiencing a super weird problem. Whenever I post links to my website on Facebook, they come up as Forbidden. The site itself works great and I have no seen this when …

  7. How to embed a Facebook page's feed into my website

    Feb 8, 2012 · It's a page, hence the "/pages/" portion of the URL. There is technically an event setup on facebook, but the above URL is the location in which updates will be posted. I would like to just show …

  8. Facebook Access Token for Pages - Stack Overflow

    Go to the Graph API Explorer Choose your app from the dropdown menu Click "Get Access Token" Choose the manage_pages permission (you may need the user_events permission too, not sure) …

  9. Using facebook.katana aka facebook app from the code

    Attach an image to the facebook.katana as an external app Request the log status of the user to the facebook.katana (i think this would be automatically) Attach the picture, title, message params to the …

  10. Find Facebook user (url to profile page) by known email address

    Mar 8, 2011 · I have an email address and want to find out if there is a Facebook user linked to this address. If there is, then I want to retrieve the url to this users profile page and save it somewhere. I …