Title: Social Share Block – Social Sharing Buttons for Posts and Pages
Author: bPlugins
Published: <strong>11. december, 2021</strong>
Last modified: 28. juni, 2026

---

Søg plugins

![](https://ps.w.org/b-social-share/assets/banner-772x250.png?rev=3429422)

![](https://ps.w.org/b-social-share/assets/icon-128x128.png?rev=2642769)

# Social Share Block – Social Sharing Buttons for Posts and Pages

 Af [bPlugins](https://profiles.wordpress.org/bplugins/)

[Download](https://downloads.wordpress.org/plugin/b-social-share.2.2.2.zip)

 * [Detaljer](https://da.wordpress.org/plugins/b-social-share/#description)
 * [Vurderinger](https://da.wordpress.org/plugins/b-social-share/#reviews)
 *  [Installation](https://da.wordpress.org/plugins/b-social-share/#installation)
 * [Udvikling](https://da.wordpress.org/plugins/b-social-share/#developers)

 [Support](https://wordpress.org/support/plugin/b-social-share/)

## Beskrivelse

Share your website or pages on social networks and messaging apps. Social Share 
Block is a lightweight, Gutenberg-native solution designed to boost your social 
signals without slowing down your site.

Forget bulky scripts that bloat your page. Our block is built specifically for the
modern WordPress editor, giving you full control over how your share buttons look—
from colors and sizes to layouts and shadows. Whether you need a simple row of icons
or a vertical sidebar, you can set it up in seconds.

[Live Demos](https://bblockswp.com/demo/social-share-all-demo/) | [Pricing](https://bplugins.com/products/b-social-share/pricing/)
| [Support](https://bplugins.com/support/) | [Social Share](https://bplugins.com/products/b-social-share/)

#### Features

 * **Fully Customizable**: All the options you need to arrange the showcase to your
   liking are available here.

### ⭐ Key Features

 * 4 **Free** Social Share themes
 * 2 **Premium** Social Share themes in Pro
 * Popular Social Networks Support
 * Layout Direction – Row , Column
 * Lightweight & Fast – Optimized for speed and performance
 * Gutenberg Block support
 * Icon Size , Color , background-color customization option
 * Box-shadow & border customization
 * Shortcode support for any page or widget

### Available in the Premium Features

Upgrade to the Pro version for advanced social sharing features:

 * **Premium Share Themes**: Access animated icons and button styles with text labels.
 * **Interactive Hover Animations**: Add professional hover effects to improve user
   engagement.
 * **Social Network Labels**: Display network names like “Share on Facebook” to 
   improve click-through rates.
 * **Floating Social Share Bar**: Create sticky social sharing buttons with fixed
   or absolute positioning.
 * **One-Click Copy URL Button**: Let users quickly copy page links for easy sharing.

#### How to use

 * First, install the B Social Share plugin
 * Add the Social Share block from the block category called “Widgets” in the Gutenberg
   editor.
 * You can change block settings from the right-side settings sidebar.
 * Enjoy!
 * For installation help click on Installation Tab.

### Why Use Social Share Block?

 * Easily add social sharing buttons to WordPress posts and pages.
 * Increase social engagement and encourage visitors to share your content.
 * Improve content visibility across social media platforms.
 * Customize social share buttons without writing any code.
 * Lightweight Gutenberg block designed for better website performance.

### Common Use Cases

The Social Share Block is perfect for a wide range of WordPress websites:

 * Blogs and news websites to encourage article sharing
 * Business websites to increase social reach
 * Portfolio or personal websites to showcase content
 * Educational sites and tutorials for students
 * eCommerce stores to share product pages on social media

#### Feedback

Love the plugin? Want new features? Need support?
 We’d love to hear from you: 📩**
[Send your feedback](https://bplugins.com/support/)**

### Check out the Parent Plugin of this plugin-

[**B Blocks**](https://bblockswp.com) – A blocks collection and page building tool
for Gutenberg.

### Check out our other WordPress Plugins-

[**Html5 Video Player**](https://bplugins.com/products/html5-video-player/) – Display
videos as single and playlist in multiple skins.

[**PDF Poster**](https://bplugins.com/products/pdf-poster/) – Display/Embed PDF 
files with different styles.

[**Html5 Audio Player**](https://bplugins.com/products/html5-audio-player/) – Listen
audios with awesome visuals.

[**StreamCast**](https://bplugins.com/products/streamcast-radio-player/) – Customizable
radio player with different skins.

[**3D Viewer**](https://bplugins.com/products/3d-viewer/) – Embed 3D models and 
3D products with interaction.

[**Advanced Post Block**](https://bplugins.com/products/advanced-post-block/) – 
Show posts and custom posts in different layouts.

### Source Code

You can find the source code, report bugs, and contribute to the development of 
this plugin on our GitHub repository:
 [**Social Share Block on GitHub**](https://github.com/bPlugins/social-share-free)

### Build Instructions

To build the plugin from source, follow these steps:
 1. Clone the repository or
download the source code. 2. Navigate to the plugin directory. 3. Run `npm install`
to install dependencies. 4. Run `npm run build` to build the production assets.

### File Mapping

To understand how the source code maps to the compiled assets, see the list below:
–`
src/` – Source code for the Gutenberg block and admin interface. – `src/index.js``
build/index.js` (Main block script) – `src/view.js`  `build/view.js` (Frontend script)–`
src/shortcode/shortcode.js`  `build/shortcode.js` (Shortcode script) – `src/Admin/
Dashboard.js`  `build/admin-dashboard.js` (Admin dashboard script) – `build/` – 
Compiled and minified assets generated by the build process. – `inc/` – PHP files
for plugin functionality. – `assets/` – Static assets like images and fonts.

### External Services

This plugin bundles the following third-party JavaScript/PHP libraries.

#### YouTube

 * **Source:** https://www.youtube.com/
 * **Purpose:** Used to display documentation and tutorial videos in the admin dashboard.
 * **Privacy:** Loading or interacting with the video player connects to YouTube
   servers and is subject to YouTube’s privacy policy.

#### WeChat (Google APIs)

 * **Source:** https://chart.apis.google.com/
 * **Purpose:** Generates sharing QR codes via `chart.apis.google.com` for mobile
   scanning when WeChat sharing is clicked.
 * **Privacy:** Subject to Google’s privacy policy: https://policies.google.com/
   privacy.

### Third-Party Libraries

#### Immer

 * **Version:** 11.1.8
 * **Source:** https://immerjs.github.io/immer/
 * **GitHub:** https://github.com/immerjs/immer
 * **License:** MIT
 * **Purpose:** Used for managing immutable state in a more convenient way.

#### Font Awesome

 * **Source:** https://fontawesome.com/
 * **License:** SIL OFL 1.1 (Icons) / MIT (CSS)
 * **Purpose:** Used for social icons.
 * **Note:** The Font Awesome Free webfont files are licensed under the SIL OFL 
   1.1, which is GPL-incompatible. They are bundled as static design assets rather
   than linked software. All PHP/JS code in this plugin is under GPLv3+.

#### react-router-dom

 * **Source:** https://github.com/remix-run/react-router
 * **License:** MIT
 * **Purpose:** Used for managing navigation routing inside the admin dashboard.

#### bpl-tools

 * Source / GitHub: https://github.com/bPlugins/bpl-tools
 * License: GPL-2.0-or-later – https://www.gnu.org/licenses/gpl-2.0.html
 * Purpose: Shared utility library providing admin dashboard components and common
   Gutenberg editor controls.
 * External Services: The library may connect to bPlugins, WordPress.org, and Freemius
   services for product data and checkout functionality. See full details: https://
   github.com/bPlugins/bpl-tools#external-requests–why-they-are-made.

#### Freemius Lite SDK

 * **Version:** 2.2.0
 * **Source:** [https://bplugins.com/](https://bplugins.com/)
 * **GitHub:** [https://github.com/bPlugins/freemius-lite-sdk](https://github.com/bPlugins/freemius-lite-sdk)
 * **License:** GPL-2.0-or-later – [https://www.gnu.org/licenses/gpl-2.0.html](https://www.gnu.org/licenses/gpl-2.0.html)
 * **Purpose:** Provides an opt-in consent form for usage tracking and analytics
   to help improve the plugin. No data is sent before explicit user consent.
 * **External Services:** Communicates with `api.bplugins.com` (activation events)
   and `wp.freemius.com` (opt-in processing) only after user opt-in. See [bPlugins Privacy Policy](https://bplugins.com/privacy-policy)
   and [Freemius Privacy Policy](https://freemius.com/privacy/).

## Skærmbilleder

[⌊Social Share Admin Dashboard⌉⌊Social Share Admin Dashboard⌉[

Social Share Admin Dashboard

[⌊Add New Social Share (ShortCode)⌉⌊Add New Social Share (ShortCode)⌉[

Add New Social Share (ShortCode)

[⌊Default⌉⌊Default⌉[

Default

[⌊Theme One⌉⌊Theme One⌉[

Theme One

[⌊Theme Two⌉⌊Theme Two⌉[

Theme Two

[⌊Theme Three⌉⌊Theme Three⌉[

Theme Three

[⌊Theme Four⌉⌊Theme Four⌉[

Theme Four

[⌊Theme Five⌉⌊Theme Five⌉[

Theme Five

[⌊Gutenberg Block Support⌉⌊Gutenberg Block Support⌉[

Gutenberg Block Support

[⌊Gutenberg Block Settings⌉⌊Gutenberg Block Settings⌉[

Gutenberg Block Settings

## Blokke

Dette plugin giver 1 blok.

 *   Social Share Share your website/website-page link.

## Installation

#### From Gutenberg Editor:

 1. Go to the WordPress Block/Gutenberg Editor
 2. Search For **B Social Share**
 3. Click on the **Social Share** to add the block

#### Download & Upload:

 1. Download the **B Social Share** plugin (_.zip file_)
 2. In your admin area, go to the Plugins menu and click on **Add New**
 3. Click on **Upload Plugin** and choose the **`b-social-share.zip`** file and click
    on **Install Now**
 4. Activate the plugin and Enjoy!

#### Manually:

 1. Download and upload the **B Social Share** plugin to the **`/wp-content/plugins/`**
    directory
 2. Activate the plugin through the Plugins menu in WordPress

## FAQ

### Is B Social Share Block free?

Yes, B Social Share Block is a free Gutenberg block plugin.

### Does it work with any WordPress theme?

Yes, it will work with any standard WordPress theme.

### Can I change block settings?

Yes, you can change block settings from the Gutenberg block editor’s right sidebar.

### How many times can I reuse a block?

You can use unlimited times as you want.

### Where can I get support?

You can post your questions on the [support forum here](https://wordpress.org/support/plugin/b-social-share/)

## Anmeldelser

![](https://secure.gravatar.com/avatar/0f8ae56da9aca06f2c5843a178000ee543dd0cc586ae81114dc86742a707140a?
s=60&d=retro&r=g)

### 󠀁[Just what I needed](https://wordpress.org/support/topic/just-what-i-needed-1338/)󠁿

 [acdev242](https://profiles.wordpress.org/acdev242/) 6. august, 2024

I needed a super simple and fast way to add social network share buttons to our 
website’s news articles. The B Social Share plug-in fulfilled that need. I set it
up in minutes and can even embed it into a WP Pattern, combining it with additional
blocks for a straightforward drag-and-drop experience in our WP editor.

![](https://secure.gravatar.com/avatar/ca481b56965d51c2202d6b74d3e6567908a142d529dc39061546a1acef255af2?
s=60&d=retro&r=g)

### 󠀁[Not what I was looking for](https://wordpress.org/support/topic/not-what-i-was-looking-for-6/)󠁿

 [Lovro Hrust](https://profiles.wordpress.org/lovor/) 27. oktober, 2023

While this plugin may be somebody’s cup of tea, it’s not mine. I was looking for
a lightweight plugin as possible I could customize for my needs. While plugin has
many bells and whistles, it includes font awesome and it’s css (59 kb), it’s own
css, two javascripts…It does not follow block editor aestetics and interface seems
a bit complicated.Additionally, it does not provide javascript source code so developer
could customize it in block editor, while being declared as open-source (minified
javascript does not count as open-source)

![](https://secure.gravatar.com/avatar/6c48c6e325f5283b27596a06c4daef9f12a6b42d914b1aa53b24c8403093279e?
s=60&d=retro&r=g)

### 󠀁[অসাধারন](https://wordpress.org/support/topic/%e0%a6%85%e0%a6%b8%e0%a6%be%e0%a6%a7%e0%a6%be%e0%a6%b0%e0%a6%a8/)󠁿

 [hashinur9](https://profiles.wordpress.org/hashinur9/) 21. februar, 2022

একটি অসাধারন প্লাগিন।

 [ Læs alle 3 anmeldelser ](https://wordpress.org/support/plugin/b-social-share/reviews/)

## Bidragsydere & udviklere

“Social Share Block – Social Sharing Buttons for Posts and Pages” er open source-
software. Følgende personer har bidraget til dette plugin.

Bidragsydere

 *   [ bPlugins ](https://profiles.wordpress.org/bplugins/)
 *   [ Abu Hayat ](https://profiles.wordpress.org/abuhayat/)
 *   [ Charles Cormier ](https://profiles.wordpress.org/charlescormier/)
 *   [ Prosanta Roy ](https://profiles.wordpress.org/prosanta10/)

[Oversæt “Social Share Block – Social Sharing Buttons for Posts and Pages” til dit eget sprog.](https://translate.wordpress.org/projects/wp-plugins/b-social-share)

### Interesseret i udvikling?

[Gennemse koden](https://plugins.trac.wordpress.org/browser/b-social-share/), tjek
[SVN repository](https://plugins.svn.wordpress.org/b-social-share/), eller abonner
på [udviklerloggen](https://plugins.trac.wordpress.org/log/b-social-share/) via 
[RSS](https://plugins.trac.wordpress.org/log/b-social-share/?limit=100&mode=stop_on_copy&format=rss).

## Ændringslog

#### 2.2.2 – 2026-05-20

 * Fix: Removed all premium/trialware feature gating
 * Fix: Added source code repository link in readme
 * Fix: Corrected “Requires at least” version formatting to use major version numbers
 * Fix: Removed disallowed remote external script dependencies and loaded them locally
 * Fix: Added proper output escaping to shortcode callback return values for better
   security
 * Fix: Added `ABSPATH` checks to prevent direct file access in executable PHP files

#### 2.2.0 – 2026-03-29

 * **Update:** Improved block sidebar user interface for better usability
 * **Update:** Added new style customization options
 * **Update:** Minor UI improvements and code optimization

#### 2.0.1

 * Add New Dashboard

#### 2.0.0 – 2026-02-05

 * Updated with new a lot features and major updates of the plugin

#### 1.0.6 – 4 Aug 24

 * Add translate feature

#### 1.0.5

 * Add translate feature

#### 1.0.4

 * Social Item Overflow fix

#### 1.0.3

 * Reduce PHP Code
 * Performance improvement

#### 1.0.2

 * Reduce PHP Code.

#### 1.0.1

 * Performance improvement.

#### 1.0.0

 * Initial Release.

## Meta

 *  Version **2.2.2**
 *  Senest opdateret **1 uge siden**
 *  Aktive installationer **2.000+**
 *  WordPress-version ** 6.5 eller højere **
 *  Testet op til **7.0**
 *  PHP-version ** 7.4 eller højere **
 *  Sprog
 * [English (US)](https://wordpress.org/plugins/b-social-share/)
 * Tags
 * [block](https://da.wordpress.org/plugins/tags/block/)[share](https://da.wordpress.org/plugins/tags/share/)
   [share buttons](https://da.wordpress.org/plugins/tags/share-buttons/)[social share](https://da.wordpress.org/plugins/tags/social-share/)
   [social sharing](https://da.wordpress.org/plugins/tags/social-sharing/)
 *  [Avanceret visning](https://da.wordpress.org/plugins/b-social-share/advanced/)

## Bedømmelser

 4.3 ud af 5 stjerner.

 *  [  2 5-stjernet anmeldelser     ](https://wordpress.org/support/plugin/b-social-share/reviews/?filter=5)
 *  [  0 4-stjernet anmeldelser     ](https://wordpress.org/support/plugin/b-social-share/reviews/?filter=4)
 *  [  1 3-stjernet anmeldelse     ](https://wordpress.org/support/plugin/b-social-share/reviews/?filter=3)
 *  [  0 2-stjernet anmeldelser     ](https://wordpress.org/support/plugin/b-social-share/reviews/?filter=2)
 *  [  0 1-stjernet anmeldelser     ](https://wordpress.org/support/plugin/b-social-share/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/b-social-share/reviews/#new-post)

[Se alle anmeldelser.](https://wordpress.org/support/plugin/b-social-share/reviews/)

## Bidragsydere

 *   [ bPlugins ](https://profiles.wordpress.org/bplugins/)
 *   [ Abu Hayat ](https://profiles.wordpress.org/abuhayat/)
 *   [ Charles Cormier ](https://profiles.wordpress.org/charlescormier/)
 *   [ Prosanta Roy ](https://profiles.wordpress.org/prosanta10/)

## Support

Har du noget at sige? Har du brug for hjælp?

 [Vis supportforum](https://wordpress.org/support/plugin/b-social-share/)

## Donér

Vil du gerne støtte udviklingen af dette plugin?

 [ Donér til dette plugin ](https://www.buymeacoffee.com/abuhayat)