Skip to content

Instantly share code, notes, and snippets.

@mmorrison
Created April 15, 2015 19:05
Show Gist options
  • Save mmorrison/ca1e5fc3d73fd4c85071 to your computer and use it in GitHub Desktop.
Save mmorrison/ca1e5fc3d73fd4c85071 to your computer and use it in GitHub Desktop.
ChOP Social Replace
was
<meta name='title' content='{{ organization.meta_title }}'>
<meta name='og:title' content='{{ organization.meta_title }}'>
<meta name='description' content='{{ organization.meta_description }}'>
<meta name='og:description' content='{{ organization.meta_description }}'>
<meta name='keywords' content='{{ organization.meta_keywords }}'>
replace
<meta name='title' content='{{ organization.meta_title }}'>
<meta name='description' content='{{ organization.meta_description }}'>
<meta name='keywords' content='{{ organization.meta_keywords }}'>
<!-- Social Sharing -->
<meta name='og:title' content='{{ organization.meta_title }}'>
<meta name='og:description' content='{{ organization.meta_description }}'>
<meta name='og:url' content='{{ organization.platform_url }}'>
<meta name='og:image' content='{{ organization.logo_url }}'>
<!-- Social Sharing -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment