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

---

Pretražite dodatke

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

# Social Bridge

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

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

 * [Detalji](https://bs.wordpress.org/plugins/social-bridge/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/social-bridge/#reviews)
 *  [Instalacija](https://bs.wordpress.org/plugins/social-bridge/#installation)
 * [Razvoj](https://bs.wordpress.org/plugins/social-bridge/#developers)

 [Podrška](https://wordpress.org/support/plugin/social-bridge/)

## Opis

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).

## Blokovi

Ovaj dodatak omogućava 1 blok.

 *   Social Likes Collage

## Instalacija

 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

## ČPP

### 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)

## Recenzije

Nema recenzija za ovaj dodatak.

## Saradnici i programeri

“Social Bridge” is open source software. The following people have contributed to
this plugin.

Doprinositelji

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

[Prevedi “Social Bridge” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/social-bridge)

### Zainteresirani za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/social-bridge/), pogledajte
[SVN spremište](https://plugins.svn.wordpress.org/social-bridge/)ili se pretplatite
na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/social-bridge/) od [RSS](https://plugins.trac.wordpress.org/log/social-bridge/?limit=100&mode=stop_on_copy&format=rss).

## Zapis promijena

#### 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

 *  Version **0.1.1**
 *  Last updated **prije 12 mjeseci**
 *  Active installations **Manje od 10**
 *  Tested up to **6.8.5**
 *  PHP version ** 7.0 ili viša **
 *  Language
 * [English (US)](https://wordpress.org/plugins/social-bridge/)
 * Tag
 * [social media](https://bs.wordpress.org/plugins/tags/social-media/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/social-bridge/advanced/)

## Ocjene

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/social-bridge/reviews/)

## Doprinositelji

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

## Podrška

Imate nešto za reći? Trebate pomoć?

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/social-bridge/)