src/templates/share.html
author hamidouk
Tue, 10 Jan 2012 16:46:47 +0100
branchpopcorn-port
changeset 607 0b94ae49efbd
parent 221 2a83d308dba6
child 837 353a78021ebc
permissions -rw-r--r--
added an option to force the redraw of a list, even if the cached lists are the same (which is the case when we just added another annotation)

{{! social network sharing template }}
<a onclick='__IriSP.MyApiPlayer.share(\'delicious\');' title='partager avec delicious'><span class='share shareDelicious'>&nbsp;</span></a>		
<a onclick='__IriSP.MyApiPlayer.share(\'facebook\');' title='partager avec facebook'> <span class='share shareFacebook'>&nbsp;</span></a>
<a onclick='__IriSP.MyApiPlayer.share(\'twitter\');' title='partager avec twitter'>  <span class='share shareTwitter'>&nbsp;</span></a>
<a onclick='__IriSP.MyApiPlayer.share(\'myspace\');' title='partager avec Myspace'>  <span class='share shareMySpace'>&nbsp;</span></a>