Skip to content

Instantly share code, notes, and snippets.

@0xRoch
Created September 7, 2012 12:36
Show Gist options
  • Save 0xRoch/3665875 to your computer and use it in GitHub Desktop.
Save 0xRoch/3665875 to your computer and use it in GitHub Desktop.
class MySnippet() {
def render = {
"meta" #> ("property=og:type [content]" #> "sampleType" &
"property=og:title [content]" #> "sampleTitle" &
"property=og:image [content]" #> "sampleImg" &
"property=og:url [content]" #> "sampleUrl")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment