0
I’m customizing a theme from Tray, in it I have in the footer a thumbnail of facebook, which is added with the following code:
<div class="fb-page" data-href="https://www.facebook.com/{{ settings.facebook }}" data-width="285" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true">
<blockquote cite="https://www.facebook.com/{{ settings.facebook }}" class="fb-xfbml-parse-ignore">
<a href="https://www.facebook.com/{{ settings.facebook }}">Facebook</a>
</blockquote>
</div>
Then I tried to add instagram:
<div class="fb-page" data-href="https://www.instagram.com/{{ settings.instagram }}" data-width="285" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true">
<blockquote cite="https://www.instagram.com/{{ settings.instagram }}" class="fb-xfbml-parse-ignore">
<a href="https://www.instagram.com/{{ settings.instagram }}">Instagram</a>
</blockquote>
</div>
but it didn’t work, I realized that he wears something with this class fb-xfbml-parse-ignore
It’s like if you mount a thumbnail of the facebook page into the generated html, does anyone know how to add an instagram thumbnail? Like a preview, not the feed.
It is exactly this to generate an iframe, thank you very much
– Marcius Leandro
Show my friend, I am very happy to help.. Good luck there on the project, hugs.
– Ronald Santos