# Displaying product videos on product pages using hashtag filtering(Web)

If you want to display specific product videos on product pages, an easy way is to use the hashtag filtering. Follow the steps below to achieve this

1\. Open the video in Firework business portal and click edit

![](/files/4xQCI30fNxVSEf4E7Awp)

2\. Enter the product ID or any unique identifier that you will be able to access in the product page in the Hashtags field. You need to ensure that you hit enter after entering the hashtag. Otherwise the hashtag will not be added to the video.

![](/files/wZ2PHbXnHVJB9MaleMFe)

3\. Click on the Save & Update button

4\. On your product page add the following code. You need to ensure that you use the proper variable supported by your platform to fetch the right value entered in the hashtag field.

```html
<fw-embed-feed
        channel="Your channel ID"
        hashtag = "(and {{product.id}})"
 ></fw-embed-feed>    
```

{% hint style="info" %}
Hashtags only work with channel. (You need to remove the playlist attribute if it is present in your code)
{% endhint %}

{% hint style="info" %}
You can find the detailed instructions on how you can use hashtags [here](https://docs.firework.tv/web/integration-guide/feed-attributes).
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.firework.com/firework-for-developers/additional-resources/displaying-product-videos-on-product-pages-using-hashtag-filtering-web.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
