THIS THREAD HAS BEEN CLOSED.

Gallery in Facebook Instant Articles
Updated on April 15, 2019 in Fluid Responsive Slideshow
6 on March 28, 2017

Hi,

i have included FR Gallery in my blog it works fine but i published that page as FB Instant articles, it does not load the gallery

please let me know, whether gallery will support in FB instant articles or what i need to make change

i have included the “custom transformer rules” (fb instant articles) as below


{
“rules”:
[{
“class”: “TextNodeRule”
}, {
“class”: “PassThroughRule”,
“selector”: “html”
}, {
“class”: “PassThroughRule”,
“selector”: “head”
}, {
“class”: “PassThroughRule”,
“selector”: “body”
}, {
“class”: “PassThroughRule”,
“selector” : “code”
},{
“class”: “PassThroughRule”,
“selector” : “del”
},{
“class”: “PassThroughRule”,
“selector” : “mark”
}, {
“class”: “PassThroughRule”,
“selector” : “span”
}, {
“class”: “ParagraphRule”,
“selector”: “p”
}, {
“class”: “LineBreakRule”,
“selector”: “br”
}, {
“class”: “AnchorRule”,
“selector”: “a”,
“properties”: {
“anchor.href”: {
“type”: “string”,
“selector”: “a”,
“attribute”: “href”
},
“anchor.rel”: {
“type”: “string”,
“selector”: “a”,
“attribute”: “rel”
}
}
}, {
“class”: “BoldRule”,
“selector”: “b”
}, {
“class”: “BoldRule”,
“selector”: “strong”
}, {
“class”: “ItalicRule”,
“selector”: “i”
}, {
“class”: “ItalicRule”,
“selector”: “em”
}, {
“class”: “BlockquoteRule”,
“selector”: “blockquote”
}, {
“class”: “PassThroughRule”,
“selector”: “blockquote p”
}, {
“class”: “ItalicRule”,
“selector”: “cite”
}, {
“class”: “ImageRule”,
“selector”: “img”,
“properties”: {
“image.url”: {
“type”: “string”,
“selector”: “img”,
“attribute”: “src”
}
}
}, {
“class”: “ImageRule”,
“selector”: “//a)]”,
“properties”: {
“image.url”: {
“type”: “string”,
“selector”: “img”,
“attribute”: “src”
}
}
}, {
“class”: “ListItemRule”,
“selector” : “li”
}, {
“class”: “ListElementRule”,
“selector” : “ul”
}, {
“class”: “ListElementRule”,
“selector” : “ol”
}, {
“class”: “BlockquoteRule”,
“selector” : “blockquote”
}, {
“class”: “H1Rule”,
“selector” : “h1”,
“properties” : {
“h1.class” : {
“type” : “string”,
“selector” : “link”,
“attribute”: “class”
}
}
}, {
“class”: “H1Rule”,
“selector” : “title”
}, {
“class”: “H2Rule”,
“selector” : “h2”,
“properties” : {
“h2.class” : {
“type” : “string”,
“selector” : “link”,
“attribute”: “class”
}
}
}, {
“class”: “H2Rule”,
“selector” : “h3,h4,h5,h6”
}, {
“class”: “InteractiveRule”,
“selector” : “blockquote.instagram-media”,
“properties” : {
“interactive.iframe” : {
“type” : “multiple”,
“children”: [
{
“type”: “element”,
“selector”: “blockquote”
}, {
“type”: “next-sibling-element-of”,
“selector”: “blockquote”
}
]
}
}
}, {
“class”: “IgnoreRule”,
“selector” : “script”
}, {
“class”: “InteractiveRule”,
“selector” : “iframe”,
“properties” : {
“interactive.url” : {
“type” : “string”,
“selector” : “iframe”,
“attribute”: “src”
},
“interactive.width” : {
“type” : “int”,
“selector” : “iframe”,
“attribute”: “width”
},
“interactive.height” : {
“type” : “int”,
“selector” : “iframe”,
“attribute”: “height”
},
“interactive.iframe” : {
“type” : “children”,
“selector” : “iframe”
}
}
}, {
“class”: “InteractiveRule”,
“selector” : “div.embed”,
“properties” : {
“interactive.iframe” : {
“type” : “children”,
“selector” : “div.embed”
},
“interactive.height” : {
“type” : “int”,
“selector” : “iframe”,
“attribute”: “height”
},
“interactive.width” : {
“type” : “int”,
“selector” : “iframe”,
“attribute”: “width”
}
}
}, {
“class”: “InteractiveRule”,
“selector” : “div.interactive”,
“properties” : {
“interactive.iframe” : {
“type” : “children”,
“selector” : “div.interactive”
},
“interactive.height” : {
“type” : “int”,
“selector” : “iframe”,
“attribute”: “height”
},
“interactive.width” : {
“type” : “int”,
“selector” : “iframe”,
“attribute”: “width”
}
}
}, {
“class”: “InteractiveRule”,
“selector” : “//div[@class=’embed’ and iframe]”,
“properties” : {
“interactive.url” : {
“type” : “string”,
“selector” : “iframe”,
“attribute”: “src”
},
“interactive.iframe” : {
“type” : “children”,
“selector” : “iframe”,
“attribute”: “src”
},
“interactive.width” : {
“type” : “int”,
“selector” : “iframe”,
“attribute”: “width”
},
“interactive.height” : {
“type” : “int”,
“selector” : “iframe”,
“attribute”: “height”
}
}
}, {
“class”: “InteractiveRule”,
“selector” : “//div[@class=’interactive’ and iframe]”,
“properties” : {
“interactive.url” : {
“type” : “string”,
“selector” : “iframe”,
“attribute”: “src”
},
“interactive.iframe” : {
“type” : “children”,
“selector” : “iframe”
},
“interactive.height” : {
“type” : “int”,
“selector” : “iframe”,
“attribute”: “height”
},
“interactive.width” : {
“type” : “int”,
“selector” : “iframe”,
“attribute”: “width”
}
}
}, {
“class”: “InteractiveRule”,
“selector” : “table”,
“properties” : {
“interactive.iframe” : {
“type” : “element”,
“selector” : “table”
},
“interactive.height” : {
“type” : “int”,
“selector” : “table”,
“attribute”: “height”
},
“interactive.width” : {
“type” : “int”,
“selector” : “iframe”,
“attribute”: “width”
}
}
}, {
“class”: “SlideshowImageRule”,
“selector” : “figure”,
“properties” : {
“image.url” : {
“type” : “string”,
“selector” : “img”,
“attribute”: “src”
},
“caption.title” : {
“type” : “string”,
“selector” : “figcaption”
}
}
}, {
“class”: “SlideshowRule”,
“selector” : “div.gallery”
}, {
“class”: “CaptionRule”,
“selector” : “figcaption”
}, {
“class”: “CaptionRule”,
“selector” : “p.wp-caption-text”
}, {
“class”: “ImageRule”,
“selector” : “figure”,
“properties” : {
“image.url” : {
“type” : “string”,
“selector” : “img”,
“attribute”: “src”
}
}
}, {
“class”: “VideoRule”,
“selector” : “div.wp-video”,
“containsChild”: “video”,
“properties” : {
“video.url” : {
“type” : “string”,
“selector” : “source”,
“attribute”: “src”
},
“video.type” : {
“type” : “string”,
“selector” : “source”,
“attribute”: “type”
}
}
}, {
“class” : “PassThroughRule”,
“selector” : “div.vce-gallery-big”
}, {
“class” : “PassThroughRule”,
“selector” : “div.vce-gallery-small”
}, {
“class” : “IgnoreRule”,
“selector” : “div.vce-gallery-slider”
}, {
“class”: “SlideshowImageRule”,
“selector” : “div.big-gallery-item”,
“properties” : {
“image.url” : {
“type” : “string”,
“selector” : “img”,
“attribute”: “src”
},
“caption.title” : {
“type” : “string”,
“selector” : “figcaption.wp-caption-text”
}
}
},
{
“class”: “SlideshowImageRule”,
“selector” : “.frs-slideshow-container img”
},
{
“class”: “SlideshowRule”,
“selector” : “.frs-slideshow-container”
},
{
“class”: “SlideshowImageRule”,
“selector” : “.frs-slide-img”
},
{
“class”: “SlideshowRule”,
“selector” : “.frs-slide-img img”
}
]
}

please help me

Thanks

  • Liked by
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Moderator 0 on March 29, 2017

Hi there!

Thank you for contacting us. So, you are using this FB plugin and it doesnt work well with FRS?

Okay, we will try to check this plugin firs. But we cannot guarantee it will works 100%, because it’s 3rd-party issue

Thank you

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
0 on March 30, 2017

Hi,

Thank you for getting back to us. We hope you can solve our problem for us. FB instant articles is quite a useful feature and we’re sure you’ll be getting many such requests in the near future. Please do get back if you require any further information, etc.

Thank you

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
1 on April 3, 2017

Hi,

we are using Fluid Responsive gallery in this url http://bigfday.com/blog/index.php/5-star-banquet-halls-in-chennai/ and it not loading properly in url http://bigfday.com/blog/index.php/5-star-banquet-halls-in-chennai/amp

on April 3, 2017

not amp its for FB instant article url https://m.facebook.com/story.php?story_fbid=735005353347159&id=221388384708861

Show more replies
  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
0 on April 3, 2017

we are using Fluid Responsive gallery in this url http://bigfday.com/blog/index.php/5-star-banquet-halls-in-chennai/ and it not loading properly in FB instant article url https://m.facebook.com/story.php?story_fbid=735005353347159&id=221388384708861

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
0 on April 15, 2019

You can reach out to the official forum for help.
I remember seeing stuff similar to this with answers.
Good luck

  • Liked by
Cancel
Support Hours:
Weekdays: 09.00 - 17.00
Weekend: Off
Sorry, our support is not available at this time. We will reply at the next working hour.

By using the forum you are agree with tonjoo studio license agreement

Message :
Loading more replies
You are not logged in

Please login here or simply sign up here .