Customize posts when people share you on Facebook.
Not all customers have purchased this functionality. Contact your sales rep for details.
Marketo social apps allow your leads to share your landing pages with their connections on social networks such as Facebook, Twitter, etc. Facebook OpenGraph tags (OG tags) allow you to specify which information from your landing page is included in Facebook posts.
You can specify the types of page information to use in the Facebook rich posts generated by shares from your landing page.
Select Facebook Message in the editor for your YouTube video or social button.
Select from the following options for your Facebook Message.
<TITLE>
, <CAPTION>
, and <DESCRIPTION>
tags to populate your rich post.These should already exist in the page source, but for more control, you can add specific Facebook OG tags to your landing page.
To control the page elements that will be included in the Facebook shares from your landing page, you can add Facebook OG (Open Graph) tags for title, caption, and description to your landing page.
Open the landing page that contains your YouTube video or social button.
The Landing Page Designer opens in a new window.
Select Landing Page Actions > Edit Page Meta Tags.
Add the HTML that defines og:title, og:caption, and og:description. Copy and paste these lines and replace the placeholder text:
<meta property="og:title" content="My Post Title"/>
<meta property="og:caption" content="My Post Caption"/>
<meta property="og:description" content="This text appears in the post description"/>
Be careful to use the proper HTML syntax when adding the OG tags.