Title: RainyShots
Author: rainypixels
Published: <strong>मे 11, 2011</strong>
Last modified: मे 12, 2011

---

प्लगइन शोधा

हे प्लगइन **WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी 
चाचणी झालेले नाही**. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु
शकते आणि 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://mr.wordpress.org/plugins/rainyshots/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/rainyshots/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/rainyshots/#installation)
 * [डेव्हलोपमेंट](https://mr.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.

## नेहमी विचारले जाणारे प्रश्न

  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/)
तपासा, किंवा [विकास लॉग](https://plugins.trac.wordpress.org/log/rainyshots/) च्या
[RSS](https://plugins.trac.wordpress.org/log/rainyshots/?limit=100&mode=stop_on_copy&format=rss)
द्वारे सदस्यता घ्या.

## बदलांची यादी

#### 1.0

 * Iz in ur v1

## मेटा

 *  आवृत्ती **1.0**
 *  शेवटचा अद्यतन **15 वर्षे पूर्वी**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस आवृत्ती ** 2.9 किंवा मोठा **
 *  परीक्षित केले आहे **3.1.4**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/rainyshots/)
 * टॅग्ज:
 * [designer](https://mr.wordpress.org/plugins/tags/designer/)[developer](https://mr.wordpress.org/plugins/tags/developer/)
   [social media](https://mr.wordpress.org/plugins/tags/social-media/)[template tag](https://mr.wordpress.org/plugins/tags/template-tag/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/rainyshots/advanced/)

## मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

[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/)