We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
May 15, 2020 1:01 PM
Is there a way to enable a featured image on the blog listing page? LinkedIn recently added a feature where you can add a link to your profile, and it shows a featured image preview. We linked to our blog listing page, and the preview image is a blank grey square that we cannot get rid of.
We know how to set them for individual blog posts, just not for the listing page itself.
Thanks!
Solved! Go to Solution.
May 18, 2020 11:07 AM
Hi @sfouty1 ,
Essentially, these featured images that are being used preview/thumbnail images are being pulled from this particular code [og: img] added to head HTML of every blog page. Therefore, if you want to display a specific image you can go to the blog template and add the following to the page:
<meta property="og:image" content="IMG URL">
Here are the respective links to the inspector/validator of each social media platform:
If you still encounter issues with this, can you give me the link to the image that you'd like to feature?
Hope this clarifies. Feel free to let me know if you require more assistance on this, I'm more than happy to figure this out together.
May 18, 2020 11:07 AM
Hi @sfouty1 ,
Essentially, these featured images that are being used preview/thumbnail images are being pulled from this particular code [og: img] added to head HTML of every blog page. Therefore, if you want to display a specific image you can go to the blog template and add the following to the page:
<meta property="og:image" content="IMG URL">
Here are the respective links to the inspector/validator of each social media platform:
If you still encounter issues with this, can you give me the link to the image that you'd like to feature?
Hope this clarifies. Feel free to let me know if you require more assistance on this, I'm more than happy to figure this out together.