The Twitter devs vetoed that idea back in 2009 -- too much spam potential. Here’s my 5-minute effort anyway:
http://www.wmorgan.net/lw_twitter.html
I don’t have a Twitter account so the page isn’t tested, but it looks like it works—give it a second to load, though.
Edit: The following JavaScript will turn all Twitter links on this page into follow links. Couldn’t figure out how to make a bookmarklet in markdown:
jQuery('a[href*="twitter.com“]’) .addClass(“twitter-follow-button”); jQuery(document.createElement(“script”)) .attr({”id”: “twitter-wjs”, “src”: ”//platform.twitter.com/widgets.js“}) .appendTo(“head”);
After the addition I just made, my list contains 58 items, and yours contains 47. If you feel like updating. (Also, I removed one, because William Eden deleted one of his accounts.)
Step by step:
Open your chrome browser and press F12
Click on ‘Scripts’
Down corner on the left, Click in the icon to “show console”
Paste the code and press enter. The page will seem to reload and the magic will happen.
By the way, thanks for the code
That was ridiculously helpful. Everybody; this works.
The Twitter devs vetoed that idea back in 2009 -- too much spam potential. Here’s my 5-minute effort anyway:
http://www.wmorgan.net/lw_twitter.html
I don’t have a Twitter account so the page isn’t tested, but it looks like it works—give it a second to load, though.
Edit: The following JavaScript will turn all Twitter links on this page into follow links. Couldn’t figure out how to make a bookmarklet in markdown:
After the addition I just made, my list contains 58 items, and yours contains 47. If you feel like updating. (Also, I removed one, because William Eden deleted one of his accounts.)
Step by step:
Open your chrome browser and press F12
Click on ‘Scripts’
Down corner on the left, Click in the icon to “show console”
Paste the code and press enter. The page will seem to reload and the magic will happen.
By the way, thanks for the code
That was ridiculously helpful. Everybody; this works.