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

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ก.ย. 2024
  • How to Query Wordpress Rest Api or any Website using Bricks Builder
    Learning Source: developer.word...
    Full code will available soon on my website. Cheers

ความคิดเห็น • 18

  • @CoseCinesi
    @CoseCinesi 4 หลายเดือนก่อน +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  4 หลายเดือนก่อน +1

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

    • @CoseCinesi
      @CoseCinesi 4 หลายเดือนก่อน

      @@IvanNugraha07 yes! we'd love it!

  • @Soluna_y2k
    @Soluna_y2k 3 หลายเดือนก่อน

    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  3 หลายเดือนก่อน

      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 3 หลายเดือนก่อน +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 :-)

  • @OscarObians
    @OscarObians 4 หลายเดือนก่อน

    Dude you're a treasure. Thanks for these videos

  • @BrendanOConnellWP
    @BrendanOConnellWP 4 หลายเดือนก่อน

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

  • @kellog89
    @kellog89 4 หลายเดือนก่อน

    Super interesting technique trick, thanks

  • @dmaurelc
    @dmaurelc 3 หลายเดือนก่อน

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

    • @IvanNugraha07
      @IvanNugraha07  3 หลายเดือนก่อน

      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 3 หลายเดือนก่อน

      @@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.

  • @JoyHints
    @JoyHints 2 หลายเดือนก่อน

    can this method be used to pull google review into a cpt as posts?

    • @IvanNugraha07
      @IvanNugraha07  2 หลายเดือนก่อน

      I think yes you can. Later you can create cron job to automatically update cpt.

    • @JoyHints
      @JoyHints 2 หลายเดือนก่อน

      @@IvanNugraha07 do you have a tutorial on this, searched your channel and found one for google review but it’s not using the rest api