이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

ImageURLReturner

설명

When you use a blogging client from your computer/mobile-phone to upload photos to WordPress, WordPress resizes the
image into smaller versions (e.g. thumbnail and medium) but the URLs of these resized images aren’t returned to
the client so it can’t use them.

If clients are altered to support this plugin, when you include photos in an entry, the entry could automagically
include the smaller images which link to the full size version when clicked on.

There is a patch to add the functionality in this plugin into the core of WordPress:
https://core.trac.wordpress.org/ticket/6430
but it missed the cut-off from WordPress 3.0 so it is unlikely to to be included for some time to come.

설치

This section describes how to install the plugin:

  1. Upload ImageURLReturner.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

Do any WordPress client support this plugin yet?

As I write this, it hasn’t been released yet so: not right now. I plan to add support
to MaStory for Maemo mobile phones.

It doesn’t seem to be working

Is WordPress generating thumbnails at all? Look in the same directory as the
image was uploaded. If not, the problem is unlikely to be this plugin (it just
sends the URLs back, it doesn’t alter the image generation which WordPress already
does).

I’ve encounter two problems that stop WordPress generating thumbnails:

  • the gd library (or the php-gd bindings) weren’t installed
  • The client didn’t provide a mime-type for the image. (There is a
    trac item open to ask WordPress to work it out:
    https://core.trac.wordpress.org/ticket/12518
    but in the meantime you need to alter the client or manually alter
    your WordPress installation as described in the trac item).

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“ImageURLReturner”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “ImageURLReturner”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.2

  • If uploading an image with a duplicate name, WordPress automatically
    renames it and the plugin didn’t handle it correctly

0.1

  • Initial version