You aren’t just like the competition, so don’t act like it! Customization is the name-of the-game and it’s what allows you to remain true to your brand. We are constantly preaching the importance of social media marketing. One way to do it well is by customizing your Facebook share.
Customizing Your Facebook
From our Support Site:
To customize the content of the Facebook share, add properly formatted meta tags to the HTML code of the launch page. Below is a listing of the tags that can be added to your website to customize the share which will appear on the user’s Facebook page. For more information on sharing best practices, additional resources can be found on Facebook’s developer website. https://developers.facebook.com/docs/sharing/best-practices. We also have lots of related content on our site.
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<!— Facebook Meta Tags -->
<meta property="og:title" content="Visit My Profiler" />
<meta property="og:type" content=“Website" />
<meta property="og:image" content="image source" />
<meta property="og:url" content="https://my-hospital-website.com" />
<meta property="og:description" content="More information about my profiler" />
<title>My Profiler Launch Page</title>
</head>
<body>
</body>
</html>