Affiliate Feeds

more
Affiliate Feeds

This page will let you customize your own Carbon Poker/PDC Poker Feeds script to display some of the great features of our Poker Rooms to your players.

To use the feeds builder, simply tick the boxes for the feeds you wish to display, 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.

Affiliate Feeds

Affiliate Feeds for PDCPoker.com and CarbonPoker.com

This page will let you cusomise your own Poker Feeds script to display some of the great features of our Poker Room to your players. Click here to see a working example of our Carbon Poker Feeds

PDCAffiliates Feeds Builder

From the options below, choose which Feeds you wish to display on your website:

Players Online updating...
Current Server Time updating...
Current Date updating...
Software Version Number updating...
Tournaments In Progress updating...
Active Poker Tables updating...
Carribbean Jackpot 20cent updating...
Carribbean Jackpot $1 updating...
Badbeat Jackpot updating...



Simply click inside the window below, use your cursor to highlight the script, and copy (type Control-c or Apple-c) the script into a new file in your text or html editor (such as Note Pad or Simple Text) and save (Control-s or Command-s). The script is yours!


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>