Skip to content

Instantly share code, notes, and snippets.

@rafops
Created December 21, 2012 19:27
Show Gist options
  • Save rafops/4355167 to your computer and use it in GitHub Desktop.
Save rafops/4355167 to your computer and use it in GitHub Desktop.
<div id="taboola-grid-2x2-side" class="taboola-sidebar" style="width:300px; height: 540px; display:none;"></div>
<script>
window._taboola = window._taboola || [];
if(document.URL.match('/$') || document.URL.match('/canal/')) {
$("#taboola-grid-2x2-side").show();
_taboola.push({ mode: 'grid-2x2', container: 'taboola-grid-2x2-side' });
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment