src/templates/share.html
author hamidouk
Thu, 22 Dec 2011 16:06:25 +0100
branchcalage-segmentsWidget
changeset 510 c7f18d6be7a1
parent 221 2a83d308dba6
child 837 353a78021ebc
permissions -rw-r--r--
added integration test for jsonp
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
221
2a83d308dba6 added short descriptions to all the template files.
hamidouk
parents: 34
diff changeset
     1
{{! social network sharing template }}
34
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     2
<a onclick='__IriSP.MyApiPlayer.share(\'delicious\');' title='partager avec delicious'><span class='share shareDelicious'>&nbsp;</span></a>		
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     3
<a onclick='__IriSP.MyApiPlayer.share(\'facebook\');' title='partager avec facebook'> <span class='share shareFacebook'>&nbsp;</span></a>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     4
<a onclick='__IriSP.MyApiPlayer.share(\'twitter\');' title='partager avec twitter'>  <span class='share shareTwitter'>&nbsp;</span></a>
2d97ecb80793 changed the build file to accomodate the template compilation
hamidouk
parents:
diff changeset
     5
<a onclick='__IriSP.MyApiPlayer.share(\'myspace\');' title='partager avec Myspace'>  <span class='share shareMySpace'>&nbsp;</span></a>