Title: WP cdnjs
Author: Mindshare Labs, Inc.
Published: <strong>2014년 8월 8일</strong>
Last modified: 2020년 3월 20일

---

플러그인 검색

![](https://ps.w.org/wp-cdnjs/assets/banner-772x250.png?rev=962759)

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

![](https://ps.w.org/wp-cdnjs/assets/icon.svg?rev=998791)

# WP cdnjs

 작성자: [Mindshare Labs, Inc.](https://profiles.wordpress.org/mindshare/)

[다운로드](https://downloads.wordpress.org/plugin/wp-cdnjs.0.4.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/wp-cdnjs/#description)
 * [평가](https://ko.wordpress.org/plugins/wp-cdnjs/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/wp-cdnjs/#installation)
 * [개발](https://ko.wordpress.org/plugins/wp-cdnjs/#developers)

 [지원](https://wordpress.org/support/plugin/wp-cdnjs/)

## 설명

Speed up your site by using the powerfull and free CDNjs. This plugin Allows you
to search all http://cdnjs.com libraries and include them on your site.
 Proudly
updated by [Audioscavenger](http://www.it-cooking.com/).

**Requires PHP 5.3 or newer**

#### Browse by Name and Description

When browsing, the search key word look in the library names and description.

 * Shows library name
 * Shows description
 * Shows how many versions are available

#### Choose the Righ Version

Stop worrying about incompatibilities, WP cdnjs let you chose the version you really
need!

 * Latest version selected by default
 * Minified version selected by default
 * Allows you to include the (non)minified version for debugging purposes

#### Add More Assets

Among the libraries served by CDNjs, you can add the assets related.

 * Shows all the assets associated with a library version
 * Allows you to change the main asset used
 * Allows you to add and remove assets
 * Shows the assets already used in grey to avoid addind duplicates

#### Manage Priorities

With an easy drag&drop, manage the order in which your libraries will be loaded.

 * Easy drag&drop
 * Header/Footer choice
 * Enable/Disable option

## 스크린샷

[⌊Dashboard: Set of libraries and usual messages.⌉⌊Dashboard: Set of libraries and
usual messages.⌉[

Dashboard: Set of libraries and usual messages.

[⌊Dashboard: Browse cdnjs Libraries example with popup.⌉⌊Dashboard: Browse cdnjs
Libraries example with popup.⌉[

Dashboard: Browse cdnjs Libraries example with popup.

[⌊Dashboard: Browse available versions for twitter-bootstrap.⌉⌊Dashboard: Browse
available versions for twitter-bootstrap.⌉[

Dashboard: Browse available versions for twitter-bootstrap.

[⌊Dashboard: Browse available assets for twitter-bootstrap.⌉⌊Dashboard: Browse available
assets for twitter-bootstrap.⌉[

Dashboard: Browse available assets for twitter-bootstrap.

## 설치

Upload the plugin to your blog or install it via the dashboard, activate it, done.
The configuration page is found under Settings->WP cdnjs

This plugin requires PHP and JavaScript.

## FAQ

  Is WP cdnjs Free?

Yes! Every WP cdnjs’s features are and always will be free.

  Do I need a WordPress.com account?

Since WP cdnjs do not provided hosted services by WordPress.com, a WordPress.com
account is not required.

  How do I contribute to WP cdnjs?

There are opportunities for developers at all levels to contribute.
 You can participate
to the development via the developer section with SVN.

  How can I change what action is used to enqueue the CDNJS scripts?

You can override the default action (‘init’) that enqueues the CDNJS script like
so:

    ```
    add_filter('wp_cdnjs_init_action', 'my_cdnjs_init_action');
    function my_cdnjs_init_action() {
        return 'get_sidebar'; // the action tag you wish to use
    }
    ```

  Is it possible to have all enabled scripts load in the WordPress Admin area?

Yes. You can use this filter:

    ```
    add_filter('wp_cdnjs_allow_in_admin', 'my_cdnjs_allow_in_admin');
    function my_cdnjs_allow_in_admin() {
        return TRUE;
    }
    ```

## 후기

![](https://secure.gravatar.com/avatar/798079e8d2d0556d734ea0e2b95e5eeebde2f3522ebdbb0f840e088a7447384b?
s=60&d=retro&r=g)

### 󠀁[works fine on 4.8](https://wordpress.org/support/topic/works-fine-on-4-8/)󠁿

 [lvsh](https://profiles.wordpress.org/lvsh/) 2017년 6월 29일

does the job, very helpful plugin!

 [ 모든 3 평가 읽기 ](https://wordpress.org/support/plugin/wp-cdnjs/reviews/)

## 기여자 & 개발자

“WP cdnjs”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

 *   [ Mindshare Labs, Inc. ](https://profiles.wordpress.org/mindshare/)
 *   [ Geet Jacobs ](https://profiles.wordpress.org/geetjacobs/)
 *   [ patkirts ](https://profiles.wordpress.org/patkirts/)
 *   [ audioscavenger ](https://profiles.wordpress.org/audioscavenger/)

“WP cdnjs”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/wp-cdnjs/contributors)
님께 감사드립니다.

[자국어로 “WP cdnjs”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/wp-cdnjs)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/wp-cdnjs/)는, [SVN 저장소](https://plugins.svn.wordpress.org/wp-cdnjs/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/wp-cdnjs/)을
[RSS](https://plugins.trac.wordpress.org/log/wp-cdnjs/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 0.4.0

**Major Bungfix**
 * CDNJS does not provide assets list via their API * tested for
WP 5.3 + updated min req version to 5.1 * tested with PHP 7.3 * tested with PHP 
7.2

#### 0.3.3

**Minor Update**
 * just tested for 5.2 + updated min req version to 5.1 * tested
with both PHP 7.0 and 7.2.18

#### 0.3.2

**Minor Update**
 * just tested for 5.1.1 + updated min req version to 5.0

#### 0.3.1

**Minor Update**
 * tested for 4.9.6 + updated EOL for main script

#### 0.3.0

**Major Enhancements**
 * Performance increase: Removed the query strings everywhere*
Removed font-awsome and switched to WP dashicons

**Minor Enhancements**
 * Minimum version set to 4.9 because we refuse to serve 
outdated WP versions anymore. Security is everyone’s matter, you must therefore 
use an up-to-date WP.

#### 0.2.4

**Bug Fix**
 * Correct path to language files + added en_US.mo

#### 0.2.3

**Enhancements**
 * Ajout de la version Francaise, vieux.

#### 0.2.2

 * Release date: January 7, 2018
 * Release post: [WP cdnjs](https://wp.me/p9sB0t-7Y)

**Enhancements**
 * Creation of the readme.txt. This took me like 3 hours so it 
totally justifies a new release.

#### 0.2.1

**Major Enhancements**
 * add menu_icon + css assets * integrate 0.13 functions *
move main functions to lib/functions.php * add minified js * table in Settings is
now full width * cleanup php code everywhere

#### 0.2.0

**Major Enhancements**
 * Initial fork from [wp-cdnjs.git](https://github.com/mindsharelabs/wp-cdnjs.git)
to [wp-cdnjs-reborn.git](https://github.com/audioscavenger/wp-cdnjs-reborn.git) *
Fix the secondary assets you want to include * Add column for choosing the exact
version * Add checkbox for choosing the the non-minified version

#### 0.1.3

 * Update for 4.0

#### 0.1.2

 * Bugfix for header / footer setting being reversed

#### 0.1.1

 * Added .pot file for translation
 * Fixed logo and WP version

#### 0.1

 * Initial release

## 기초

 *  버전 **0.4.0**
 *  최근 업데이트: **6년 전**
 *  활성화된 설치 **40+**
 *  워드프레스 버전 ** 5.1 또는 그 이상 **
 *  다음까지 시험됨: **5.3.21**
 *  언어
 * [English (US)](https://wordpress.org/plugins/wp-cdnjs/) 및 [Japanese](https://ja.wordpress.org/plugins/wp-cdnjs/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/wp-cdnjs)
 * 태그:
 * [CDNJS](https://ko.wordpress.org/plugins/tags/cdnjs/)[cloudflare](https://ko.wordpress.org/plugins/tags/cloudflare/)
   [css](https://ko.wordpress.org/plugins/tags/css/)[JS](https://ko.wordpress.org/plugins/tags/js/)
   [scripts](https://ko.wordpress.org/plugins/tags/scripts/)
 *  [고급 보기](https://ko.wordpress.org/plugins/wp-cdnjs/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  3/5-별점 후기     ](https://wordpress.org/support/plugin/wp-cdnjs/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/wp-cdnjs/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/wp-cdnjs/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/wp-cdnjs/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/wp-cdnjs/reviews/?filter=1)

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/wp-cdnjs/reviews/)

## 기여자

 *   [ Mindshare Labs, Inc. ](https://profiles.wordpress.org/mindshare/)
 *   [ Geet Jacobs ](https://profiles.wordpress.org/geetjacobs/)
 *   [ patkirts ](https://profiles.wordpress.org/patkirts/)
 *   [ audioscavenger ](https://profiles.wordpress.org/audioscavenger/)

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/wp-cdnjs/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://mind.sh/are/donate/)