Share links to social media.
npm install @odopod/odo-share --save
<a href="#" class="odo-share" data-service="twitter">Share on Twitter</a>
or
import OdoShare from '@odopod/odo-share';
OdoShare.share({
service: 'twitter'
});
Visit the Odo component directory for demos, code examples, and documentation.