I added the facebook sdk according to docs:
FB.ui({
method: 'send',
link: 'http://www.nytimes.com/interactive/2015/04/15/travel/europe-favorite-streets.html',
});
When i type in message field:
the link: http://www.nytimes.com/interactive/2015/04/15/travel/europe-favorite-streets.html
is overridden in the chat and appears just the message
, but i want to keep both message and link that is sent in the chat. Why this happens and how to solve?
message
filed then thelink
fromFB.ui
appears in the facebook chat, but if i choose a friend and after that i type a message in themessage
field, then in facebook chat appears just the message that typed, without thelink
. Why, do you think that this happens? Did you faced you the same issue? – Rolandamaybe file a bug report on facebook
, what do you mean? – Rolanda