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

---

Eklentilerde ara

Bu eklenti, **WordPress’in son 3 ana dağıtımı ile test edilmemiş**. Artık bakımı
yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle
birlikte kullanıldığında uyumluluk sorunları olabilir.

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

# Tiny CDN

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

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

 * [Detaylar](https://tr.wordpress.org/plugins/tiny-cdn/#description)
 * [Değerlendirmeler](https://tr.wordpress.org/plugins/tiny-cdn/#reviews)
 *  [Kurulum](https://tr.wordpress.org/plugins/tiny-cdn/#installation)
 * [Geliştirme](https://tr.wordpress.org/plugins/tiny-cdn/#developers)

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

## Açıklama

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

## Yükleme

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

## SSS

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

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“Tiny CDN” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

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

[“Tiny CDN” eklentisini dilinize çevirin.](https://translate.wordpress.org/projects/wp-plugins/tiny-cdn)

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/tiny-cdn/), [SVN deposuna](https://plugins.svn.wordpress.org/tiny-cdn/)
göz atın ya da [RSS](https://plugins.trac.wordpress.org/log/tiny-cdn/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/tiny-cdn/) abone
olun.

## Değişiklik Kaydı

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

 *  Sürüm **0.1.6**
 *  Son güncelleme **8 yıl önce**
 *  Etkin kurulumlar **10+**
 *  WordPress sürümü ** 4.0 veya üstü **
 *  Test edilen sürüm **4.9.31**
 *  Dil
 * [English (US)](https://wordpress.org/plugins/tiny-cdn/)
 * Etiketler
 * [cdn](https://tr.wordpress.org/plugins/tags/cdn/)[content delivery network](https://tr.wordpress.org/plugins/tags/content-delivery-network/)
   [optimization](https://tr.wordpress.org/plugins/tags/optimization/)[performance](https://tr.wordpress.org/plugins/tags/performance/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/tiny-cdn/advanced/)

## Puanlar

Henüz inceleme gönderilmedi.

[Değerlendirmeniz](https://wordpress.org/support/plugin/tiny-cdn/reviews/#new-post)

[Tüm değerlendirmeleri gör](https://wordpress.org/support/plugin/tiny-cdn/reviews/)

## Katkıda bulunanlar

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

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/tiny-cdn/)

## Bağış yap

Bu eklentinin geliştirilmesini desteklemek ister misiniz?

 [ Bu eklentiye bağış yap ](https://szepe.net/wp-donate/)