Navigation

    APPDRAG Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular

    REMINDER

    Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.

    Mass Video Embed Via API

    General Discussion
    2
    2
    257
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Gab Patron
      Gab Patron last edited by

      I want to embed thousands of videos from another site via API
      is in JSON do you support it?

      are there any tutorials about this?

      1 Reply Last reply Reply Quote 0
      • Joseph Benguira
        Joseph Benguira last edited by Joseph Benguira

        Hey Gab,

        Yes it's possible, you will have to create a cloud function in Cloud Backend and call your external API
        You can then call your cloud function to fetch the content and display it in the frontend. For that part you will need to write some JS to generate the elements and add them on the page.

        In cloud backend > API > Create a new function > Node.js
        there you will see several cloud function templates, one of them is about calling an external API

        We don't a tutorial for this exact use case but you will learn a lot by checking our video tutorials here:
        https://academy.appdrag.com/

        Another option is to use Dynamic Datasource instead but that option might be more limited for your use case.
        this is covered by Tutorial 5 here:
        https://academy.appdrag.com/FullStack-with-cloud-backend-Episode-5.html

        1 Reply Last reply Reply Quote 0
        • First post
          Last post