Title: Tiny CDN
Author: Viktor Szépe
Published: <strong>26 يونيو، 2017</strong>
Last modified: 6 أكتوبر، 2018

---

البحث عن الإضافات

هذه الإضافة **لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية**. قد لا
تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق
عند إستخدامها مع إصدارات حديثة من ووردبريس.

![](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://ar.wordpress.org/plugins/tiny-cdn/#description)
 * [المراجعات](https://ar.wordpress.org/plugins/tiny-cdn/#reviews)
 *  [التنصيب](https://ar.wordpress.org/plugins/tiny-cdn/#installation)
 * [التطوير](https://ar.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/browser/tiny-cdn/)، تحقق من [مستودع SVN](https://plugins.svn.wordpress.org/tiny-cdn/)،
أو الاشتراك في [سجل التطوير](https://plugins.trac.wordpress.org/log/tiny-cdn/) بواسطة
[RSS](https://plugins.trac.wordpress.org/log/tiny-cdn/?limit=100&mode=stop_on_copy&format=rss).

## سجل التغييرات

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

 *  Version **0.1.6**
 *  Last updated **قبل 8 سنوات**
 *  Active installations **10+**
 *  WordPress version ** 4.0 أو أعلى **
 *  Tested up to **4.9.29**
 *  Language
 * [English (US)](https://wordpress.org/plugins/tiny-cdn/)
 * Tags
 * [cdn](https://ar.wordpress.org/plugins/tags/cdn/)[content delivery network](https://ar.wordpress.org/plugins/tags/content-delivery-network/)
   [optimization](https://ar.wordpress.org/plugins/tags/optimization/)[performance](https://ar.wordpress.org/plugins/tags/performance/)
 *  [عرض متقدم](https://ar.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/)