Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobarriola/076803c0c99db1d41b81216c0fc0e87c to your computer and use it in GitHub Desktop.
Save jacobarriola/076803c0c99db1d41b81216c0fc0e87c to your computer and use it in GitHub Desktop.
Facebook Instant Articles custom transform rules
{
"rules" :
[
{
"class": "HeaderSubTitleRule",
"selector" : "header .subheadline"
},
{
"class": "SocialEmbedRule",
"selector" : ".entry-media figure iframe",
"properties" : {
"socialembed.url" : {
"type" : "string",
"selector" : "iframe",
"attribute": "src"
}
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment