Added long overdue social proof to main site

Twitter's widget.js is crazy slow! Stuff I did to speed it up:
- had to add "defer" attribute to the script
- place script at body end
- experimenting with IntersectionObserver API to lazy load script upon scroll point