[WordPress] 外掛分享: Roobely – Advanced Blocks

首頁外掛目錄 › Roobely – Advanced Blocks
WordPress 外掛 Roobely – Advanced Blocks 的封面圖片
全新外掛
安裝啟用
尚無評分
3 天前
最後更新
問題解決
WordPress 6.1+ PHP 7.4+ v1.0.6 上架:2026-07-12

外掛標籤

開發者團隊

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

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

原文外掛簡介

Roobely is a modern WordPress block plugin designed for performance, flexibility, and a clean editing experience.
It provides a collection of advanced blocks and design tools that help you build responsive websites directly inside the WordPress block editor.
Roobely focuses on:

Faster editor performance
Lightweight asset loading
Clean and maintainable architecture
Responsive design controls
Better compatibility with modern themes
Optimized frontend performance

Features

Advanced block collection
Responsive layout controls
Typography and spacing customization
Gradient, shadow, and animation support
Lightweight frontend assets
Flexible design system
Compatible with modern WordPress themes
Performance-focused architecture

Included Blocks

Row & Column
Heading
Advanced Text
Button
Button Group
Icon
Icon List
Image
Divider
Info Box
Pricing Table
Team Member
Testimonial
Counter
Progress Bar
Tabs
Accordion
Social Icons
Video Popup
Google Map
Post Grid
Timeline
Contact Form
Block Wrapper

Pro Features
Roobely Pro will include:

Auto conversion from Qubely blocks to Roobely blocks
WooCommerce blocks
Forms builder
Carousel blocks
Additional premium design components
Extended customization options

More information: https://roobely.com
External Services
This plugin connects to several external services to provide additional functionality. All services are optional and require explicit user configuration.
1. Google Fonts API

Purpose: Loads custom fonts for better typography in Roobely blocks
Data Sent: Font family names selected by the user in block settings
When: When a Roobely block uses custom fonts AND the user enables Google Fonts in plugin settings (OFF by default)
Service Provider: Google LLC
Privacy Policy: https://policies.google.com/privacy
Terms of Service: https://developers.google.com/fonts/terms

2. Google reCAPTCHA

Purpose: Prevents spam submissions in Roobely Contact Form blocks
Data Sent: User’s interaction with the contact form, CAPTCHA response token, page URL
When: When the Contact Form block is configured with reCAPTCHA enabled
Service Provider: Google LLC
Privacy Policy: https://policies.google.com/privacy
Terms of Service: https://policies.google.com/terms

3. Google Maps API

Purpose: Displays interactive maps in the Map block
Data Sent: Location data, place IDs, map coordinates, API key (provided by site owner)
When: When the Map block is added to a page and configured with a Google Maps API key
Service Provider: Google LLC
Privacy Policy: https://policies.google.com/privacy
Terms of Service: https://cloud.google.com/maps-platform/terms

4. Roobely Licensing Server (Pro Version Only)

Purpose: Validates Pro license keys for premium features
Data Sent: License key, site URL, product ID
When: During license activation and periodic validation checks
Service Provider: Roobely (tiger12)
Privacy Policy: https://roobely.com/privacy-policy
Terms of Service: https://roobely.com/terms

5. YouTube
This plugin connects to YouTube’s embedding service to display video content in the Video Popup block.
When a user loads a page containing the Video Popup block, the plugin:
– Builds an embedded YouTube player URL
– Loads the YouTube iframe player API
– The visitor’s browser connects to YouTube and may send standard request data such as IP address, browser details, cookies, and the page URL/referrer according to Google’s policies
This service is provided by YouTube (Google):
– Terms of Service: https://www.youtube.com/t/terms
– Privacy Policy: https://policies.google.com/privacy
6. Vimeo
This plugin connects to Vimeo’s embedding service to display video content in the Video Popup block when a Vimeo URL is used.
When a user loads a page containing the Video Popup block configured with a Vimeo video, the plugin:
– Builds an embedded Vimeo player URL (player.vimeo.com)
– The visitor’s browser connects to Vimeo and may send standard request data such as IP address, browser details, cookies, and the page URL/referrer according to Vimeo’s policies
This service is provided by Vimeo, Inc.:
– Terms of Service: https://vimeo.com/terms
– Privacy Policy: https://vimeo.com/privacy
7. Mailchimp
This plugin optionally connects to Mailchimp to submit form data.
When: When a contact form block is configured with Mailchimp as the form action
Data Sent: Form field values submitted to Mailchimp’s form endpoint
Service Provider: Mailchimp (The Rocket Science Group)
Privacy Policy: https://mailchimp.com/legal/privacy/
Terms of Service: https://mailchimp.com/legal/terms/
Source Code
This plugin ships with compiled and minified JavaScript assets for best performance and smaller download size.
The complete original unminified source code (React components, build tools, and all development files) used to generate these assets is publicly available at:
https://bitbucket.org/tiger12/roobely
Build Instructions:
cd assets/reactjs
npm install
npm run build
You can browse the full unminified source code (including the React source) directly in the public repository above (no login required).
Note: The minified .js files included in this plugin were built from the sources in the repository linked above.
Primary source location: assets/reactjs/src/ in the repository above contains the primary, hand-edited React source code for this plugin. Files such as assets/js/roobely.js are generated webpack bundles produced from that source via the build instructions above, not source files themselves.
Minified asset sources
In the public Bitbucket repository (these unminified .js files are not included in the plugin ZIP; they are only available in the repository linked above):

assets/js/roobely.min.js → assets/js/roobely.js
assets/js/license-activation.min.js → assets/js/license-activation.js
assets/js/common-script.min.js → assets/js/common-script.js
assets/js/custom-roobely.min.js → assets/js/custom-roobely.js
assets/js/htmlDecoder.min.js → assets/js/htmlDecoder.js
assets/js/interaction.min.js → assets/js/interaction.js
assets/js/jquery.animatedheadline.min.js → assets/js/jquery.animatedheadline.js
assets/js/roobely-video-popup.min.js → assets/js/roobely-video-popup.js
assets/js/blocks/contactform.min.js → assets/js/blocks/contactform.js
assets/js/blocks/image-comparison.min.js → assets/js/blocks/image-comparison.js
assets/js/blocks/map.min.js → assets/js/blocks/map.js

Third-Party Libraries
Library: Font Awesome
Version: 7.2.0
License: MIT
Source: https://fontawesome.com/
Status: Actively maintained
Library: Roobely Video Popup (Custom Implementation)
Version: 1.0
License: GPLv2 or later (original code, bundled with this plugin — not a fork of Magnific Popup, and MIT terms do not apply)
Source: https://bitbucket.org/tiger12/roobely/src/main/assets/js/roobely-video-popup.js
Status: Maintained by the Roobely team
Notes: A small, dependency-free custom lightbox used by the Video Popup block to embed YouTube and Vimeo videos.
Library: jQuery
Version: WP Core
License: MIT
Source: https://jquery.com/
Status: Actively maintained

延伸相關外掛

文章
Filter
Mastodon