Question

FB.UI(
    {
      method: 'feed',
      name: 'Facebook Dialogs',  
      description: 'Dialogs provide a simple, consistent interface for applications to interface 
                    with users Dialogs provide a simple,consistent interface for applications to,
                    interface with users.'
      link: 'http://www.slstop.com/',
      picture: 'http://m.c.lnkd.licdn.com/media/p/2/000/0b3/027/17c9231.png',
    }
    )

Facebook share dialog lengthy “Description” are not showing completely According to the above code I have assigned a lengthy paragraph to the “Description” variable, and it is showing completely after pressing the “Share” button, but Once the “Publish” button on the Dialog box, when the post appear in Facebook timeline, the “Description” part is not shown fully(only showing two lines of description).

Is there any solution to show the lengthy  “Description” completely?
Was it helpful?

Solution

No, Facebook's news feed decides how much of the description to show and this is not configurable or something you have control over when making your API calls

You should make the description relevant, brief, and put the most important information first if you're concerned that not all of your message will be shown

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top