demon image annotation

Beschrijving

This plugin allows you to add textual annotations to images by select a region of the image and then attach a textual description, the concept of annotating images with user comments.
Integration with JQuery Image Annotation from Chris (http://www.flipbit.co.uk/jquery-image-annotation.html) with PHP support from GitHub (http://github.com/stas/jquery-image-annotate-php-fork).

Live Demo:

https://www.superwhite.cc/demon/image-annotation-plugin

Needs Your Support:

It is hard to continue development and support for this free plugin without contributions from users like you. If you enjoy using demon Image Annotation and find it useful, please consider making a donation. Your donation will help encourage and support the plugin’s continued development and better user support. Donate

Some features:

  • Option to approve, edit and remove image notes in admin page.
  • Preview image annotation in admin page.
  • Auto insert unique id attribute for all the images for image note.
  • Option to allow image annotation for login user who can moderate comment only
  • Gravatar in the notes
  • Option to sync with wordpress comments.
  • Option to show thumbnail in comment list.
  • ‘Mouseover to load notes’ on top of every image note (editable).
  • ‘Link’ on top of every image note if hyperlink image (editable).
  1. There’s a new method to exlcude image annotation after version 3, but previous version method id=”img-exclude” still work.
  2. Image preview for admin editing is only support version 3 and above, image note added with previous version will not support.

Schermafdrukken

  • Demonstration of demon image annotation.
  • Demonstration of demon image annotation.
  • Image annotation settings.
  • Image annotation table list.
  • Image annotation editing.

Installatie

Installatie

  1. Put the plugin folder into [wordpress_dir]/wp-content/plugins/
  2. Go into the WordPress admin interface and activate the plugin
  3. Choose the settings you want in demon-image-annotation settings.

Hoe te gebruiken

  1. First enter div wrapper id or class in settings where your post content appear, or else the plugin can’t find the wrapper to start.

    Example (.entrybody)

       

  2. To embed annotations and comments on images, your img tag must have id attribute value start with ‘img-‘, this plugin already did the trick if you enable Auto Generate Image ID option.

  3. If you wish to add an id attribute maunally, here is the guide on how to insert id attribute to img tag.
    – First disable Auto Generate Image ID option
    – Add an id attribute start with ‘img-‘ follow by unique id to img tag.
    – All the images must have unique and different id or else you will get the same comments.

    Example (img-4774005463)

  4. Decide the option for WordPress Comments setting.

    Sync with wordpress comments:
    – image note sync with wordpress comment database
    – modified comment will auto update both database
    – deleted comment from wordpress comment will not sync, have to delete manually in image notes table list.
    – new image note from annoymous will auto add into wordpress comment as waiting approval.
    – the image note only publish when the comment is approve.

    Not sync with wordpress comments:
    – standalone image note database.
    – new image note will publish without approval.

    Pls note if you switch the option, the comments added with previous option will not load.

Usage:

  1. Disable Add Note button:
    Add an addable attribute with value “false” to disable the add note button, but image notes still viewable.
    Login User who can Moderate Comments still able to see Add button option.

  2. Exclude image:
    Add an exclude attribute to disable image annotation function.

  3. Comments thumbnail:
    To add thumbnails to your comments list manually, just add the php code below in your comment callback function.

    comment_ID);
    }?>

Beoordelingen

1 december 2019
Después de instalado me indica que el sitio tiene un error critico.
Lees alle 2 beoordelingen

Bijdragers & ontwikkelaars

“demon image annotation” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “demon image annotation” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

5.4

  • Improve security

5.3

  • Fixed plugin issue

5.2

  • Improve security

5.1

  • Improve security

5.0

  • Improve security
  • Improve wordpress coding standard

4.8

  • Improve security

4.7

  • Fixed Data Validation
  • Added localization file

4.6

  • Securing input & output
  • Added spam notes

4.5

  • Replace mysql_real_escape_string() with esc_sql()
  • Improve admin options UI
  • Organized plugins files in folder
  • Organized plugins files name
  • Organized plugins script and style files

4.1

  • Fixed resize issue

4.0

  • Auto resize option now enable responsive mode

3.9

  • Fixed multiple form issue

3.8

  • Replace mysql_real_escape_string() with esc_sql()

3.7

  • Added admin plugin tab
  • Updated CSS buttons
  • Fixed auto update WordPress Comments database issue
  • Fixed dashboard menu count issue

3.6

  • Fixed image description

3.5

  • Fixed image numbering issue

3.4

  • Fixed post ID issue

3.3

  • Fixed auto update WordPress Comments database issue
  • Fixed notes overlap issue
  • Fixed notes not resize according to image size
  • Added image notes count number to admin bar and menu

3.2

  • Modifiend database column
  • Fixed backslash in image note
  • Remove auto generate ID and post ID in jQuery
  • Replace auto generate ID and post ID with filter function
  • Option to disable numbering
  • Option to auto resize image annotation to fit content max width
  • Image annotation able to show on home page

3.1

  • Fixed Annotation jQuery.

3.0

  • Fixed HTTPS issue
  • Fixed wordpress comment synced with image note data.
  • Update database column.
  • Update admin image notes table list.
  • Update jQuery version to 2.1.1
  • Update jQuery UI version to 1.11.2
  • Add Image preview in admin image notes table list.
  • Add edit image button in wordpress comment table list.
  • Add submenu to admin page
  • Add comments maxlength setting
  • Able to manage settings base on roles and capabilities
  • Able to approve, edit and remove image notes base on roles and capabilities
  • Able to add new line for image notes
  • Able to restore comment from Trash in admin image notes table list.

2.5.4

  • Thumbnail resize fixed.
  • Thumbnail preloader.

2.5.2

  • Fixed addable for admin only.

2.5

  • Fixed image annotation script.
  • Fixed php JSON data.
  • Fixed not workin in ie.
  • New admin table list.

2.4.8

  • Fixed MD5 not working.

2.4.7

  • Fixed bugs.

2.4.6

  • Fixed jquery conflict.

2.4.5

  • Fixed missing add button.

2.4.4

  • Added approve and unapprove button for selected image notes.
  • Fixed table prefix issue

2.4.3

  • Fixed on table name issue.
  • Fixed pop up error while saving.
  • Fixed image notes not loading (when comment or image note is not approve yet).
  • Show error occured message when loading image notes timeout.
  • Add option to remove HTML image tags.

2.4.1

  • Fixed on Image Notes Tab not display in Safari browser.

2.4

  • Fixed on Chrome and IE browsers.

2.3

  • Fixed return and new line issue that cause image note stop loading.

2.2

  • New image note as waiting approval even it is not sync with wordpress comment.
  • Fixed image note not loading with special characters.
  • Image note settings now is display for admin only.
  • Customize default avatar for image note author gravatar.

2.1

  • Rounded border.
  • Add list of image notes in admin page.
  • Add option to approve, edit and delete image notes.
  • Add option to change mouseover description and image hyperlink name.
  • Add option to lnclude post id in every auto insert images id.
  • Fix issue of database prefix is not wp_.
  • move author to top.

2.0

  • Admin page
  • Auto insert id attribute start with “img-“.
  • Add notes to your uploaded pictures and embed pictures.
  • Add author gravatar on notes.
  • Add option to show image notes not only in single page but other pages such as home and archives.
  • Add option which enable user to disable or enable noted image for admin only or every user.
  • Add option which enable user to disable or enable WordPress commenting system.
  • Add option which enable user to disable or enable noted image thumbnail at comment list.
  • Add description on top of every image note ‘Mouseover to load notes’.
  • Add link on top of every image note if hyperlink image.

1.2

  • Delete comments
  • Comment thumbnail hover

1.1

  • Fix note overlap
  • Image note user addable