-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Hi,
would be great, if the like-count would increase as a reaction of liking a content.
I haven't digged into shariff completely, but it seems to be not that sensefull to reload the count directly after pressing the button.
What about a little fake. Add a jQuery script, that increase the number by one. This would just change the interface to give the user direct feedback.
Sounds nice?
I guess I could write ne necessary script.
Something like: If a shariff button is pressed, search for the count box, get it's value, treat it like a integer, increase by one, write the new value.
Hm - maybe it should listen for the closing-event of the sharing box. If canceled, do nothing. If closed properly, increase.
What's your opinion on this idea?