1

is anyone tried to integrate a facebook post / photo with embedly?

I try to copy post / photo url from facebook: Post URL: Showing full article same as using "Embed post" from facebook. Photo URL: Showing only the exactly images, but not generated "title" and "description" parameter.

How can we accomplish this, is there any way to change parameter default value?

Thank you very much

mochadwi
  • 1,190
  • 9
  • 32
  • 87

1 Answers1

1

You have to use either facebook Embedded Post , Or you can use facebook SDK to get data from facebook.

Ofcourse Url to Image will embedd only image. And Url to complete post will embedd complete post.

Salman Aslam
  • 437
  • 3
  • 8
  • I see, thank you @Salman Aslam. Yeah, when I use the image post url, embedly only result as an image, without fetching the full article data e.g: title, description. Hopefully in the future, we can customize how image post can appear, either to show post detail or hide it. – mochadwi Oct 14 '15 at 08:37
  • Although you can use graph api to get these elements and manipulate them by yourself. – Salman Aslam Oct 14 '15 at 09:01