YAP – Yet Another Popups

설명

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

  • Create unlimited popups via WordPress admin
  • Custom post type for easy management
  • Support for shortcodes (Contact Form 7, etc.)
  • Responsive design
  • Click outside or × button to close
  • URL hash-based triggering
  • Scroll lock when popup is open

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

FAQ

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.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“YAP – Yet Another Popups”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “YAP – Yet Another Popups”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.1

  • Added “Output popups titles” setting with checkbox to optionally display/hide popup titles
  • Added “Remove plugin data on uninstall” setting with checkbox to optionally remove plugin data on uninstall
  • Minor bug fixes

1.0.0

Initial version.