[pydotorg-www] Fwd: Images used on Python.org website, and Facebook

Carl Karsten carl at personnelware.com
Mon Feb 25 16:59:28 CET 2013


On Mon, Feb 25, 2013 at 9:46 AM, Éric Araujo <merwok at netwok.org> wrote:
> Le 25/02/2013 08:38, M.-A. Lemburg a écrit :
>> Does someone know which aspects to tweak in order to change this ?
>
> You’d need to add special markup to your page to define the title,
> description and image to be shown on Facebook.  It’s part of what they
> call OpenGraph; it’s comparable to RDFa, Microformats or schema.org, but
> specific to Facebook, so adding such markup may be interpreted as
> endorsement.
>
> http://mikeeverhart.net/facebook/use-ogp-tags-to-change-images-when-sharing-links-on-facebook/
>

Whoever wants this implemented should provide something like this:
	
<head>
    ...
    <!-- Required OGP Tags -->
    <meta property="og:title" content="Mike Everhart - Web Designer.
Programmer. Geek." />
    <meta property="og:type" content="website" />
    <meta property="og:url" content="http://mikeeverhart.net/" />
    <meta property="og:image"
content="http://mikeeverhart.net/mike-everhart-facebook.png" />
    ...
</head>


-- 
Carl K


More information about the pydotorg-www mailing list