[WordPress] 外掛分享: WP Smart Content

首頁外掛目錄 › WP Smart Content
WordPress 外掛 WP Smart Content 的封面圖片
10+
安裝啟用
尚無評分
89 天前
最後更新
問題解決
WordPress 5.0+ PHP 7.0+ v1.3.4 上架:2018-07-17

內容簡介

WP Smart Content 是一款智慧且簡單的 WordPress 擴充套件,可以協助我們將內容加入到 WordPress 模板中。程式碼區塊可以取名稱,並可以新增到特定的文章或網頁,或是新增到全網站。該外掛可以將不同的內容,例如 HTML、JavaScript 和 CSS 推送到 WordPress 文章或網頁的不同部位。

例如,加入腳本到頁首區段,或加入 HTML 到頁腳中。這些內容都會儲存在 WordPress 資料庫中,方便管理。此外,該外掛可以從一個中心設定頁面輕鬆管理新增特定或全部文章和網頁上的追蹤代碼、樣式或 HTML。

網站

WP Smart Content Plugin

文件

WP Smart Content Plugin

外掛標籤

開發者團隊

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

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

原文外掛簡介

Easily inject HTML, CSS, JS, styles, scripts & tracking code via hooks / shortcodes with safe mode, scheduling, revisioning & geotargeting.

⏱ Schedule when you want
Define start and end dates so snippets appear only when needed — ideal for campaigns, seasonal banners, or compliance notices.
📍 Publish where you want
Inject HTML, JavaScript, or CSS styles into any WordPress hook — Classic or Block Hook — without editing templates. Embed blocks directly inside posts, pages, or widgets using shortcodes.
🌍 Filter where you want
Control visibility across WordPress sections: all, frontend, posts, pages, backend (Admin), authentication, and system pages. Apply filters to selected posts or pages for complete flexibility.
🌐 Target who you want
Use geotargeting to display blocks only to visitors from selected countries. Configure rules to include or exclude specific regions.
🔒 Manage safely by whom you want
Administrators can use Raw Mode (unfiltered output) or Safe Mode (sanitized injection). Non-admins can be granted limited Safe Mode access via the wpsc_admin capability, making delegation secure.
🗂 Revision when you want
Retrieve, compare, and restore block editor content with full revision management. Delete outdated revisions safely to keep the database clean and audit-friendly.
🖊️ Edit how you want
Includes a built-in editor with dedicated sections for HTML, CSS, and JavaScript, plus Preview and Error panels. Syntax highlighting improves readability, while instant error feedback ensures safe workflows.
✅ Why WP Smart Content?
By combining scheduling, hook targeting, filtering, geotargeting, role-based permissions, revisioning, and a syntax-highlighted editor, WP Smart Content ensures snippets are placed exactly where and when you want them — managed safely by the right people. It’s a compliance-ready, SEO-friendly solution that keeps your WordPress site secure, scalable, and easy to maintain. Supports Classic & Block Hooks, grouped dropdowns, translation readiness, and a reviewer-friendly modular codebase with clear documentation.
✨ Key Features

Classic Hooks: Inject content into wp_head, wp_footer, styles, scripts, meta, and footer scripts.
Block Hooks (WP 6.8+): Add content anywhere via the block editor UI.
Grouped dropdowns: Organized separation of Classic and Block Hooks in admin.
Translation ready: Updated .pot file for localization.
Reviewer-friendly: Modular code, clear docs, and WordPress coding standards compliance.

💡 Use Cases

Add a script to the section without editing theme files.
Insert HTML into the

for custom notices or widgets.
Push CSS before WordPress outputs styles for precise control.
Inject a notice after post content using Block Hooks.
Manage analytics or marketing tags centrally, without touching templates.
Schedule snippets to run only during campaigns or seasonal events.
Delegate Safe Mode CSS editing to a designer or contributor without exposing Raw Mode or sensitive site access.
Display region-specific banners or compliance notices using geotargeting (include/exclude selected countries).
Control visibility across frontend, posts, pages, admin, authentication, or system pages with scope targeting.

🔗 Few Supported Hooks
Classic Hooks

wp_head – Injects content into the ‘’ section before closing tag
wp_footer – Injects content into the ‘’ section before closing tag
wp_print_styles – Injects content before WordPress outputs enqueued styles
wp_print_scripts – Injects content before WordPress outputs enqueued scripts
wp_meta – Injects content into the meta section of the sidebar
wp_print_footer_scripts – Injects content before WordPress outputs footer scripts

Block Hooks (WordPress 6.8+)

after_post_content – Injects content immediately after the post content block
before_post_content – Injects content immediately before the post content block
after_comments – Injects content after the comments block
before_comments – Injects content before the comments block
after_entry_title – Injects content after the entry/post title block
before_entry_title – Injects content before the entry/post title block

Optional Context Hooks

admin_head – Injects content into the ‘’ section of admin pages
admin_footer – Injects content into the ‘

’ section of admin pages
login_head – Injects content into the ‘’ section of the login page
login_footer – Injects content into the ‘

’ section of the login page
enqueue_block_assets – Injects content when block editor assets are loaded

Usage
Administrators have access to both Raw and Safe modes. Trusted non-administrators can be granted access to pre-created blocks in Safe mode by assigning the ‘wpsc_admin’ capability to their role, either through a role editor plugin or via custom code.
Creating Blocks in WordPress Admin (From the plugin dashboard)

Install and activate WP Smart Content from the WordPress Plugins screen.
Go to WP Smart Content → Add New Block in the admin menu.
Enter a descriptive block name.
Paste your HTML, CSS, or JavaScript into the respective tabs of the block editor.
Select the desired mode: Raw Mode (unfiltered output) or Safe Mode (sanitized injection).
Choose where to inject the block, such as:

Header (wp_head) for scripts or tracking code
Footer (wp_footer) for notices or widgets
Before/after post content for banners or messages
Block Hooks (WordPress 6.8+) for precise placement in the block editor
Other classic hooks such as wp_print_scripts or wp_meta

Configure targeting options:

Apply globally (All) or across specific site sections (Frontend, All Posts, All Pages, Backend, Authentication, System Pages) using Target Scopes
Restrict visibility to selected posts or pages

Set priority to control execution order when multiple blocks use the same hook.
Define scheduling by assigning start and end dates so snippets appear only when needed.
Configure geotargeting to display blocks based on inclusion or exclusion of selected countries.
Enable revision saving by checking the “Save to revisions” option.
Publish the block.
Result: Your scripts, styles, or HTML are injected as configured. Blocks can be managed from the block listing — edit, enable/disable, publish/unpublish, or delete anytime.

Using the Block Editor to Insert Blocks (Placing directly into templates)

Once WP Smart Content is activated, open the Site Editor (Appearance → Editor) for your block theme.
Locate Block Hook areas (header, footer, before/after post content, sidebar).
From the block inserter (+), add the “WP Smart Content” block or select an existing block to edit its injection hook.
Use WP Smart Content settings in the right sidebar (Block tab) to select an injection hook. This links your stored block snippet to the chosen hook.
Save the template. Your snippet will be injected automatically at the chosen location.
Result: Scripts, styles, or HTML from the block editor are added via the Block UI without editing theme files, fully compatible with block themes.

Using Shortcodes to Insert Blocks (Place inline within posts, pages, or widgets)

Place the shortcode directly in your post, page, or widget: [wp_smart_content name="blockname"]
Replace “blockname” with the name of your Smart Content block.
Result: Scripts, styles, or HTML from the block editor are added at the exact position where the shortcode is placed, respecting publish status, scheduling, and geotargeting.
Example:
[wp_smart_content name=”header-banner”]
→ This will display the “Header Banner” block inline inside your post or page content.

Geotargeting Setup Notes
WP Smart Content provides geotargeting support using two options:

Default (Country.is API)

No setup required.
Uses the free Country.is API to detect visitor country by IP.
Ideal for lightweight use cases such as banners, compliance notices, or regional campaigns.

Fallback / Advanced (MaxMind GeoLite2 Database)

For users who prefer to store IP data locally.
Requires the GeoLite2 Country database (MMDB format) created and licensed by MaxMind.
Due to licensing restrictions, the database cannot be redistributed within this plugin.
Users must download and update the database directly from MaxMind.

Steps to enable MaxMind fallback:

Create a free account at https://www.maxmind.com.
Download the GeoLite2 Country database (MMDB format).
After downloading the GeoLite2 Country database (GeoLite2-Country.mmdb), place the file here:
/wp-content/plugins/wp-smart-content/maxmind-db-reader/data/GeoLite2-Country.mmdb
Update the database regularly as required (MaxMind releases monthly updates).

Result:
– By default, WP Smart Content uses Country.is for geotargeting.
– If the MaxMind database is present at the path above, the plugin will use it instead, allowing local IP lookups and more control over data storage.
– If both methods fail, WP Smart Content defaults to rendering content to avoid breaking site functionality.
Credits
This plugin bundles the following third-party libraries:

Tagify (https://github.com/yairEO/tagify)
Released under the MIT License
Copyright (c) Panayiotis Lipiridis

Flag Icons (https://github.com/lipis/flag-icons)
Released under the MIT License
Copyright (c) Panayiotis Lipiridis

MaxMind DB Reader (https://github.com/maxmind/MaxMind-DB-Reader-php)
Released under the Apache License, Version 2.0
Copyright (c) MaxMind, Inc.
Used to read GeoLite2 databases for geotargeting support.
GeoLite2 data created by MaxMind, available from https://www.maxmind.com.

Licensing Notes

This plugin itself is licensed under GPLv2 or later, in accordance with WordPress.org requirements.
Tagify remains under its original MIT License. The MIT license file is included in this plugin’s distribution.
Flag Icons remains under its original MIT License. The MIT license file is included in this plugin’s distribution.
MaxMind DB Reader is licensed under the Apache License, Version 2.0. The Apache 2.0 license file is included in this plugin’s distribution.

延伸相關外掛

文章
Filter
Mastodon