Skip to main content

Create a social share

TODO

Example of social share#

Example:

//TODO arguments
new ensemble.SocialShare(document.getElementById('my-div-placeholder'), {});
<article>
<h1>The post title</h1>
<header>
<p>Share this post!</p>
<div id="my-div-placeholder"></div>
</header>
<h2>The body</h2>
<p>Lorem ipsum dolor sit amet ...</p>
<footer>
<p>Tags: #lorem #ipsum #dolor #sit #amet</p>
</footer>
</article>

The post title

Share this post!

The body

Lorem ipsum dolor sit amet ...

Tags: #lorem #ipsum #dolor #sit #amet