Skip to content

Instantly share code, notes, and snippets.

@taclab
Created March 3, 2014 16:41
Show Gist options
  • Select an option

  • Save taclab/9328962 to your computer and use it in GitHub Desktop.

Select an option

Save taclab/9328962 to your computer and use it in GitHub Desktop.
[(#REM) SI le logo est trop petit, force le redimensionnement]
[(#LOGO_ARTICLE|largeur|>{200}|non)
<meta property="og:image" content="[(#LOGO_ARTICLE|image_passe_partout{300,300}|image_recadre{300,300,center}|extraire_attribut{src}|url_absolue)]" />
]
[(#LOGO_ARTICLE|largeur|>{200}|oui)
<meta property="og:image" content="[(#LOGO_ARTICLE|extraire_attribut{src}|url_absolue)]" />
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment