How to create the thumbnail link?

Hello All, I would like to create the thumbnail link preview in list and then click that link We must go to the redirect url. Ho to do? Pls help me.

Hi @knight, we would be happy to try to help you but this is not nearly enough detail for us to understand what you’re trying to do.

If I would like to share the link and then display the thumbnail style in my list look like facebook post style.Maybe markdown text. Now I attach file look like this.

You can do something like

{{#each items as |item|}}
  {{#link-to 'itemroute' item.id}}
    <img src={{item.thumbnailUrl}} alt={{item.imageDescription}} />
    <span class='title'>
     {{item.title}}
    </span>
  {{/link-to}}
{{/each}}

This is all guessed since you gave no context about what data you are working with, or what your actual problem is. In the future please post what you’ve tried, what data you are working with (even if faked) and exactly what your problem is. Usually people don’t like to give out free “help” if they see you haven’t tried anything or haven’t put in any effort to understand.

hello knownasilya My input data is link url. How to do auto generate thumbnail url in list.Sorry my poor english.

Give this tutorial a try Ember Meta - Adding Meta Tags to Your Blog | Ship Shape