Title: Batsignal
Author: Kapsule Corp
Published: <strong>22. септембар 2020.</strong>
Last modified: 1. јун 2026.

---

Претражи додатке

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

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

# Batsignal

 [Kapsule Corp](https://profiles.wordpress.org/gothamdev/)

[Преузимање](https://downloads.wordpress.org/plugin/batsignal.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/batsignal/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/batsignal/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/batsignal/#installation)
 * [Изградња](https://sr.wordpress.org/plugins/batsignal/#developers)

 [Подршка](https://wordpress.org/support/plugin/batsignal/)

## Опис

ULTRA Light plugin allowing to fire a popup from any page via a shortcode.
 This
plugin is not a gas factory but is really efficient.

.: IN FRENCH :.

Plugin ULTRA Léger permettant de lancer une popup depuis n’importe quelle page via
un shortcode.
 Ce plugin n’est pas une usine à gaz mais est réellement efficace.

## Снимци екрана

[⌊This screen shot description corresponds to screenshot-1.png. Note that the screenshot
is taken from the directory that contains the stable readme.txt.⌉⌊This screen shot
description corresponds to screenshot-1.png. Note that the screenshot is taken from
the directory that contains the stable readme.txt.⌉[

This screen shot description corresponds to screenshot-1.png. Note that the screenshot
is taken from the directory that contains the stable readme.txt.

## Постављање

 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or 
    install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress
 3. Click to LaunchMyBatsignal (Settings) on the left menu to configure the repetition
    of the popup, and the trigger (by default)
 4. Insert the popup where you want with the following shortcode, either directly in
    your articles / pages, or directly in your theme (in footer.php for example)

[batsignal id=’1′ image_url=’https://exemple.com/pics1.jpg’ image_alt=’My Pics’ 
target_url=’https://exemple.com/moneypage’ target_b=’blank’ largeur=’600′ hauteur
=’400′ trigger_unit=’px’ trigger=’600′ expires=’3600′]

( Required ) id = Popup ID image_url = Url of pictures image_alt = Title of your
pictures target_url = Target URL (Leave empty if necessary, the popup will then 
close when you click on the image.) target_b = Open in new tab or not (Leave blank
to open in self page) largeur = Image width hauteur = Image height

( Optional = Override General Parameters ) trigger_unit = ‘px’ (on scroll) / ‘sec’(
after x seconds) trigger = Trigger value (x pixels / x seconds) expires = Delay 
before popup is fire again (in seconds)

.::: EXPLICATIONS EN FRANCAIS :::.

 1. Téléchargez les fichiers de l’extension dans le répertoire `/wp-content/plugins/
    plugin-name`, ou installez directement le plugin via l’écran des plugins WordPress.
 2. Activez le plugin via l’écran „Extensions“ de WordPress
 3. Cliquez sur LaunchMyBatsignal (Paramètres) dans le menu de gauche pour configurer
    le déclencheur de la popup et la durée avant un nouvel affichage (par défaut)
 4. Insérez la popup où vous voulez avec le shortcode suivant, soit directement dans
    vos articles/pages, soit directement dans votre theme (en footer.php par exemple)

[batsignal id=’1′ image_url=’https://exemple.com/pics1.jpg’ image_alt=’My Pics’ 
target_url=’https://exemple.com/moneypage’ target_b=’blank’ largeur=’600′ hauteur
=’400′ trigger_unit=’px’ trigger=’600′ expires=’3600′]

( Obligatoire ) id = ID de la popup image_url = Url de l’image image_alt = Titre
de l’image target_url = Url vers laquel sera dirigé le visiteur au clic (Laissez
vide si nécessaire, la popup se fermera alors au clic sur l’image.) target_b = Ouverture
dans un nouvel onglet ou non largeur = Largeur de l’image hauteur = Hauteur de la
l’image

( En Option = Ecrase les paramètres généraux ) trigger_unit = ‘px’ (déclenchement
au déroulement) / ‘sec’ (déclenchement après x secondes) trigger = valeur du déclencheur(
x pixels / x secondes) expires = Délai avant que la popup soit à nouveau affichée(
en secondes)

## ЧПП

### This plugin is really light?

YES lighter than that, it does not exist!

### What are the shortcodes ?

[batsignal id=’1′ image_url=’https://exemple.com/pics1.jpg’ image_alt=’My Pics’ 
target_url=’https://exemple.com/moneypage’ target_b=’blank’ largeur=’600′ hauteur
=’400′ trigger_unit=’px’ trigger=’600′ expires=’3600′]

( Required )
 id = Popup ID image_url = Url of pictures image_alt = Title of your
pictures target_url = Target URL target_b = Open in new tab or not (Leave blank 
to open in self page) largeur = Image width hauteur = Image height

( Optional = Override General Parameters )
 trigger_unit = ‘px’ (on scroll) / ‘sec’(
after x seconds) trigger = Trigger value (x pixels / x seconds) expires = Delay 
before popup is fire again (in seconds)

## Прегледи

Нема рецензија за овај додатак.

## Сарадници и градитељи

„Batsignal“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

 *   [ Kapsule Corp ](https://profiles.wordpress.org/gothamdev/)
 *   [ Kapsule Network ](https://profiles.wordpress.org/kapsulecorp/)

[Преведите „Batsignal“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/batsignal)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/batsignal/), проверите
[SVN складиште](https://plugins.svn.wordpress.org/batsignal/) или се пријавите на
[белешку градње](https://plugins.trac.wordpress.org/log/batsignal/) преко [RSS-а](https://plugins.trac.wordpress.org/log/batsignal/?limit=100&mode=stop_on_copy&format=rss).

## Белешка о изменама

#### 2.2.1

 * Fix bug

#### 2.2.0

 * Fix CSS ANIMATION bug
 * Add possibility to display custom HTML

#### 2.1.7

 * Fix bug

#### 2.1.6

 * Push popup in footer

#### 2.1.4

 * Fix mispelling

#### 2.1.3

 * Fix minor bug with getimagesize in PHP 8

#### 2.1.2

 * Hide JS Comment in Source Code

#### 2.1.1

 * Fix minor bug with sanitize

#### 2.1.0

 * Fix bug when generales rules are empty
 * Increase Z-Index in CSS
 * Increase explications

#### 2.0.2

 * Fix bug CSS in Admin
 * Add possibility to leave blank the target url

#### 2.0.1

 * Fix bug CSS

#### 2.0.0

 * Multiples Popup
 * Cache Support
 * Bug Fix

#### 1.2.3

 * Fix iPad CSS Bug

#### 1.2.2

 * Fix CSS Bug

#### 1.1.6

 * Clarify Settings

#### 1.1.5

 * Fix English Translation

#### 1.1.3

 * Fix Minor Bug

#### 1.1.1

 * Add shortcode readme into the plugin

#### 1.1

 * Setting Pixel Scroll Launcher

#### 1.0

 * Plugin launch

## Мета

 *  Version **2.2.1**
 *  Last updated **1 месец раније**
 *  Active installations **10+**
 *  WordPress version ** 6.0 или новије **
 *  Tested up to **7.0**
 *  PHP version ** 7.4.0 или новије **
 *  Language
 * [English (US)](https://wordpress.org/plugins/batsignal/)
 * Tags
 * [popup](https://sr.wordpress.org/plugins/tags/popup/)[shortcode](https://sr.wordpress.org/plugins/tags/shortcode/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/batsignal/advanced/)

## Оцене

No reviews have been submitted yet.

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

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

## Сарадници

 *   [ Kapsule Corp ](https://profiles.wordpress.org/gothamdev/)
 *   [ Kapsule Network ](https://profiles.wordpress.org/kapsulecorp/)

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/batsignal/)