Open Graph Meta Tag Image
Answered
Yellowstripe scad posted this in #help-forum
Yellowstripe scadOP
Hey
i have implemented the open graph image tag but i can't get the logo to appear in the top right corner as in the example. how can i do that?
i have implemented the open graph image tag but i can't get the logo to appear in the top right corner as in the example. how can i do that?
Answered by joulev
try
export const metadata = {
// ...
twitter: { card: "summary" },
// ...
};4 Replies
Yellowstripe scadOP
my image only appears below the text like this:
@Yellowstripe scad Hey
i have implemented the open graph image tag but i can't get the logo to appear in the top right corner as in the example. how can i do that?
try
export const metadata = {
// ...
twitter: { card: "summary" },
// ...
};Answer
Yellowstripe scadOP
i will try, thx
@joulev try
tsx
export const metadata = {
// ...
twitter: { card: "summary" },
// ...
};
Yellowstripe scadOP
worked, thx a lot