Adjust share url
parent
1acf91ae04
commit
2a1bc133d2
|
|
@ -35,7 +35,7 @@ export class ImageComponent implements OnInit {
|
||||||
imageHeight: 404,
|
imageHeight: 404,
|
||||||
title: 'Coronavirus Anxiety?',
|
title: 'Coronavirus Anxiety?',
|
||||||
description: 'The cure for coronavirus anxiety',
|
description: 'The cure for coronavirus anxiety',
|
||||||
url: ''
|
url: baseUrl + '/covid'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
let dialog = this.dialog.open(SharePopupComponent, opts);
|
let dialog = this.dialog.open(SharePopupComponent, opts);
|
||||||
|
|
|
||||||
|
|
@ -72,7 +72,7 @@ function getOtherMeta(req, res, title, description, imageUrl, imageWidth, imageH
|
||||||
<title>Old Fashion Baptist Church</title>
|
<title>Old Fashion Baptist Church</title>
|
||||||
<!-- You can use Open Graph tags to customize link previews.
|
<!-- You can use Open Graph tags to customize link previews.
|
||||||
Learn more: https://developers.facebook.com/docs/sharing/webmasters -->
|
Learn more: https://developers.facebook.com/docs/sharing/webmasters -->
|
||||||
<meta property="og:url" content="`+ url +`"/>
|
<meta property="og:url" content="`+ '' +`"/>
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:title" content="` + title + `" />
|
<meta property="og:title" content="` + title + `" />
|
||||||
<meta property="og:description" content="` + description + `" />
|
<meta property="og:description" content="` + description + `" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue