PHPackages                             innocode-digital/wp-block-social-share - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. innocode-digital/wp-block-social-share

Abandoned → [wp-digital/wp-block-social-share](/?search=wp-digital%2Fwp-block-social-share)Wordpress-plugin[Utility &amp; Helpers](/categories/utility)

innocode-digital/wp-block-social-share
======================================

Links to share current post to most used social such as Facebook, Twitter, Email, LinkedIn.

2.5.1(3y ago)0741GPL-2.0+PHPPHP &gt;=7.1

Since Dec 15Pushed 3y ago10 watchersCompare

[ Source](https://github.com/wp-digital/wp-block-social-share)[ Packagist](https://packagist.org/packages/innocode-digital/wp-block-social-share)[ RSS](/packages/innocode-digital-wp-block-social-share/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (14)Used By (0)

Social Share Block
==================

[](#social-share-block)

### Description

[](#description)

Links to share current post to most used social such as Facebook, Twitter, Email, LinkedIn.

### Demo

[](#demo)

[Social Share Block](https://demo.wpd.digital/social-share-block/)

### Install

[](#install)

- Preferable way is to use [Composer](https://getcomposer.org/):

    ```
    composer require wp-digital/wp-block-social-share

    ```
- Alternate way is to clone this repo to `wp-content/plugins/`:

    ```
    cd wp-content/plugins/
    git clone git@github.com:wp-digital/wp-block-social-share.git

    ```

Activate **Social Share Block** with [WP-CLI](https://make.wordpress.org/cli/handbook/)`wp plugin activate wp-block-social-share` or from **Plugins** page.

### Documentation

[](#documentation)

Add, change or remove social with hook `wpd-block-social-share-socials`. If new social added then its URL needs to be implemented via `wpd-block-social-share-$social-url` filter. **Example**:

```
add_filter( 'wpd-block-social-share-socials', function ( array $socials ) : array {
	unset( $socials['linkedin'] );

	$socials['pinterest'] = [
		'label' => esc_html__( 'Share on Pinterest', 'your-text-domain' ),
		'icon'  => '',
	];

	return $socials;
} );

```

```
add_filter( 'wpd-block-social-share-pinterest-url', function ( string $url, int $post_id ) : string {
	return add_query_arg( [
		'url'  	      => get_the_permalink( $post_id ),
		'description' => get_the_title( $post_id ),
	], 'https://pinterest.com/pin/create/button/' );
}, 10, 2 );

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~46 days

Recently: every ~131 days

Total

13

Last Release

1107d ago

Major Versions

1.1.0 → 2.0.02022-01-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/5b52f801a1cdb5f6622a9e49f4359717b1808ca23e948a243eae225f55e2c7eb?d=identicon)[smfb-dinamo](/maintainers/smfb-dinamo)

---

Top Contributors

[![kuliebiakin](https://avatars.githubusercontent.com/u/6066592?v=4)](https://github.com/kuliebiakin "kuliebiakin (17 commits)")[![acidx2920](https://avatars.githubusercontent.com/u/16131458?v=4)](https://github.com/acidx2920 "acidx2920 (3 commits)")

---

Tags

blockgutenberg-blockssocial-sharewordpress-plugin

### Embed Badge

![Health badge](/badges/innocode-digital-wp-block-social-share/health.svg)

```
[![Health](https://phpackages.com/badges/innocode-digital-wp-block-social-share/health.svg)](https://phpackages.com/packages/innocode-digital-wp-block-social-share)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.5k10](/packages/helsingborg-stad-municipio)[mautic/core

Mautic Open Source Distribution

10.0k2.6k9](/packages/mautic-core)[mediawiki/maps

Adds various mapping features to MediaWiki

84152.3k3](/packages/mediawiki-maps)[starcitizentools/citizen-skin

A beautiful, usable, responsive MediaWiki skin with in-depth extension support. Originally developed for the Star Citizen Wiki.

3376.6k](/packages/starcitizentools-citizen-skin)[civicrm/civicrm-drupal-8

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

19251.4k3](/packages/civicrm-civicrm-drupal-8)[altis/core

Core module for Altis

19228.0k3](/packages/altis-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
