ToyBSD

Avatar

포기하지 않으면 실패는 없다 (Web Log)

NextGEN Gallery

http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/

Gallery WordPress WordPress plugin

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

                                                             flickrRSS 3.0.2 plugin for WordPress

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

FAQ

  1. 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)
  2. Why can’t I display sets?
    Flickr doesn’t provide any rss feeds for sets
  3. 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.
  4. 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.

  1. $num_items - how many photos you want to appear
  2. $type - specify user, public or group photosream
  3. $tags - a comma separated list of tags (with no spaces)
  4. $imagesize - square, thumbnail, medium or large
  5. $before - html appearing before each photo
  6. $after - html appearing after each photo
  7. $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 plugin

Lightbox 2 Wordpress Plugin(라이트박스 플러그인)

Lightbox 2 Wordpress Plugin
먼저, Lightbox 2 란게 무엇인지 궁금하신분은 아래의 그림을 클릭해보시라..^^
test2.jpg

^^
이기능을 구현하기 위해 아래의 절차를 밝으면 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.

test1.jpg test2.jpg

Read the rest of this entry »

WordPress WordPress plugin

현재 테마 스크린샷 참고.

melatonin.jpg

Theme WordPress

WordPress Code Highlight Plugin

PHP:
  1. <!--p<br--> /*
  2. Plugin Name: CodeHighlight
  3. Plugin URI:
  4. <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>
  5. Description: Adds syntax highlighting to your code, or simply allows you to post
  6. workable code not affected by the WordPress text replacement features.
  7. Version: 1.0 Beta 3.1.1
  8. Author: Chroder
  9. Author URI: <a href="http://www.chroder.com/">http://www.chroder.com/</a>
  10. */
  11.  
  12. //===========================================================
  13. // Get the PEAR path, and include the highlighter
  14. //===========================================================
  15.  
  16. $pear_dir = ABSPATH . 'wp-content/plugins/CodeHighlight/PEAR';
  17.  
  18. if(is_dir($pear_dir))
  19.     ini_set("include_path", ini_get("include_path") . PATH_SEPARATOR . $pear_dir);
  20.  
  21. require_once 'Text/Highlighter.php';
  22.  
  23. ?&gt;

Continue Next page


Candle


Calendar

  • September 2010
    S M T W T F S
    « Oct    
     1234
    567891011
    12131415161718
    19202122232425
    2627282930  
      master@ToyBSD.com 
 

Photos

See them all.

Subscribe

Stay updated on my meandering thoughts & activities via RSS (Syndicate).

About this site

Info about this site

>  Powered by W.P.
>  Valid CSS!
>  Valid XHTML 1.0 Strict!