@rlane The following config works for me after I sort the posts of a FB group by “New Posts”. Can you try it out?
{
"selections": [
{
"frames": [
{
"index": 0,
"excludes": [],
"includes": [
{
"type": "css",
"expr": "[data-ad-preview=message]",
"fields": [
{
"name": "text",
"type": "builtin"
}
]
}
]
}
],
"dynamic": true,
"delay": 2
}
],
"ignoreEmptyText": true,
"includeStyle": false,
"dataAttr": "text"
}
Thanks!