You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #1309 on August 14, 2024 21:13.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Feature Description
When the OG feature is enabled on a page, the following is populated for the Twitter share card.
<meta name="twitter:site" content="@evidence_dev">
I would like to be able to customize it to show my own account:
<meta name="twitter:site" content="@SkrimmageSports">
Goal of Feature
This would allow me to point at my Twitter (X) handle, and potentially on other sites too if they enable a similar feature.
Current Solution / Workarounds
Using a post-build script to replace
@evidence_dev
with@SkrimmageSports
.Alternatives
This may need to be enabled for multiple social sites in the future as well, and could be done with the following in the frontmatter:
Beta Was this translation helpful? Give feedback.
All reactions