Yoast Config Data (socials) - plugin is not updated to the newest Yoast data structure
Closed this issue · 1 comments
code-runner92 commented
Yoast Version 17.7.1
Yoast provided individual inputs for specific social platforms:
and it was reflected in this graphQL plugin:
social {
facebook {
url
defaultImage {
mediaItemUrl
}
}
instagram {
url
}
linkedIn {
url
}
mySpace {
url
}
pinterest {
url
metaTag
}
twitter {
cardType
username
}
wikipedia {
url
}
youTube {
url
}
}
Yoast Version 19.1
Yoast provides named inputs only for Facebook and Twitter. All the rest are platform-agnostic.
social {
facebook {
url
defaultImage {
mediaItemUrl
}
}
twitter {
cardType
username
}
}
ashhitch commented
Sorry about the delay in getting this done.
v4.19.0 contains these profiles