We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b852bce commit 7c6ae0aCopy full SHA for 7c6ae0a
src/app/course/course.component.ts
@@ -53,6 +53,7 @@ export class CourseComponent implements OnInit {
53
this.metaService.addTag({name: "twitter:site", content: "@AngularUniv"});
54
this.metaService.addTag({name: "twitter:title", content: this.course.description});
55
this.metaService.addTag({name: "twitter:description", content: this.course.longDescription});
56
+ this.metaService.addTag({name: "twitter:text:description", content: this.course.longDescription});
57
this.metaService.addTag({name: "twitter:image", content: "https://s3-us-west-1.amazonaws.com/angular-university/course-images/security-cover-small-v2.png"});
58
}
59
0 commit comments