Broadside – the guide

Broadside is a curated community-based publishing tool for writing once and posting to multiple social networks simultaneously (e.g. Mastodon, Bluesky, Threads, LinkedIn, Instagram).

Your username and Bindery web address (URL)

Your username is your public name on Broadside. It also determines your Bindery URL: the public page where all your posts are collected and anyone can read them. Set your username once and your Bindery becomes accessible at /bindery/yourname1234. The four-digit suffix is generated automatically from your account and stays fixed to avoid clashes: your Bindery URL is set the first time you save a username and never changes after that. Your username also appears on the Commonplace (the shared archive of all posts on this instance) and on individual post’s permalink pages.

Posting

As a user you can write a post using the Compose page. A live counter shows you the character limit for each service so you know where you are, you can add an image if you like, and link previews are generated automatically from the first URL in your text. When ready, you can choose your platforms (if they are not connected, you’ll be taken to Settings). You can then post, or schedule a time to post – there’s a Queue page where you can see what’s scheduled and cancel things if you need to.

The Compose page also gives you a log of the things you’ve posted: it’s just a log, clearing it doesn’t affect your posts.

Reading and researching

Everything you publish is saved to your own personal Bindery. This is a personal archive of all your posts with search function, and an RSS feed. The link is accessible publicly, so you can choose to share it or use other apps to grab your RSS feed for whatever you want to do with your own content.

You’ll see a research link: Broadside uses your public post’s content to feed GROQ and ask it for relevant links, but only from a curated set of websites (e.g. wikipedia, Guardian, HackerNews). This is an experiment to see if we can use AI to be helpful, and to work out how to link interesting things together against the tsunami of slop heading towards us.

Commonplace & Murmurings

The Commonplace collects posts from everyone on the instance, also searchable and has its own RSS fee that can be subscribed to.

You also have a Murmurings page that aggregates all your social feeds into one place: only you can see this.

Deleting posts

You can delete your own posts on your own Bindery page – please note that deleting on your bindery does not delete the posts on your social feeds. If you do post something you then want to delete, first click all of the linked posts to each of your socials (there are direct links on each of your posts) and delete them from each individual site, then delete your bindery one. This is just a safer way to do it all.

How can I join?

Broadside is invite-only. Feel free to contact me if you’d like to try it.

If you’re reading this you’ve likely been given access, just connect your accounts in Settings and you’re ready to go.

To learn more about why Broadside is, please read my introduction post.

Privacy, Terms and Code of Conduct links


How to connect your social accounts

These settings will take a few minutes: think of it like unlocking the safe to the services you use. All your credentials are stored encrypted on your Broadside server. They are never transmitted to any third party.

Connecting Mastodon

Mastodon is decentralised: you sign up on a specific server (called an instance), such as mastodon.social or fosstodon.org. Broadside needs an access token from that server to post on your behalf.

The setup wizard on the page walks you through creating an app on your instance and verifies your token live: or follow the manual steps below.

Step 1: Create an application on your instance

  1. Go to mastodon.social/settings/applications: or whichever website you are using (replace mastodon.social with the one you use).
  2. Click New application
  3. Name it Broadside
  4. Under Scopes, ensure write:statuses and write:media are ticked: these allow Broadside to post text and images on your behalf. You can leave everything else unticked.
  5. Click Submit

Step 2: Copy your access token

  1. Click on the application you just created
  2. Copy the Your access token value at the bottom of the page
  3. Paste it into the Access Token field in Broadside Settings, along with your full instance URL (e.g. https://mastodon.social)

Handle: enter your full Mastodon handle in the Handle field, e.g. @you@mastodon.social. This is shown in Broadside’s interface only and does not affect posting.

Instance URL: include https:// at the start. If you leave this blank, Broadside defaults to https://mastodon.social.

Connecting Bluesky

Bluesky uses App Passwords: separate credentials created specifically for third-party apps like Broadside. They can be revoked at any time without changing your main Bluesky password.

  1. Go to bsky.app/settings/app-passwords
  2. Click Add App Password and name it Broadside
  3. Copy the generated password immediately: it is shown only once. Paste it into Broadside before closing the window.
  4. Enter your Bluesky handle and the app password in Broadside Settings, then click Save.

Handle format: enter your handle without the @ prefix, e.g. you.bsky.social. If you use a custom domain as your handle, enter that instead.

Connecting Threads

There is a simple wizard for this, but there are many ways of entering to Meta vortex (nb: for the brave/patient). Threads can use a setup via Meta’s developer portal.

Step 1: Create a Meta Developer app

  1. Go to developers.facebook.com and log in with the Meta account linked to your Threads profile
  2. Click Create App, select the Other use case, then the Consumer type, and give it the name Broadside
  3. From your new app’s dashboard, find and add the Threads API product

Step 2: Configure the app

  1. In the Threads API settings, add your Broadside server URL as a redirect URI: https://broadside.dgen.net/threads-auth
  2. Note your App ID and App Secret: you’ll need both in the next step
  3. Under App Roles → Test Users, add your own Threads account as a test user. This is required while the app is in development mode.

Step 3: Connect via OAuth in Broadside

  1. In Broadside Settings, click ↗ Use OAuth flow to get token automatically under the Threads card
  2. Enter your App ID and App Secret
  3. Click Generate Auth URL, then Open in new tab
  4. Authorise the app in Threads. Threads will then redirect you back to a Broadside page that displays your auth code: copy it.
  5. Paste the auth code into the Broadside OAuth page and click Exchange Code for Token. Broadside will confirm the connection and redirect you back to Settings.

Token expiry: Broadside exchanges the short-lived auth code for a long-lived token (valid 60 days). When it expires, you will need to repeat Step 3. Meta is working on non-expiring tokens for approved apps.

Development mode: while your app is in Meta’s development mode, only accounts you’ve added as test users can connect. If you want other people to use Broadside with Threads, the app needs to go through Meta’s app review process.

Connecting LinkedIn

LinkedIn requires an OAuth access token and your Member URN: a unique identifier for your LinkedIn profile. Getting both requires creating a LinkedIn Developer app.

Step 1: Create a LinkedIn Developer app

  1. Go to linkedin.com/developers/apps/new
  2. Name the app Broadside and associate it with a LinkedIn Page. If you don’t have one, you can create a placeholder page: it won’t be used publicly.
  3. Under the Auth tab, add this redirect URL: https://www.linkedin.com/developers/tools/oauth/redirect
  4. Under the Products tab, request access to Share on LinkedIn. This grants the w_member_social scope, which allows Broadside to post on your behalf. Approval is usually instant.

Step 2: Get an access token

  1. Go to linkedin.com/developers/tools/oauth (LinkedIn’s OAuth token inspector tool)
  2. Select your Broadside app from the dropdown
  3. Tick the w_member_social scope and click Request access token
  4. Authorise via your LinkedIn account. Copy the access token that appears and paste it into Broadside Settings.

Step 3: Find your Member URN

Your Member URN is a unique ID LinkedIn uses to identify your account for API requests. The easiest way to find it:

  1. While still on the OAuth token inspector page with a valid token, click Introspect token: or open this URL in your browser, replacing YOUR_TOKEN with your access token: api.linkedin.com/v2/userinfo
  2. In the response, find the sub field: this is your LinkedIn member ID, a string of letters and numbers
  3. Your URN is urn:li:person: followed by that value: e.g. urn:li:person:aBcDeFgHiJ
  4. Paste the full URN into the Person URN field in Broadside Settings

Token expiry: LinkedIn access tokens expire after 60 days. When yours expires, return to the OAuth token inspector, generate a new token, and update it in Broadside Settings. Your URN stays the same: you only need to update the token.

Link previews: when your post contains a URL, Broadside instructs LinkedIn to scrape that page and generate a rich preview card automatically. No additional configuration is needed.

Handle: the Handle field is for display in Broadside’s interface only (e.g. your name as it appears on LinkedIn). It does not affect posting.

Disconnecting a platform

Each platform card has a Clear button. Pressing it removes that platform’s connection from Broadside: after which Broadside will no longer post there until you reconnect it.

Clearing a connection does not affect anything on the platform itself. Your account stays open and everything you have already posted remains exactly where it is. It simply means Broadside stops being able to post on your behalf until you add the credentials again.