rupyconf / 12.rupy.eu-old

RuPy 12 Conference Website
http://rupy.eu
5 stars 10 forks source link

OpenGraph tags to show better images at social nets #12

Closed cadu-leite closed 12 years ago

cadu-leite commented 12 years ago

The Open Graph protocol enables any web page to become a rich object in a social graph see more at : http://ogp.me/

example:

 <meta property="og:image" content="   <IMAGE250x250 PATH HERE> " />
 <meta property="og:image:width" content="250" />
 <meta property="og:image:height" content="250" />
 <meta property="og:image" content="   <IMAGE500x350 PATH HERE>  " />
 <meta property="og:image:width" content="500" />
 <meta property="og:image:height" content="350" />
 <meta property="og:image" content="   <IMAGE800x600 PATH HERE>  "/>
 <meta property="og:image:width" content="800" />
 <meta property="og:image:height" content="600" />
zaiste commented 12 years ago

+1 Would you be willing to contribute code for such change ?

cadu-leite commented 12 years ago

sure I need to resize the logos to feet in different image sizes

cadu-leite commented 12 years ago

forgot to close on commit