前言介紹
- 這款 WordPress 外掛「FloPress」是 2019-05-16 上架。 目前已經下架不再更新,不建議安裝使用。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2020-02-26,距離現在已有 1894 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.7 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 5.4.43 以上。
- 有 1 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
features | snippets | development | customization | visual scripting |
內容簡介
使用可視化腳本自定義 WordPress
FloPress 是一套整合工具,讓 WordPress 開發人員和整合人員可以設計和建構功能,而不需要撰寫一行程式碼。您可以利用 FloPress 完成許多事情,例如讓 WordPress 更安全、更新文章資料、建立短代碼或任何您需要的功能。
自訂開發和重複使用之理想折衷方式
減少開發時間,並在所有網站之間分享功能
完全存取鈎子和等同功能的定義
以有趣的方式學習 WordPress 程式碼
可視化腳本系統以使用圖像元件為基礎,這些圖像元件代表功能、運算子或變數,並通常透過線條或箭頭連接它們,以建立關係和建構腳本。您無需一行一行撰寫程式碼,只需一切以視覺方式完成。
此系統十分靈活和強大,因為它提供了使用開發人員通常只能存取的完整概念和工具範圍。代碼更具視覺性,需要更少的抽象思考才能理解。任何整合人員或開發人員都可以查看它,並快速掌握邏輯流程。
功能是由以下元素組成的
鈎子腳本(動作和篩選器) 鈎子用於從 WordPress 頁面的部分挂鉤中檢索、插入或修改數據。它們可以讓我們在幕後採取某些行動。
短代碼腳本 短代碼簡化了 WordPress 中功能的使用。
模板 模板可以生成任何基於文本的內容,例如 HTML、CSS、Javascript,等等。
數據項目 數據項目用於定義設置字段或在流程腳本之間共享值。
為什麼使用它?
因為它更容易。通過將原生 WordPress 機制連接在一起,可以處理許多不需要安裝完整插件以使用小部分的情況。
易於維護
易於學習
可攜帶的
快速開發
關注必須關心的事情
處理編程錯誤
永遠不要再忘記分號了😉
啟用 FloPress 後,將生成面向對象 (OO) PHP 類別。
先決條件
無需事先編程。如果您以前使用過 WordPress,您會發現添加自己的自訂功能非常簡單。
基本的數學理解(操作順序、加法、減法、乘法)將有助於理解某些程式碼邏輯。
還有更多⋯
獲得 70 多個省時功能的存取權 在您的 WordPress 管理頁面上直接訪問大量可隨時使用的功能。
添加 12 個插件定義 FloPress 提供一些最流行和廣泛使用的 WordPress 插件上的鈎子和功能定義。
隨處存取您的功能 通過 FTP 將您的功能同步到自己的主機。連接您自己的存儲位置,單擊推送功能,並在所有網站之間共享您的功能。
方法 1: 自動
登錄 WP 安裝
從管理面板中,點擊插件選單
在插件下,點擊“新增”子選單
從插件屏幕中,點擊上傳按鈕。
選擇 FloPress 壓縮檔案。
啟用插件。
輸入您在購買後收到的許可證密鑰並啟用它。
方法 2: FTP
下載 FloPress 插件
原文外掛簡介
CUSTOMIZE WORDPRESS WITH VISUAL SCRIPTING
FloPress is a suite of integrated tools for WordPress developers & integrators to design and build features without writing a line of code. You can do many things with FloPress like making WordPress more secure, updating post data, creating Shortcodes or whatever you want.
The ideal compromise between custom development and reusability
Reduce development time and share features across all websites
Get full access to hooks and functions definitions
Learn WordPress’s coding in a fun way
Visual scripting system is based on the concept of using graphical elements, which represent functions, operators or variables, and to connect them typically via lines or arrows, to forming relations and build scripts. Instead of having to write code line by line, you do everything visually.
This system is extremely flexible and powerful as it provides the ability to use virtually the full range of concepts and tools, usually only available for developers. Code is more visual and it needs less abstract thinking to be understood. Any integrator, developer can look at it and quickly grasp the flow of logic.
Features are composed with the following element
Hook scripts (actions and filters) Hooks are used to literally hook into parts of the WordPress page to retrieve, insert, or modify data. They can allow us to take certain actions behind the scenes.
Shortcode scripts Shortcodes simplify the use of features in WordPress.
Templates Templates can generate any text-based content like HTML, CSS, Javascript, …
Data items Data items are used to define settings fields or to share value between flow scripts.
Why use it ?
Because it’s much easier. By linking native WordPress mechanisms together, it is possible to deal with many situations that do not require the installation of a complete plugin to use a small part.
Easy to maintain
Easy to learn
Portable
Rapid development
Focus on stuff that you have to care
Handle programming errors
Never forget the semicolon again 😉
When activated, FloPress generates an object-oriented (OO) PHP classes.
Prerequisites
No prior programming is required. If you have worked with WordPress before, you will discover that it is very easy to add your own custom features.
A basic understanding of mathematics (order of operations, addition, subtraction, multiplication) will facilitate comprehension of certain coding logic.
And more…
Get access to 70+ time-saving features Get access to a great deal of ready-to-use features, directly available on your WordPress administration page.
Add 12 Plugins definitions FloPress provides hook and function definitions on some of the most popular and widely used WordPress plugins.
Access your features anywhere Sync your features to your own host, via FTP. Connect your own storage location, push the features in one click and share your features across all your websites.
Method 1 : Auto
Log in to your WP install
From the Administration Panels, click on the Plugin Menu
Under Plugins, click the “Add New” sub menu
From the Plugins screen, click on the Upload button.
Select the FloPress zip file.
Activate the plugin.
Enter the license key you received after the purchase and activate it.
Method 2 : FTP
Download the FloPress plugin
Upload ‘flopress’ to the ‘/wp-content/plugins/’ directory
After upload, from the Plugins screen, you will find a new plugin item called “Flopress”.
Activate the plugin.
Enter the license key you received after the purchase and activate it.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「FloPress」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
Adminimize 》如果您管理多位作者的 WordPress 博客或為客戶管理 WordPress 網站,您可能會想知道是否有可能清理 WordPress 管理區域以便您的用戶使用?WordPress 管理區域...。
Favicon Rotator 》Favicon Rotator 外掛能夠讓您輕鬆客製化您網站上的圖示。只需透過管理頁面新增 favicon,並在每次訪客訪問您的網站時展示。, 亮點, , 新功能:為觸控裝置(A...。
Custom Login 》Custom Login 3.0比2.0版本快200%,4.0版本現在更好!, 了解更多信息,請訪問官方的Custom Login頁面。, , 支援, 奧斯汀和Frosty Media團隊將盡力支援WordP...。
YITH Custom Login 》安裝這個外掛,改變 WordPress 登入的預設風格。為您的網站登入頁面設置漂亮的風格,並根據您的風格進行自定義!, 完整的文檔在這裡提供。, 安裝, 一旦您安裝...。
Ultrapress 》lugins you need are not compatible with each other, which is why Ultrapress was developed. It is a suite of tools designed for WordPress developers...。
WIP Custom Login 》WIP Custom Login 可以讓您自定義 WordPress 的登入區域,您能夠取代管理員 WordPress 徽章、設定背景圖片等等。, , 高級功能。, , 預設外觀, 您可以設定預...。
Admin Customizer 》這個外掛程式允許您自定義 WordPress 網站的管理介面,這個單一外掛程式提供多種選項。, 功能, , 變更管理頁首的標誌, 自訂管理頁面和登入頁面的 CSS 樣式, ...。
Visual Admin Customizer 》使用可視的點擊式編輯器,隱藏 WordPress 管理區域中的幾乎任何部分。您可以將內容隱藏給所有使用者,或是只隱藏給特定角色的使用者。您還可以為 WordPress ...。
WP Colorful Tag Cloud 》WP Colorful Tag Cloud 可以讓您展示一個漂亮的標籤雲,使用不同的顏色。, 顏色是可定制的,取決於標籤的權重(表示發生次數)和大小。, 還有許多其他的自定...。
Global Meta Box Order 》這個外掛可以直覺地調節 WordPress 安裝的後台使用者的元框位置和畫面欄位配置。, 功能簡介, , 安裝並啟用外掛, 進入一篇文章、頁面、自訂文章型別或儀表板, ...。
Ultimate Colors 》Ultimate Colors 是一個能夠協助 WordPress 使用者即使沒有程式經驗也能夠改變 WordPress 網站顏色的外掛,它可以與任何主題配合使用並且整合 WordPress 自訂...。
Quick Localization (Quick Localisation) 》Quick Localisation 可以在 gettext、gettext_with_context、ngettext 和 ngettext_with_context 上處理鉤子,以便可以輕鬆調整由函式 __、_e、_ex、_n、_nx...。
Easy Genesis (formerly Genesis Simple Customizations) 》Easy Genesis 外掛可讓您在不需編寫自訂程式碼的情況下,對 Genesis 主題框架驅動的網站做許多自定義和設置修改。您必須使用 Genesis 主題框架的 2.2 或更高...。
Print Science Designer 》此外掛連結 WooCommerce 與 Print Science Designer,讓消費者能夠在網路上設計及客製化商品。使用此外掛需先安裝 WooCommerce。, Print Science Designer 讓...。
Admin Customization 》Admin Customization 外掛允許您更改 WordPress 後台的外觀。, 這個外掛能讓您:, , 更改後台 favicon。, 更改後台 logo。, 隱藏管理員 logo 文字和/或 logo ...。