Page MenuHomePhabricator

[Cashtab] Add missing meta field per errors reported by Twitter card validator
ClosedPublic

Authored by bytesofman on Feb 10 2021, 19:19.

Details

Summary

Twitter card validator throws errors indicating the og:title field is required; adding it

Test Plan

npm test to confirm app is not affected, will need to test after deployment to confirm Twitter appearance

Diff Detail

Repository
rABC Bitcoin ABC
Branch
cashtab-twitter-card-cleanup
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15175
Build 30296: Build Diffcashtab-tests
Build 30295: arc lint + arc unit

Event Timeline

majcosta requested changes to this revision.Feb 10 2021, 19:25
majcosta added a subscriber: majcosta.
majcosta added inline comments.
web/cashtab/public/index.html
33–34

are these supposed to be removed too?

This revision now requires changes to proceed.Feb 10 2021, 19:25

Removed as they were not present in the card generated for docs.cashtabapp.com, which now works. So, they are either causing an error or unnecessary.

This revision is now accepted and ready to land.Feb 10 2021, 20:16