Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook "feed" dialog Display Issue

I am Trying to post on facebook with the help of "feed" dialog. I supply some information in post like "link","picture","caption","description","title" etc.

But when i share the post the preview look like the image below:

enter image description here

My Concern is this I want to show description right align to the dialog after the Image ends. Can i do this by some change in my code.

The updated Screen looks something Like the Image Below:

enter image description here

mFacebook.dialog(MyActivity.this, "feed",parameters, new FbDialogListener());

Where parameter is the object of Bundle contains all the values to be posted on Facebook.

There is the same issue with Iphone SDK too.

like image 873
Krishnakant Dalal Avatar asked Dec 13 '25 04:12

Krishnakant Dalal


1 Answers

You can't do this, the dialogs are rendered from Facebook's side, as is the content itself once posted. You also appear to have attempted to embed HTML in the description, this will also not work as Facebook will not render client-supplied HTML in their interface.

like image 72
Igy Avatar answered Dec 15 '25 17:12

Igy



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!