shobhitsharma / embedo

Embeds third party content to DOM with perks 🧙‍♀️ (7kb gzip / standalone)
https://shobhitsharma.github.io/embedo
MIT License
348 stars 32 forks source link

Support for Reddit? #16

Closed haideralipunjabi closed 5 years ago

haideralipunjabi commented 5 years ago

Can you please add support for Reddit? It uses the following url: https://embed.redditmedia.com/widgets/embed?url= I couldn't find any official documentation for it.

shobhitsharma commented 5 years ago

Hi Haider, I've checked for reddit support, it seems they used third party support from embedly to embed their stuff which is sort of unofficial, but does integrated within. I will try to add a mixin support so external services can be added using existing embedo methods.

shobhitsharma commented 5 years ago

@haideralipunjabi I added support for reddit. See an example implementation here.