Title: Image Feed Widget
Author: yorik
Published: <strong>2009년 11월 19일</strong>
Last modified: 2011년 12월 1일

---

플러그인 검색

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

![](https://s.w.org/plugins/geopattern-icon/image-feed-widget.svg)

# Image Feed Widget

 작성자: [yorik](https://profiles.wordpress.org/yorik/)

[다운로드](https://downloads.wordpress.org/plugin/image-feed-widget.zip)

 * [세부사항](https://ko.wordpress.org/plugins/image-feed-widget/#description)
 * [평가](https://ko.wordpress.org/plugins/image-feed-widget/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/image-feed-widget/#installation)
 * [개발](https://ko.wordpress.org/plugins/image-feed-widget/#developers)

 [지원](https://wordpress.org/support/plugin/image-feed-widget/)

## 설명

This plugin allows to place widgets on your sidebars, that fetch the contents of
one or more RSS feeds, combine them by date if there is more than one, and display
the thumbnail images that are included in the feeds items. You can give the widget
any number of feeds, and limit the quantity of images to be displayed.

You can use any kind of RSS feed, but they must contain thumbnails (the plugin will
check for, in that order, media:thumbnail tags, or enclosure tags, or, if none of
these are found, an img tag inside the feed item description). If you don’t undestand
a word of this, just make sure your feed carries thumbnails, otherwise all you’ll
see is a “No thumbnail found” text…

You can also use this plugin from your theme templates, to display images lists 
anywhere else on your blog and you can easily give them a fixed size or a maximum
size with CSS styling.

## 설치

 1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory or use the wordpress
    plugin installer
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. A new “Image Feed Widget” will be available.
 4. Give a list of feeds to the widget, separated by commas, such as http://www.example1.
    com/rss,http://www.example2.com/rss2

## FAQ

  How do I define the size of the thumbnails?

The thumbnail images can easily sized by placing something like this in your theme’s
css stylesheet:

.image-feed-small a img {
 max-height: 100px; max-width: 100px; }

The above css code will apply to all widgets. You can use “height” and “width” instead
of “max-height” and “max-width” if you prefer.

  What about having several images per line?

Easy too, the content of the widget is a list, so you just need to add this to your
theme’s css stylesheet:

image-feed-list {
 display: inline; }

you must of course specify a width that allows more than one image to fit in your
sidebar…

  And how do I use the plugin in my theme?

Anywhere in your theme templates, you can display a list of images coming from rss
feeds. Just place the following code where you want the images to appear:

    ```
    <?php get_image_feed_list($feedslist, $maxfeeds, $divname, $printtext, $target, $useenclosures); ?>
    ```

Where:
 * $feedlist is a comma-separated list of rss feed urls (mandatory) * $maxfeeds
is the maximum number of images to display (optional, default = 90) * $divname is
a name suffix for the list class. “myList” will become “image-feed-myList” (optional)*
$printtext must be 1 if you want the image title to be printed below the image (
optional) * $target is “samewindow” or “newwindow”, depending on where you want 
links to open (optional, default = samewindow) * $useenclosures is “yes” or “no”(
optional, default = yes). Use this if you don’t want to use the tag in the feed 
and force the script to find an image link in the feed item description. Some feeds
like flickr use an original-size image in enclosure and a thumbnail-size image in
the description, don’t ask me why…

Example:

    ```
    <?php get_image_feed_list("http://www.example1.com/rss,http://www.example2.com/rss2", 10, "myImagesList"); ?>
    ```

## 후기

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

## 기여자 & 개발자

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

기여자

 *   [ yorik ](https://profiles.wordpress.org/yorik/)

[자국어로 “Image Feed Widget”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/image-feed-widget)

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

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/image-feed-widget/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/image-feed-widget/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/image-feed-widget/)을 [RSS](https://plugins.trac.wordpress.org/log/image-feed-widget/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.1

 * First version

#### 0.2

 * Added a selection box to choose between opening links in the same window or in
   a new window

#### 0.3

 * Added an option to disable the use of enclosure tags

#### 0.4

 * Added an option to display image title or not

#### 0.5

 * Fixed a bug that prevented multiple choices boxes to appear in the plugin settings

## 기초

 *  버전 **0.5**
 *  최근 업데이트: **15년 전**
 *  활성화된 설치 **30+**
 *  워드프레스 버전 ** 2.8.4 또는 그 이상 **
 *  다음까지 시험됨: **3.2.1**
 *  언어
 * [English (US)](https://wordpress.org/plugins/image-feed-widget/)
 * 태그:
 * [feed](https://ko.wordpress.org/plugins/tags/feed/)[image](https://ko.wordpress.org/plugins/tags/image/)
   [rss](https://ko.wordpress.org/plugins/tags/rss/)[widget](https://ko.wordpress.org/plugins/tags/widget/)
 *  [고급 보기](https://ko.wordpress.org/plugins/image-feed-widget/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  1/5-별점 후기     ](https://wordpress.org/support/plugin/image-feed-widget/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/image-feed-widget/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/image-feed-widget/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/image-feed-widget/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/image-feed-widget/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/image-feed-widget/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/image-feed-widget/reviews/)

## 기여자

 *   [ yorik ](https://profiles.wordpress.org/yorik/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/image-feed-widget/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://None!%20Keep%20your%20money%20for%20important%20things!)