To be able to create a nice shareable object in social media, you can use the open graph protocol. Read more about OG.
MereTheme has built in buttons for sharing on social media platforms. Look at the bottom of this page to see how they look.
<meta property="og:title" content="Home" /> <meta property="og:description" content="A simple open source frontend framework requiring no server or build time." /> <meta property="og:url" content="https://fabeline.github.io/meretheme/docs/houses/home.html" /> <meta property="og:type" content="website" /> <meta property="og:site_name" content="MereTheme" />
<div data-mt-type="share" data-mt-value="facebook, twitter, linkedin" ></div>
To be accessible, the icons have aria-labels. If you want to change the labels (for instance translations), you can do so by adding them to the attribute "data-mt-translations" in the same order as you specified the media.
data-mt-translations="fjøsbok, tvitre, linkedin"
Other meta tags should also be added to the head of your house files to improve SEO. For instance:
<meta name="description" content="A simple open source frontend framework requiring no server or build time.">