Title: Tiny CDN
Author: Viktor Szépe
Published: <strong>जुन 26, 2017</strong>
Last modified: अक्टोबर 6, 2018

---

प्लगिनहरू खोज्नुहोस्

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

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

# Tiny CDN

 [Viktor Szépe](https://profiles.wordpress.org/szepeviktor/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/tiny-cdn.0.1.6.zip)

 * [विवरण](https://ne.wordpress.org/plugins/tiny-cdn/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/tiny-cdn/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/tiny-cdn/#installation)
 * [विकास](https://ne.wordpress.org/plugins/tiny-cdn/#developers)

 [सहायता](https://wordpress.org/support/plugin/tiny-cdn/)

## विवरण

Use an origin pull CDN with very few lines of code.

 * Works with custom /wp-content location
 * Does not support multisite installations

Pull requests are welcome on [GitHub](https://github.com/szepeviktor/tiny-cdn).

This plugins has no user interface.

Set /wp-includes (optional) and /wp-content (optional) CDN URL-s in your wp-config.
php.

    ```
    // No trailing slash!
    define( 'TINY_CDN_INCLUDES_URL', 'https://d2aaaaaaaaaaae.cloudfront.net/wp-includes' );
    define( 'TINY_CDN_CONTENT_URL', 'https://d2aaaaaaaaaaae.cloudfront.net/wp-content' );
    ```

## स्थापना

This section describes how to install the plugin and get it working.

 1. Upload `tiny-cdn.php` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## प्रश्नोत्तर

  How to configure?

Hook into these filters before `template_redirect` time.

    ```
    // Disable rewriting
    add_filter( 'tiny_cdn_disable', '__return_true' );

    // Don't rewrite for these users
    add_filter( 'tiny_cdn_capability', function () { return 'edit_pages'; } );

    // This is a regular expression to exclude single files
    add_filter( 'tiny_cdn_excludes', function () { return '#\.php#'; } );
    ```

## समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

## योगदानकर्ता र डेभलपरहरू

“Tiny CDN” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

 *   [ Viktor Szépe ](https://profiles.wordpress.org/szepeviktor/)

[“Tiny CDN” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/tiny-cdn)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/tiny-cdn/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/tiny-cdn/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/tiny-cdn/) हेर्नुहोस्, वा [विकास लग](https://plugins.trac.wordpress.org/log/tiny-cdn/)
को सदस्यता लिनुहोस्।

## चेन्जलग

#### 0.1.6

 * Big typo in handling image thumbnails

#### 0.1.5

 * Add support for Yoast’s `wpseo_xml_sitemap_img_src` filter

#### 0.1.4

 * Filter post thumbnail too

#### 0.1.3

 * First release on WP.org

## मेटा

 *  संस्करण **0.1.6**
 *  पछिल्लो अपडेट **8 वर्ष अघि**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस संस्करण ** 4.0 वा उच्च **
 *  जाँच गरिएको **4.9.29**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/tiny-cdn/)
 * ट्यागहरू
 * [cdn](https://ne.wordpress.org/plugins/tags/cdn/)[content delivery network](https://ne.wordpress.org/plugins/tags/content-delivery-network/)
   [optimization](https://ne.wordpress.org/plugins/tags/optimization/)[performance](https://ne.wordpress.org/plugins/tags/performance/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/tiny-cdn/advanced/)

## रेटिङ्गहरू

अहिलेसम्म कुनै समीक्षा पेस गरिएको छैन।

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

[See all reviews](https://wordpress.org/support/plugin/tiny-cdn/reviews/)

## योगदानकर्ताहरू

 *   [ Viktor Szépe ](https://profiles.wordpress.org/szepeviktor/)

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/tiny-cdn/)

## दान गर्नुहोस्

के तपाईँ यस प्लगिनको उन्नतिको लागि सहायता गर्न चाहनुहुन्छ?

 [ यो प्लगिनको लागि दान गर्नुहोस् ](https://szepe.net/wp-donate/)