Open
Description
Category
[ x ] Enhancement
[ ] Bug
[ ] Question
Request
This is more of a request for help making a react component that might end up here so I'm posting in this repo instead of the general one.
Old non-react Twitter feed repo
I'm looking for a twitter feed component and found one in OliverCC that is not react, is pretty old and I was not able convert it into a regular component on my own.
My attempt converting it
Since I've never really built a new react component from scratch myself (only copied/modified), I tried to hack one together without getting any outright errors.
My biggest hurdle... wiring up the widget (I think)
But I do not know if it's correct and I do not know where or how to put this line of code which calls the js widget library: twttr.widgets.load();
Summary gist of my logic
My gist with a summary of my conversion
If anyone has any ideas, I would be greatful :)
Thanks