هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

SVG Complete

الوصف

This plugin adds some SVG functionality to your WordPress and uses a SVG technique that’s based on an idea by Alexey Ten and used by Jens Kuerschner which was my starting point for this plugin.
This way of including SVG images into HTML seems to be the one with the best combination of performance and compatibility at the moment.
Upload SVG files to your WordPress and add them to your post or pages via the SVG button in your visual editor. Here you can even select to have zoom and pan (mouse drag) on your svg, useful for maps for example. You can also set image size, a fallback image and an alt text for SEO

List of Features:

  • Upload SVG files to your media library
  • Use SVG files via a TinyMCE bytton or by shortcode in your posts or pages
  • Option to add captions to your SVG images
  • Option to set zoom and drag on svg images (by mouse and buttons)
  • Option to set a CSS class
  • Option to define a fallback image (usually PNG) for your SVG
  • Option to add alt-information for SEO

Example:
[svg-complete align=”aligncenter” class=”my_own_class” svg_path=”http://upload.wikimedia.org/wikipedia/commons/9/95/World_map_frigid.svg” alt_path=”www.mysite.com/images/worldmap.png” alt=”wiki world map” width=”760″ height=”400″ zoompan=”zoom_button”]Wiki Worldmap[/svg-complete]

See http://www.automatic-rock.nl/svg-zoom-pan-drag-wordpress/ for a complete instruction and examples

لقطات الشاشة

  • Add your svg image easily via the button.
  • Select your svg file and options via an easy menu.
  • Use the media uploader to select you svg file and (if you want) a fallback image.
  • Set the other options as you please.
  • Press OK, press Publish and there you go 🙂

التنصيب

  1. Upload the folder to the “/wp-content/plugins/” directory.
  2. Activate the plugin through the “Plugins” menu in WordPress.
  3. Place the shortcode in your pages or posts (including custom posts) with the SVG button in the visual editor or write it yourself in the text editor.

Shortcode-Example:
[svg-complete align=”aligncenter” class=”my_own_class” svg_path=”http://upload.wikimedia.org/wikipedia/commons/9/95/World_map_frigid.svg” alt_path=”www.mysite.com/images/worldmap.png” alt=”wiki world map” width=”760″ height=”400″ zoompan=”zoom_button”]Wiki Worldmap[/svg-complete]

الأسئلة المتكررّة

No Questions asked yet. Feel free to ask!

المراجعات

لا توجد مراجعات لهذه الإضافة.

المساهمون والمطوّرون

“SVG Complete” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”SVG Complete“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.0.0

  • Initial release.

1.0.1

  • description edits.

1.0.2

  • description edits.
  • add option for no align set