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

Embed Images in Comments

Опис

This plugins embeds image links in comments with the img tag so the image are visible in your comment timeline.

Image formats supported:
1. .jpg
2. .gif
3. .png

You can specify your comment width so the images are fitted nicely. Images are not hosted on your server neither this plugin pickups any data.

Do note that people can link extremely large images and your page loading can be compromised because of that.

Demo:
Embed Comment Images

Скріншоти

  • The screenshot description corresponds to screenshot-1.(png|jpg|jpeg|gif).

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

  1. Upload “eiic.php” to the “/wp-content/plugins/” directory.
  2. Activate the plugin through the “Plugins” menu in WordPress backend.

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

Installation Instructions
  1. Upload “eiic.php” to the “/wp-content/plugins/” directory.
  2. Activate the plugin through the “Plugins” menu in WordPress backend.
Does this plugin import images to my server?

No. It just wrap any URL in comments which points to image into IMG tag.

Can I set size of images?

Yes. But setting size only create a container for image. Image still can be any resolution.

Відгуки

09.09.2017 2 replies
Plugin contains a security issue. Do not use right now. Updated: very simple and to the point 🙂
15.06.2017
this plugin solved my 2 problems; my wordpress ignores the img tag in comment textbox. editing php could solve this but it was quite tricky to me. and not-html-friendly visitor felt difficult to use img tag. and other problem was that I didn't have enough traffic & storage. so I used other image hosting service(like imgur, etc) and linked to img tag manually,, but now I just need to paste link. nice.
09.12.2016
Dear Dev you are a star !! , your plugin is super light weight & works great with comments / posts. Honestly if world with have more people like you then it will be a paradise ! Thank you for your great work !! Cheers
03.09.2016
working good, except for images with JPEG extension.
Прочитати всі 6 відгуків

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

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

Учасники

Перекладіть “Embed Images in Comments” на вашу мову.

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

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

Журнал змін

0.6

0.5

  • Wrapped inserted image with a link tag which points to original image, so the click on image opens large original version of the image.

0.4

  • Bug fix. When link of the image has extension in capitalized letters e.g. .JPG image is not wrapped with the img tag.

0.3

  • Added support for images residing on https urls.

0.2

  • Added image resize support.

0.1

  • Initial release.