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.
This plugin connects to the PostRSS (postrss.com) service to manage your RSS publishing feeds and target accounts. All requests below are made server-side by your WordPress site, to https://app.postrss.com.
https://app.postrss.com/login_check to start a session. Only the resulting session cookie is stored in your WordPress database (in an option, not shown to site visitors) — your password itself is never stored. You can end the session at any time with the “Disconnect” button, which also calls https://app.postrss.com/logout. 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 — no data is sent by the plugin itself for either./rest/* endpoints to list your connected destination accounts (Facebook, LinkedIn, X/Twitter, Pinterest, VK) and your existing feeds (GET), to create a new target (POST /rest/feeds) or update one (POST /rest/feeds/{id}) with the content type/categories/schedule you selected, and to remove a target you created (DELETE /rest/feeds/{id}). The “Connect a new destination” links open https://app.postrss.com/{platform}/authorize in a new browser tab, where you authorize the connection directly with PostRSS. A target’s Report and its item-level detail are fetched server-side from https://app.postrss.com/feeds/{id}/report and the linked detail page, and rendered inside your dashboard.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.https://app.postrss.com/profile/, /subscription, /statistics, /orders and /affiliate respectively, using the same session. The Account page’s “Plans” list is scraped from the same /subscription page; its Upgrade!/Downgrade! buttons open https://app.postrss.com/orders/create/{id} in a new tab, where you complete payment directly with PostRSS.https://postrss.com/how-to-setup-postrss/ in a new tab.PostRSS is provided by PostRSS: Terms of Service, Privacy Policy.