Advanced Widget operation: Using the Vringo Widget to enroll a user to the Vringo Service AND add content to their account.
In this case the widgets will appear exactly as above.
A. When the content is existing
Vringo content, you will need to get a Vringo Clip ID from the system. You can
then specify that clip to the system by adding an additional parameter to the
widget like this (assuming the clip ID in this case is 123):
<script type="text/javascript">
vringo_clip_id = "123";
</script>
<script src="http://partners.vringo.com/widget/vringothis.js" type="text/javascript"></script>
B. When the content is not yet part of the
Vringo system, you can specify the clip using a URL (vringo_content_url) and give the clip
a title (vringo_userclip_title).
The Vringo system will retrieve the content from the remote location and import
it into the user's collection. The next time the user's phone synchronizes
with the Vringo system, it will retrieve the new clip and make it accessible
via the Vringo Mobile Client. The Vringo system can process many standard
including GIF and JPG images, along with MPG, MP4, AVI, MOV, WMV, 3GP, 3G2 and
FLV video formats.
<script type="text/javascript">
vringo_content_url = "http://www.myserver.com/videos/video.3gp";
vringo_userclip_title = "A great new clip";
</script>
<script src="http://partners.vringo.com/widget/vringothis.js" type="text/javascript"></script>