MyBB Community Forums

Full Version: Twitter cards using Google seo plugin.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="myforum">
<meta name="twitter:creator" content="@myhandle">
	<meta name="twitter:title" content="{$thread['subject']}">
<meta name="twitter:description" content="X">
I used this following  code in show thread template however it does the job but then forum thread urls don't load with thread description. 
How can resolve this issue.

bump please drop a insight it will be helpfull
(2020-06-04, 11:44 AM)JohnRip3rx1 Wrote: [ -> ]
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="myforum">
<meta name="twitter:creator" content="@myhandle">
	<meta name="twitter:title" content="{$thread['subject']}">
<meta name="twitter:description" content="X">
I used this following  code in show thread template however it does the job but then forum thread urls don't load with thread description. 
How can resolve this issue.

bump please drop a insight it will be helpfull

Have you figured it out?