Likes and comment on images by default?
-
I use this rules and can get the likes and comments to work on single image, without caption. Can anybody help me how I can get this to work with both caption and galleryslide.
{ "rules": [{ "class": "ImageRule", "selector": "img", "properties": { "image.url": { "type": "string", "selector": "img", "attribute": "src" }, "image.caption": { "type": "element", "selector": "img[@alt]" }, "image.like" : { "type" : "exists", "selector" : "img" }, "image.comments" : { "type" : "exists", "selector" : "img" } } }] }
Thanks in advance
- The topic ‘Likes and comment on images by default?’ is closed to new replies.