Add facebook feedback button to my website - facebook

I'm developing my own website and I would like to integrate it with my facebook page.
I would like to have small button or widget in my site that in case user wants to send feedback on my site he's clicking it and write down his message. This message is automatically sent to my facebook private messages (inbox) and I can reply to it.
Let me know if there is option like this? Do I need to develop new FB app for this?
Thank you,
Moshe

Related

facebook messenger m.me share link

I have a referral page with a modal where users can send a share link to their friends. I need to implement the following flow:
a user clicks on facebook messenger icon and their messenger opens up where the user can choose someone of their contacts to send a share link to.
Looks like this is a solution for me but I can't clarify some questions https://developers.facebook.com/docs/messenger-platform/discovery/m-me-links/
I don't have an app and a page, I just need a user to open their messenger and paste and send a text to their friends.
Is this the same flow for web, iOS, Android?
Can I preload the text I want the user to share so that it will appear in the dialog with the contact the user has chosen (in some messengers it is possible)?
FB has 2 different APIs for solving this issue: for web and for mobile. They are very similar and described here:
web https://developers.facebook.com/docs/sharing/reference/send-dialog/
mobile https://developers.facebook.com/docs/sharing/messenger/web
In two words, you need to add a FB script to activate FB JS SDK and then call a method to share a link.

Facebook Messenger, send webview directly

So i found that the 3 ways to send webviews on facebook messenger are:
All of those solutions implies to send either a Menu, a Card or a Chat extension where the user have to click.
What im looking for is that when the user interacts with my bot (at the moment he says "please send me the webview"), the chat without clicking some button redirects the user to a webview. In this way the conversational flow its not affected by pop-up screens.
Is there a way?
Thanks in advance

How to send message to specific user

I want to send messega to specific user.
I looked for facebook developer pages, but I couldn't.
Please tell me how to send(API)?
Thanks a lot.
There is no public send API, you should use either the Send Button social plugin or the Send Dialog to do what it is that you want.

Is it possible to set message board as a notification in Workflow with Kaleo in liferay?

I am working in Liferay. Recently I have developed 3 level workflow using Kaleo in liferay for reviewing the content. But what happens is when user who submit any content then the users related in the chain will be notified through mail. But I want something different if possible. What i wish is, put one MessageBoard on the Home Screen then whenever anyone post content the users will get the notification in the MessageBoard. The idea is you can say somewhat to facebook. That whenever your friend post a comment you get notification via mail as well as you get notification on the home screen of your account. Is it possible to achieve the same thing in Liferay using Kaleo Workflow or anyother way to do this?
Valuable suggestions are welcomed.......
Thanks
For notification from MessageBoard your user can click on Subscribe link and should get mail.
For yout other (facebook like) requirements liferay has few built in portlets that do that (I'm not facebook user so I guess): Friends, Friends Activities, Requests, Wall, Summary. Note that these can only be added to your users pages (public/private).
You even have Activities portlet that displays all community users activities.
If this is not what you are looking for let me know.

Facebook auto respond to like button

I'd like people to receive a message in their inbox when they like my fanpage, and i'm wondering what's the best way to go about this?
I don't know if I can use the SDK to do it because there's no guarantee they will be viewing a canvas when they actually click the like button. They could be clicking the like button from the side bar, from a friend's page, from the official page wall, etc.
Other ideas?
This article describes how to capture a click on the Like button:
http://www.saschakimmel.com/2010/05/how-to-capture-clicks-on-the-facebook-like-button/
However, the only way to get someone's email address is by asking the user to authorize the email permission.