SVG Block

描述

This SVG block allows you to display SVG images as inline HTML markup. You can either choose an icon from the icon library with more than 3000 icons or you can upload or input your custom SVG images directly in the block’s setting.
It also allows you to upload SVG images to your WordPress site, and load them into the icon library. Only SVG files that have XML declaration at the top like <?xml version="1.0" encoding="utf-8"?> can be uploaded to the WordPress media library.

Key Features

  • Accessibility ready with ‘img’ role, automatically generates title and description from settings.
  • Automatically sanitize SVG markup to make it safe and lightweight.
  • Include almost all settings to customize the SVG image.
  • Include a collection of common non-rectangular dividers.
  • An icon library included icons from “Bootstrap Icons”, “Ionicons”, “Dashicons” and new “WordPress Icons”.
  • Allow uploading SVG images to the WordPress media library
  • Automatically load SVG images from the media library into the icon library

Video tutorials

How to create an icon with custom styles using the icon library:

How to create a non-rectangular background section:

How to create icon buttons:

Please take a look at these custom block patterns that use this block to see how it can be applied to real-world sites.

If this plugin is useful for you, please do a quick review and rate it on WordPress.org to help us spread the word. I would very much appreciate it.

Please check out my other plugins if you’re interested:

  • Content Blocks Builder – A tool to create blocks, patterns or variations easily for your site directly on the Block Editor.
  • Meta Field Block – A block to display a meta field or an ACF field as a block. It can also be used in the Query Loop block.
  • Block Enhancements – A plugin to add more useful features to blocks like icons, box-shadow, transform, hover style, etc.
  • Icon separator – A tiny block just like the core/separator block but with the ability to add an icon to it.
  • Counting Number Block – A block to display a number that has the number-counting effect.
  • Breadcrumb Block – A simple breadcrumb trail block that supports JSON-LD structured data.
  • Better YouTube Embed Block – Embed YouTube videos without slowing down your site.

The plugin is developed using @wordpress/create-block.

螢幕截圖

  • Create an arrow background section

  • Add an icon and add styling to it

  • Create a curved background section

  • Use the responsive height feature

  • Use the SVG block as the image block

  • Block's settings

  • Block's placeholder

Blocks

This plugin provides 1 block.

  • SVG Block Display an SVG image as a block, which can be used for displaying icons, dividers...

安裝

  1. Upload the plugin files to the /wp-content/plugins/svg-block directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress

常見問題

What problem does this plugin solve?

It helps to input inline SVG images as blocks easily and safely.

When should we use this plugin?

  • When you need to quickly input some icons. It bundles with more than 3000 icons from some popular icons library such as “WordPress”, “Dashicons”, “Ionicons”, and “Bootstrap icons”.
  • Or you need to use an SVG image as a divider, or separator. It also bundles with some common non-rectangular dividers like tilts, curves, triangles…
  • You can also use it as an image block but for SVG format only like images from undraw.co.
  • You can also use it as a button with an icon, and it can be nested inside the Query Loop with the ‘Link to post’ enabled.

Why needs this plugin?

It’s super easy to use. It’s accessibility-ready. It comes with lots of additional features like responsive width and height, responsive spacing (padding and margin), responsive justify alignment, flip, revert, responsive border, border-radius, box-shadow builder…

Who needs this plugin?

Anyone can use this plugin.

評價

2024年1月22日 1 reply
This is very handy. Would love an option disabling everything except the use of custom SVG from the media library.
2023年1月16日 1 reply
Intuitive. Uncomplicated and simple to use — yet offers a vast array of options. A great addition to anyone's Wordpress 'no-code' toolbox. #developers-to-watch
2022年11月7日 1 reply
I have tried many blocks, including those that come in block packages such as kadence, spectra, etc. And this one does what I want, better than the others.
2022年10月14日 1 reply
All required basic settings are available. It's better than "the icon block" in terms of big collection of icons already available in the library, insertion of custom SVG directly in the settings panel, and most important thing to handle any SVG as a section separator for making non-rectangular sections. And it's also ADA compliance. So a perfect choice when we need to add svg icons on a site.
閱讀全部7個評價

貢獻者及開發者

“SVG Block” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

SVG Block 外掛目前已有 1 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 SVG Block 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.1.17

Release Date – 31 October 2023

  • Added – Allow uploading SVG images to the WordPress media library and load those images into its icon library
  • Updated – Update icons from the latest version of third-party providers
  • Updated – Update SDK

1.1.16

Release Date – 22 September 2023

  • Added – New setting named linkToPost. The block now can be used in a Query Loop and acts like a link/button with an icon that links to the post
  • Updated – Update ‘Requires at least’ to 6.3 for the new HTML API, and new default size controls
  • Fixed – Change border from BorderBoxControl to BorderControl

1.1.15

Release Date – 08 September 2023

  • FIX – Generate empty variables for margin

1.1.14

Release Date – 03 September 2023

  • DEV – Use the default control for border, spacing settings
  • DEV – Disable toggle off for width, icon width, gap between icon and text

1.1.13

Release Date – 09 August 2023

  • DEV – Update new style for the icon library popup in WP 6.3
  • DEV – Refactor code

1.1.12

Release Date – 28 June 2023

  • DEV – Use ToolsPanel for inspector controls
  • DEV – Improve performance

1.1.11

Release Date – 11 March 2023

  • DEV – Update icon library
  • DEV – Add more clear help texts for the title and the description
  • DEV – Refactor for WP 6.2

1.1.10

Release Date – 09 February 2023

  • DEV – Add better support for the ‘Use as button’ feature

1.1.9

Release Date – 03 February 2023

  • DEV – Add SVGO GUI tool to the help text
  • DEV – Update SDK

1.1.8

Release Date – 27 October 2022

  • DEV – Allow clear color for the ColorGradientControl

1.1.7

Release Date – 04 October 2022

  • FIX – placeholder’s style is not loading in the site editor

1.1.6

Release Date – 03 October 2022

  • FIX – Focus on the search box on the first load

1.1.5

Release Date – 29 September 2022

  • REFACTOR – Redesign the placeholder for the block
  • DEV – Add divider icons to the icon library
  • REFACTOR – Using a data store for the icon library
  • FIX – Remove empty style variables and add deprecated for them

1.1.4

Release Date – 18 September 2022

  • FIX – Compatibility issue with the Gutenberg plugin
  • DEV – Refactor for localization

1.1.3

Release Date – 31 August 2022

  • DEV – Add stack context

1.1.2

Release Date – 30 August 2022

  • DEV – Change the default value for box-shadow
  • FIX – Reset icon lists by clicking on the reset search button

1.1.1

Release Date – 27 July 2022

  • FIX – The block makes the page in ‘dirty’ state

1.1.0

Release Date – 26 July 2022

  • DEV – Allow the ability to turn the block into a button with text & icon
  • DEV – Add ‘auto’ value to the options of width and height
  • DEV – Double click on the icon on the modal to insert the icon

1.0.13

Release Date – 01 July 2022

  • DEV – Add box-sizing as border-box by default

1.0.12

Release Date – 30 Jun 2022

  • FIX – Convert inline style to style object

1.0.11

Release Date – 19 Jun 2022

  • DEV – Update SDK
  • DEV – Refactor icon library modal
  • DEV – Allow uploading SVG files

1.0.10

Release Date – 12 May 2022

  • REFACTOR Update sdk

1.0.9

Release Date – 30 April 2022

  • FIX – Missing color slug

1.0.8

Release Date – 30 April 2022

  • DEV – Upgrade color format

1.0.7

Release Date – 28 April 2022

  • DEV – Add title to block registration in JS

1.0.6

Release Date – 21 April 2022

  • DEV – Optimize code for performance

1.0.5

Release Date – 19 April 2022

  • REFACTOR – Move the PanelColorGradientSettings out of PanelBody

1.0.4

Release Date – 15 April 2022

  • DEV – Icon library modal: focus the search box on open, press enter to insert icon

1.0.3

Release Date – 12 April 2022

  • FIX – Remove old cached icons due to storage limitation issue.

1.0.2

Release Date – 10 April 2022

  • DEV – Update icons pack

1.0.1

Release Date – 07 April 2022

  • FIX – Fix typo issue

1.0.0

Release Date – 05 April 2022