Skip to content

Instantly share code, notes, and snippets.

@tokapeb
Created August 7, 2012 11:30
Show Gist options
  • Select an option

  • Save tokapeb/3284667 to your computer and use it in GitHub Desktop.

Select an option

Save tokapeb/3284667 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
$(function() {
var $currentStream = $();
JCSDL.onLoad(function() {
$('#jcsdl-edit').jcsdlGui({
...
hideTargets : ['interaction', 'twitter', 'facebook', '2channel', 'myspace', 'digg', 'amazon', 'blog', 'board', 'dailymotion', 'flickr', 'newscred', 'reddit', 'topix', 'video', 'youtube', 'augmentation', 'imdb.author', 'imdb.type', 'imdb.contenttype', 'imdb.thread']
});
...
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment