gatsby-plugin-hn
Loads the hacker news JavaScript for embedding hn’s post.
Inspiration
Install
npm install gatsby-plugin-hn
plugins: [`gatsby-plugin-hn`];
How to Use
- Put the following code to your component:
<div class="hn-card" data-id="25426185">
</div>