Title: Image Feed Widget
Author: yorik
Published: <strong>19 Tháng 11, 2009</strong>
Last modified: 1 Tháng 12, 2011

---

Tìm kiếm plugin

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

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

# Image Feed Widget

 Bởi [yorik](https://profiles.wordpress.org/yorik/)

[Tải về](https://downloads.wordpress.org/plugin/image-feed-widget.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/image-feed-widget/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/image-feed-widget/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/image-feed-widget/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/image-feed-widget/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/image-feed-widget/)

## Mô tả

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.

## Cài đặt

 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

## Hỏi đáp

  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"); ?>
    ```

## Đánh giá

Không có đánh giá nào cho plugin này.

## Người đóng góp & Lập trình viên

“Image Feed Widget” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

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

[Dịch “Image Feed Widget” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/image-feed-widget)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/image-feed-widget/), check
out [SVN repository](https://plugins.svn.wordpress.org/image-feed-widget/), hoặc
theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/image-feed-widget/)
qua [RSS](https://plugins.trac.wordpress.org/log/image-feed-widget/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 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

## Meta

 *  Phiên bản **0.5**
 *  Cập nhật lần cuối **15 năm trước**
 *  Số lượt cài đặt **40+**
 *  Phiên bản WordPress ** 2.8.4 hoặc cao hơn **
 *  Đã kiểm tra lên đến **3.2.1**
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/image-feed-widget/)
 * Thẻ
 * [feed](https://vi.wordpress.org/plugins/tags/feed/)[image](https://vi.wordpress.org/plugins/tags/image/)
   [rss](https://vi.wordpress.org/plugins/tags/rss/)[widget](https://vi.wordpress.org/plugins/tags/widget/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/image-feed-widget/advanced/)

## Đánh giá

 5 trên 5 sao.

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

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

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/image-feed-widget/reviews/)

## Những người đóng góp

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

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/image-feed-widget/)

## Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

 [ Ủng hộ plugin này ](http://None!%20Keep%20your%20money%20for%20important%20things!)