]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commit
Add fcbk open-graph and twitter-card metas for accounts, video-channels, playlists...
authorKim <1877318+kimsible@users.noreply.github.com>
Fri, 31 Jul 2020 09:29:15 +0000 (11:29 +0200)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2020 09:29:15 +0000 (11:29 +0200)
commit8d987ec63e6888c839ad55938d45809869c517c6
treed6a82b9254c1c473094ee9371688661f2ae6eef3
parent7b3909644dd7cb8be1caad537bb40605e5f059d4
Add fcbk open-graph and twitter-card metas for accounts, video-channels, playlists urls (#2996)

* Add open-graph and twitter-card metas to accounts and video-channels

* Add open-graph and twitter-card to video-playlists watch view

* Refactor meta-tags creation server-side

* Add client.ts tests for account, channel and playlist tags

* Correct lint forbidden spaces

* Correct test regression on client.ts

Co-authored-by: kimsible <kimsible@users.noreply.github.com>
server/controllers/client.ts
server/lib/client-html.ts
server/models/video/video-playlist.ts
server/tests/client.ts