Last active
August 29, 2015 14:13
-
-
Save SleeplessByte/204dad9960a4a2a8e300 to your computer and use it in GitHub Desktop.
View Action Gmail
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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