| 开发者 | fictbase09 |
|---|---|
| 更新时间 | 2026年6月9日 12:04 |
| PHP版本: | 8.0 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
/story/my-story/, /story/my-story/chapter/1//stories/ with genre and status filters[fictbase_list], [fictbase_story id="5"], [fictbase_chapters story_id="5"]fictbase folder to /wp-content/plugins//story/your-story-slug/Yes. FICTBASE gives you the same chapter-by-chapter reading experience as Wattpad — story pages, chapter navigation, genre filters, reader themes — but hosted on your own WordPress site. You keep your audience data, your SEO, and 100% of your revenue.
Yes. FICTBASE is designed for web novels and serialized fiction of any genre: fantasy, LitRPG, romance, progression fantasy, sci-fi, thriller, and more. Each story gets its own landing page and chapter list, and readers can filter by genre on the public archive at /stories/.
No. FICTBASE uses its own URL routing. Stories and chapters are available at /story/{slug}/ automatically after plugin activation. If your URLs return 404, go to Settings → Permalinks and click Save.
Use [fictbase_list] on any page to show all your stories in a grid. Use [fictbase_story id="5"] to embed a single story card. Use [fictbase_chapters story_id="5"] to embed a chapter list.
Pro is an optional paid add-on (from $9.99/month or $99/year) that unlocks drip scheduling, reader bookmarks, analytics, email notifications, .docx import, and a per-page Custom CSS editor. It is purchased at fictbase.com. The free plugin is fully functional without it.
Yes. FICTBASE injects its own CSS only on story and chapter pages. Your existing theme header and footer continue to wrap reader pages.
Go to FICTBASE → Settings. You can choose light/dark/auto theme, font size, reading width, and add custom CSS. For deeper changes, copy the template files from the plugin's public/views/ folder into a fictbase/ subfolder in your theme.
The free plugin stores no visitor data. Pro's email subscriber feature stores email addresses in your own WordPress database. No data is sent to third parties except for licence key validation (see "External Services" above).
assets/ folder (banners, icons, screenshots) from plugin zip — these are uploaded to SVN assets/ separately after approval<style> and <script> blocks to wp_enqueue_style / wp_add_inline_style / wp_add_inline_script per WP.org guidelinesmanage_options to edit_posts; authors may only edit their own storiesPlugin_Upgrader auto-install and activate_plugin from free plugin to comply with WP.org guideline 8track_view endpoint now rejects unpublished chaptersvalidate_callback (ArgumentCountError on PHP 8 when using native function strings)$wpdb->prepare() with placeholders for chapter_views cleanupfb_stories_filter_url() in function_exists to prevent fatal on pages with multiple shortcodes.docx import (Pro) — bulk-import manuscripts, chapters detected from headings/stories/ with genre and status filters[fictbase_chapters] shortcode/chapters/{id}/view endpoint for view tracking[fictbase_story id=""] shortcode for embedding story cards/story/{slug}/, /story/{slug}/chapter/{n}/[fictbase_list]