Title: FormatoCD Publish with Buffer
Author: formatocd
Published: <strong>23. marca 2026</strong>
Last modified: 14. septembra 2026

---

Vyhľadať plugin

![](https://ps.w.org/formatocd-publish-with-buffer/assets/icon-256x256.png?rev=3489400)

# FormatoCD Publish with Buffer

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

[Stiahnuť](https://downloads.wordpress.org/plugin/formatocd-publish-with-buffer.1.2.1.zip)

 * [Podrobnosti](https://sk.wordpress.org/plugins/formatocd-publish-with-buffer/#description)
 * [Recenzie](https://sk.wordpress.org/plugins/formatocd-publish-with-buffer/#reviews)
 *  [Inštalácia](https://sk.wordpress.org/plugins/formatocd-publish-with-buffer/#installation)
 * [Vývoj](https://sk.wordpress.org/plugins/formatocd-publish-with-buffer/#developers)

 [Podpora](https://wordpress.org/support/plugin/formatocd-publish-with-buffer/)

## Popis

FormatoCD Publish with Buffer is a powerful, lightweight plugin that automates the
publishing of your WordPress posts to your social media channels using the modern
Buffer GraphQL API.

Stop copying and pasting links! With this plugin, you can easily share your content
across multiple social networks as soon as you hit „Publish“, or add them to your
Buffer queue.

#### 🚀 Features

 * **Automatic Publishing:** Automatically sends your WordPress posts to Buffer 
   the moment they are published.
 * **Multiple Publishing Modes:** Choose between Share Now or Add to Queue.
 * **Customizable Message Templates:** Create your own message format using dynamic
   variables like `{title}`, `{url}`, `{author}`, and more.
 * **Smart Hashtags:** Automatically converts your WordPress tags into #hashtags
   for social media.
 * **Category Filtering:** Restrict automatic Buffer posting only to posts belonging
   to a specific category.
 * **Featured Image Support:** Automatically attaches the post’s featured image 
   to the Buffer publication.
 * **Duplicate Prevention:** Internally tracks when a post has already been shared
   to Buffer to avoid duplicate submissions upon post updates.
 * **Translation Ready (i18n):** Fully prepared for translation. English and Spanish(`
   es_ES`) languages are included by default.

### External Services

This plugin connects to the third-party Buffer GraphQL API (https://api.buffer.com)
to automatically publish your social media posts.

Data is sent to Buffer ONLY when a WordPress post is published (or automatically
published via WordPress cron) and the user has actively checked the „Send to Buffer
on publish“ option.

The specific data sent to the Buffer API includes:
 * Post Title * Post URL * Post
Excerpt * Author Display Name * Post Categories and Tags (formatted as #hashtags)*
Featured Image URL

This service is provided by Buffer. By using this plugin, you agree to their legal
terms:
 * Buffer Terms of Service: https://buffer.com/legal/terms * Buffer Privacy
Policy: https://buffer.com/legal/privacy

API Documentacion can be found here: https://developers.buffer.com

## Obrázky

[⌊The Global Settings Panel where you configure your Buffer API and message templates.⌉⌊
The Global Settings Panel where you configure your Buffer API and message templates
.⌉[

The Global Settings Panel where you configure your Buffer API and message templates.

[⌊The Meta Box inside the Post Editor to control the publishing mode per post.⌉⌊
The Meta Box inside the Post Editor to control the publishing mode per post.⌉[

The Meta Box inside the Post Editor to control the publishing mode per post.

[⌊Success message after a post has been successfully sent to Buffer.⌉⌊Success message
after a post has been successfully sent to Buffer.⌉[

Success message after a post has been successfully sent to Buffer.

## Inštalácia

 1. Upload the `formatocd-publish-with-buffer` folder to the `/wp-content/plugins/`
    directory.
 2. Activate the plugin through the ‚Plugins‘ menu in WordPress.
 3. Navigate to **Settings > Publish with Buffer** to configure your API Token and 
    Channels.
 4. Go to any Post and look for the „Publish with Buffer“ meta box in the sidebar to
    start sharing.

## Časté otázky

### Where do I get my Buffer API Token?

You need to create a custom app in the Buffer Developer Portal to generate your 
personal access token. Note that this uses the new Buffer GraphQL API.

### How do I find my Channel IDs?

The easiest way is to use our official command-line tool, [Buffer CLI](https://github.com/formatocd/buffer-cli),
which instantly lists all your connected channels and their IDs. Alternatively, 
you can find them by querying the Buffer GraphQL API manually or by looking at the
URL in your Buffer dashboard when viewing a specific channel.

## Recenzie

Pre tento plugin nie sú žiadne recenzie.

## Prispievatelia a vývojári

“FormatoCD Publish with Buffer” je softvér s otvoreným zdrojovým kódom. Do tohto
pluginu prispeli nasledujúci ľudia.

Prispievatelia

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

„FormatoCD Publish with Buffer“ bol preložený do 1 jazyka. Ďakujeme [prekladateľom](https://translate.wordpress.org/projects/wp-plugins/formatocd-publish-with-buffer/contributors)
za ich príspevky.

[Preložiť „FormatoCD Publish with Buffer“ do vašho jazyka.](https://translate.wordpress.org/projects/wp-plugins/formatocd-publish-with-buffer)

### Máte záujem o vývoj?

[ Prehľadávajte zdrojový kód](https://plugins.trac.wordpress.org/browser/formatocd-publish-with-buffer/),
preskúmajte [SVN repozitár](https://plugins.svn.wordpress.org/formatocd-publish-with-buffer/),
alebo sa prihláste na odber [vývojárskeho logu](https://plugins.trac.wordpress.org/log/formatocd-publish-with-buffer/)
cez [RSS](https://plugins.trac.wordpress.org/log/formatocd-publish-with-buffer/?limit=100&mode=stop_on_copy&format=rss).

## Zoznam zmien

#### 1.2.1 – 2026-09-15

### Fixed

 * Wrong versions and texts.

#### 1.2.0 – 2026-09-14

### Added

 * Full support for WordPress 7.1 and its new iframe-based block editor.

### Changed

 * Replaced asynchronous API calls with synchronous ones, adding robust error logging
   to `debug.log` for failed Buffer posts.
 * Updated settings registration to follow modern WordPress array standards.

### Removed

 * Removed custom scheduled option for individual Buffer posts (non functional, 
   the post is scheduled by WordPress).
 * Deprecated `load_plugin_textdomain` function call.

### Fixed

 * Updated the GraphQL `assets` input format to comply with Buffer API’s May 25,
   2026 breaking changes.
 * Decoded HTML entities in post titles and excerpts for cleaner display on social
   networks.
 * Suppressed `error_log` Plugin Check warnings using standard `phpcs:ignore` comments.

### Security

 * Renamed all functions and hooks to use the `formatocd_buffer_` prefix to prevent
   conflicts.
 * Masked the API Token field in settings for better privacy.

#### 1.1.0 – 2026-05-30

### Changed

 * Updated compatibility for WordPress 7.0.

#### 1.0.0 – 2026-04-04

### Added

 * Initial public release on the WordPress repository.
 * Support for GraphQL Buffer API.
 * Dynamic variables and UI improvements to prevent duplicate posts.

## Meta

 *  Verzia **1.2.1**
 *  Posledná aktualizácia **Pred 2 týždne**
 *  Aktívne inštalácie **Menej než 10**
 *  Verzia WordPress ** 5.8 alebo novšia **
 *  Testované do verzie **7.1.2**
 *  Verzia PHP ** 7.4 alebo novšia **
 *  Jazyky
 * [English (US)](https://wordpress.org/plugins/formatocd-publish-with-buffer/) 
   a [Spanish (Spain)](https://es.wordpress.org/plugins/formatocd-publish-with-buffer/).
 *  [Preložte do vášho jazyka](https://translate.wordpress.org/projects/wp-plugins/formatocd-publish-with-buffer)
 * Značky
 * [auto publish](https://sk.wordpress.org/plugins/tags/auto-publish/)[buffer](https://sk.wordpress.org/plugins/tags/buffer/)
   [GraphQL](https://sk.wordpress.org/plugins/tags/graphql/)[social media](https://sk.wordpress.org/plugins/tags/social-media/)
 *  [Rozšírené zobrazenie](https://sk.wordpress.org/plugins/formatocd-publish-with-buffer/advanced/)

## Hodnotenia

Zatiaľ neboli odoslané žiadne recenzie.

[Your review](https://wordpress.org/support/plugin/formatocd-publish-with-buffer/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/formatocd-publish-with-buffer/reviews/)

## Prispievatelia

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

## Podpora

Máte čo povedať? Potrebujete pomoc?

 [Zobraziť fórum podpory](https://wordpress.org/support/plugin/formatocd-publish-with-buffer/)