Could you please help me to create hypertext link for using Getpocket ?
Initially, I tried to put buttons on my website. But the problem is that I need to publish tens of buttons on the home of my web application. But then, it was loading extremely slowly and sometimes, the buttons were not showing up.
That's why I'm looking for an alternative, with the use of hypertext link instead.
I tried something like that without the javascript part but it wasn't working...
<a href="https://getpocket.com/save"
class="pocket-btn" data-lang="en"
data-save-url="http://yourDomain.com/the/page/to/save.html">
Pocket
</a>