DOWNLOADS EXAMPLES SKINS DOCS SUPPORT
 
 

Embedding Wimpy into an existing HTML page

To embed the player into your existing HTML page, use the Customizer tool. The Customizer tool will generate the necessary HTML code that will allow you to use Wimpy anywhere on your site. Click here to access the Customizer tool.

The Customizer tool will output an HTML file with the name of "myWimpy.html" -- once you've downloaded the file, open it with a text editor and copy and paste the Wimpy code into your existing HTML page.

The myWimpy.html page looks similar to:

<HTML>
<HEAD>
<TITLE>Wimpy Player</TITLE>
</HEAD>
<BODY bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle">
<!-- START WIMPY CODE -->
<script src="http://www.YOUR_SITE.com/WIMPY_INSTALLATION_FOLDER/wimpy.php?action=writeJS" type="text/javascript"></script>
<script language="JavaScript">f26();</script>
<!-- END WIMPY CODE -->

</td>
</tr>
</table>
</BODY>
</HTML>

In the above example, the Wimpy Code is green. You should only copy and paste the HTML code that starts with:

<!-- START WIMPY CODE -->

... and ends with:

<!-- END WIMPY CODE -->

You can paste the Wimpy code any where between the opening <body> tag and closing </body> tag of your HTML page.

NOTE: In the process of copying and pasting, be sure the "&" characters don't get automatically translated into "&amp;" (without the quotes). Sometimes Microsoft / Dreamweaver / FrontPage will automatically change "&" symbols to "&amp;" -- if this happens, you'll have to change any "&" that you find back into regular old "&" symbols -- you can use the "find and replace" function of your HTML authoring tool to automatically do this for you.

 

 

 

 

 

 

  ©Copyright Plaino LLC. All rights reserved.