Connect the blog to the Facebook page for easier sharing
Add the 'fb:pages' meta tag to index.html, server/static.ts, and server/vite.ts to link the domain to the FOLX MUSIC Television Facebook page ID. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 23852c00-4779-460a-9e0c-d09fee4b6c92 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 34dee3fa-0feb-4dce-9e4a-5275447c526f Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/f209e72a-0939-48fa-84fc-57854de71967/23852c00-4779-460a-9e0c-d09fee4b6c92/ee1CXlO Replit-Helium-Checkpoint-Created: true
This commit is contained in:
parent
06679327b9
commit
6ecaa99547
@ -22,6 +22,7 @@
|
||||
<meta name="twitter:title" content="Volksmusik & Schlager | Folx Music Television" />
|
||||
<meta name="twitter:description" content="FOLX TV – Ihr Fernsehsender für Volksmusik und Schlager. Musikvideos, Live-Shows und aktuelle Nachrichten." />
|
||||
<meta name="twitter:image" content="https://folx.tv/og-image.jpg" />
|
||||
<meta property="fb:pages" content="1428520781492675" />
|
||||
<meta name="facebook-domain-verification" content="b4y482htm54uybm563tfr1ucb1n46w" />
|
||||
<meta name="robots" content="index, follow" />
|
||||
<link rel="canonical" href="https://folx.tv/" />
|
||||
|
||||
@ -74,6 +74,7 @@ export function serveStatic(app: Express) {
|
||||
`<meta property="og:image:type" content="image/jpeg" />`,
|
||||
`<meta property="og:site_name" content="Folx Music Television" />`,
|
||||
`<meta property="og:locale" content="de_DE" />`,
|
||||
`<meta property="fb:pages" content="1428520781492675" />`,
|
||||
`<meta name="twitter:card" content="summary_large_image" />`,
|
||||
`<meta name="twitter:title" content="${escapeHtml(article.title)}" />`,
|
||||
`<meta name="twitter:description" content="${escapeHtml(article.excerpt)}" />`,
|
||||
|
||||
@ -95,6 +95,7 @@ export async function setupVite(server: Server, app: Express) {
|
||||
`<meta property="og:image:type" content="image/jpeg" />`,
|
||||
`<meta property="og:site_name" content="Folx Music Television" />`,
|
||||
`<meta property="og:locale" content="de_DE" />`,
|
||||
`<meta property="fb:pages" content="1428520781492675" />`,
|
||||
`<meta name="twitter:card" content="summary_large_image" />`,
|
||||
`<meta name="twitter:title" content="${escapeHtml(article.title)}" />`,
|
||||
`<meta name="twitter:description" content="${escapeHtml(article.excerpt)}" />`,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user