1
My page has the abstract of the matter and the content in separate elements, I would need to show both in the Article-Instant, but I cannot change the HTML structure of the page.
https://developers.facebook.com/docs/instant-articles/builder
<div class="summary-news">
<div class="summary-content">
<h3>Summary</h3>
<ul>
<li> Item 1</li>
<li> Item 2</li>
<li> ... </li>
</ul>
</div>
</div>
<div>
<!-- Other content -->
</div>
<div class="text">
<!-- Main content -->
</div>
Translate your post, here is the en stackoverflow will be easier to get someone to help you.
– Lodi
Thanks for the tip.
– Giovanni Oliveira