Video uploading

I have a social media part in my app that allows users to add pictures or GIFs. Is there a way to add a video without having to go through Youtube or Venmo.

Similar to Twitter or Facebook where the video is fed through and integrate through their page directly.

1 Like

SOLUTION:

  1. Have an text input bar (in this case it is called “URL”)

  2. Add Video.js add on and set Youtube URL as the Text input’s value

  • You can also have someone upload a video and have it displayed the same way
  1. Have a Video input (in this case it is called "Video File’')
  2. Add Video.js add on and set Dynamic Link as the Video File’s value

This topic was automatically closed after 70 days. New replies are no longer allowed.