INSERTAR EMBEBIDO EN PAGINAS DINAMICAS | WIX | TUTORIAL
- Universal Web
- Dec 18, 2022
- 1 min read
Updated: Mar 19
Hey! NUEVO VIDEO. En este video, aprenderás como COMO INSERTAR EMBEBIDOS EN PÁGINAS DINÁMICAS en Wix usando 2 LINEAS Velo Code. No olvides subscribirte y comentar alguna pregunta!
CODIGO EN PÁGINA DINÁMICA DEL ITEM
// Velo API Reference: https://www.wix.com/velo/reference/api-overview/introduction $w.onReady(function () { const currentItem = $w("#dynamicDataset").getCurrentItem(); $w("#htmlTest").src = currentItem.embed; });
Commentaires