1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
<html>
<head>
<meta name="DESCRIPTION" content="Description de mon site">
<title>Titre de ma page</title>
</head>
<body>
<script>
function fbs_click()
{
u="http://monsite.com";
t=document.title;
window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
return false;
}
</script>
<a href="http://www.facebook.com/share.php?u=<url>" onclick="return fbs_click()" target="_blank"><img src="http://b.static.ak.fbcdn.net/rsrc.php/zAB5S/hash/4273uaqa.gif" alt="" Style="border: 0;"/></a>
<p>
message 1
</p>
<p>
message 2
</p>
</body>
</html> |
Partager