Title: Tiny CDN
Author: Viktor Szépe
Published: <strong>Hunyo 26, 2017</strong>
Last modified: Oktubre 6, 2018

---

Maghanap ng mga plugin

Ang plugin na ito ay **hindi pa nasusubukan sa pinakabagong 3 major release ng WordPress**.
Maaaring hindi na ito minamantine o sinusuportahan at maaaring may mga isyu sa compatibility
kapag ginamit sa mas bagong bersyon ng WordPress.

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

# Tiny CDN

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

[I-download](https://downloads.wordpress.org/plugin/tiny-cdn.0.1.6.zip)

 * [Mga Detalye](https://tl.wordpress.org/plugins/tiny-cdn/#description)
 * [Mga Review](https://tl.wordpress.org/plugins/tiny-cdn/#reviews)
 *  [Pag-install](https://tl.wordpress.org/plugins/tiny-cdn/#installation)
 * [Development](https://tl.wordpress.org/plugins/tiny-cdn/#developers)

 [Suporta](https://wordpress.org/support/plugin/tiny-cdn/)

## Deskripsyon

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' );
    ```

## Pag-install

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

## FAQ

  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#'; } );
    ```

## Mga Review

Wala pang reviews para sa plugin na ito.

## Mga Contributor at Developer

Ang “Tiny CDN” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa
plugin na ito.

Mga Contributor

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

[Isalin ang “Tiny CDN” sa iyong wika.](https://translate.wordpress.org/projects/wp-plugins/tiny-cdn)

### Interesado sa development?

[Tingnan ang code](https://plugins.trac.wordpress.org/browser/tiny-cdn/), i-check
ang [SVN repository](https://plugins.svn.wordpress.org/tiny-cdn/), o mag-subscribe
sa [development log](https://plugins.trac.wordpress.org/log/tiny-cdn/) sa pamamagitan
ng [RSS](https://plugins.trac.wordpress.org/log/tiny-cdn/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 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

## Meta

 *  Bersyon **0.1.6**
 *  Huling na-update **8 taon ang nakalipas**
 *  Mga aktibong installation **10+**
 *  Bersyon ng WordPress ** 4.0 o mas bago **
 *  Sinubukan hanggang **4.9.29**
 *  Wika
 * [English (US)](https://wordpress.org/plugins/tiny-cdn/)
 * Mga Tag
 * [cdn](https://tl.wordpress.org/plugins/tags/cdn/)[content delivery network](https://tl.wordpress.org/plugins/tags/content-delivery-network/)
   [optimization](https://tl.wordpress.org/plugins/tags/optimization/)[performance](https://tl.wordpress.org/plugins/tags/performance/)
 *  [Advanced View](https://tl.wordpress.org/plugins/tiny-cdn/advanced/)

## Mga Rating

No reviews have been submitted yet.

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

[Tingnan lahat ng review](https://wordpress.org/support/plugin/tiny-cdn/reviews/)

## Mga Contributor

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

## Suporta

May gusto kang sabihin? Kailangan ng tulong?

 [Tingnan ang support forum](https://wordpress.org/support/plugin/tiny-cdn/)

## Mag-donate

Gusto mo bang suportahan ang pagpapaunlad ng plugin na ito?

 [ Mag-donate sa plugin na ito ](https://szepe.net/wp-donate/)