Share Buttons - Specifying the DESCRIPTION template variable (macro)

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:

  1. "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>
  2. Shareaholic Description Tag. For example:
    <meta name="shareaholic:description" content="Learn more about auto insurance coverage options" />
  3. Open Graph Description Meta Tag
    <meta property="og:description" content="Learn more about auto insurance coverage options" />
  4. Twitter Description Meta Tag
    <meta name="twitter:description" content="Learn more about auto insurance coverage options" />
  5. HTML Description Meta Tag
    <meta name="description" content="Learn more about auto insurance coverage options" />
Was this article helpful?
0 out of 0 found this helpful