Title: RainyShots
Author: rainypixels
Published: <strong>2011-يىلى 11-ماي</strong>
Last modified: 2011-يىلى 12-ماي

---

قىستۇرما ئىزدە

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# RainyShots

 يازغۇچى [rainypixels](https://profiles.wordpress.org/rainypixels/)

[چۈشۈر](https://downloads.wordpress.org/plugin/rainyshots.1.0.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/rainyshots/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/rainyshots/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/rainyshots/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/rainyshots/#developers)

 [قوللاش](https://wordpress.org/support/plugin/rainyshots/)

## چۈشەندۈرۈش

This plugin adds a function `rs_shots()` to WordPress that returns an array of the
15 latest Dribbble shots by a player. The return type of the function is [JSON in appropriate PHP type](http://php.net/manual/en/function.json-decode.php).

The plugin adds an admin screen under Settings > RainyShots that provides a few 
options such as specifying a player and caching preferences.

**Features**

 * Specify the player
 * Returned shots variable is cached for a day by default; this cache duration may
   be updated in admin settings
 * You can manually reset the cache through the admin at any time. This is useful
   if you post a shot and want it to immediately show up in your template.

Read more about it on [my blog](http://rainypixels.com/writings/journal/rainyshots-a-dribbble-plugin/).

## ئېكران كەسمىسى

[⌊screenshot-1.gif⌉⌊screenshot-1.gif⌉[

screenshot-1.gif

## ئورنىتىش

 1. Upload the rainyshots folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ›Plugins‹ menu in WordPress
 3. Set the player under Settings > RainyShots before you use the tag; optionally, 
    update the caching preferences.

## FAQ

  Does the ws_shots() function output any html or css?

Nope. It returns the [json with values encoded as PHP types](http://php.net/manual/en/function.json-decode.php).
You can loop through the object as follows:

    ```
    $shots = rs_shots();

    foreach ($shots as $shot)
    {
        echo "<img src='" . $shot->{"image_teaser_url"} . "' alt='" . $shot->{"title"} . "' />";
    }
    ```

  May I access only «image_teaser_url» or are any other shot properties accessible?

You may access all the properties available in the response to [this API call](http://dribbble.com/api#get_player_shots).
All the plugin does is return the json_decoded result of the API call along with
caching benefits.

## باھالاشلار

بۇ قىستۇرمىغا تېخى باھا يېزىلمىدى.

## تۆھپىكار ۋە ئىجادكار

«RainyShots» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار

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

[«RainyShots» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/rainyshots)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/rainyshots/)، [SVN خەزىنە](https://plugins.svn.wordpress.org/rainyshots/)
تەكشۈرۈپ ياكى [RSS](https://plugins.trac.wordpress.org/log/rainyshots/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/rainyshots/)
گە مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 1.0

 * Iz in ur v1

## Meta

 *  Version **1.0**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **15 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **10+**
 *  WordPress نەشرى ** 2.9 ياكى يۇقىرى **
 *  **3.1.4** دا سىنالغان
 *  تىل
 * [English (US)](https://wordpress.org/plugins/rainyshots/)
 * بەلگە
 * [designer](https://ug.wordpress.org/plugins/tags/designer/)[developer](https://ug.wordpress.org/plugins/tags/developer/)
   [social media](https://ug.wordpress.org/plugins/tags/social-media/)[template tag](https://ug.wordpress.org/plugins/tags/template-tag/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/rainyshots/advanced/)

## دەرىجە

No reviews have been submitted yet.

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

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/rainyshots/reviews/)

## تۆھپىكار

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

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/rainyshots/)

## ئىئانە

بۇ قىستۇرمىنىڭ ياخشىلىنىشىنى قوللامسىز؟

 [ بۇ قىستۇرمىغا ئىئانە قىلىش ](http://rainypixels.com/writings/journal/rainyshots-a-dribbble-plugin/)