Hi,
Maybe this can be of help: https://developers.facebook.com/docs/instant-articles/reference/cover
Thanks.
Bogdan, it does not help :(. There is no place to put the SubTitle text as being of h2 type. I opened a post and inserted by SubTitle in this way:
<h2>This is my SubTitle</h2>
and Facebook ignores it.
The statement of problem is this: The theme sets the Header of a post to <h1> tag but the Subtitle is not set to a <h2>…</h2> tag. How does one accomplish this?
Hi,
If you want to set the theme subtitle to a h2 tag instead of the default p tag, you can change the markup here: https://www.screencast.com/t/pofuWLOMsu1u
Thank you!
Changing tag will not help to get subtitle in the Facebook Instant Article.
Need to add some custom codes to get output for example:
function add_subtitle_before_content( $content ) {
ob_start();
td_subtitle( '<h2>', "</h2>\n" );
$subtitle = ob_get_clean();
$content = $subtitle . $content;
return $content;
}
is it possible to use facebook instant articles with newspaper theme, i get an error “No rules defined for <p> in the context of Bold” How do i fix it?
hii amit
s it possible to use facebook instant articles with newspaper theme, i get an error “No rules defined for <p> in the context of Bold” How do i fix it?
Hello @sunilverma008
You can fix those errors by adding Custom transformer rules.
Put following rules and save changes.
{
"rules":
[
{
"class": "ParagraphRule",
"selector": "p"
},
{
"class": "BoldRule",
"selector": "b"
}
]
}
REFER: http://prntscr.com/gkseyn
Thanks for your understanding.
@amit @snaxzer, can u help me with instant article,
i am getting this error, https://prnt.sc/gmlbiv
images or videos are not being displayed.
also the featured image is not being displayed. website, http://karwarnews.com/chnadra-shekar/
thanks a lot in advance.
Hi @hamzahali
I have checked your feed for Facebook Instant articles, it seems fine.
Have you added any custom transformer rule?
Quick fix: http://prntscr.com/gmlpyu
Hello, all –
After switching to the beautiful Newspaper theme, I began experiencing some problems with my Facebook Instant Articles.
For one, the same images are now showing up twice in each article. And an even bigger issue is my Audience Network ads are no longer being displayed. Is it possible the theme may be creating the shareable images twice?
It appears Instant Articles is becoming an increasingly prominent presence in publishing, so it makes good sense for me to be a part of it. Will there soon be a fix that will correct these issues?
I contacted the people at Facebook regarding this issue. Here is what they found: https://imgur.com/a/pqNFY
Thanks very much.
Sincerely,
Warren T.
Hello, @warrentab
Considering http://www.crossicehockey.com as your website.
I have checked your site and found two same images in the source feed. And this result in two images on the Facebook Instant Article.
Why two images in the feed?
Let me try to explain in detail,
It seems you are using style 5 templates on some article. On articles using style 5, you are using feature image which will not be shown on the single article but it is being used in og:image and this can be read by FIA.
Now, to show the image on the single article, you are adding the same image to article body. FIA reading this image as the second image in the article.
That’s the reason FIA showing the same image twice.
Thank you for your understanding.
Hello, Amit:
Thanks for the reply. Here’s the url to the FBIA: http://dlvr.it/PxM2l0
(Note: Please view it on a mobile device.)
Regards,
Warren
Do not include an image in the article body. Instead, use the default template for your site.
This will solve your issue.
I am using FIA and not facing any issue. You may check my FIA on my Facebook page: Tech Explorist
Refer:

