Facebook send dialog: adding a linebreak in the description

后端 未结 6 764
无人共我
无人共我 2020-11-29 11:08

This is an URL I have to send an invitation to an app of mine:

https://www.facebook.com/dialog/send?app_id=MY_APP_ID&
name=hola&
link=http://www.aWeb         


        
6条回答
  •  醉梦人生
    2020-11-29 11:28

    I had the same issue and eventually gave up. Facebook seems to have gone to great lengths to avoid letting us have any linebreaks in the description.

    The one thing you can do is add a &caption=first%20line which gets you one linebreak between the caption and the description. (There's a pretty short limit on how long the caption can be though - something like 80 characters.)

    Update: this no longer works for send dialogs. It does still work for feed dialogs

提交回复
热议问题