ritz078 / ng-embed

An AngularJS filter/directive for embedding emojis, media, maps, tweets, code and services
http://riteshkr.com/ng-embed
MIT License
122 stars 35 forks source link

Website links preview #22

Closed rkimaoui closed 8 years ago

rkimaoui commented 9 years ago

Hello there,

Thx for this great directive ! You've done a good job.

Website links preview will be a great addition (like in facebook and linkedin).

Could you please add it in the next release ? :smile:

ritz078 commented 8 years ago

That is a tricky thing to do as you can directly get a website's data . You also need a backend for that.

tomalex0 commented 8 years ago

I'm trying to implement link preview using http://embed.ly/ or similar API. Can this logic be added as a plugin to existing code or do i need to change the base code itself?

ritz078 commented 8 years ago

currently its not supported. you can check embed.js instead for opengraph API support