Β· confetti Β· 1 min read Β· Save it πŸ‘‰

How to add confetti to a website 😁

This is a post about how to add confetti to your website, using ghost as an example.

This is a post about how to add confetti to your website, using ghost as an example.

Well, this one is a rather easy.

For Ghost CMS as an example - all you needed to do, is embed the following within a html block and you’re done! For other websites, you can run in a block similarly however, note that this varies quite considerably from framework to framework.

<script src="https://www.wpromotions.eu/confetti.min.js"></script><script>confetti.start()</script>

If done correctly, you should have confetti appearing - like it is right here, right now (might have to reload the page)…

Share:
Back to Blog