No, i’m sorry it’s not possible right now, as clicking on the React button is ajax requesting them the first time.
Understandable.
What about having a hover instead of a click open the reactions bar on desktop?
Hover wouldn’t work on touch devices 🙂
Is there a way to code it only for non-touch devices?
Nowadays it seems difficult 😉
Would using the mobile detect script help?
http://mobiledetect.net/
I’m assuming there’s a line of code that tells wordpress to open the reactions bar upon clicking. If that’s the case, could you use an if statement or something like to make it click for desktop devices and hover for everything for phones and tablets?