React & Share Support Center

Contact Us

How can I get buttons on my WordPress site?

You have a few different option to get buttons working on your WordPress-powered websites.

Wordpress Plugin

We've got a WordPress plugin that you can download right from your WordPress dashboard.

Once you've installed it, grab your API Key from your React & Share dashboard settings and copy it into the plugin settings. By default, the buttons will show up on every post template.

Embed PHP script into templates

If you want more control over which pages are showing buttons, you can embed this script directly into your template code where you want the buttons to show up:

if (function_exists('rns_reactions')) { rns_reactions(); }

Shortcodes

You can use the shortcode [rns_reactions] in the Wordpress content editor itself to get buttons to display on just one page.