PHPackages                             wp-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. wp-digital/wp-block-social-share

ActiveWordpress-plugin

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

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

2.5.1(2y ago)1731GPL-2.0+PHPPHP &gt;=7.1

Since Dec 15Pushed 2y ago10 watchersCompare

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

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 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

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

1054d 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/wp-digital-wp-block-social-share/health.svg)

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

###  Alternatives

[elgg/elgg

Elgg is an award-winning social networking engine, delivering the building blocks that enable businesses, schools, universities and associations to create their own fully-featured social networks and applications.

1.7k15.7k4](/packages/elgg-elgg)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

44643.1k1](/packages/pressbooks-pressbooks)[johnbillion/user-switching

Instant switching between user accounts in WordPress and WooCommerce.

19768.3k2](/packages/johnbillion-user-switching)[rainlab/blog-plugin

Blog plugin for October CMS

17257.7k](/packages/rainlab-blog-plugin)[rainlab/user-plugin

User plugin for October CMS

11954.3k13](/packages/rainlab-user-plugin)[starcitizentools/citizen-skin

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

3164.5k](/packages/starcitizentools-citizen-skin)

PHPackages © 2026

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