1 / 6

Web - Facebook

Web - Facebook. A. Ferrari. Punto di partenza. http://developers.facebook.com/docs/reference/plugins/ like A single click on the Like button will ' like ' pieces of content on the web and share them on Facebook .

wilda
Download Presentation

Web - Facebook

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Web - Facebook A. Ferrari

  2. Punto di partenza • http://developers.facebook.com/docs/reference/plugins/like • A single click on the Like buttonwill 'like' pieces of content on the web and share them on Facebook. • Youcan also display a Share buttonnext to the Like button to letpeopleadd a personal message and customizewhothey share with.

  3. Impostazioni e anteprima

  4. Get code

  5. Esempio di pagina <html xmlns:fb="http://ogp.me/ns/fb#"> <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta property="fb:admins" content="Alberto.Ferrari.Parma"/> <title>Pagina mi piace</title> <body> <div id="fb-root"> </div><script>(function(d, s, id) { varjs, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/it_IT/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script><div class="fb-like" data-href="http://www.ferrarialberto.com/" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div> </body> </html>

  6. Un esempio • http://albertoferrari.altervista.org/

More Related