Title: CodeLibs
Author: Agnel Waghela
Published: <strong>Ṣẹrẹ 6, 2012</strong>
Last modified: Ṣẹrẹ 11, 2012

---

Ṣàwárí àwọn plugin

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

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

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

# CodeLibs

 Láti ọwọ́ [Agnel Waghela](https://profiles.wordpress.org/agnelwaghela/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/codelibs.1.3.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/codelibs/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/codelibs/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/codelibs/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/codelibs/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/codelibs/)

## Àpèjúwe

Most people either download or use google hosted js.
 But now you have all js. Add
any js to your plugin or theme as per your requirements. Just two lines of code 
and add any version of any js. This plugin has all the version of the following :-

 * ChromeFrame
 * Dojo
 * Ext-Core
 * jQuery
 * jQueryUI
 * MooTools
 * ProtoType
 * Scriptaculous
 * SWFObject
 * WebFontLoader
 * YUI(only version 3.3.0)

**Latest Additions to this plugin:-**

 * **[form2js](https://github.com/maxatwork/form2js)**
 * **[Geo Location](http://code.google.com/p/geo-location-javascript)**
 * **[Modernizr.js](http://www.modernizr.com)**
 * **[URI.js](https://github.com/medialize/URI.js)**
 * **[Impress.js](https://github.com/bartaz/impress.js)**
 * **[Filer.js](https://github.com/ebidel/filer.js)**

_None of the js will be added even after the plugin is activated. YouÌtumọ̀ Yorùbá:’
ll have to do this manually. Check the [Installation](https://wordpress.org/extend/plugins/codelibs/installation/)
if you dont understand what i mean!_

**Many More scripts will be added to this plugin in the later versions**

### Arbitrary section

**Latest Additions to this plugin:-**

 * **[form2js](https://github.com/maxatwork/form2js)**
 * **[Geo Location](http://code.google.com/p/geo-location-javascript)**
 * **[Modernizr.js](http://www.modernizr.com)**
 * **[URI.js](https://github.com/medialize/URI.js)**
 * **[Impress.js](https://github.com/bartaz/impress.js)**
 * **[Filer.js](https://github.com/ebidel/filer.js)**

MarkUp to add scripts:-

 * just do this Ìtumọ̀ Yorùbá: –
 * or if you dont know the latest version no. just do this Ìtumọ̀ Yorùbá: –
 * For Example, For your project if you want latest version of jQuery then do this
   Ìtumọ̀ Yorùbá: –

OR

    ```
    <?php include(ABSPATH."/wp-content/plugins/codelibs/func.php");
    CodeLibs('jQuery', 'latest'); ?>
    ```

 * To Add more than one library use this simply as Ìtumọ̀ Yorùbá: –
 * <?php include(ABSPATH.”/wp-content/plugins/codelibs/func.php”); // just once
   
   CodeLibs(‘jQuery’, ‘latest’); … … CodeLibs(‘jQueryUI’,Ìtumọ̀ Yorùbá: ’latest’);……
   CodeLibs(‘URI’,Ìtumọ̀ Yorùbá: ’latest’);
 * Any question, then contact me at [AgnelWaghela](http://twitter.com/agnel_waghela)

## Ìgbéwọlẹ̀

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

 1. Upload `codelibs` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Place `<?php include(ABSPATH."/wp-content/plugins/codelibs/func.php");
     CodeLibs('
    scriptname', 'version'); ?>
     in your templates.

_MarkUp to add scripts:-_

CodeLibs is a collection of all the necessary js required for development purposes.

With this plugin in your blog you can use any js framework for development. And 
whenever you feel like you can just copy that js to your themeÌtumọ̀ Yorùbá: ’s 
or pluginÌtumọ̀ Yorùbá: ’s js folder. If Your plugin or theme is completely dependent
on this plugin then you can ask your theme or plugin user to download this plugin
as well. This plugin is created for meeting the development needs.

CodeLibs() is a Function Located in func.php file in the codelibs plugin.
 We are
just including it and calling as many times as we want. Once you have included you
can just call CodeLibs() any number of times with valid parameters.

 * just do this Ìtumọ̀ Yorùbá: –
 * or if you dont know the latest version no. just do this Ìtumọ̀ Yorùbá: –
 * For Example, For your project if you want latest version of jQuery then do this
   Ìtumọ̀ Yorùbá: –

OR

    ```
    <?php include(ABSPATH."/wp-content/plugins/codelibs/func.php");
    CodeLibs('jQuery', 'latest'); ?>
    ```

 * To Add more than one library use this simply as Ìtumọ̀ Yorùbá: –
 * <?php include(ABSPATH.”/wp-content/plugins/codelibs/func.php”); // just once
   
   CodeLibs(‘jQuery’, ‘latest’); … … CodeLibs(‘jQueryUI’,Ìtumọ̀ Yorùbá: ’latest’);……
   CodeLibs(‘URI’,Ìtumọ̀ Yorùbá: ’latest’);
 * Any question, then contact me at [AgnelWaghela](http://twitter.com/agnel_waghela)

## FAQ

  No Question?

Because, Its the 1st release.

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“CodeLibs” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí 
plugin yìí.

Àwọn Olùkópa

 *   [ Agnel Waghela ](https://profiles.wordpress.org/agnelwaghela/)

[Túmọ̀ “CodeLibs” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/codelibs)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/codelibs/), ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/codelibs/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/codelibs/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/codelibs/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 1.3

 * Added [form2js](https://github.com/maxatwork/form2js)

#### 1.2

 * Added [Geo Location Javascript](http://code.google.com/p/geo-location-javascript)

#### 1.1

 * Added the Best frameworks.
    **Latest Additions to this plugin:-**
 * **[Modernizr.js](http://www.modernizr.com)**
 * **[URI.js](https://github.com/medialize/URI.js)**
 * **[Impress.js](https://github.com/bartaz/impress.js)**
 * **[Filer.js](https://github.com/ebidel/filer.js)**

#### 1.0

 * 1st Release.

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **1.3**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 14 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **10+**
 *  Ẹ̀yà WordPress ** 3.2.1 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **3.3.2**
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/codelibs/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/codelibs/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

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

[See all reviews](https://wordpress.org/support/plugin/codelibs/reviews/)

## Àwọn Olùkópa

 *   [ Agnel Waghela ](https://profiles.wordpress.org/agnelwaghela/)

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/codelibs/)