---
title: "How to set a default featured image in knowledge base"
slug: "how-to-set-a-default-featured-image-in-knowledge-base"
description: "Set a default featured image for the articles in your knowledge base project. Add a custom HTML integration and set up this in minutes. "
tags: ["Customization"]
updated: 2025-12-29T11:18:48Z
published: 2026-01-31T18:00:00Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.document360.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to set a default featured image in knowledge base

In Document360, you can add a specific [featured image](/docs/article-seo#how-to-add-a-featured-image) for each article. Sometimes you could have missed adding a featured image. However, if you share the article on social media (such as Facebook, Twitter, LinkedIn, etc.,) without a featured image, then it may pick a random image available in the article. These random images do not make a good thumbnail for your articles often.

If you set a default featured image, it will be shared as the thumbnail for any articles that do not have a featured image. The featured image you want to add must be available on the web. If it is available on your local device, you can upload it to the Drive and utilize the image URL. Follow the below steps to set a default featured image for the articles in your knowledge base project.

---

## Solution

1. Navigate to **Connections**> **Integrations** in the left navigation bar****in the Knowledge base portal.
2. Go to **Custom HTML** and click **Add**.

The **Add new integration** panel will appear.
3. Type in a description for the integration and ensure that **In the Header (above</head>)** is selected.
4. Paste the below snippet in the code editor:

```xml
<meta property="og:image" content="Image_URL" /> 
<meta property="og:image:secure_url" content="Image_URL" />
```

1. In the above snippet, replace the text "Image_URL" with the URL of your default featured image.

> Sample URL from the Document360 drive: https://cdn.document360.io/8*****dd1/Images/Documentation/default_fi.png

1. Click **Add**.

![](https://cdn.document360.io/860f9f88-412e-4570-8222-d5bf2f4b7dd1/Images/Documentation/Set%20default%20featured%20image.gif)

A centralized, cloud-based storage repository in Document360 for storing and managing all files.
