Make Your Poker Community Relevant

Embed the latest or most popular poker hands from WeakTight and spark interesting poker discussion. You can have this great functionality for your site or forum up and running within a few minutes.

  • If you want your users to be able to convert poker hands and share them directly on your site take a look at our API

Do I have to code anything?

 No you don't. If you can access the html on your site or have a developer who handles that, you can use the WeakTight hand feed.

You said FREE right?

Yes we did! You can choose to show upto 5 hand replays either vertical or horizontally shown with next to no fuss. We do advise however:

  • Unless you know what your doing, don't mess with the code provided.
  • Keep the URL structure the same.
  • If you want to be in the chance to win $500 generate the feed using your email address so we can track the visits

Custom hand replay feed in under 20 seconds (10 seconds if your a whizz kid) and no sign up required.

Create Your Hand Feed

Orientation

Category

	<div class="syndicate " id="syndicate"><div class="hands-title">Weaktight Hands</div><div class="inz"></div><div class="hands-footer">powered by weaktight.com</div></div><script type="text/javascript">var ref = 'hello@weaktight.com';var headTag=document.getElementsByTagName("head")[0];var doc=document;var cssId="myCss";var hqTag=document.createElement("script");hqTag.type="text/javascript";hqTag.src="http://www.weaktight.com/js/handlebars.js";hqTag.onload=headTag.appendChild(hqTag); if(!doc.getElementById(cssId)){var head=doc.getElementsByTagName("head")[0];var link=doc.createElement("link");link.id=cssId;link.rel="stylesheet";link.type="text/css";link.href="http://www.weaktight.com/css/syndicate.css";link.media="all";head.appendChild(link);}if(typeof jQuery=="undefined"){var jqTag=document.createElement("script");jqTag.type="text/javascript";jqTag.src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js";jqTag.onload=WTSyndicate;headTag.appendChild(jqTag);}else{WTSyndicate()}
	function WTSyndicate() {jQuery.ajax({ type:'POST', data:{email:ref}, url: "http://www.weaktight.com/feed/data?c=f&n=f", dataType:'JSON', }).success(function(data){
	    Handlebars.registerHelper('getSuit', function(str) {return str.slice(-1);});Handlebars.registerHelper('getCard', function(str) {return str.substring(0,1);});
	    var source = jQuery('#syndicate-template').html();var template = Handlebars.compile(source);var context = {data: data};var html = template(context);jQuery('.syndicate .inz').html(jQuery(html));}); }</script><script id="syndicate-template" type="text/x-handlebars-template">{{#each data}}<div class="hand-item" data-id="{{id}}"><div class="table-mini showcase mb10 cf"><a href="{{url}}" class="action left"><span class="ball"><span class="stack-alt"></span></span><span class="words">{{pot}}</span></a><a href="{{url}}"><span class="flop tips" title="Community Cards">{{#if boardCards.flopCard1}}<span class="card {{getSuit boardCards.flopCard1}}"><span class="number">{{getCard boardCards.flopCard1}}</span></span>{{else}}<span class="card blank"></span>{{/if}}{{#if boardCards.flopCard2}}<span class="card {{getSuit boardCards.flopCard2}}"><span class="number">{{getCard boardCards.flopCard2}}</span></span>{{else}}<span class="card blank"></span>{{/if}}{{#if boardCards.flopCard3}}<span class="card {{getSuit boardCards.flopCard3}}"><span class="number">{{getCard boardCards.flopCard3}}</span></span>{{else}}<span class="card blank"></span>{{/if}}{{#if boardCards.turnCard}}<span class="card {{getSuit boardCards.turnCard}}"><span class="number">{{getCard boardCards.turnCard}}</span></span>{{else}}<span class="card blank"></span>{{/if}}{{#if boardCards.riverCard}}<span class="card {{getSuit boardCards.riverCard}}"><span class="number">{{getCard boardCards.riverCard}}</span></span>{{else}}<span class="card blank"></span>{{/if}}</span><span class="user-cards small-cards tips" title="Hero Cards">{{#if userCards.heroCard1}}<span class="card {{getSuit userCards.heroCard1}}"><span class="number">{{getCard userCards.heroCard1}}</span></span>{{/if}}{{#if userCards.heroCard2}}<span class="card {{getSuit userCards.heroCard2}}"><span class="number">{{getCard userCards.heroCard2}}</span></span>{{/if}}{{#if userCards.heroCard3}}<span class="card {{getSuit userCards.heroCard3}}"><span class="number">{{getCard userCards.heroCard3}}</span></span>{{/if}}{{#if userCards.heroCard4}}<span class="card {{getSuit userCards.heroCard4}}"><span class="number">{{getCard userCards.heroCard4}}</span></span>{{/if}}</span></a><a href="{{url}}" class="action right"><span class="ball"><span class="comments-alt"></span></span><span class="words">{{comments}}</span></a></div><div class="poster tac mb20"> posted by <a href="{{slug}}">{{username}}</a> {{ago}}</div></div>{{/each}}</script>
	
Start Over