Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook share with custom message

Tags:

html

facebook

There's a quiz on project site where you answer some questions and based on answers get a result. The result differs from time to time, but client demands, that the result (custom message) should be able to be shared on facebook.

All I want to do is share the url to the quiz with a custom message, ie: 'I answered 6 out of 10 questions in quiz about History, what about you?', but yes, Like button doesn't do it, share button is kind of dead and have no idea about other solutions.

How could I achieve this?

Thanks in advance!

update

Seriously... There is no way to perform such a simple task?

like image 908
tomsseisums Avatar asked May 13 '11 18:05

tomsseisums


People also ask

Can Facebook private message be shared?

Tap in the top right of Facebook. Tap Pages. Go to the Page you want to message. Below the Page's cover photo, tap Send Message.

How do I share a Facebook post with original text?

Press the Share button as usual, but what you're looking for is this little arrow in the bottom-right of the text box where you type in what you want to say about the link. Select that arrow to get an option selection box. From here, just select “Include Original Post”.

Why can't I share a private message on Facebook?

Some reasons why you can't send messages: You sent a lot of messages recently. Your messages went against the Facebook Community Standards. Problems with your app, phone or internet.


1 Answers

What about Feed dialog ?

Direct users to this link to get a sharer-like dialog:

http://www.facebook.com/dialog/feed?
  app_id=123050457758183&
  link=http://developers.facebook.com/docs/reference/dialogs/&
  picture=http://fbrell.com/f8.jpg&
  name=Facebook%20Dialogs&
  caption=Reference%20Documentation&
  description=Dialogs%20provide%20a%20simple,%20consistent%20interface%20for%20applications%20to%20interact%20with%20users.&
  message=Facebook%20Dialogs%20are%20so%20easy!&
  redirect_uri=http://www.example.com/response
like image 130
Soufiane Hassou Avatar answered Sep 28 '22 07:09

Soufiane Hassou