Sign In | Create an Account
Questions? Call 888-873-9863
Home > FAQs
This guide provides instructions on how to create a simple web page and corresponding link on your own website to display your VSONA.
Requirements
Please follow the steps below:
Creating the VSONA page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Interview</title> </head> <body> <div style="position:relative; margin:0 5%;"> <iframe frameborder="0" marginheight="0" marginwidth="0" width="900" height="700" src="http://www.vsona.com/videos.aspx?username=VSONAname"> </iframe> </div> </body> </html>
Creating the link
<a href="http://www.mywebsite.com/MyVSONALink.html" target="_blank">Link Text!</a>