mirror of
https://github.com/discourse/discourse.git
synced 2026-08-15 17:24:47 +08:00
Since Instagram oEmbed endpoint does not have media type info we can no longer support differentiating Instagram oneboxes based on media types.
11 lines
319 B
Text
Vendored
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>
|