Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

WordDraw

Опис

WordDraw enables you and your visitors to draw comments.

There are common tools:

  • Pencil
  • Pen
  • Path
  • Paint bucket
  • Eraser
  • Marquee
  • Image
  • Text
  • Rectangle and ellipse primitives
  • Undo and redo

To enable canvas checking box ‘Allow drawings’ on ‘Edit Post’.

Note that this is first beta release. Soon we add support for old IEs, new text tool and additional documentation. So please don’t blame us strictly 🙂

All questions and comments please send to the mailing list and bug report in issues list.

Note that when you disabled plugin, all drawings will be displayed as abrakadabra: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAGQCAYAAABYs5LG

Presentation

Presentation and further info available on project homepage.

Скріншоти

  • Single post with WordDraw enabled
  • Comment editor in WordPress admin

Встановлення

  1. Upload directory with plugin content to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Manually add your domain in proxy.php to allow users draw images from outer world

Images are stored as text in database, so no special installation required.

Часті питання

How it works?

Algorithm is pretty simple: a visitor drawing picture then it encoded in Base64 and saving in database. After that you can edit or delete it in WordPress admin as ordinary comments.

Note that when you disabled plugin, all drawings will be displayer as abrakadabra: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAGQCAYAAABYs5LG

What browsers and clients are supported?

WordDraw will work in most modern browsers. It tested in Internet Explorer 8, Safari (including iPhone/iPad), Firefox, Opera, Chrome. We also planning support IE 6-7-9 after beta release.

For unsupported clients, canvas will be disabled and replaced with default editor.

Is there any security issues?

It seems, nope. WordDraw does not create additional tables, queries or files. Images are encoded in Base64 and stored as text in database. So the only problem may be if the browser incorrectly handled these images. But it’s unlikely.

Can it be extended with my brush/fonts/tools?

Yes, soon. WordDraw is based on Drawform project. Even more WordDraw is just convenient interface for Drawform. DF is in active development, so they release source code and API documentation soon.

Відгуки

Для цього плагіна немає відгуків.

Учасники та розробники

“WordDraw” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “WordDraw” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

0.1-beta

  • Initial public release.