Const
<!-- Basic sharing with all platforms -->
<umd-element-social-sharing
data-facebook="true"
data-twitter="true"
data-email="true"
data-print="true">
</umd-element-social-sharing>
<!-- Fixed position sharing bar -->
<umd-element-social-sharing
data-fixed="true"
data-facebook="true"
data-twitter="true">
</umd-element-social-sharing>
<!-- Custom share content -->
<umd-element-social-sharing
data-title="Check out this amazing research from UMD!"
data-url="https://umd.edu/research/quantum-breakthrough"
data-facebook="true"
data-twitter="true"
data-email="true">
</umd-element-social-sharing>
Social Sharing
A component that provides social media sharing functionality for web pages. Includes share buttons for popular platforms and utility actions like print and email. Can be positioned fixed or inline within content.
Custom Element
<umd-element-social-sharing>
Attributes
data-fixed
- Positioning mode:true
- Fixed position on the pagedata-title
- Custom title for sharing (defaults to page title)data-url
- Custom URL to share (defaults to current page URL)data-facebook
- Include Facebook share button:true
- Show Facebook buttondata-twitter
- Include Twitter/X share button:true
- Show Twitter buttondata-print
- Include print button:true
- Show print buttondata-email
- Include email share button:true
- Show email button