
內容簡介
**總結:** UIkit Editor Blocks for WordPress 是一個外掛程式,將 UIkit 區塊新增至 WordPress Block Editor (Gutenberg) 中。它支援 UIkit v3,提供各種區塊選項,也可以自訂外觀等功能。
### 問題與答案:
1. 這個外掛程式主要是為了將哪些服務整合進 WordPress 中?
- 答:YouTube 與 Vimeo 的影片內嵌服務。
2. 使用 UIkit Editor Blocks for WordPress 時,影片資料是在何時被傳送到外部服務提供商?
- 答:YouTube 影片的 ID 是在建立 iframe 之時傳送,而對於 Vimeo,影片 URL 則是在發送到 oEmbed API 時被傳送,以取得影片的寬高等資料。
3. 使用這個外掛程式時,使用者需要同意哪兩家服務提供商的使用條款和隱私政策?
- 答:YouTube 和 Vimeo。
外掛標籤
開發者團隊
原文外掛簡介
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://wordpress.org/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 the XYZ123 part) is sent as part of the iframe source URL.
No additional user data is sent from your website to YouTube during this process.
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.
Links to terms of use and privacy policies:
YouTube:
Terms of Service
Privacy Policy
Vimeo:
Terms of Service
Privacy Policy
By using this plugin, users agree to the terms and conditions of YouTube and Vimeo for any embedded video content.
