Description
SMNTCS Pinterest Save Button adds the official Pinterest Save button to the images on your site. The button appears when a visitor hovers an image, so your visitors can pin your pictures to their Pinterest boards.
Features
- Show the Save button when visitors hover an image
- Choose a round or a large button
- Choose the post types that show the button, for example only posts and not pages
- Turn the button off on the home page, archives, search results and profile pages
- Developers can use the smntcs_pinterest_save_button_display filter for full control
Screenshots


Appearance → Customize.
Installation
- Upload
smntcs-pinterest-save-buttonto the/wp-content/plugins/directory. - Activate the plugin through the
Pluginsmenu in WordPress. - Go to
Appearance»Customize. - Activate the Pinterest Save Button.
- Adjust settings based on your needs.
FAQ
-
Yes. Go to Appearance, then Customize, then Pinterest Save Button. Untick the post types that should not show the button, and untick “Show on all other pages” to hide it on the home page, archives and similar pages.
-
Yes. Return false from the smntcs_pinterest_save_button_display filter to hide the button:
add_filter( 'smntcs_pinterest_save_button_display', function ( $display ) { return is_singular( 'post' ) ? $display : false; } );
Reviews
There are no reviews for this plugin.
Contributors & Developers
“SMNTCS Pinterest Save Button” is open source software. The following people have contributed to this plugin.
Contributors“SMNTCS Pinterest Save Button” has been translated into 4 locales. Thank you to the translators for their contributions.
Translate “SMNTCS Pinterest Save Button” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.0 (2026.09.26)
- Test up to WordPress 7.1
- Update development dependencies and GitHub Actions
- Choose the post types that show the Save button
- Choose whether the button shows on the home page, archives and other pages
- Add the smntcs_pinterest_save_button_display filter
- Add a settings link to the plugins page
- Load the Pinterest script over HTTPS
1.9 (2026.08.14)
- Test up to WordPress 7.0
1.8 (2025.03.23)
- Test up to WordPress 6.8
1.7 (2023.12.24)
- Test up to WordPress 6.4
1.6 (2022.12.03)
- Test up to WordPress 6.1
1.5 (2020.01.02)
- Test up to WordPress 5.3
1.4 (2019.12.30)
- Test up to WordPress 5.2
1.3 (2019.06.30)
- Test up to WordPress 5.1
1.2 (2019.02.19)
- Correct text domain
1.1 (2019.01.14)
- Add text domain
1.0 (2016.07.20)
- Initial release
