|
Here you can customize your own Spin32 Poker Feeds script to display some of the great features of our Poker Room and our Progressive Jackpots in the Casino Side Games to your players.
To use the feeds builder, simply tick the boxes for the feeds you wish to display, and then click the "generate feeds" button to create your custom feed. Copy the entire script from the feed window below and paste the script into your website using a text or html editor.
Spin32 Affiliates Feeds Builder
From the options below, choose which Feeds you wish to display on your website:
Note: You can change the display of the feeds by styling the <span> tags with CSS.
For example: <span id="playersonline" style="color: green"> Will result in the players online figure displaying in Green
Feeds Quick Reference
Already got our feeds on your website but want to add more? Use this quick reference:
| - Players Online: |
<span id="MERGE_playersonline">updating...</span> |
| - Current Server Time: |
<span id="MERGE_time">updating...</span> |
| - Current Date: |
<span id="MERGE_date">updating...</span> |
| - Software Version Number: |
<span id="MERGE_version">updating...</span> |
| - Tournaments In Progress: |
<span id="MERGE_tournaments_in_progress">updating...</span> |
| - Active Poker Tables: |
<span id="MERGE_active_poker_tables">updating...</span> |
| - Carribbean Jackpot 20cent: |
<span id="MERGE_carib_20cent">updating...</span> |
| - Carribbean Jackpot $1: |
<span id="MERGE_carib_1dollar">updating...</span> |
| - Badbeat Jackpot: |
<span id="MERGE_badbeat">updating...</span> |
Make sure you have the required script at the bottom of your page:
<!-- This Javascript is required at the bottom of the page, or after your <span id=""> .. </span> -->
<script language="javascript" type="text/javascript" src="http://creatives.pdcaffiliates.com/js/cp_feeds.php">
</script>
|