WiderrufButton · WordPress
Right of Withdrawal Button for WordPress
WordPress is the most widely used CMS in the world. The WiderrufButton widget can be added via the Theme Editor or a plugin such as WPCode in just a few minutes — no coding skills required.
Install in 3 steps
Open the Theme Editor
In your WordPress admin, navigate to Appearance → Theme File Editor. In the right-hand column, select the "footer.php" file.
Insert the script tag
Paste the WiderrufButton code directly before the closing </body> tag. Make sure you insert your personal widget key.
Save & verify
Click "Update File" and open your shop on the front end. The right of withdrawal button should now be visible.
The script tag
<!-- Replace YOUR_WIDGET_KEY with your personal key from the dashboard -->
<script
src="https://widerrufbutton.net/widget/v1/wh.js"
data-shop-id="YOUR_WIDGET_KEY"
data-position="fixed-bottom-left"
data-lang="auto"
async defer
></script>Alternatively, you can use the free "WPCode – Insert Headers and Footers" plugin to add the code without the Theme Editor. This way, the code is preserved even when your theme is updated.
Frequently asked questions
Which WordPress plan do I need?
With self-hosted WordPress (wordpress.org), any plan works. With wordpress.com, at least the Business plan is required, as it is the only one that allows custom scripts.
Will the widget survive a theme update?
If you add the code via a plugin like WPCode, yes. If you edit footer.php directly, a theme update can overwrite the code. In that case, use a child theme.
Does the widget work with Gutenberg and Elementor?
Yes. The widget is loaded in the HTML footer and is independent of the page builder you use. It works with Gutenberg, Elementor, Divi, and all other builders.