This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

SVG Shortcode

विवरण

A plugin that allows SVG-files (Scalable Vector Graphics) to be uploaded through the media browser and adds an SVG shortcode for using SVG-files on your WordPress site.
The plugin has a fallback attribute to display an image if the browser doesn’t support SVG-files.

स्थापना

  1. Upload the plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use the [svg] shortcode like this:
    [svg]url-to-your-svg-file[/svg]
  4. For an image fallback you can use the fallback attribute like this:
    [svg fallback=”url-to-your-fallback-image”]url-to-your-svg-file[/svg]

प्रश्नोत्तर

1. How do I use the plugin?

Use the SVG shortcode as follows:
[svg]url-to-your-svg-file[/svg]

2. What attributes are supported?

fallback, width, height

Let me know if you need others supported

3. How do I use the attributes?

F.ex. using the width attribute:
[svg width=”100px”]url-to-your-svg-file[/svg]

समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

योगदानकर्ता र डेभलपरहरू

“SVG Shortcode” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

चेन्जलग

1.0

  • First version

1.0.1

  • Added support for width and height properties