Social | Test share for Facebook, Linkedin, Twitter
For a customer’s request, i need to add a “share this” for single news on his website.
Hi wants to share on facebook, Twitter and Linkedin.
First of all i need to add all OG meta in the header of the pages that i want to share
00001 00002 00003 00004 00005 00006 00007 | <meta property= "og:title" content= "HTN Telemedicina - VIRTUAL HOSPITAL, maturi già a vent’anni." > <meta property= "og:description" content= " Telemedicina in Italia: sono passati oramai ventun anni dalla sua fondazione e HTN Virtual Hospital ne ha fatta di strada: dalla prima sede di Boario Terme, dove la connessione a internet era garantita dalle linee telefoniche analogiche, alla moderna sede di Brescia in Via della Volta, connessa in fibra ottica ultraveloce." > <meta property= "og:type" content= "website" /> <meta property= "og:url" content= "http://www.e-htn.it/it/news/notizia/44/" /> <meta property= "og:site_name" content= "Health Telematic Network" /> <meta property= "og:image" content= "https://www.e-htn.it/rimg/4lc/2/a/7/a/2a7a3b9da75d4bbe4d6b9346144e298e_8d214213.jpg" /> <meta property= "og:locale" content= "it_IT" /> |
Next i need to test how news appear once are shared, so every social have his hown tool for testing this:
Facebook:
https://developers.facebook.com/tools/debug/sharing/
Linkedin:
https://www.linkedin.com/post-inspector/inspect/
Twitter:
https://twitter.com/login?redirect_after_login=https%3A%2F%2Fcards-dev.twitter.com%2Fvalidator
Pinterest:
https://developers.pinterest.com/tools/url-debugger/
This is very useful, because, it show, if there are ,errors, and give some advice how to solve them.