Title: WP HeadJS
Author: Brian Zeligson
Published: <strong>জুন 17, 2012</strong>
Last modified: জুন 17, 2012

---

প্লাগিন অনুসন্ধান

এই প্লাগইনটি **ওয়ার্ডপ্রেসের সর্বশেষ ৩টি মেজর রিলিজের সাথে পরীক্ষা করা হয়নি**। এটি
আর রক্ষণাবেক্ষণ বা সমর্থন করা নাও হতে পারে এবং ওয়ার্ডপ্রেসের আরও সাম্প্রতিক সংস্করণগুলোর
সাথে ব্যবহার করার সময় কম্প্যাটিবিলিটি ইস্যু থাকতে পারে।

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

# WP HeadJS

 তৈরি করেছেন [Brian Zeligson](https://profiles.wordpress.org/beezeee/)

[Download](https://downloads.wordpress.org/plugin/wp-headjs.zip)

 * [বিস্তারিত](https://bn.wordpress.org/plugins/wp-headjs/#description)
 * [রিভিউ](https://bn.wordpress.org/plugins/wp-headjs/#reviews)
 *  [ইন্সটলেশন](https://bn.wordpress.org/plugins/wp-headjs/#installation)
 * [ডেভেলপমেন্ট](https://bn.wordpress.org/plugins/wp-headjs/#developers)

 [Support](https://wordpress.org/support/plugin/wp-headjs/)

## Description

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/

## Installation

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

## Reviews

There are no reviews for this plugin.

## ডেভেলপার এবং কন্ট্রিবিউটর

“WP HeadJS” is open source software. The following people have contributed to this
plugin.

কন্ট্রিবিউটর

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

[Translate “WP HeadJS” into your language.](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).

## মেটা

 *  Version **0.1**
 *  শেষ আপডেট করা হয়েছে **14 বছর আগে**
 *  Active installations **10+**
 *  WordPress version ** 2.9.1 or higher **
 *  Tested up to **3.2.1**
 *  Language
 * [English (US)](https://wordpress.org/plugins/wp-headjs/)
 * ট্যাগ
 * [headjs](https://bn.wordpress.org/plugins/tags/headjs/)[javascript](https://bn.wordpress.org/plugins/tags/javascript/)
   [wp_enqueue_script](https://bn.wordpress.org/plugins/tags/wp_enqueue_script/)
 * টি
 *  [এডভান্সড ভিউ](https://bn.wordpress.org/plugins/wp-headjs/advanced/)

## Ratings

এখনো কোনো রিভিউ জমা দেওয়া হয়নি।

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

[See all reviews](https://wordpress.org/support/plugin/wp-headjs/reviews/)

## কন্ট্রিবিউটর

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

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/wp-headjs/)

## ডোনেট

Would you like to support the advancement of this plugin?

 [ এই প্লাগিনে ডোনেট করুন ](http://www.brianzeligson.com)