Overview
If you run your own web site, you can easily put links to your system on your site, using our javascript libraries. Links come in two formats: system tiles, and monthly results.
System Tiles
Tiles are rectangles that contain the latest system statistics and include a button to allow people to subscribe.
Here is an example of what a tile looks like:
To include system tiles on your web page, just copy and paste the following javascript snippet into your web page, at the location where you want the tile to appear, somewhere inside your page's <body> tag:
<script type="text/javascript" id="SYSTEMID" src="//collective2.com/js/c2systemtiles.js"></script>
Replace SYSTEMID with your actual C2 system id number. You can find this in the web page address when you go to your system on Collective2. For example, if you see /system12345 in the web page address for your system, your system id is 12345.
You can show multiple tiles by including multiple system ID numbers, separated by the . character (the dot or period character).
<script type="text/javascript" id="SYSTEMID1.SYSTEMID2.SYSTEMID3" src="//collective2.com/js/c2systemtiles.js"></script>
Here is an example of what multiple tiles look like:
Monthly Returns
You can highlight your system's monthly returns and include a button to allow people to subscribe. Obviously this is useful only for systems with a track record of at least several months.
Here is an example of what monthly returns look like:
To include monthly on your web page, just copy and paste the following javascript snippet into your web page, at the location where you want the tile to appear:
<script type="text/javascript" id="SYSTEMID" src="//collective2.com/js/c2monthly.js"></script>
Replace SYSTEMID with your actual C2 system id number. You can find this in the web page address when you go to your system on Collective2. For example, if you see /system12345 in the web page address for your system, your system id is 12345.