Linux 软件免费装
Banner图

demon image annotation

开发者 demonisblack
更新时间 2024年7月23日 21:51
捐献地址: 去捐款
PHP版本: 2.5 及以上
WordPress版本: 6.4.2

标签

comments image tag images facebook flickr comment note notes annotation image annotation dannychoo

下载

2.1 1.1 5.0 1.2 2.3 2.4.8 2.5.3 2.5.4 3.0 3.1 3.2 3.3 3.4 3.5 3.6 3.7 2.4.7 2.4 4.0 1.0 2.2 2.4.1 3.8 3.9 4.1 4.5 4.6 4.7 2.4.4 2.4.5 2.4.6 4.8 5.2 5.3 2.0 2.4.3 5.1

详情介绍:

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:

安装:

Installation
  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.
How to use
  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) <div class="entrybody>     <?php the_content(); ?> </div>
  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) <img id="img-4774005463" src="http://farm5.static.flickr.com/4121/4774005463_3837b6de44_o.jpg" width="900" height="599" alt="Image Annotation Plugin" />
  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. <img id="img-4774005463" addable="false" src="http://farm5.static.flickr.com/4121/4774005463_3837b6de44_o.jpg" width="900" height="599" alt="Image Annotation Plugin" />
  2. Exclude image: Add an exclude attribute to disable image annotation function. <img exclude id="img-4774005463" src="http://farm5.static.flickr.com/4121/4774005463_3837b6de44_o.jpg" width="900" height="599" alt="Image Annotation Plugin" />
  3. Comments thumbnail: To add thumbnails to your comments list manually, just add the php code below in your comment callback function. <?php if (function_exists('dia_thumbnail')) { dia_thumbnail($comment->comment_ID); }?>

屏幕截图:

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

其他记录:

  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.

更新日志:

5.3 5.2 5.1 5.0 4.8 4.7 4.6 4.5 4.1 4.0 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0 2.5.4 2.5.2 2.5 2.4.8 2.4.7 2.4.6 2.4.5 2.4.4 2.4.3 2.4.1 2.4 2.3 2.2 2.1 2.0 1.2 1.1