0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-15 17:24:47 +08:00
discourse/templates/instagram.mustache
Arpit Jalan 2347d63d40 FIX: Instagram oEmbed endpoint does not have media type info
Since Instagram oEmbed endpoint does not have media type info we can
no longer support differentiating Instagram oneboxes based on media
types.
2020-05-26 23:17:49 +05:30

11 lines
319 B
Text
Vendored

<h3><a href="{{{link}}}" target="_blank" rel="noopener">{{title}}</a></h3>
{{#image}}
<div class="instagram-images">
<a href="{{{link}}}" target="_blank" rel="noopener">
<img class="instagram-image" src="{{{image}}}"/>
</a>
</div>
{{/image}}
<div class="instagram-description">{{description}}</div>