scotch-io / react-tweets

Code repository for the tutorial by @kenwheeler: Build A Real-Time Twitter Stream with Node and React.js
http://scotch.io/tutorials/javascript/build-a-real-time-twitter-stream-with-node-and-react-js
697 stars 340 forks source link

Make URLs clickable #2

Open fagnercarvalho opened 9 years ago

fagnercarvalho commented 9 years ago

What you think to make the URLs in the tweets clickable? A script that does just that: https://github.com/bryanwoods/autolink-js. Its very simple but can do the job.

fagnercarvalho commented 9 years ago

Another good example that works with Twitter handles too: https://github.com/gregjacobs/Autolinker.js.

filipblaauw commented 9 years ago

Anyone have a fork including Autolinker.js?

patilshilpa commented 9 years ago

tweets are coming in local host but not show in my mongodb how i have shows tweets in my mongodb console i am getting error when i connect to mongo 2015-04-09T12:10:37.866+0530 ReferenceError: tweets is not defined. how i have to slove this error