Is there open-source code for making 'link preview' text and icons, like in facebook? [closed] Is there open-source code for making 'link preview' text and icons, like in facebook? [closed] jquery jquery

Is there open-source code for making 'link preview' text and icons, like in facebook? [closed]


Embedly provides a powerful API to convert standard URLs into embedded videos, images, and rich article previews.I Searched and found an easy way to do it.

Just make a Get request to http://api.embed.ly/1/oembed?url=YOUR-URL . You will find everything in json Format.


After a bit of Googling I found this for you.

It should take you through the steps on how to create something similar to Facebook share previews.


Have a look at bootstrap-linkpreview js library as well. It should fit exactly your needs.