For non-index pages (ie. for pages that contain a single piece of content for sharing), the following signals are evaluated in the following priority order to determine the value of the ${description} template variable macro:
- "data-description" attribute
<div class='shareaholic-canvas' data-app='share_buttons' data-app-id="xxx" data-description='Learn more about auto insurance coverage options'> </div>
- Shareaholic Description Tag. For example:
<meta name="shareaholic:description" content="Learn more about auto insurance coverage options" />
- Open Graph Description Meta Tag
<meta property="og:description" content="Learn more about auto insurance coverage options" />
- Twitter Description Meta Tag
<meta name="twitter:description" content="Learn more about auto insurance coverage options" />
- HTML Description Meta Tag
<meta name="description" content="Learn more about auto insurance coverage options" />