Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upQuestions about Likes are welcome #1
Comments
This comment has been minimized.
This comment has been minimized.
|
BTW, I haven't written a lot of docs yet, because I'm not sure how much people will need, or on what topics. I think the code is easy enough to crib. Also not sure if other people will want to run a server. |
This comment has been minimized.
This comment has been minimized.
dodyg
commented
Nov 26, 2018
|
I love this feature "These are the items you've liked...". I think it would be neat if this information can be aggregated across participating likes servers. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Likes first appeared on Scripting News 19 days ago.If you have questions or comments you can post them here. I'm interested in knowing what you think. |
This comment has been minimized.
This comment has been minimized.
kevinctofel
commented
Nov 30, 2018
|
I LOVE the feature(s). For some reason, I can't "like" a post though. Have tried a few times on my Chromebook, which uses the Chrome browser, obviously. I get through the Twitter authorization and when I come back to click a "like", I get pushed back to the Twitter authorization. Could be an issue specific to me but wanted to mention. Happy to troubleshoot or provide additional information. |
This comment has been minimized.
This comment has been minimized.
|
Hey Kevin, glad you love the feature. I'm going to build on it because it's such a hit (I love it too). Here's what's probably going wrong. It depends on localStorage to store the info that Twitter sends us after you log in. https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage I tried doing a search to see if there are any issues re localStorage on Chromebooks, but didn't come up with anything. Is it possible you have cookies turned off? Sometimes that also turns off localStorage. I can put together a simple test page to determine if that's the problem. |
This comment has been minimized.
This comment has been minimized.
kevinctofel
commented
Nov 30, 2018
|
Thanks - I doubled checked and Cookies are enabled / allowed for all sites. I then turned that setting off and renabled it. Fixed! :) |
This comment has been minimized.
This comment has been minimized.
|
The usual remedy. ;-) |
This comment has been minimized.
This comment has been minimized.
cbasturea
commented
Dec 1, 2018
|
I'd love to be able to go to the Links tab of scripting.com and 'like' the links that you share in that page. |
This comment has been minimized.
This comment has been minimized.
|
@cbasturea -- that's an idea that hasn't come up yet. Will think about it... |
This comment has been minimized.
This comment has been minimized.
|
Lots of changes today, mostly tweaks and must-have options -- http://scripting.com/2018/12/02/154005.html Dave |
This comment has been minimized.
This comment has been minimized.
sabre23t
commented
Jan 22, 2019
|
Just reporting what I needed to do today to get Likes to work . I was wondering why clicking on hollow thumb, doesn't make it turn filled thumb. Hovering on the numbers shows me list of likers. Opening an incognito mode page, and clicking on hollow thumb, triggers request twitter connection authorization. And subsequent click on the thumb works. I then manually deleted all cookies and local storage for scripting.com site from my chrome browser. Refreshed the page. And clicking the thumb works, after request for twitter connection authorization was completed. I'm just wondering whether this error/problem can be made more apparent to the user. |
This comment has been minimized.
This comment has been minimized.
|
Next time you get into a situation where it doesn’t work, open the
JavaScript console and see if there are any error messages, and include
that info in your report.
…On Tuesday, January 22, 2019, sabre23t ***@***.***> wrote:
Just reporting what I needed to do today to get Likes to work .
I was wondering why clicking on hollow thumb, doesn't make it turn filled
thumb. Hovering on the numbers shows me list of likers.
Opening an incognito mode page, and clicking on hollow thumb, triggers
request twitter connection authorization. And subsequent click on the thumb
works.
I then manually deleted all cookies and local storage for scripting.com
site from my chrome browser. Refreshed the page. And clicking the thumb
works, after request for twitter connection authorization was completed.
I'm just wondering whether this error/problem can be made more apparent to
the user.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABm9O2rJuvuxDQhBAP6TTGjuMkxKFB5jks5vFp4CgaJpZM4Ymg2c>
.
--
Typed on an iPad with fat fingers.
|
This comment has been minimized.
This comment has been minimized.
sabre23t
commented
Jan 22, 2019
|
Noted. Didn't think of opening the chrome Developers Tool's Console tab earlier. Just tried it. Likes worked and give following output. Will do similar if it happened again.
|
This comment has been minimized.
This comment has been minimized.
sabre23t
commented
Feb 10, 2019
|
Ahh ... Browsing scripting.com blog from my home PC today (usually do that from office PC, or android mobile). Again had problem with liking a post. Open an incognito tab, and managed to like successfully. Immediately thought the problem are with cookies. Without further thought, I deleted all the scripting.com cookies. Liking work ... Again I forgot to open the JavaScript console for error messages. Apologies. |
This comment has been minimized.
This comment has been minimized.
shellen
commented
Feb 13, 2019
|
Love this idea and had even registered postlike.com a few years ago for a similar service. In the last few months, I've been using Applause Button on my own site. https://applause-button.com Happy digging. |
This comment has been minimized.
This comment has been minimized.
|
@shellen -- what do they use for identity on Applause Button? Also what site do you use it on so I can see it in action?? |
This comment has been minimized.
This comment has been minimized.
shellen
commented
Feb 14, 2019
|
Using it on shellen.com example post: https://shellen.com/2018/10/25/fall-update.html and it is a no-auth solution with an upper limit of 10 claps (though I don't remember what it's limited by). Better sample here: https://blog.scottlogic.com/ |
scripting commentedNov 16, 2018
•
edited
I just announced this project on my blog.
Questions are welcome. This is the place to ask them.💥