=== WePOP === Contributors: wedok Tags: image popup, lightbox, responsive, lightweight, multilingual Requires at least: 5.0 Tested up to: 6.8.1 Requires PHP: 7.0 Stable tag: 1.5.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html WePOPは、jQuery不要で軽量・高速に動作する、WordPress専用の画像ポップアッププラグインです。 == Description == **WePOP** is a lightweight image popup plugin for WordPress that requires no jQuery or external libraries. It enables clean, responsive image popups and gallery navigation using pure JavaScript. With simple HTML attributes (`data-wepop`, `data-group`), you can quickly turn any image link into a popup-enabled element. Built for performance and minimalism, WePOP works reliably across themes without conflicts, making it ideal for developers who care about speed and stability. The plugin supports multilingual display (Japanese, English, Spanish, French, German, Simplified Chinese) and provides an admin setting screen to choose the interface language. Gutenberg Gallery blocks are automatically grouped, but Classic Editor users need to manually add `data-wepop` and optional `data-group` attributes to image links. **日本語説明:** **WePOP(ウィポップ)**は、jQuery不要で軽量・高速に動作する、WordPress専用の画像ポップアッププラグインです。 純粋なJavaScriptで構成されており、クリックで画像を拡大表示したり、ギャラリー形式でナビゲーションすることができます。 シンプルなHTML属性(`data-wepop`, `data-group`)を追加するだけで、任意の画像リンクをポップアップ表示対応に変換できます。 テーマとの競合を避ける構成になっており、表示速度や安定性を重視する開発者に最適です。 このプラグインは多言語対応(日本語、英語、スペイン語、フランス語、ドイツ語、簡体字中国語)で、管理画面から表示言語を選択できます。 Gutenbergギャラリーブロックは自動でグループ化されますが、クラシックエディター使用時は手動で`data-wepop`や`data-group`属性を追加してください。 == Installation == 1. Upload the `wepop` folder to the `/wp-content/plugins/` directory. 2. Activate the plugin from the “Plugins” menu in WordPress. 3. Go to **Settings > WePOP** in the WordPress admin sidebar to configure the plugin. 4. Add the `data-wepop` attribute to your image links. Use `data-group` for gallery mode. Example: ```html Sample Image == Screenshots == 1. Popup display of a single image 2. Gallery navigation mode with multiple images 3. Admin settings screen with caption and gallery grouping options == Frequently Asked Questions == = Does WePOP require jQuery? = No. WePOP is built entirely with vanilla JavaScript and has no external dependencies. = How do I enable image grouping? = Assign the same data-group value to multiple image links. If you're using Gutenberg Gallery blocks, grouping is done automatically. = Can I show alt text as captions? = Yes. You can enable this from the plugin settings screen (Settings > WePOP) by turning on the "Show Alt Text" option. = I'm using the Classic Editor. Will this work? = By default, the plugin will not automatically assign data-wepop attributes in Classic Editor. You can still use it by manually adding data-wepop and optional data-group to your image links. == Changelog == = 1.5.2 = Fix: Corrected attribute naming to data-wepop throughout Improved documentation and translations = 1.5.1 = Improved multilingual interface support and gallery grouping behavior Updated admin settings for better usability = 1.5 = First public stable release. == Upgrade Notice == = 1.5.2 = Fixed attribute inconsistency. Please update to ensure proper functionality and compatibility.