[WordPress] 外掛分享: Publica.now

首頁外掛目錄 › Publica.now
WordPress 外掛 Publica.now 的封面圖片
全新外掛
安裝啟用
尚無評分
12 天前
最後更新
問題解決
WordPress 6.2+ PHP 7.4+ v1.0.0 上架:2026-08-31

內容簡介

Publica.now 是一個為獨立創作者提供出版與銷售服務的外掛。用戶可以上傳書籍、有聲書、課程、影片或設計檔案,並透過此服務進行結帳與付款處理,提供檔案交付及客戶支援。

【主要功能】
• 上傳書籍、有聲書及課程等多種格式
• 實時讀取 API 數據,顯示作品資訊
• 支援按需印刷與運送紙本書籍
• 自動處理退款及買家支援
• 提供動態區塊與短碼顯示作品資訊

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Publica.now」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Publica.now is a publishing and selling service for independent creators. You upload a book, an audiobook, a course, a video or a design file, and the service hosts it, runs checkout and payment processing, delivers the file, runs the in-browser reader and player, prints and ships paperbacks on demand, handles refunds and buyer support, and pays you out. This plugin is the WordPress client for that service.
Connecting is a real account link, not an embed code. When you click Connect the plugin registers its own read-only API client with publica.now (OAuth 2.0 client credentials, scope catalog:read), stores those credentials in your database and uses them for every later request. Your pages then read live data from the API: which works are published, the effective price right now including any running sale and the date it ends, whether a work is free, its formats, languages and rating, whether a print edition can be ordered, and the right hosted checkout, reader or print-order address. Change a price, start a sale or unpublish a title and your pages follow within the cache window, with nothing to edit here.
Blocks and shortcodes render that data — cover, title, author, format badge, price with the sale price struck through, rating — with a Buy, Read free or Order paperback button. Those buttons hand the reader to publica.now, the store of record: your site never processes a payment, stores a file or holds buyer data. Every outbound link carries this site’s host name, so publica.now attributes the sale back to your website.
Not on publica.now yet? An account is free and there is no monthly fee. Current service fees are published at publica.now/pricing; create an account at publica.now/access/creator.
No e-commerce runs on WordPress: no cart, checkout, downloads or buyer records, no WooCommerce, no tracking scripts, no advertising.
Blocks and shortcodes
Three dynamic blocks appear in the editor under Publica.now, each with a live preview: Catalog (a grid or list), Work (one work as a card or inline row) and Buy Button. The shortcodes take the same options:
[publicanow_works limit="12" columns="3" layout="grid" order="newest"]
[publicanow_work id="your-work-slug" layout="card"]
[publicanow_button work="your-work-slug" format="auto"]

[publicanow_works] accepts `creator`, `content_type` (`literary`, `audiobook`, `music`, `video`, `course`, `zine`, `photography`, `design`, `print`), `free` (`yes|no|any`), `ids`, `exclude`, `order`, `limit` (`0` = all), `columns` (1-6), `layout` (`grid|list`), `show_excerpt`, `show_rating`, `show_author`, `show_type`, `button_text`, `class`. `[publicanow_work]` takes `id`, `layout` (`card|inline`), `show_excerpt`, `button_text`, `class`; `[publicanow_button]` takes `work`, `text`, `format`, `class`. `format` is a preference, not a filter: a work with no digital edition still shows **Order paperback**.

Theming and hooks
The markup inherits your theme’s font and exposes CSS custom properties you can override:
--publicanow-accent
--publicanow-ink
--publicanow-muted
--publicanow-radius

Any template in templates/ can be overridden by copying it to {your-theme}/publica-now/. Filters: publicanow_work, publicanow_creator, publicanow_link_args, publicanow_button_label, publicanow_template_vars, publicanow_jsonld, publicanow_cache_ttl. Actions: publicanow_connected, publicanow_disconnected, publicanow_cache_purged. Each surface outputs one schema.org JSON-LD block with an Offer pointing at publica.now; add_filter( 'publicanow_jsonld', '__return_empty_array' ) disables it. The plugin sets no cookies and loads no third-party scripts; see External Services below, and Settings → Privacy for suggested policy text.
External Services
This plugin connects to publica.now (https://publica.now), a publishing and selling service for independent creators operated by Publica.la. It does not work without a publica.now account and makes no request until you connect one.
What is sent, and when

When you click Connect on Settings → Publica.now: the creator slug you entered and your site’s host name, naming the read-only API client the plugin registers. publica.now returns credentials, stored in your database and used for every later request. This is the only moment credentials are created, and it always takes an administrator.
When a page with a block or shortcode renders and the cache is empty or stale, and when an administrator clicks Refresh catalog: the plugin requests your public catalog (works, prices, availability, cover addresses) with those credentials. Only the creator slug and standard HTTP metadata (your server’s IP address, user agent) are sent; no visitor data.
When a visitor views a page: their browser loads cover images from publica.now, which therefore receives their IP address and browser details as with any image. Clicking Buy, Read free or Order paperback takes them to publica.now; the link carries your site’s host name as utm_source.
When you click Disconnect: the plugin asks publica.now to revoke this site’s access token, then deletes the stored API credentials, the cached catalog and your stored profile. Deleting the plugin removes all of that from your site too, but makes no request: deactivation has already discarded the access token, and an unused token expires at publica.now within the hour.

What is received: public catalog data (titles, authors, descriptions, prices, sale dates, formats, ratings, cover images) and your public profile (name, avatar, website, works count) — all already visible to anyone on publica.now. The plugin sets no cookies, loads no scripts or styles from publica.now, and sends analytics nowhere.

Terms of service: https://publica.now/terms
Privacy policy: https://publica.now/privacy

文章
Filter
Mastodon