Last active
November 3, 2016 16:19
-
-
Save archondigital/10884cb1871dadcda35a33336eca47ef to your computer and use it in GitHub Desktop.
Custom transformer rules for FB Instant Articles plugin on WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "rules" : | |
[ | |
{ "class": "PassThroughRule", "selector" : "ins.adsbygoogle" }, | |
{ "class": "PassThroughRule", "selector" : "div.alignright" }, | |
{ "class": "PassThroughRule", "selector" : "div.alignleft" }, | |
{ "class": "PassThroughRule", "selector" : "div.callout" }, | |
{ "class": "PassThroughRule", "selector" : "div.row" }, | |
{ "class": "PassThroughRule", "selector" : "div.columns" }, | |
{ "class": "PassThroughRule", "selector" : "div.jetpack-video-wrapper" } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding here my custom transformer rules used in most of the websites I run. Most are rules specifically for Foundation 5 or Foundation 6.