I have created the Instagram rss xml feed and configured in Email template, Its working.
But Product image not showing up when I preview or send a test email.
How to resolve it?
I have created the Instagram rss xml feed and configured in Email template, Its working.
But Product image not showing up when I preview or send a test email.
How to resolve it?
Hey
Thank you for reaching out to the Klaviyo Community! Happy to help facilitate!
Thank you for being a member of the Klaviyo Community!
Hey
I have tested from Email Template --> Preview and used “Send as an email” option.
Its working fine links are updating, But some images are not loading properly when receive email.(Its a network issue?)
I am following this link : https://help.klaviyo.com/hc/en-us/articles/360004384031-Using-Instagram-Content-in-Campaign-Emails
I have using this code on Email template
{% for item in feeds.Instagram.rss.channel.item|slice:":3" %}
<table style="display:inline-block; margin-left:auto; margin-right:auto">
<tbody>
<tr>
<td style="padding-right:15px;padding-left:18px; width:150px"><a href="{{ item.link }}">
<img src="{{ item|lookup:'media:content'|lookup:'@url' }}" style="margin: 1px; max-width: 150px; height: auto;" /></a>
</td>
</tr>
</tbody>
</table>
{% endfor %}
Hey
Thank you for reaching back out so quickly for the Klaviyo Community to help you get this solved!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.