stevenschobert / instafeed.js

A simple Instagram JavaScript plugin for your website
https://instafeedjs.com
MIT License
3.51k stars 859 forks source link

Custom html wrapper and custom template #727

Closed Gonzalo2683 closed 2 years ago

Gonzalo2683 commented 3 years ago

I don't know if it is possible, but I am trying to apply a template more or less in the following way.

<div class="wrapper">
    <div class="header">
        <span>Profile name: {{profile}}</span>
        <img src="{{profile_img}}" alt="{{caption}}">
    </div>
    <ul class="item-list">
        <li class="item"><a href="{{link}}"><img src="{{image}}" alt="{{caption}}"></a></li>
        <li class="item"><a href="{{link}}"><img src="{{image}}" alt="{{caption}}"></a></li>
    </ul>
</div>

Is it possible to do something like that?

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it hasn't had new comments in the last 3 months. It will be closed if no further activity occurs. If you still need assistance with this issue, or believe it shouldn't be closed, please respond with a new comment to let us know. Thank you all for your contributions.