Title: Social Bridge
Author: terriblestudio
Published: <strong>6 de maig de 2025</strong>
Last modified: 7 de maig de 2025

---

Cerca extensions

![](https://s.w.org/plugins/geopattern-icon/social-bridge.svg)

# Social Bridge

 Per [terriblestudio](https://profiles.wordpress.org/terriblestudio/)

[Baixa](https://downloads.wordpress.org/plugin/social-bridge.0.1.1.zip)

 * [Detalls](https://ca.wordpress.org/plugins/social-bridge/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/social-bridge/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/social-bridge/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/social-bridge/#developers)

 [Suport](https://wordpress.org/support/plugin/social-bridge/)

## Descripció

Social Bridge is a WordPress plugin that connects your website with social media
platforms, importing comments, likes, and shares from social posts to display them
on your WordPress site.

### Features

 * Integrates WordPress with Bluesky and Mastodon
 * Supports plugin extensions for additional platforms
 * Imports comments, likes, and shares from social media posts
 * Displays social interactions as WordPress comments
 * Shows shares as pingbacks
 * Includes a block and shortcode to display user like avatars
 * Periodic synchronization via WordPress cron
 * Custom meta boxes in post editors to link social media posts

### Configuration

### Bluesky Integration

 1. Go to Settings  Social Bridge and click on the Bluesky tab
 2. Enter your Bluesky handle (e.g., username.bsky.social)
 3. Generate an App Password in your Bluesky account settings and enter it in the plugin
    settings
 4. Save changes

### Mastodon Integration

 1. Go to Settings  Social Bridge and click on the Mastodon tab
 2. Enter your Mastodon instance URL (e.g., https://mastodon.social)
 3. Generate an access token in your Mastodon preferences under Development  Applications
 4. Enter the access token in the plugin settings
 5. Save changes

### Usage

### Connecting Social Media Posts

 1. When creating or editing a post/page, you’ll see platform-specific meta boxes in
    the sidebar
 2. Paste the URL of your social media post in the appropriate field
 3. Update the post
 4. The plugin will automatically sync comments, likes, and shares from the social 
    media post

### Manual Sync

 1. Edit a post that has connected social media posts
 2. In the Social Interactions meta box, click the Sync button next to a platform
 3. The plugin will immediately import any new interactions

### Comment Appearance

In Settings  Social Bridge, you can configure how social media comments appear:

 * Fully integrated: Comments look like native WordPress comments
 * Styled differently: Comments retain their social media identity but appear in
   the same section
 * Separate section: Social media comments appear below WordPress comments

### Extending the Plugin

Social Bridge supports extensions for additional social media platforms. Developers
can create add-on plugins that register new platform integrations using the provided
API.

To create an extension:

 1. Create a new plugin that depends on Social Bridge
 2. Create a class that extends `Social_Bridge_Integration`
 3. Implement the required abstract methods
 4. Register your integration using the `social_bridge_integrations` filter

Example:

    ```
    `php
    ```

// Register a new integration
 function my_plugin_register_integration($integrations){
$integrations[‘twitter’] = new My_Twitter_Integration(); return $integrations; }
add_filter(‘social_bridge_integrations’, ‘my_plugin_register_integration’); `

### External Services

Social Bridge includes built-in integration for two social media platforms: Bluesky
and Mastodon.
 When enabled, Social Bridge interacts with the APIs of these platforms
to retrieve data from social media posts specified by authors on your site.

These integrations do not transmit any user data from your site to the third-party

platforms. However, they will use the authentication or API credentials you provide
in the Social Bridge settings to access the respective platforms.

The plugin will only communicate with these platforms when explicitly configured
to
 do so—such as when a post on your site includes social media links in the Social
Interactions metabox.

After configured both in the plugin settings and on individual posts, Social Bridge
will routinely
 re-communicate with these platforms, in order to update its cache
of social media comments, likes and shares.

You can review Bluesky’s privacy policies [here](https://bsky.social/about/support/privacy-policy)

and [here](https://bsky.social/about/support/network-services-privacy-policy).

For Mastodon, each server maintains its own privacy policy. You should review the
policy
 of the specific server you use. As an example, the mastodon.social policy
is available [here](https://mastodon.social/privacy-policy).

## Blocs

Aquesta extensió proporciona 1 bloc.

 *   Social Likes Collage

## Instal·lació

 1. Upload the `social-bridge` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Go to Settings  Social Bridge to configure the plugin and connect your social media
    accounts

## PMF

### Will this plugin work with any social media platform?

The core plugin supports Bluesky and Mastodon. Additional platforms can be added
via extension plugins.

### How often are comments synced?

By default, the plugin syncs comments hourly. You can change this in the plugin 
settings to sync twice daily, daily, or weekly.

### Does this affect my site’s performance?

The plugin uses WordPress cron for synchronization, so it won’t impact your site’s
frontend performance. The sync tasks run in the background.

### Can I display comments from multiple platforms?

Yes, the plugin can display comments from all connected platforms on your posts.

### How can I report security bugs?

You can report security bugs through the Patchstack Vulnerability Disclosure Program.
The Patchstack team help validate, triage and handle any security vulnerabilities.
[Report a security vulnerability.](https://patchstack.com/database/vdp/da644bd8-283d-426d-b6c8-679c23748b0d)

## Ressenyes

No hi ha ressenyes per a aquesta extensió.

## Col·laboradors i desenvolupadors

«Social Bridge» és programari de codi obert. La següent gent ha col·laborat en aquesta
extensió.

Col·laboradors

 *   [ terriblestudio ](https://profiles.wordpress.org/terriblestudio/)
 *   [ chazz0x0 ](https://profiles.wordpress.org/chazz0x0/)

[Traduïu «Social Bridge» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/social-bridge)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/social-bridge/), 
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/social-bridge/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/social-bridge/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/social-bridge/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 0.1.0

Initial release, core comment syncing functionality works but is not feature complete.

Updates:

 * Initial release
 * Bluesky and Mastodon integrations
 * Comment sync functionality
 * Partial boost/retweet sync functionality

In the works:

 * Improve feature parity across integrations
 * Investigate known issues with Likes sync

View the full list of bug reports and feature requests [on Github](https://github.com/terriblestudio/social-bridge/issues).

## Meta

 *  Versió **0.1.1**
 *  Darrera actualització **fa 12 mesos**
 *  Instal·lacions actives **Menys de 10**
 *  Provada fins a **6.8.5**
 *  Versió del PHP ** 7.0 o posterior **
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/social-bridge/)
 * Etiqueta
 * [social media](https://ca.wordpress.org/plugins/tags/social-media/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/social-bridge/advanced/)

## Valoracions

Encara no s'ha enviat cap ressenya.

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

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/social-bridge/reviews/)

## Col·laboradors

 *   [ terriblestudio ](https://profiles.wordpress.org/terriblestudio/)
 *   [ chazz0x0 ](https://profiles.wordpress.org/chazz0x0/)

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/social-bridge/)