Clickable Link/Forms in Video

13 replies
Hi,

Does anyone know where I can get code to embed a form and
clickable link in my videos

Example:
At end of video or overlay display a form or clickable link..

Thanks,
Ike
#clickable #link or forms #video
  • Profile picture of the author Damien Roche
    Depends what format the video is in. Regardless, this will require javascript at the very least unless you have the source files for the video.

    Just found this by searching in google:

    Flowplayer - Flash Video Player for the Web

    May work, may not. There could be a javascript method for waiting for the video to end and then presenting the pop up. Sadly, couldn't turn anything up with a quick search and achieving this really depends on the format.

    Another idea is to use an flv player if you have a .flv file. One will have a feature for presenting a pop up after the video.

    Hope something up there works for you.
    Signature
    >> Seasoned Web Developer (CSS, JavaScript, PHP, Ruby) <<
    Available for Fixed Fee Projects and Hourly ($40/hr)
    {{ DiscussionBoard.errors[1821257].message }}
  • Profile picture of the author imarketstuff
    hey there Ike!

    i am beta-testing a service that provides the solution u need, check out my sample videos in my sample videos:

    VideoMarketing - Video Marketing - Examples - Make'M Click

    if interested in the service, hit me up via PM

    peace
    Signature
    I MARKET STUFF

    {{ DiscussionBoard.errors[1821340].message }}
    • Profile picture of the author ikejohnson
      Great this is just what I'm looking for. What's the next step?
      Forgive me but tell me what is PM?
      {{ DiscussionBoard.errors[1823776].message }}
      • Profile picture of the author imarketstuff
        Originally Posted by ikejohnson View Post

        Great this is just what I'm looking for. What's the next step?
        Forgive me but tell me what is PM?
        hey there Ike

        PM stands for (personal message).

        i'll hit you up via PM with some login information to the website when within 2-3 days, as i'm traveling.
        Signature
        I MARKET STUFF

        {{ DiscussionBoard.errors[1825951].message }}
        • Profile picture of the author ikejohnson
          Okay!

          Be safe.
          {{ DiscussionBoard.errors[1826250].message }}
          • Profile picture of the author imarketstuff
            Originally Posted by ikejohnson View Post

            Okay!

            Be safe.
            hey there Ike

            your account has been created, i sent you a PM here with the information.

            peace
            Signature
            I MARKET STUFF

            {{ DiscussionBoard.errors[1834369].message }}
    • Profile picture of the author ikejohnson
      Wow! You're the man.
      Just what I'm looking for. I'll be testing on my blogs.
      Can't send PM as Newbie.

      I'll be joining the forum in short order.

      Any JV possibilities in the making

      I've got quite a list.

      Thanks so much

      Ike
      {{ DiscussionBoard.errors[1843292].message }}
    • I tried to send you a pm but I haven't been on the forum for long so it wont let me send message. I would be interest in beta testing. It looks interesting hope you can help.
      {{ DiscussionBoard.errors[1848343].message }}
      • Profile picture of the author imarketstuff
        Originally Posted by myskinnyjeanschallenge View Post

        I tried to send you a pm but I haven't been on the forum for long so it wont let me send message. I would be interest in beta testing. It looks interesting hope you can help.
        hey there, although you can't send PM's.. i think you can still read them

        i sent you a PM with your login information.

        you can reply back here if you have any issues.

        thanks a bunch!
        Signature
        I MARKET STUFF

        {{ DiscussionBoard.errors[1849097].message }}
  • Profile picture of the author imarketstuff
    hey there Ike

    i noticed you created your 1st video, great!
    i modified some HTML in your call-2-action because it was throwing-off the iframe at the end of the video.

    also, your form action event will not work as you have a anchor ref around your submit button.
    Signature
    I MARKET STUFF

    {{ DiscussionBoard.errors[1838893].message }}
  • Profile picture of the author imarketstuff
    hey there Ike, hit me up on ICQ if you have it.. i'm usually online.

    as for JV's.. once the site is launched, i'm open to opportunities.
    Signature
    I MARKET STUFF

    {{ DiscussionBoard.errors[1843360].message }}
  • Profile picture of the author ikejohnson
    Yes, I'm in. Thanks. I created a few videos to date.

    I have a link in my form (seo genius) that is to my

    affiliate site. It opens in the frame as opposed to a new window.

    any solutions?

    Ike
    {{ DiscussionBoard.errors[1852540].message }}
    • Profile picture of the author imarketstuff
      Originally Posted by ikejohnson View Post

      Yes, I'm in. Thanks. I created a few videos to date.

      I have a link in my form (seo genius) that is to my

      affiliate site. It opens in the frame as opposed to a new window.

      any solutions?

      Ike
      hey there Ike

      if you are using forms with the video, you have to use an (onsubmit) event with the form to open it in a new window outside of the video, like this:

      Code:
      <form method=post action="http://lists.imarketstuff.com/?p=subscribe&id=1" name="subscribeform" target="windowName" onsubmit="window.open('', this.target,'dialog,modal,scrollbars=no,resizable=no,width=600,height=300,left=0,top=0');">
      if you are using a hyperlink, you must add the (target) attribute, like this:

      Code:
      <a href="" target="_top">link stuff</a>
      you can email me at [support at makemclick dot com]
      Signature
      I MARKET STUFF

      {{ DiscussionBoard.errors[1853395].message }}

Trending Topics