Title: Really Simple Popup
Author: huntlyc
Published: <strong>1 آوریل 2013</strong>
Last modified: 3 دسامبر 2014

---

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

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

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

# Really Simple Popup

 توسط [huntlyc](https://profiles.wordpress.org/huntlyc/)

[دانلود](https://downloads.wordpress.org/plugin/really-simple-popup.zip)

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

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

## توضیحات

Simple, easy to use, fancybox style popup.

Works for all images in your page that are in anchor tags. If it finds more than
one, it will create a small gallery you can navigate through with the buttons or
your keyboard. Advanced users can open iframes and html content in it fairly easily.

#### Avanced users

#### Basic use

Anchor class for popup: “hs-rsp-popup”

#### Advanced use

 * disable gallery feature and popup for image by adding this class: **no-hsrsp-
   popup**
 * anchor classes for **iframe** popup _“hs-rsp-popup iframe”_
 * anchor classes for **html** popup _“hs-rsp-popup hiddendiv”_

#### Examples

To popup an image give the anchor tag around the image this class: _“hs-rsp-popup”_

Example: `<a href="image.png" class="hs-rsp-popup"><img src="image.png" alt="image"/
></a>`

For an iframe, set the srct of the iframe and use the class _“iframe”_ combined 
with _“hs-rsp-popup”_:
 [Watch this](http://www.youtube.com/watch?hl=en-GB&v=2WNrx2jq184&gl=GB)

You can also use this to show html content. For local content just use the id of
the element for the href:
 [click here](https://fa.wordpress.org/plugins/really-simple-popup/?output_format=md#elementid)
Hello, World!

For remote content, link to the page, for example:
 [click here](http://www.hotscot.net)

#### Setting Popup Size (image/iframe)

You can use the following html5 data attributes in your link to set the size: `data-
popupheight="100" data-popupwidth="300"` These values are in pixels.

For Example:
 [](https://fa.wordpress.org/plugins/really-simple-popup/image.png?output_format=md)

**Note:** for this to work, you have to use _both_ the data-popupwidth and data-
popupheight attributes.

## نصب

 1. Extract to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## سوالات متداول

n/a

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

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

### 󠀁[പൊളിച്ചു !!!](https://wordpress.org/support/topic/%e0%b4%aa%e0%b5%8a%e0%b4%b3%e0%b4%bf%e0%b4%9a%e0%b5%8d%e0%b4%9a%e0%b5%81/)󠁿

 [jubinavanix](https://profiles.wordpress.org/jubinavanix/) 2 نوامبر 2016

മച്ചാനെ പൊളിച്ചു !!! സാധനം സിമ്പിൾ ആണ്, ബട് പവര്ഫുള് !!!

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

### 󠀁[Great work](https://wordpress.org/support/topic/great-work-376/)󠁿

 [Lohith M](https://profiles.wordpress.org/lohith-m/) 3 سپتامبر 2016

Easy to implement and it does what i wanted. thanks

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

### 󠀁[works perfectly](https://wordpress.org/support/topic/works-perfectly-760/)󠁿

 [dr_Vorhun](https://profiles.wordpress.org/dr_vorhun/) 3 سپتامبر 2016

amazing! Thanks

 [ خواندن تمامی 10 نقد و بررسی‌ ](https://wordpress.org/support/plugin/really-simple-popup/reviews/)

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

“Really Simple Popup” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

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

 *   [ huntlyc ](https://profiles.wordpress.org/huntlyc/)
 *   [ DaganLev ](https://profiles.wordpress.org/daganlev/)

[ترجمه “Really Simple Popup” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/really-simple-popup)

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

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/really-simple-popup/)،
[مخزن SVN](https://plugins.svn.wordpress.org/really-simple-popup/) را بررسی کنید،
یا از طریق [RSS](https://plugins.trac.wordpress.org/log/really-simple-popup/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/really-simple-popup/) مشترک
شوید.

## گزارش تغییرات

#### 1.0.11

Removed console.log

#### 1.0.10

Add hs-rsp-nogallery class to any image on the page to prevent the gallery from 
working

#### 1.0.9

Removed console log left over (can effect IE)

#### 1.0.8

Add ‘no-hsrsp-popup’ class to image to not have it part of gallery/popup. Fixed 
but on set width/height window resize

#### 1.0.7

Reverted body scroll fix as it was having undesirable effects

#### 1.0.5

 * Fixed: Firefox close issue

#### 1.0.4

 * Fixed: hidden div popup

#### 1.0.3

 * UI Enhancements: new icons, hover states for ‘gallery’ and fade effect instead
   of ‘slide-down’

#### 1.0.2

 * New: Set width & height of image/iframe popup

#### 1.0.1

 * Update to the readme file

#### 1.0

 * Initial version

## اطلاعات

 *  نگارش **1.0.11**
 *  آخرین به‌روزرسانی **12 سال پیش**
 *  نصب‌های فعال **400+**
 *  نگارش وردپرس ** 3.5.1 یا بالاتر **
 *  آزمایش‌شده تا **4.0.38**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/really-simple-popup/)
 * برچسب
 * [fancybox](https://fa.wordpress.org/plugins/tags/fancybox/)[popup](https://fa.wordpress.org/plugins/tags/popup/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/really-simple-popup/advanced/)

## امتیازها

 4.6 از 5 ستاره.

 *  [  امتیاز 9 5-ستاره     ](https://wordpress.org/support/plugin/really-simple-popup/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/really-simple-popup/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/really-simple-popup/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/really-simple-popup/reviews/?filter=2)
 *  [  امتیاز 1 1-ستاره     ](https://wordpress.org/support/plugin/really-simple-popup/reviews/?filter=1)

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

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

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

 *   [ huntlyc ](https://profiles.wordpress.org/huntlyc/)
 *   [ DaganLev ](https://profiles.wordpress.org/daganlev/)

## پشتیبانی

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

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

## کمک مالی

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

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