Shared-Counts
Shared-Counts copied to clipboard
WordPress plugin that leverages SharedCount.com API to quickly retrieve, cache, and display various social sharing counts.
## Plugin version 1.5.0 ## Current Behavior  ## Expected Behavior If we can have the option for mastodon it would be very nice ## Possible Solution ## Steps to...
In #130 we replaced `esc_attr()` with `esc_url()`, which broke the print button link because it used JavaScript ([see code](https://github.com/jaredatch/Shared-Counts/blob/cf15d6fb9d1a4f8b19c74395ddbcb329e20f4d91/includes/class-shared-counts-front.php#L463)). We either need to revert this change or update the print...
I am using shared counts on a Wordpress website built with Kadence theme and using Kadence blocks. Shared counts works for native posts but not for the custom post types...
Bumps [minimist](https://github.com/minimistjs/minimist) and [mkdirp](https://github.com/isaacs/node-mkdirp). These dependencies needed to be updated together. Updates `minimist` from 1.2.0 to 1.2.8 Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Added functionality to auto fill logged in user's name and email for the email form. ## Description Get the user details and if the user passes the logged in check...
We should consider and discuss hiding the share count span if the current button is not in `admin->query_services()`. https://github.com/jaredatch/Shared-Counts/blob/develop/includes/class-shared-counts-front.php#L627 Only reason that we should maybe not do this, would be...
Add WP-CLI functionality `wp shared-counts display 123` Display shares for single post `wp shared-counts popular --count=100` Display most popular posts `wp shared-counts update 123` Update share counts for a single...
Originally reported here: https://github.com/jaredatch/EA-Share-Count/issues/102 > I've never done it, but seems like adding custom CLI commands is fairly straightforward. It would be cool to "prime the pump" and preload/update share...