
內容簡介
如果您的內容或產品與大麻、酒精、賭博或其他成人內容有關。
Age Gate Lite 讓您更輕鬆地配置和設計年齡限制彈出視窗,以保護年輕觀眾。
它被設計成用戶友好,簡單輕巧,僅需要用戶確認其年齡(確定/取消)。
此外掛是完全、100%免費的。
成功訊息部分可用於電子郵件/通訊訂閱或促銷訊息。
開發者們👨💻
可用的 JS 事件監聽器 – agl_passed & agl_failed。
<script>
document.addEventListener("agl_passed", function() {
// 插入通過 Age Gate 的程式碼 ;
});
document.addEventListener("agl_failed", function() {
// 插入 Age Gate 失敗的程式碼 ;
});
</script>
外掛標籤
開發者團隊
📦 歷史版本下載
原文外掛簡介
If your content or products are about cannabis, alcohol, gambling or other adult content.
Age Gate Lite makes it easier then ever to configure and style an age restriction pop up to protect younger audience.
It is designed to be user friendly, simple lightweight and only requires users to confirm their age ( Yes / No ).
This plugin is absolutely, 100% free.
Success message section included can be used for Email / Newsletter Opt-in or Promotional messages.
Devs 👨💻
Avaliable JS Event Listeners – agl_passed & agl_failed.
