XF 2.2 How to change the summary type for Twitter Cards?

Michael_IO

New member
Hi,

it seems Xenforo supports the Twitter Cards feature, but by default the output in the <head> is:

HTML:
<meta property="twitter:card" content="summary" />

How can this be changed to:

HTML:
<meta name="twitter:card" content="summary_large_image" />

Is there an option for that somewhere?
 
there is an addon that fixes this and more...


by default from my understanding, xenforo only support modified og:image for article thread types with a cover image. this addon sort of makes it work for regular threads as well. latest update even added support for using hotlinked image in first post of the thread for og:image.
 
Top Bottom