window.setTimeout(function(){
DiviArea.show('get-newsletter')
}, 3000);
``` [oai_citation:0‡divimode.com](https://divimode.com/how-to-use-the-js-api/)
Por eso tu botón `#cyber` funciona (usa el trigger nativo del plugin) pero el JS no hacía nada.
---
## 1️⃣ Reemplaza el script por esta versión (con console.log)
Ve a **Divi → Theme Options → Integration → Add code to the <body>**
➡️ Borra el script anterior
➡️ Pega **exactamente** esto:
```html