There are three files that need to be included on each of your pages in order to get have users create and receive invitations. The first script is a standard publically available jQuery Ajax Library (http://jquery.com/); if you are already using a current version of jQuery, you do not need to include this first script. The second and third succeeding files are the OmniDate Cascading Style Sheet and JavaScript Libraries, respectively.
Paste this code into the <head> tag of all pages that logged-in users can access:
<!-- jQuery JavaScript File --> <script type="text/javascript" src="http://www.omnidate.net/jquery-1.3.2.min.js"></script> <!-- OmniDate Style Sheet --> <link href="http://www.omnidate.net/Omni_Style_6.css" rel="stylesheet" type="text/css" /> <!-- OmniDate Main JavaScript --> <script type="text/javascript" src="http://www.omnidate.net/Omni_Include_6.js"></script>
Move to Step 2 >