XF 2.0 XenForo cuts metà description

On xf1 it is set to cutoff at 155 for threads, not sure about xf2.

https://xenforo.com/community/threads/longer-meta-description.144702/

You can change this in the template thread_view or search for meta description (change to 300 for example). You can do the same for opengraph.
Code:
<meta name="description" content="{xen:helper snippet, $firstPost.message, 300}" />

And in the page_container template you can change it for forums, but that is set to 200 and probably you will not enter such a long description.
 
Top Bottom