CodeForPoznan / volontulo

Web portal for collaboration of community volunteers with organizations and institutions.
MIT License
12 stars 44 forks source link

Custom Facebook metatags for offers #1057

Open magul opened 6 years ago

magul commented 6 years ago

In #1056 we introduced default Facebook metatags, that will be set for every router change. For offer components we should introduce custom metatags (seting them inside ngOnInit).

Custom tags contains:

{ name: 'og:title', content: `${offer.title} - Volontulo. Portal dla wolontariuszy` }
{ name: 'og:description', content: offer.description }
{ name: 'og:image', content: offer.image | default image set already }
dagaaaaa commented 6 years ago

Spróbuję