Skip to content

Instantly share code, notes, and snippets.

@SleeplessByte
Last active August 29, 2015 14:13
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 SleeplessByte/204dad9960a4a2a8e300 to your computer and use it in GitHub Desktop.
Save SleeplessByte/204dad9960a4a2a8e300 to your computer and use it in GitHub Desktop.
View Action Gmail
<div itemscope itemtype="http://schema.org/EmailMessage">
<meta itemprop="description" content="DESCRIPTION"/>
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
<link itemprop="url" href="https://evergive.com/redirect_to/posts/organization/xxx/group/yyy"/>
<meta itemprop="name" content="Show community"/>
</div>
<div itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
<meta itemprop="name" content="Evergive"/>
<link itemprop="url" href="https://evergive.com"/>
</div>
</div>
<!--
description Text Snippet of text describing the contents of the email.
action Action (required) Actions supported for EmailMessage.
action.url URL (required) URL to navigate to when user executes the action.
action.name Text A user visible name that is shown in the user interface associated with the action.
publisher Organization The entity responsible for publishing the message. Also accepts a string (e.g. "").
publisher.name Text Name of the Organization.
publisher.url URL URL of the Organization.
publisher.url/googlePlus URL URL of the Google+ Page for the organization.
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment