موحتوایا گئچ
WordPress.org

تورکجه

  • Themes
  • Plugins
  • News
  • About
  • بیزیمله تماس
  • لغت نامه
  • Get WordPress
Get WordPress
WordPress.org

Plugin Directory

Frizzly – Social Share Buttons

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

Frizzly – Social Share Buttons

By Abhishek Kumar
Download
  • Details
  • Reviews
  • Development
Support

Description

If you use many different plugins to add social media share buttons to your website, most likely each plugin has its own images and your website looks inconsistent. Frizzly is here to fix that. Frizzly allows you to share your posts on multiple social networks: Facebook, Twitter, Pinterest, Linkedin and more. You can easily choose on which pages the share buttons should show up and where they should be placed.

Features:

  • add share icons before and after the content of your posts
  • add share icons over images (especially useful for websites that use images extensively)
  • choose only share buttons that you need
  • don’t show share buttons on certain pages (e.g. your home page)

Third-party libraries

This plugin bundles the following libraries, all under GPL-compatible licenses:

  • Font Awesome 4.6.3 – font under SIL OFL 1.1, CSS under MIT – https://fontawesome.com
  • AngularJS 1.5.8 and ngSanitize – MIT – https://angularjs.org
  • angular-tooltips – MIT
  • angular-drag-and-drop-lists – MIT
  • jquery-modal – MIT

The image attribute handling in the image module is adapted from the Photo Protect plugin, and the attachment-ID-by-URL helper is adapted from a snippet by Frankie Jarrett; both are credited in the source.

Screenshots

Share buttons on hover.
Share buttons on hover.
Share buttons after post.
Share buttons after post.
Settings screen
Settings screen

FAQ

Where do I report bugs, improvements and suggestions?

Please report them in the plugin’s support forum on WordPress.org.

Is the JavaScript in this plugin minified or obfuscated?

No. js/frizzly.client.js, js/frizzly.admin.js and js/frizzly.meta.js are Browserify bundles, shipped unminified and unobfuscated. Every module is included inline in readable form, with its original relative path recorded in the bundle’s dependency map, so the full source of the plugin’s own code is present in the download and can be read and audited directly. The original build toolchain is being restored so that a separate source tree and build configuration can ship alongside the bundles in a future release.

Reviews

so close to being the perfect sharing app… (using v0.34)

davbot ژانویه 25, 2017
THe prior version worked with DIVI latest version and latest version WP, unfortunately frizzly 1.01 does not. Neither version would show on DIVI lightbox, but im cool with that and hope one day it will. Some work could be done for touch screen, say on 980px and under a way to either disable, use hover, or static with 50% transparency since hover is great for mice 🙂 filetype exclusions would also be a great method of filtration as well, some people are inexperienced in theme modifications so getting classes to output in a lot of modern themes can prove challenging. Having another variable to work with could be advantageous such as ignore PNG. A third suggestion would also be having the option of what is shared as well, either direct image URL, link to post or img anchor, media page, or even page shared from, great for pushing your blogroll page out. I hope to see further advancement in this plugin as its fantastically simple.

Version 1 ruined it

danmiller ژانویه 10, 2017
Was using this plugin on TONS of websites. Don’t update it. It will break whatever you customized! Also, it’s not working on image hover. Fix this plugin ASAP!

Good plugin

sorin_gheorghita سپتامبر 10, 2016
It does what it has to do. Attention! for lightbox gallery users, or other js gallery users, please note that you have to inspect the image (using browser inspector) and add the image class into the plugin settings. Also you should be aware, that there could be other containers over the image and you can’t hover on the image, only if you hide those from css.

Decent Plugin

Shellethics سپتامبر 3, 2016
Decent plugin. Adds a nice and neat Pinterest button to the corner of certain images (size defined). Would be awesome if a Yummly icon was incorporated for the food bloggers out there.

wanted to like it.

Erick سپتامبر 3, 2016
Not working. It’s better the other plugin by the same author. Jquery Pin it button works flawlessly with my theme. Frizzly unfortunately does not work as well.

Fixed major problem; Still room for improvement

fduniho سپتامبر 3, 2016
Thanks to a bug in Frizzly, I got the clue I needed to figure out how to set the Twitter message beforehand, and with some additional searching, I figured out how to get Frizzly to post the image it is associated with to Twitter. Earlier today, I noticed that my excerpts didn’t look right, and I traced the problem to Frizzly. I had checked “Download image description and caption from Media Library” and it was rewriting my excerpts by replacing my IMG attributes with Frizzly IMG attributes. So I unchecked this, and I did some testing of the code Frizzly added to my excerpts. Before the IMG tag, it put an INPUT tag with some more attributes, and the data-frizzlyPostTitle attribute turned out to be the one that would replace the post title in the Twitter message it composes. But I still needed a place to store the information I wanted to assign to that attribute. I finally figured out how to get data from the WordPress metadata for an image. I then uploaded an image to Twitter, got its short URL from Twitter by pretending to retweet from my other account, put that into the image’s caption field with a short message, and tweeted it. Thanks to some PHP code I wrote for retrieving the image caption and writing it to the data-frizzlyPostTitle attribute, I was able to tweet the image associated with the Twitter button, and it shows up on Twitter without any need to click on it to view it. This was my biggest issue with this plugin. My other issue is that Facebook will work with only one image, the one defined in the meta data as og:image, assuming it is at least 200×200 pixils in size, but Pinterest and Twitter can work with any number of separate images on a page. So, there needs to be a way to specify on a per image basis which buttons to hover over an image. I propose being able to define a separate image selector for each button. Until this is fixed, I’m keeping the author’s previous plugin, jQuery Pin It Button For Images Options, around in case I want to add Pinterest support for additional images. Also, I am using Frizzly only in hover mode. The shortcodes have not proven useful to me. They display poorly. I’m not sure what the Lightbox module is for. It is not well-documented and doesn’t seem to do anything.
Read all 21 reviews

Contributors & Developers

“Frizzly – Social Share Buttons” is open source software. The following people have contributed to this plugin.

Contributors
  • Abhishek Kumar

Translate “Frizzly – Social Share Buttons” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.1.1

  • Released 2026-08-09
  • Security: fixed a reflected cross-site scripting issue in the admin notice shown when no modules are active (CVE-2025-30554). The notice’s dismiss link was built from the current request URI; it now uses an explicit admin URL.
  • Security: escaped the Open Graph and Twitter meta tags added to the site head, which previously output post-specific social settings unescaped.
  • Security: escaped all output on the post editor’s Frizzly meta box and sanitised those fields on save.
  • Security: the settings screen now validates the requested tab against the registered tabs instead of trusting the query string.
  • Security: hardened the share-by-email endpoint (missing post check, sender domain no longer derived from the Host header).
  • Hardening: translated strings used as inline templates in the settings screen are sanitised and no longer evaluated as AngularJS expressions.
  • Fixed: the plugin bootstrapped during plugin load, which made WordPress load its text domain before the init action. On WordPress 6.7+ this produced a “triggered too early” notice and, with debug display enabled, sent output early enough to break admin redirects.

1.1.0

  • Released 2017-01-30
  • Simplified settings panel
  • Added welcome screen

1.0.1

  • Released 2017-01-08
  • Fixed 1.0.0 require_once issue

1.0.0

  • Released 2017-01-07
  • Complete rewrite of the plugin – more networks, new options and renewed settings panel.

0.34

  • Released 2014-11-22
  • New: added custom CSS field in advanced options
  • Enhancement: the plugin now uses transients instead of constantly downloading all button sets, themes and shortcodes from database
  • New: added support for image caption for Pin description
  • New: possibility to style hovered image

0.33

  • Released 2014-11-11
  • New: added horizontal orientation to hover module

0.32

  • Released 2014-11-06
  • Fix: changed get_the_permalink -> get_permalink
  • New: added filter to ignore post types

0.31

  • Released 2014-10-23
  • New feature: Pinterest description can be taken from image description from Media Library
  • Fix: fixed issue with too long image descriptions in lightbox
  • Fix: disabled the plugin for feeds

0.30

  • Released 2014-10-21
  • New feature: advanced settings that allow the user to change some settings that are not available in the settings panel
  • Few small fixes and changes

0.22

  • Release 2014-10-15
  • Fix: Pin description now works properly when pinning from lightbox

0.21

  • Release 2014-10-10
  • Fix: Themes with icons in sizes other 48×48 now should work properly
  • New feature: use full-sized images if they are linked to the image

0.20

  • Release 2014-10-07
  • Added shortcode support

0.12

  • Release 2014-09-14
  • Added theme support

0.11

  • Release 2014-08-10
  • Code changes for PHP 5.3 compatibility

0.1

  • Release 2014-08-03
  • First version of the plugin

Meta

  • Version 1.1.1
  • Last updated 2 هفته‌لر ago
  • Active installations 300+
  • WordPress version 4.7 or higher
  • Tested up to 7.0.4
  • PHP version 7.4 or higher
  • Language
    English (US)
  • Tags
    facebookPinterestshare buttonssocial sharingtwitter
  • Advanced View

Ratings

4.2 out of 5 stars.
  • 12 5-star reviews 5 stars 12
  • 4 4-star reviews 4 stars 4
  • 2 3-star reviews 3 stars 2
  • 0 2-star reviews 2 stars 0
  • 2 1-star reviews 1 star 2

Your review

See all reviews

Contributors

  • Abhishek Kumar

Support

Got something to say? Need help?

View support forum

  • About
  • News
  • Hosting
  • Privacy
  • Showcase
  • Themes
  • Plugins
  • Patterns
  • Learn
  • Support
  • Developers
  • WordPress.tv ↗
  • Get Involved
  • Events
  • Donate ↗
  • Swag ↗
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

تورکجه

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Visit our Facebook page
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
کد شعر کیمی‌دیر.
The WordPress® trademark is the intellectual property of the WordPress Foundation.