• Little confused with the selectors when getting from the Header meta, its this possible i’ve tried but didnt work my code is:

    {
        "rules" :
            [
               {
                    "class": "ImageRule",
                    "selector" : "//head/meta[@property='og:image']",
                    "properties" : {
                        "image.url" : {
                            "type" : "string",
                            "selector" : "//meta[@property='og:image']",
                            "attribute": "content"
                        }
    }
    }
    ]
    }

    i’m doing it wrong or dont getting the selector stuff
    Thanks

    https://www.ads-software.com/plugins/fb-instant-articles/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Selector form meta’ is closed to new replies.