Comment on A Hacker News vote buttonComments−p4bl013yI may be missing something, but I don't understand the point of the step 2 in the README: why not just say to add the <script> tag directly?−eknkc13yThen any browser will try to load the script synchronously. This ensures asynchronous loading and if there is a problem with button server, it stays there.−p4bl013yOh, okay. Thanks.
Comments
I may be missing something, but I don't understand the point of the step 2 in the README: why not just say to add the <script> tag directly?
Then any browser will try to load the script synchronously. This ensures asynchronous loading and if there is a problem with button server, it stays there.
Oh, okay. Thanks.