Particle Backgrounds WP lets you easily add cool particle-style backgrounds to any page.
Add the particles.js JavaScript library to add cool particle effects to any WordPress page ( demo: https://particlebackground.com/ ).
Uses shortcode or easy options for adding to the front page or blog page of WordPress.
Fully customize the particles using your own JSON or the built in color & density settings
Leave a comment in the support forum for any suggestions or bugs.
Add particle background to home or blog pages with one click
Add particle background to any page using shortcodes
Customize the background color and dot color
Add any HTML just like a WordPress post to display on top of the particle background (optional)
/wp-content/plugins/
directoryMethod 1: Add a directory in your theme called particle-background-wp
and copy your particlesjs-config.json
file to that folder. The json will automatically be loaded.
Method 2. Add a filter rn-pbwp-custom-json
that returns a JSON string of the config.
Method 1: Use the one-click buttons to add particle background to your Blog or Home pages
Method 2: Insert the shortcode [particle-background-wp]
on the page you want to add a particle background to.
Method 3: Use the filter rn-pbwp-enqueue
to return true to add particle background to a page.