Description
UIkit Editor Blocks for WordPress. This plugin adds UIkit blocks to the WordPress Block Editor (Gutenberg).
Features
- Supports UIkit v3
- Support for CSS grid (experimental)
- Fully customizable with filters
- Configuration via option page or programmatically with constants
- Block templates can be overwritten in your theme
Available Blocks
Accordion
Alert
Button
Card
Container
Divider
Dropdown
Grid
Heading
Icon
Image
Overlay
Overlay Slider
Panel
Panel Slider
Quotation
Section
Slideshow
Social Icons
Switcher
Text
Requirements
- WordPress >= 6.0
- PHP >= 7.4
Further Information
- Documentation: https://github.com/uikitbase/uikit-editor-blocks#readme
- WordPress Plugin: https://www.ads-software.com/plugins/uikit-editor-blocks/
- GitHub Repository: https://github.com/uikitbase/uikit-editor-blocks
- Changelog: https://github.com/uikitbase/uikit-editor-blocks/tags
- Issue tracker: https://github.com/uikitbase/uikit-editor-blocks/issues
External Services
This plugin utilizes external services to embed videos from YouTube and Vimeo. The integration is necessary to display video content in the plugin’s features.
What services are used and why?
-
YouTube:
The plugin embeds YouTube videos by creating an iframe using the YouTube Embed API. This is used to display YouTube videos directly within the plugin’s interface. -
Vimeo:
The plugin embeds Vimeo videos by fetching video metadata through Vimeo’s oEmbed API. This is used to dynamically adjust the video dimensions and display Vimeo content within the plugin.
What data is sent and when?
-
YouTube:
- The video ID (e.g.,
https://www.youtube.com/watch?v=XYZ123
sends theXYZ123
part) is sent as part of the iframe source URL. - No additional user data is sent from your website to YouTube during this process.
- The video ID (e.g.,
-
Vimeo:
- A request is sent to the Vimeo oEmbed API (
https://vimeo.com/api/oembed.json
) to fetch metadata such as video width and height. - The video URL (e.g.,
https://vimeo.com/123456789
) is included in this request. - No personal user data is included in the API request.
- A request is sent to the Vimeo oEmbed API (
Links to terms of use and privacy policies:
-
YouTube:
-
Vimeo:
By using this plugin, users agree to the terms and conditions of YouTube and Vimeo for any embedded video content.
Blocks
This plugin provides 29 blocks.
- Panel Slider Item (UIkit)
- Image (UIkit)
- Heading (UIkit)
- Switcher Item (UIkit)
- Section (UIkit)
- Grid Column (UIkit)
- Overlay Slider Item (UIkit)
- Panel (UIkit)
- Overlay (UIkit)
- Icon (UIkit)
- Switcher (UIkit)
- Social Icons Item (UIkit)
- Grid (UIkit)
- Container (UIkit)
- Divider (UIkit)
- Card (UIkit)
- Social Icons (UIkit)
- Dropdown (UIkit)
- Text (UIkit)
- Slideshow (UIkit)
- Quotation (UIkit)
- Button (UIkit)
- Panel Slider (UIkit)
- Alert (UIkit)
- Accordion Item (UIkit)
- Accordion (UIkit)
- Slideshow Item (UIkit)
- Overlay Slider (UIkit)
- Dropdown Item (UIkit)
Installation
- Upload the
uikit-editor-blocks
directory into the/wp-content/plugins/
directory - Activate the plugin through the
Plugins
menu in WordPress - Start adding blocks from the
UIkit Blocks
category
Reviews
There are no reviews for this plugin.
Contributors & Developers
“UIkit Editor Blocks” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “UIkit Editor Blocks” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.4
- Added: “Icon Picker” for easy selection and integration of UIkit icons.
- Fixed: Accordion block now supports live preview in the Gutenberg editor.
- Fixed: Container block now supports live preview in the Gutenberg editor.
- Fixed: Icon block now supports live preview in the Gutenberg editor.
- Fixed: Section block now supports live preview in the Gutenberg editor.
- Improved: Enhanced styling for blocks that currently do not support live preview.
1.0.3
- Updated: UIkit framework to version 3.23.1.
- Fixed: Updated templates for Heading block.
- Added: UIkit now loads in the block editor for real-time styling.
- Added: New Alert block with live preview support.
- Fixed: Button block now supports live preview in the Gutenberg editor.
- Fixed: Card block now supports live preview in the Gutenberg editor.
- Fixed: Divider block now supports live preview in the Gutenberg editor.
- Fixed: Heading block now supports live preview in the Gutenberg editor.
- Fixed: Image block now supports live preview in the Gutenberg editor.
- Fixed: Text block now supports live preview in the Gutenberg editor.
1.0.2
- Fixed: Updated templates for Button and Image blocks.
- Fixed: Updated icons for blocks.
- Added: “Full Width” checkbox option to the Button block.
- Added: New Icon block.
- Added: New Quotation block.
1.0.1
- Fixed: UIkit CSS loading issue when settings are unsaved.
1.0.0
- Initial release.