How to Query Wordpress Rest Api or any Website using Bricks Builder

Поделиться
HTML-код
  • Опубликовано: 5 май 2024
  • How to Query Wordpress Rest Api or any Website using Bricks Builder
    Learning Source: developer.wordpress.org/rest-...
    Full code will available soon on my website. Cheers
  • ХоббиХобби

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

  • @CoseCinesi
    @CoseCinesi Месяц назад +1

    Great video, thank you!
    It would be interesting if you could make a video on how to asynchronously load content (from the same site) into a div when a link is clicked.
    In fact, you often see in portfolios that on an index page you click a card and the expansion of the loaded content into a div adjacent to the clicked link occurs. Maybe even with content from custom post type (title, text, image, rating... things like that)

    • @IvanNugraha07
      @IvanNugraha07  Месяц назад +1

      Something like get and displaying the data by ajax? I will put that into my vid list.

    • @CoseCinesi
      @CoseCinesi 29 дней назад

      @@IvanNugraha07 yes! we'd love it!

  • @OscarObians
    @OscarObians Месяц назад

    Dude you're a treasure. Thanks for these videos

  • @BrendanOConnellWP
    @BrendanOConnellWP Месяц назад

    nice video! I'm just delving into REST API, so powerful.

  • @kellog89
    @kellog89 Месяц назад

    Super interesting technique trick, thanks

  • @Soluna_y2k
    @Soluna_y2k 22 дня назад

    Hey :) I really appreciate your tutorials on how to work with external data in Bricks! Your video about "Query Google Review in Wordpress Bricks Builder" helped me a lot!
    Can you maybe make a tutorial about how to load Opening Hours from a company/restaurant, etc. from the Google Business API to Bricks? My clients always like to have their opening hours connected to their Google Business profile but I never know how to load that data dynamically in Bricks...

    • @IvanNugraha07
      @IvanNugraha07  20 дней назад

      Interesting, You might have to check first if the google api provide such a data. Will let know if i test it later.

    • @Soluna_y2k
      @Soluna_y2k 20 дней назад +1

      @@IvanNugraha07 From what I´ve seen (and heard in our company) the google api should provide that data.
      Looking forward to a video about that from you :-)

  • @dmaurelc
    @dmaurelc 15 дней назад

    Hello Ivan, do you know how it could be implemented to display images and videos in a gallery field in bricks builder?

    • @IvanNugraha07
      @IvanNugraha07  15 дней назад

      Hi dmaurelc, i am not really sure about "gallery field" parts, but if what you wanna display image and videos in any query loop element like nestable slider etc, yes you can i believe.

    • @dmaurelc
      @dmaurelc 15 дней назад

      @@IvanNugraha07 For example, using a gallery field in ACF/Jetengine/Metabox to add videos and photos. Show them in a gallery widget in bricks or from a query loop.