Title: flickpress
Author: isaacwedin
Published: <strong>Ẹrẹ́nà 28, 2009</strong>
Last modified: Ọ̀pẹ  18, 2011

---

Ṣàwárí àwọn plugin

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

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

# flickpress

 Láti ọwọ́ [isaacwedin](https://profiles.wordpress.org/isaacwedin/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/flickpress.1.9.3.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/flickpress/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/flickpress/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/flickpress/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/flickpress/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/flickpress/)

## Àpèjúwe

flickpress adds a button to the post editor to find and insert Flickr photos into
WordPress posts. Add Flickr users by entering their usernames or email addresses.
Previously-entered Flickr users are stored in a database table that can be managed
at Tools:flickpress. Search for users’ photos by keyword or browse tags, photosets,
favorites, or recent photos. You can also search for Creative Commons, Flickr Commons,
and government photos. Click through to a photo to insert a variety of sizes, adding
a variety of caption information if desired.

### Widget

The widget just packages the template function in convenient widget form. To use
it, activate it through the ‘Plugins’ menu in WordPress and add it to your sidebar
through the ‘Widgets’ menu. It requires some things in the main plugin, so youÌtumọ̀
Yorùbá: ’ll need to have both activated.

Just like with the template function, you may specify a class for the images, and
text (such as HTML tags) to display before and after each image. Some tips:

 * For a horizontal display, put nothing or just spaces before and after.
 * For a vertical display, either use `<p>` before and `</p>` after or just a `<
   br />` after.
 * Many themes include a class called “aligncenter” that should center your images
   in the sidebar.

### Lightbox Support

There are a couple of different ways to enable lightbox support for images inserted
with flickpress.

The easiest way is to just turn on ThickBox in the settings. This will add the necessary
bits to your inserted images and add the necessary JavaScript to your theme for 
a simple lightbox.

Another fairly easy method is to turn on the Custom lightbox option in the settings
and install a lightbox plugin that automatically recognizes lightboxable image links.
The Lightbox Plus plugin has worked for me with this method, and has lots of customization
options.

Finally, you could set it up completely manually: turn on the Custom lightbox option
in the settings, enter a class or rel, then add your own lightbox JavaScript to 
your theme.

### Template Function

There is a simple template function available for use in your sidebar or other spots
youÌtumọ̀ Yorùbá: ’d like to include a few recent flickr photos. The function, its
options, and the defaults are:

    ```
    if (function_exists('flickpress_photos')) flickpress_photos($email,$numphotos=3,$before='',$after='<br />',$fpclass='centered');<h3>Notes</h3>
    ```

This plugin is really just a wrapper for Dan CoulterÌtumọ̀ Yorùbá: ’s excellent 
phpFlickr library ( [http://phpflickr.com/](http://phpflickr.com/) ). Using more
than one plugin based on the library can cause conflicts, so I renamed the class
in the library included with flickpress. I also edited (maybe broke!) the database
cache code, so if youÌtumọ̀ Yorùbá: ’re considering creating a plugin based on flickpress
I highly recommend getting the latest official version of phpFlickr instead of using
this modified version.

## Ìgbéwọlẹ̀

 1. Extract the plugin archive in your `/wp-content/plugins/` directory, creating a‘
    flickpress’ folder there.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Enter your Flickr API key at Settings:flickpress and configure other options.
 4. If you wish to use the caption function, your theme should include some caption-
    related style stuff Ìtumọ̀ Yorùbá: – which it probably does Ìtumọ̀ Yorùbá: – but
    see the WordPress default theme for an example if not.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“flickpress” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí
plugin yìí.

Àwọn Olùkópa

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

[Túmọ̀ “flickpress” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/flickpress)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/flickpress/), ṣàyẹ̀wò 
[ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/flickpress/), tàbí ṣe àgbékalẹ̀
sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/flickpress/) nípasẹ̀
[RSS](https://plugins.trac.wordpress.org/log/flickpress/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.9.3

 * Added various things to the popup tool.
 * Added username lookup option to widget.
 * Fixed editor buttons Ìtumọ̀ Yorùbá: – HTML button is now only WP 3.3+ compatible.
 * Removed mysterious “border=0” from widget display function.
 * Updated phpFlickr to 3.1, fixed various issues.
 * Check for email address before trying to get images in widget/shortcode function.
 * Got rid of some WP 2.9 specific code.
 * Better settings validation.
 * Fixed some license stuff.
 * Made the user manager suck a little less.

#### 1.9.2

 * Fixed activation issue with deprecated upgrade-functions.php.
 * Added fsockopen test to reduce timeout duration when Flickr or network down.
 * Only load plugin options when needed.
 * Added option to import image into Media Library.

#### 1.9.1

 * Added generic lightbox support.
 * Added title-only option for captions.
 * Fixed before/between/after text to allow HTML tags.
 * Various bug fixes to pass WP_DEBUG.
 * Added license default setting.

#### 1.9

 * Added some caption customization options.
 * Moved widget into main plugin.
 * Added ThickBox support.
 * Updated phpFlickr library.

#### 1.8.1

 * More conflict insulation in the popup tool.
 * Tag list now starts with popular, with option to list all.

#### 1.8

 * Added deactivation function to delete cache table.
 * Fixed popup menu bug.
 * Using WP paginate_links function for popup navigation.
 * Renamed more stuff to avoid conflicts.

#### 1.7.1

 * Fixed broken widget and template function.

#### 1.7

 * Fix for Flickr API change.
 * Fixed extra Home link for commons search image page.
 * Fixed popup style for WP 3.0.

#### 1.6.1

 * Fixed add user bug, added error handling.

#### 1.6

 * Added some error handling.
 * Made navigation headings more consistent.
 * Fixed warning for empty EXIF data, added reporting for empty EXIF and description.
 * Added interesting photo browsing.
 * Added older/newer links.
 * Markup cleanup, should now pass validation.

#### 1.5

 * Renamed phpFlickr class and calls to eliminate plugin conflicts.
 * Added favorites.
 * Fixes error when inserting captions with funky characters.

#### 1.4

 * Added options to include photo description and EXIF info in photo captions.

#### 1.3

 * Added caption alignment class option.
 * Updated phpFlickr to 2.3.1.

#### 1.2

 * Tested for WP 2.9.
 * Moved things around on the photo insert page.
 * Turned captions on by default when no option set.

#### 1.1

 * Changed popup.php to use wp-load.php instead of deprecated wp-config.php.

#### 1.0

 * Added widget options to display something (HTML tags) before and after each image.

#### 0.9

 * Added admin notice for missing Flickr API key.
 * Set “edit_posts” as the default capability to use plugin.
 * Added Flickr API key and capability checks to the settings page.
 * Added option to turn captions on or off by default.
 * Added jquery show/hide for license lists in the popup.
 * Fixed “next page” bug for commons search.

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.9.3**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 15 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **10+**
 *  Ẹ̀yà WordPress ** 3.3 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **3.3.2**
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/flickpress/)
 * Àwọn àmì
 * [flickr](https://yor.wordpress.org/plugins/tags/flickr/)[images](https://yor.wordpress.org/plugins/tags/images/)
   [photos](https://yor.wordpress.org/plugins/tags/photos/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/flickpress/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

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

[See all reviews](https://wordpress.org/support/plugin/flickpress/reviews/)

## Àwọn Olùkópa

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

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/flickpress/)

## Ṣe ìtọrẹ

Ṣé o fẹ́ ṣe àtìlẹ́yìn fún ìlọsíwájú plugin yìí?

 [ Ṣe ìtọrẹ sí plugin yìí ](http://familypress.net/flickpress/)