Title: Gallery One
Author: shrimp2t
Published: <strong>مئی 24, 2016</strong>
Last modified: مئی 28, 2016

---

پلگ انز تلاش کریں

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

یہ پلگ ان **ورڈپریس کے تازہ ترین 3 ریلیزوں کے ساتھ ٹیسٹ نہیں کیا گیا ہے**۔ اب یہ
برقرار نہیں رکھا جا سکتا یا معاونت نہیں کی جا سکتی اور اس کو ورڈپریس کے تازہ ترین
ورژنز کے ساتھ استعمال کیے جانے پر مطابقت کے مسائل ہو سکتے ہیں۔

![](https://ps.w.org/gallery-one/assets/icon-256x256.png?rev=1425220)

# Gallery One

 منجانب [shrimp2t](https://profiles.wordpress.org/shrimp2t/)

[ڈاؤن لوڈ کریں](https://downloads.wordpress.org/plugin/gallery-one.zip)

 * [تفصیلات](https://ur.wordpress.org/plugins/gallery-one/#description)
 * [جائزے](https://ur.wordpress.org/plugins/gallery-one/#reviews)
 *  [انسٹالیشن](https://ur.wordpress.org/plugins/gallery-one/#installation)
 * [ڈیولپمنٹ](https://ur.wordpress.org/plugins/gallery-one/#developers)

 [معاونت](https://wordpress.org/support/plugin/gallery-one/)

## تفصیل

See demo: http://shrimp2t.com/gallery-one/

#### Features

 * Fully responsive, Touch enabled
 * **Unlimited albums**
 * **Unlimited images**
 * Carousel
 * Gird
 * Justified
 * Masonry
 * Slideshow
 * Blog style (comming soon )
 * JustifiedGallery Light box
 * Load Facebook album images
 * Load Flickr album images
 * Add image from url
 * Shortcode creator

#### Load Facebook Album

Just paste your album url, example:

    ```
    https://www.facebook.com/BillGates/photos/?tab=album&album_id=10153110017351961
    ```

Note: Your album status must be public to load.

#### Load Flickr Album

Just paste your album url, example:

    ```
    https://www.flickr.com/photos/gianstefanofontana/albums/72157649693279051
    ```

Note: Your album status must be public to load.

#### Adding your own view in your theme

 * Create a folder `gallery-one` on your theme.
 * Inside folder which created add a file and name `view.php`
 * [Optional] Inside folder which created add a file and name `config.php`

Example file `view.php`:

    ```
    <div class="my-view">
    <?php
     var_dump( $this->settings ); /* You config data in file config.php
     var_dump( $this->media->get_data() ); // Gallery items data
     ?>
    </div>
    ```

Example file `config.php`:

    ```
    $config = array(
        'name' => __( 'Justified', 'gallery-one' ), // view name
        'js' => 'js/js.js',
        'css' => 'css/css.css',
        'view_settings' => array(
            array(
                'id' => 'margins',
                'default' => '10',
                'label' => __( 'Margins', 'gallery-one' ),
                'type' => 'text'
            ),
            array(
                'id'        => 'lightbox',
                'default'   => '1',
                'label'     => __( 'Lightbox', 'gallery-one' ),
                'type'      => 'checkbox'
            ),

        ),
    );
    ```

#### Adding your own view in your plugin

 * Create new folder in your plugin, example: `my-cool-views`.
 * Add add new view folder example: `my-cool-views/full-screen`.
 * Add `view.php` file for you view `my-cool-views/full-screen/view.php`.
 * [Optional] Add `config.php` file for you view `my-cool-views/full-screen/config.
   php`.
 * Add your your views folder to view loader:
 * add_filter( ‘gallery_one_get_template_folders’, ‘my_cool_views_path’);
 * function my_cool_views_path( $view_paths ){
    $view_paths[‘my_cool_view’] = PATH_TO_MY_PLUGIN.’/
   my-cool-views’; return $view_paths; }

#### Config Parameters

name: (string) Name of your view.

css: (string/array) CSS files will enqueue when this view load.

js: (string/array) JS files will enqueue when this view load.

view_settings: (array) list field settings for your view.

**view_settings** Parameters:

 * id: Id of setting field.
 * label: Label of setting files.
 * default: Default value.
 * type: Field type: text|select|checkbox|textarea.
 * option: For field type select (array).
 * desc: Field description.

## اسکرین شاٹس

 * [[
 * Justified
 * [[
 * Slider
 * [[
 * Masonry
 * [[
 * Carousel
 * [[
 * Slider
 * [[
 * Lightbox
 * [[
 * Admin galleries
 * [[
 * Editing gallery
 * [[
 * Editing image info
 * [[
 * Shortcode creator

## انسٹالیشن

 1. Upload `gallery-one` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Use the Galleries Name screen to add gallery

## جائزے

There are no reviews for this plugin.

## شراکت دار اور ڈیویلپرز

“Gallery One” اوپن سورس سافٹ ویئر ہے۔ مندرجہ ذیل لوگوں نے اس پلگ ان میں حصہ لیا:

شراکت دار

 *   [ shrimp2t ](https://profiles.wordpress.org/shrimp2t/)

[“Gallery One” کا اپنی زبان میں ترجمہ کریں۔](https://translate.wordpress.org/projects/wp-plugins/gallery-one)

### ڈویلپمینٹ میں دلچسپی ہے؟

[کوڈ براؤز کریں](https://plugins.trac.wordpress.org/browser/gallery-one/)، [ایس این وی ریپوزیٹری](https://plugins.svn.wordpress.org/gallery-one/)
کو چیک کریں یا [ڈویلپمینٹ لاگ](https://plugins.trac.wordpress.org/log/gallery-one/)
کو سبسکرائب کریں بذریعہ [آر ایس ایس](https://plugins.trac.wordpress.org/log/gallery-one/?limit=100&mode=stop_on_copy&format=rss)۔

## چینج لاگ

#### 1.0.0

 * Release

## میٹا

 *  Version **1.0.2**
 *  Last updated **10 سال پہلے**
 *  Active installations **50+**
 *  WordPress version ** 4.5 یا اس سے جدید **
 *  Tested up to **4.5.33**
 *  Language
 * [English (US)](https://wordpress.org/plugins/gallery-one/)
 * Tags
 * [facebook](https://ur.wordpress.org/plugins/tags/facebook/)[galleries](https://ur.wordpress.org/plugins/tags/galleries/)
   [gallery](https://ur.wordpress.org/plugins/tags/gallery/)[image](https://ur.wordpress.org/plugins/tags/image/)
   [images](https://ur.wordpress.org/plugins/tags/images/)
 *  [اعلی درجے کا منظر](https://ur.wordpress.org/plugins/gallery-one/advanced/)

## درجہ بندیاں

No reviews have been submitted yet.

[میرا جائزہ شامل کریں](https://wordpress.org/support/plugin/gallery-one/reviews/#new-post)

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

## شراکت دار

 *   [ shrimp2t ](https://profiles.wordpress.org/shrimp2t/)

## معاونت

کچھ کہنا ہے؟ مدد چاہیے؟

 [معاونتی فورم دیکھیں](https://wordpress.org/support/plugin/gallery-one/)

## عطیہ دیں

کیا آپ اس پلگ ان کی ترقی میں معاونت کرنا چاہتے ہیں؟

 [ اس پلگ ان کو عطیہ دیں ](http://shrimp2t.com/gallery-one/)