
This plugin adds a “PostRSS” menu to your WordPress dashboard with these pages:
PostRSS is a tool that saves you time by managing your publishing source and targeting accounts automatically.
PostRSS works as an RSS autoposter and RSS feed automation tool built specifically for WordPress: it turns your site’s own content into an RSS feed and auto-posts new items to your connected social media accounts, so you never have to manually share a new post again. Whether you’re looking for a way to auto post from an RSS feed to social media, a WordPress autoposter for Facebook, X (Twitter), LinkedIn, or Pinterest, or a broader social media automation and content syndication workflow, PostRSS checks your feed on schedule, formats each item for its destination, and publishes it automatically.
As a social media scheduler, PostRSS handles the full social network automation loop: auto publish new content the moment it’s ready, or queue it for social sharing at the best time for each platform. Use it as a Facebook autoposter for Pages, an X (Twitter) autoposter, a LinkedIn autoposter for profiles and company pages, a Pinterest autoposter for boards, or a VK (VKontakte) autoposter — all from the same RSS feed. It’s a practical RSS to social media bridge for anyone who wants a reliable, set-and-forget autoposter rather than manually scheduling every update by hand on every network individually.
This plugin connects to the PostRSS (postrss.com) service to manage your RSS publishing feeds and destination accounts. All requests below are made server-side by your WordPress site to the PostRSS API at https://app.postrss.com/api/v1 (documentation: https://app.postrss.com/api/v1/docs).
POST /api/v1/auth/login; PostRSS returns an access token that is stored in a WordPress option (never shown to site visitors). Your password itself is never stored. “Disconnect” calls POST /api/v1/auth/logout, which revokes the token. The “Create one on postrss.com” and “Forgot your password?” links simply open https://app.postrss.com/register and https://app.postrss.com/login in a new browser tab.GET /api/v1/networks (public) and the per-network endpoints such as /api/v1/facebook/pages to list your connected destinations, GET /api/v1/targets for your existing targets, POST /api/v1/targets to create a target, PUT /api/v1/targets/{id} to update one and DELETE /api/v1/targets/{id} to remove it. A target’s Report and its per-item detail come from GET /api/v1/targets/{id}/report and /report/{run}/items.POST /api/v1/accounts/connect/{network}/start and sends your browser to the one-time link PostRSS returns; you authorise the connection on the network’s own site and PostRSS returns you to this dashboard. For form-based networks (Telegram, Discord, Bluesky, Matrix, Webhook, Instapaper) the details you enter are sent to POST /api/v1/accounts/connect/{network}.yoursite.com/feed/postrss-src/?prss_pt=post), filtered to the content type/categories you picked — the same publicly-available content WordPress’s normal feeds already expose, not a separate data upload.GET /api/v1/me, /api/v1/subscription, /api/v1/plans (public), /api/v1/statistics and /api/v1/subscription/orders. Changing a plan involves payment and happens on https://app.postrss.com/subscription, which the “Manage plan” button opens in a new tab.https://postrss.com/how-to-setup-postrss/ in a new tab.PostRSS is provided by PostRSS: Terms of Service, Privacy Policy.