iframe embed on WIX

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • Easily to understand following things
    1.Enabling Dev tool
    2.Adding iframe code inside embed widget
    3.Adjusting iframe width and height

Комментарии • 4

  • @timothyink9262
    @timothyink9262 Год назад

    I put mine on my wix page and when you get to the bottomit says showing 20 of 107 products, with no arrow keys to advance and see more products. Is there a way to fix that?

  • @Αναστασια-φ6ζ
    @Αναστασια-φ6ζ 2 года назад

    can you tell us the code that you write to second box??

    • @Neerajkumar-dl8ye
      @Neerajkumar-dl8ye  2 года назад

      import wixLocation from 'wix-location';
      $w.onReady(() => {
      let obj = {
      'domainUrl': wixLocation.baseUrl,
      'pageUrl': wixLocation.url,
      'pageQuery': wixLocation.query
      }
      $w("#html1").postMessage(obj);
      });

    • @vi8403
      @vi8403 Год назад +1

      @@Neerajkumar-dl8ye he meant the Code that you write in the HTML-Element