Linux 软件免费装
Banner图

YAP - Yet Another Popups

开发者 konstantin1agafonov
更新时间 2026年5月7日 17:52
捐献地址: 去捐款
PHP版本: 7.4 及以上
WordPress版本: 6.9
版权: GPLv2 or later
版权网址: 版权信息

标签

lightbox modal popup notification overlay

下载

1.0.1 1.0.0

详情介绍:

This plugin provides a clean, lightweight solution for creating popups in WordPress. It uses a custom post type to manage popups and displays them in the site footer. Popups can be triggered via anchor links or JavaScript. Features Support If you want to buy me a coffee, write me a message to kagafonov2222@yandex.ru

安装:

  1. Upload the yap-yet-another-popups folder to /wp-content/plugins/
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Go to YAP - Yet Another Popups → Add New Popup to create your first popup

升级注意事项:

1.0.1 Added "Output popups titles" setting to optionally hide popup titles. Added "Remove plugin data on uninstall" setting to optionally remove plugin data on uninstall. 1.0.0 Initial version.

常见问题:

How do I create a popup?

  1. In WordPress admin, go to Popups → Add New Popup
  2. Enter a title (displayed as popup heading)
  3. Add content in the editor (supports HTML and shortcodes)
  4. Click Publish
  5. Copy the Popup Slug from the meta box (e.g., #yapopup123)

How do I open a popup?

Add a link with the href equal to the popup slug: <a href="#yapopup123">Open Popup</a>

Does this work with Contact Form 7?

Yes! You can add any shortcode including Contact Form 7 in the popup content editor.

Can I customize the popup styles?

Yes, override the CSS classes in your theme's stylesheet. See the Customization section in the plugin settings page.

更新日志:

1.0.1 1.0.0 Initial version.