PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

VideoPress Integration

  1. I need to allow my members upload video to me so I can review, edit and publish. With the VideoPress plugin I can upload large video files to my VideoPress account. The VideoPress plugin adds a new upload/insert button to the Post page, but GravityForms does not seem to support it.
    Any ideas on how I can accomplish what I'm trying to do?
    Rob

    Posted 13 years ago on Thursday February 9, 2012 | Permalink
  2. Hi, Rob,

    No, Gravity Forms does not support VideoPress' upload button.

    You will need to do some research on this. I don't know if this is possible, but I am throwing out some thoughts here. Maybe you can use Gravity Form's File Upload field and using Gravity Forms hooks take the files uploaded and associate them with the post and pass the data along to VideoPress, if they have an API you can interact with.

    After a form is submitted, you can use the "gform_after_submission" hook (http://www.gravityhelp.com/documentation/page/Developer_Docs) to pass data along to a third-party (maybe your videos).

    You can manipulate a post's data using the "gform_post_data" hook (http://www.gravityhelp.com/documentation/page/Gform_post_data). This is where you may be able to add your uploaded files as attachments for the post.

    I hope this points you in the right direction.

    Posted 13 years ago on Tuesday February 14, 2012 | Permalink

This topic has been resolved and has been closed to new replies.