Skip to content

Commit

Permalink
feat: add "buy me a coffee" widget
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopamio committed Nov 3, 2020
1 parent 4a05505 commit 952937a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ _(Pictue and option setting for this one comming in future releases)_
* [ ] Example comparisons.
* [ ] Client-side calculation option (for privacy concerns)
* Monetization:
* [ ] BuyMeACoffee integration.
* [x] ~~BuyMeACoffee integration.~~
* [ ] AdSense integration.
* Other:
* [x] ~~Do a proper README.md beyond the badges galore.~~
Expand Down
11 changes: 11 additions & 0 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ const CommonHead = () => (
};heap.load("1441164514");`,
}}
/>
<script
data-name="BMC-Widget"
src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js"
data-id="diegopamio"
data-description="Support me on Buy me a coffee!"
data-message="If this was helpful for you, you can support me by buying me a coffee"
data-color="#12b7e3"
data-position="left"
data-x_margin="18"
data-y_margin="18"
/>
</Head>
);

Expand Down

1 comment on commit 952937a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit 952937a is built and deployed to Vercel.

Preview: https://json-similarity-score-5fpsbzsxt.vercel.app

This commit has been automatically deployed with vercel-deployment

Please sign in to comment.