gmail - How I can I make my articles show the "View article" preview on Google Inbox? -


i've setup my site show previews on facebook, twitter cards , other services using opengraph, i'm wondering necessary make articles show "go action" on inbox when they're shared?

article preview

you'll need add gmail > markup > view action markup content.

<script type="application/ld+json"> {   "@context": "http://schema.org",   "@type": "emailmessage",   "potentialaction": {     "@type": "viewaction",     "target": "https://watch-movies.com/watch?movieid=abc123",     "name": "watch movie"   },   "description": "watch 'avengers' movie online" } </script> 

Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -