Title: WP HeadJS
Author: Brian Zeligson
Published: <strong>17 ژوئن 2012</strong>
Last modified: 17 ژوئن 2012

---

جستجوی افزونه‌ها

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# WP HeadJS

 توسط [Brian Zeligson](https://profiles.wordpress.org/beezeee/)

[دانلود](https://downloads.wordpress.org/plugin/wp-headjs.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/wp-headjs/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/wp-headjs/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/wp-headjs/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/wp-headjs/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/wp-headjs/)

## توضیحات

This plugin uses the wp_print_scripts action hook, as opposed to output buffering
and regex used by alternative implementations.

The downside of this method is that only scripts loaded via wp_enqueue_script will
be affected by the plugin, the upside is better
 performance by avoiding output 
buffering on every page load.

The plugin will preserve any localizations added via wp_localize_script, and uses
the first parameter passed to wp_enqueue_script
 as the label for the script in 
the head.js call. For example,

    ```
    wp_enqueue_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js');
    ```

would show up as

    ```
    head.js({"jquery": "https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"});
    ```

This allows you to run callbacks when specific scripts are ready, such as

    ```
    head.ready('jquery', function() {
        //do something when jquery is loaded
    });
    ```

For more on HeadJS usage, see http://headjs.com/

## نصب

The easiest way is via Plugins->Add New from the left sidebar of your WP Admin, 
just search for headjs.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“WP HeadJS” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ Brian Zeligson ](https://profiles.wordpress.org/beezeee/)

[ترجمه “WP HeadJS” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/wp-headjs)

### علاقه‌ مند به توسعه هستید؟

[Browse the code](https://plugins.trac.wordpress.org/browser/wp-headjs/), check 
out the [SVN repository](https://plugins.svn.wordpress.org/wp-headjs/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/wp-headjs/) by [RSS](https://plugins.trac.wordpress.org/log/wp-headjs/?limit=100&mode=stop_on_copy&format=rss).

## اطلاعات

 *  نگارش **0.1**
 *  Last updated **14 سال پیش**
 *  نصب‌های فعال **10+**
 *  نگارش وردپرس ** 2.9.1 یا بالاتر **
 *  Tested up to **3.2.1**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/wp-headjs/)
 * Tags
 * [headjs](https://fa.wordpress.org/plugins/tags/headjs/)[javascript](https://fa.wordpress.org/plugins/tags/javascript/)
   [wp_enqueue_script](https://fa.wordpress.org/plugins/tags/wp_enqueue_script/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/wp-headjs/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

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

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/wp-headjs/reviews/)

## مشارکت کنندگان

 *   [ Brian Zeligson ](https://profiles.wordpress.org/beezeee/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/wp-headjs/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](http://www.brianzeligson.com)