English
This plugin for WordPress allows you to display Flickr photos on your weblog. The plugin supports user, public and group photostreams,it original version created by DaveKellam and modified by Aditya Naik with random display.
I replaced the image size and added lightbox effect , six square random images are shown on my site.
Download
click photos to enlarge
Example:
Installation
1.Put flickrrss.php in your plugins directory
2.To use the image cache, create a writable directory and specify its location in the options
3.Activate the plugin
4.Configure your settings via the panel in Options
5.Add < ?php get_flickrRSS(); ?> somewhere in your templates
6.Select the check box to display random images from your feed if you want.
7.Before lightbox effect works,make sure you have installed it on your site.
It’s easy to setup and configure via an options panel. It also has support for an image cache located on your server,if you dont want the lightbox effec and want to keep random image integrated with flickrss photo,try this.
By adding some entries to your css file,itt can be easily customized the look ,here is what I added to show polaroid style on my site.
.flickr_rss img{
border-top:5px solid white !important;
border-right:5px solid white !important;
border-left:5px solid white !important;
border-bottom:12px solid white !important;
margin:3px ;
}
.flickr_rss a:hover img{
border-top:5px solid #ccc !important;
border-right:5px solid #ccc !important;
border-left:5px solid #ccc !important;
border-bottom:12px solid #ccc !important;
margin:3px ;
}
Advanced
The plugin also supports a number of parameters, allowing you to have multiple instances across your site.
$num_items – how many photos you want to appear
$type – specify user, public or group photosream
$tags – a comma separated list of tags (with no spaces)
$imagesize – square, thumbnail, medium or large
$before – html appearing before each photo
$after – html appearing after each photo
$userid – specify a user id (or group name)
昨晚利用一些時間修改一下flickrrss之後,確認lightbox跟random的效果正常,所以釋出給需要的人使用,簡單介紹一下這個外掛,就是讓使用者控制你要顯示的flickr照片、標籤、甚至群組以及大小、數量等等,除此之外支援cache,可以提高顯示的速度云云。
修改後的效果如下,我只設定特定標籤顯示,所以在底下只有我喜歡的照片,沒有什麼截圖之類的東西
click photos to enlarge
Example:
再者透過定義圖片邊框,可以將顯示圖片的效果弄得漂亮些,像是本站的拍立得就參考了My Blog這裡的方法。






水喔~
ROBBIN 的風格越來越好看,一直想換成海明威的佈景,但是最近都沒有太多時間更改,要準備寫論文,連寫 blog 的時間都沒有。 :neutral:
多謝啦
ops:
論文比較重要,blog慢慢來,我也是想到改什麼就改
倒是你的blog名稱叫My blog,然後站上的稱呼就直接是admin
要引述你的話時 還挺麻煩的
Do you have a working version of this plugin for WordPress 2.5?
you could try the link above,it’s work.
羅賓…
可以請教你一個問題嗎?我CSS的樣是按照你的方式放到樣是表裡,可是卻沒有拍立得的效果,請問是跟我使用的theme有關嗎?還是說哪裡要在微調修改才可以獲得跟你一樣美麗的效果?
謝謝你!
Dear Vincent:
顯示部分確認你『正在』使用的CSS裡面有這個檔案應該就可以了
另外注意你是不是白色背景:P
Is there any alternative to check the option of random? I cannot enter the option panel of flickrrss in dashboard due to unknown error…
Robbin您好:
想請教您,
我所使用的Theme其中有一功能是使用flickrRSS功能,
在後台flickrRSS Settings方面,遇到了難題(不知如何設定):
HTML Builder→
Item HTML:→
(原始設定內容)
——————————————————————-
我的flickr網址是:http://www.flickr.com/photos/earlchuang/
請問上述語法要如何設定,
才能使相片在部落格中輪播呢?
實在是打擾您了!
Earl