Skip to content

Instantly share code, notes, and snippets.

@booksure
Last active June 6, 2017 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save booksure/d5cdef9d15b1d8aa3657e5779adf054c to your computer and use it in GitHub Desktop.
Save booksure/d5cdef9d15b1d8aa3657e5779adf054c to your computer and use it in GitHub Desktop.
Mailchimp shortcodes to display RSS feed item in newsletter
*|RSSITEMS:|*
<h2 class="mc-toc-title">
<a href="*|RSSITEM:URL|*" target="_blank">
*|RSSITEM:TITLE|*
</a>
</h2>
<p>
*|RSSITEM:CONTENT|*
</p>
*|RSSITEM:IMAGE|*
<p>
<strong>
<a href="*|RSSITEM:URL|*" target="_blank">
READ THIS ARTICLE &raquo;
</a>
</strong>
</p>
*|END:RSSITEMS|*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment