pavelk2 / social-feed

JavaScript plugin that shows a user feed from the most popular social networks
http://pavelk2.github.io/social-feed-example/
MIT License
962 stars 304 forks source link

Use Twitter id_str instead of id #168

Closed martijngastkemper closed 8 years ago

martijngastkemper commented 8 years ago

When I tried to create a Twitter only feed based on social-feed I noticed that the id was wrong. After some research I found a page on dev.twitter.com where the difference between id and id_str is explained.

It's a simple change but now it's possible to create e.g. like or retweet links.

martijngastkemper commented 8 years ago

Hi @pavelk2 Could you take a look at this?