Thread Starter
kwetz
(@kwetz)
Ah, just answered my own question, Facebook needed to re-cache the page. Sharing the link here in case anyone else has the same issue https://developers.facebook.com/tools/debug/
Thanks again for your help.
Thread Starter
kwetz
(@kwetz)
Hi Rene,
Thanks for getting back to me and explaining. Defining the title worked like a charm for Twitter however for Facebook the defined social media title doesn’t pull through. It’s under the character limit, with no special characters. Any ideas why that might be?
Thanks,
Katherine
Was also looking for this, the below worked for me to remove the featured image across all post pages:
.post-content-inner img {
display: none;
}