-
1.The first thing you need is to obtain your trip URL, which you can do by sending yourself an invitation to track your own trip. Click on the link on the invitation email. This will send you to the trip login page. Enter the access code. On the trip viewer page, copy the entire URL (it already contains your trip access code as a parameter), which will look something like this:
http://www.iphonehome.com.br/triptrack/tpviewer.php?l3=c3e34eab2b3e77f82586b9cf2d2f3dfe1c31d7ca&l4=bc3e2b81f52d4a7bbe8967dc20af5f6f8037c5ae
-
2.To embed the Webviewer, you have to include an IFRAME tag on your webpage.
<iframe frameborder="0" src ="URL" width="772px" height="492px"></iframe>
-
3.Paste the copied URL onto the attribute SRC of the IFRAME tag as shown below.
<iframe frameborder="0" src ="http://iphonehome.com.br/triptrack/tpviewer.php?l3=c3e34eab2b3e77f82586b9cf2d2f3dfe1c31d7ca&l4=bc3e2b81f52d4a7bbe8967dc20af5f6f8037c5ae" width="772px" height="492px"></iframe>
You’ll get the following result.