
內容簡介
WordPress 最佳程式碼管理與注入外掛
Easy Code Manager (ECM) 是一個強大的 WordPress 程式碼管理外掛,讓您輕鬆自訂網站的外觀和功能。它允許您將 CSS、JavaScript、PHP 或 HTML 程式碼加入至獨特的程式碼區塊,並分配至任何位置。
為什麼選擇 Easy Code Manager?
可以注入 CSS、JS、PHP 和 HTML 程式碼至:頁面、文章、自訂文章、分類、標籤、輔助(例如:所有位置、所有文章、部落格索引等)、URL、正則運算式、反向分配等
編輯器是針對撰寫程式碼而開發,不會剝離標籤
不需要建立自訂外掛,只需直接添加來自網站上的腳本,如 CodeCanyon、JSFiddle 或 GitHub
可以在一個儀表板中輕鬆地創建和測試所有腳本
可以添加所有前端修改而不需修改核心主題檔案
可以添加後端功能而不需修改 WordPress 核心檔案
無需 FTP。添加程式碼、點擊保存,即可查看變更
可以添加社交、YouTube、Google 分析或廣告程式碼
無論個人開發還是團隊合作,都能簡化網站開發流程
可以自學程式設計,或在教室中教授程式設計
還有...可能有一百萬種其他用途
為什麼要購買 Easy Code Manager PLUS?
Easy Code Manager PLUS 擴充外掛為您提供更多選項、更多工具和更精確的配置。點擊了解更多
前往 Easy Code Manager PLUS
PLUS 的好處
透過 ECM 短碼、ECM Metabox 程式碼區塊和 ECM Widgets 在側邊欄或頁尾注入程式碼
強大的編輯環境,擁有許多必備的編輯工具,如自動格式化和語法突顯
Beautify 功能可將您的程式碼整理得像專業開發人員一樣易於閱讀
Minify 功能可壓縮程式碼,提高網站效能
32 種明亮和深色編輯器主題,適合您的編輯風格
全寬和全屏模式,避免分心的編輯體驗
程式碼自動完成功能,可自動完成並插入 CSS、JS、PHP 和 HTML 程式碼語法或片段
版本系統可在每次保存時自動備份您的程式碼區塊
Easy Code Manager PLUS 經過廣泛測試,可處理超過 100 個程式碼區塊和數千個分配(例如:文章、頁面、分類等)。這是使用 AJAX 滾動和分頁的組合實現的。此外,ECM PLUS 還提供了一個快速的分頁下拉選擇器,如果您的網站有數百甚至數千篇文章,這非常方便。
我們希望您購買、嘗試並依賴高級版 ECM PLUS 擴充外掛,因此定價非常低。查看價格
如何運作?
Easy Code Manager 設計簡單易學且很好玩。事實上,只需要兩個步驟就可完成添加腳本和樣式的過程:
* 直接將您的程式碼添加到獨特的程式碼區塊中
* 分配這些程式碼區塊的位置
ECM 程式碼區塊可分配到頁面、文章和分類的標題。如果需要更準確的位置,則可以使用程式碼區塊短碼,直接將它們放置在您的頁面或文章的編輯器中。
外掛標籤
開發者團隊
② 後台搜尋「FluentSnippets – The High-Performance file based Custom Code Snippets Plugin」→ 直接安裝(推薦)
原文外掛簡介
Experience unmatched speed and security with a unique file-based code snippet plugin, designed for security & speed
FluentSnippets is the Most Secure and Performance-Focused Code Snippet Plugin for WordPress. FluentSnippets store your snippets in flat files, so it does not run SQL queries for your snippets. It is the Fastest Code Snippet Plugin for WordPress.
Our mission is to streamline the process of integrating custom code snippets in WordPress, making it safe, secure, fast, and hassle-free.
Why FluentSnippets?
FluentSnippets stores the code snippets in the flat file and uses code blocks in each snippet file to add metadata like a description, title, conditional logic, snippet type, and other things. We also parse these data once and cache these into index.php so we don’t have to parse these code blocks in every request. Then on runtime, it just includes those files to your selected action hook. In the whole process, FluentSnippets runs 0 database queries. In fact, we don’t have any Database query in the whole plugin runtime.
With this native design, FluentSnippets is native, secure by design, and the most performant code snippets in this category.
Features
File-based Snippets: Your snippets are safely saved in your file system and load natively with zero database queries, so it’s safe, secure, and ultra-fast.
Custom Code Snippets: Write your custom code snippets including PHP, JS, CSS, HTML, and more. Categorize your snippets with groups, tags, etc
Advanced Conditional Logic: Execute code snippets solely under specified conditions like post type, date, URL, user type, and many more.
Automatic Error Handling: The automatic error hander prevents common errors when adding custom snippets to ensure they never break your site.
Custom Shortcode: With custom shortcode of your snippets, you can create custom dynamic content blocks and use them across your site and manage them.
Stand-alone Mode: The most interesting feature is the Stand-alone Mode. With this feature, you can add your snippets, activate the standalone mode, and then you can uninstall and delete the plugin and your snippets will still run via mu-plugins architecture and when you reactivate the plugin you can manage your snippets as before.
Powerful Smart Conditional Logics
We have added smart conditional logic to let you choose precisely where you want to execute your code. These conditional logics include
User’s Login State or Role
Type of Pages
Post Types
Taxonomy or Term-Based Rule
By Page / Post URL
Target Specific Page / Post / CPT
Date Based Conditions
FluentCRM Tag / Lists based rule of the current contact
These conditions are grouped-based, which means you can add multiple groups with a set of conditions and if any of the group match the condions it will execute the snippet.
Snippet Types
FluentSnippets has four types of snippets. You can choose the snippet type from the snippet type selection.
Functions – PHP Snippet: This snippet is for all the PHP code that you need to execute in specific areas like you would write in your theme’s functions.php file.
You can use this snippet type to create functions/classes, hook into other actions and filters, and more.
Content – PHP + HTML Snippet Type: This snippet type is used to insert content to different places like header, footer, after-post content, before-post content, etc. You can write php / html / js / css code in this snippet type.
CSS Snippet Type: You can use this snippet type to add custom CSS to your site.
JS Snippet Type: You can use this snippet type to add custom JS to your site.
Internal Design of FluentSnippets Plugin
The design is super simple and this is what it should be! FluentSnippets stores the code snippets in the flat file and uses code blocks in each snippet file to add metadata like a description, title, conditional logic, snippet type, and other things. We also parse these data once and cache these into index.php so we don’t have to parse these code blocks in every request. Then on runtime, it just includes those files to your selected action hook. In the whole process, FluentSnippets runs 0 database queries. In fact, we don’t have any Database query in the whole plugin runtime.
With this native design, FluentSnippets is native, secure by design, and the most performant code snippets in this category.
Popular use cases of this Code Snippet plugin
Adding custom PHP Code to extend functionalities
Adding Header and footer codes (Google Analytics / Pixel / Ads codes)
Custom CSS for specific post/page types
Custom Javascript codes
Dynamic Content to different types of places like before/after post content or footer
Dynamic Shortcode
Other Plugins By The Same Team
FluentCRM – Email Marketing, Newsletter, Email Automation and CRM Plugin for WordPress
Fluent Forms – Fastest WordPress Form Builder Plugin
Ninja Tables – Best WP DataTables Plugin for WordPress
Ninja Charts – Best WP Charts Plugin for WordPress
WPPayForm – Stripe Payments Plugin for WordPress
Mautic Integration For Fluent Forms
Fluent Forms PDF – PDF Entries for Fluent Forms
FluentSMTP – WordPress Mail SMTP, SES, SendGrid, MailGun Plugin
CONTRIBUTE
If you want to contribute to this project or just report a bug, you are more than welcome. Please check repository from Github. FluentSnippets was known as Easy Code Manager before. We have rebuild & rebranded it to FluentSnippets.
