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 pluginLightbox 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.
WordPress Code Highlight Plugin
-
<!--p<br--> /*
-
Plugin Name: CodeHighlight
-
Plugin URI:
-
<a href="http://www.chroder.com/archives/2005/04/16/wordpress-codehighlight-plugin/">http://www.chroder.com/archives/2005/04/16/wordpress-codehighlight-plugin/</a>
-
Description: Adds syntax highlighting to your code, or simply allows you to post
-
workable code not affected by the WordPress text replacement features.
-
Version: 1.0 Beta 3.1.1
-
Author: Chroder
-
Author URI: <a href="http://www.chroder.com/">http://www.chroder.com/</a>
-
*/
-
-
//===========================================================
-
// Get the PEAR path, and include the highlighter
-
//===========================================================
-
-
$pear_dir = ABSPATH . 'wp-content/plugins/CodeHighlight/PEAR';
-
-
-
require_once 'Text/Highlighter.php';
-
-
?>




Photos





