flickrRSS for WordPress
This plugin for WordPress allows you to display Flickr photos on your weblog. The plugin supports user, public and group photostreams. It’s easy to setup and configure via an options panel. It also has support for an image cache located on your server.
Download
flickrRSS 3.2
Released: Jan 11, 2008
Installation
- Put flickrrss.php in your plugins directory
- To use the image cache, create a writable directory and specify its location in the options
- Activate the plugin
- Configure your settings via the panel in Options
- Add
<?php get_flickrRSS(); ?>somewhere in your templates
FAQ
- Can I get random images from my stream?
No, it’s a limitation of using the RSS feed (it only contains the most recent photos) - Why can’t I display sets?
Flickr doesn’t provide any rss feeds for sets - How do I refresh the photos manually?
Good question. The plugin uses built-in WordPress functions to update the feed, I haven’t figured out how to force an update. - When I use multiple tags, why does nothing shows up?
The feed will only pull in photos that have both tags, not one or the other.
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)
Example 1
<?php get_flickrrss(10, “public”, “london,people”); ?>
Example 2
<?php get_flickrrss(5, “group”, “”, “thumbnail”, “<li>”, “</li>”, “eightface”); ?>
The first example would show the 10 most recent public photos tagged with london and people. The second would show the 5 most recent thumbnail sized photos from the Eightface group, and each photo would be wrapped in list tags.
Link : http://eightface.com/wordpress/flickrrss/
Gallery WordPress WordPress pluginEmbedding MG2 in WordPress
The purpose of this document is to describe the process that I used to insert my MG2 (v0.5.1) photo gallery using the default rounded skin into my WordPress (2.0.1) based web site. You can see the final result @ http://okuda.ca/gallery/.
I started with the tutorial at the MG2 support site. Unfortunately, there have been some significant changes to how WordPress themes work between 1.5 and 2.0 so that was only used as a guideline. In some cases my process was slightly easier and there were some new steps to follow. Read the rest of this entry »
Lightbox 2 Wordpress Plugin(라이트박스 플러그인)
Lightbox 2 Wordpress Plugin
먼저, Lightbox 2 란게 무엇인지 궁금하신분은 아래의 그림을 클릭해보시라..^^
![]()
^^
이기능을 구현하기 위해 아래의 절차를 밝으면 WordPress에서 누구나 구현할수 있다.
자세한 설명은 아래를 참고.
Lightbox 2 Wordpress plugin used to overlay images on the current page into neat Javascript-powered overlay popups.
This plugin includes the new Lightbox JS v2.2 javascript written by Lokesh Dhakar and got transformed into a Wordpress Plugin by me. Use the title attribute if you want to show a caption.
Click on the images below for an example.
Grid Focus 테마의 메인화면에 이미지랑 글자 모든것을 표시할 경우
Grid Focus Theme image problem
index.php파일의 “<p><?php the_content_rss(”, FALSE, ”, 68); ?></p>” 이부분을 아래와 같이 바꾸어 주게 되면,
“<p><?php the_content(’<p class=”serif”>Read the rest of this entry »</p>’); ?></p>”
모든내용이 메인화면에 표시되게 된다.
I have the solution for this little problem. Replace the follow code in the index.php file:
OLD: “<p><?php the_content_rss(”, FALSE, ”, 68); ?></p>”
REPLACE: “<p><?php the_content(’<p class=”serif”>Read the rest of this entry »</p>’); ?></p>”
Grid Focus Theme WordPress


Photos





