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 27 28 29 30
| <div id="fb-root" ></div>
<script type="text/javascript" >
FB.init({
appId : '260806383932761',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
function fb_publish(){
FB.ui(
{
method: 'feed',
name: 'Grand jeu de l\'été Public',
link: 'http://ko.dev.serv2me.com/public/?phase=241',
picture: 'http://ko.dev.serv2me.com/public/images/visuel.jpg',
caption: 'premiere appli facebook',
properties: '{"Vite clique ":{"text":"ici","href":"http://ko.dev.serv2me.com/public/?phase=241"}}',
message: 'Exprimez vous',
display: 'popup',
actions:'[{"name":"Grand jeu Public","link":"http://ko.dev.serv2me.com/public/?phase=241"}]',
next: 'http://facebook.serv2me.com/redirect.php?host=<? echo $_SERVER['HTTP_HOST']; ?>'
}
);
}
</script> |
Partager