Feature: OG Social media cards
Not Original Gangsta, but ObjectGraph Reason: images were showing on LinkedIn, but small.
This commit is contained in:
@@ -31,6 +31,16 @@
|
||||
window.addEventListener("phx:set-theme", (e) => setTheme(e.target.dataset.phxTheme));
|
||||
})();
|
||||
</script>
|
||||
<%= for meta <- get_content_for(assigns, :meta_tags) do %>
|
||||
<meta property="og:title" content={meta.og_title} />
|
||||
<meta property="og:description" content={meta.og_description} />
|
||||
<meta property="og:type" content={meta.og_type} />
|
||||
<meta property="og:url" content={meta.og_url} />
|
||||
<%= if meta.og_image do %>
|
||||
<meta property="og:image" content={meta.og_image} />
|
||||
<% end %>
|
||||
<meta name="twitter:card" content={meta.twitter_card} />
|
||||
<% end %>
|
||||
</head>
|
||||
<body>
|
||||
{@inner_content}
|
||||
|
||||
Reference in New Issue
Block a user