In this article, we will cover:
- How to search by Keywords
- How to add a Tag
- How to remove a Tag
- How to add a Product Tag
- How to remove a Product Tag
- How to create a Saved Filter
- How to embed a TINT board filtered by Saved Filters
- How to embed a TINT board filtered by Product
- How to embed a TINT board filtered by Keywords
- How to embed a TINT board filtered by Tags
- How to display a TINT board filtered by Saved Filters
- How to display a TINT board filtered by Product
- How to display a TINT board filtered by Keywords
- How to display a TINT board filtered by Tags
- How to auto-generate tags on Public or Rating & Review posts from WebEmbed
- How to auto-generate tags on Public or Rating & Review posts from Signage URL
- How to display tag filters on Web Embed
- How to display tag filters on Signage URL
- How to copy tags from a TINT board to UGC
- How to tag an individual asset in UGC Studio
- How to delete a tag from an individual asset in UGC
- How to tag multiple assets in UGC Studio
- How to filter by tag in UGC Studio
How to search by Keywords
Keyword filtering allows you to only display posts that contain a specific keyword in the text.
Keywords can be used to search quickly in the TINT editor. In order to search for keywords in a TINT, click the magnifying glass icon, and then enter your search term.
Beyond searching for keywords on a TINT to find posts, you can also embed TINTs that only show posts with a specific keyword (more on that at the end of this article).
How to add a Tag
In addition to keyword filtering, you can also manually add Tags to posts in the TINT Editor. Tags act just like keywords, but they are not visible on your public TINT.
Tags can be manually added to any post in your TINT. Whenever you add a Tag, it will be treated just like a keyword when you filter your posts.
In order to add a tag to a single post:
- Click on in the post
- Type your tag
- Either press enter or click on to add your tag
- You can add multiple tags to one post
- Click Done to finalize
- Your tag(s) will appear at the bottom of your post
You can also add Tags to multiple posts at the same time. You can either select a few checkboxes or you can select the whole page.
- Select Select All or select multiple posts that you want to tag
- Click on
- Type your tag(s)
- Either press enter or click on to add your tag
- Click Done to finalize
- Your tag(s) will appear at the bottom of your post
How to remove a Tag
If you want to remove a single tag:
- Click on in the post
- Click on the next to the tag(s) you want to remove
- Click Done to finalize
- Your tag(s) will disappear from the bottom of the post and are removed.
You might want to remove multiple tags for example after a campaign or promotion has ended.
- Go into the filter
- Find the tags section
- Click on the edit button next to Tags
- Click the X next to the tag you want to delete
- It will ask you if This tag will be permanently removed from all your TINT’s posts. Are you sure you still want to continue? and then Yes, Delete Tag or No, Keep Tag.
- The Tag will disappear from the list
- Click on Save at the bottom. This will cause the lightbox to close.
- The Tag will be deleted from all. You may need to refresh your TINT board to see it reflected in the posts.
How to add a Product Tag
To add a product tag, you will need items in your product feeds. Click here on how to set these up.
- Go into your TINT board
- Find the post you want to put a product tag on
- Click on
- Click on the blue Add Product Tag button
- Draw the box where you want the product tag to live or to skip so there are no bounding box coordinates, click on click here to skip. With a text-only and video post, this will automatically skip.
- Once you have done that, the product feed list will appear on the right-hand side
- Click your product
- Click on Assign Product
- For multiple, repeat steps 4-8
- To Finish, click the X on the window
How to remove a Product Tag
To remove a product tag, proceed with the following steps:
- Go into your TINT board
- Find the post you want to put a product tag on
- Click on
- Click on remove next to the product you want to remove
- To Finish, click the X on the window
How to create a Saved Filter
- Go to the TINT board where you would like to create a Saved Filter
- Click on Filters in the right-hand corner
- Pick in the filter how you want your posts to be filtered
- At the bottom of the filter it will say Save Filter, click on this
- Type what you want to save the filter as
- Click done to save filter
- If you click on the bookmark next to filters, you will see your list
How to embed a TINT board filtered by Saved Filters
If you haven’t embedded a TINT before, please click here for more information.
To filter by Saved Filters:
- Click Display on the TINT board or in Personalization
- Once you have select your TINT board and/or selected your Web Embed Personalization, click on the "General" dropdown and fill in all the information
- Then click the dropdown "Advanced Options"
- Select from your dropdown your Saved Filters. If you do not have any, click here on how to get a saved filter.
- Once you’ve copied the TINT embed code into your website’s HTML, you’ll see a TINT that only contains posts from the parameters that you set up in your Saved Filter.
In the example below, the blue is the code that originated out of the TINT editor. The red is the manual data saved filter ID that would be added to the code to generate the specific content for that page.
<script async src='https://www.tintup.com/app/dist/embedded.js'></script><div class="tintup" data-id="article_board" data-columns="" data-expand="true" style="height: 500px; width: 100%;" data-personalization-id="1095729" data-saved-filter-id="36859" data-infinitescroll="true"></div>
How to embed a TINT board filtered by Product
If you haven’t embedded a TINT before, please click here for more information.
To filter by Product:
- Click Display on the TINT board or in Personalization
- Once you have select your TINT board and/or selected your Web Embed Personalization, click on the "General" dropdown and fill in all the information
- Then click the dropdown "Advanced Options"
- Type in the desired keyword into the FILTER BY PRODUCT field. To do multiple, put a comma in between the keywords. For example, sku012345,sku23456,
- Once you’ve copied the TINT embed code into your website’s HTML, you’ll see a TINT that only contains posts that have those specific product tags
In the example below, the blue is the code that originated out of the TINT editor. The red is the manual data product SKU that would be added to the code to generate the specific content for that page.
<script async src='https://www.tintup.com/app/dist/embedded.js'></script><div class="tintup" data-id="article_board" data-columns="" data-expand="true" style="height: 500px; width: 100%;" data-personalization-id="1095729" data-product-sku="sku012345" data-infinitescroll="true"></div>
How to embed a TINT board filtered by Keywords
If you haven’t embedded a TINT before, please click here for more information.
To embed a keyword-filtered TINT:
- Click Display on the TINT board or in Personalization
- Once you have select your TINT board and/or selected your Web Embed Personalization, click on the "General" dropdown and fill in all the information
- Then click the dropdown "Advanced Options"
- Type in the desired keyword into the FILTER BY KEYWORD field. To do multiple, put a comma in between the keywords. For example, night sky, landscapes,
- Once you’ve copied the TINT embed code into your website’s HTML, you’ll see a TINT that only contains posts with your specified Keyword
In the example below, the blue is the code that originated out of the TINT editor. The red is the manual data tags that would be added to the code to generate the specific content for that page.
<script async src='https://www.tintup.com/app/dist/embedded.js'></script><div class="tintup" data-id="article_board" data-columns="" data-expand="true" style="height: 500px; width: 100%;" data-personalization-id="1087643" data-query="Night sky" data-infinitescroll="true"></div>
How to embed a TINT board filtered by Tags
For Tags, it's a similar process.
- Click Display on the TINT board or in Personalization
- Once you have select your TINT board and/or selected your Web Embed Personalization, click on the "General" dropdown and fill in all the information
- Then click the dropdown "Advanced Options"
- Type in the desired keyword into the FILTER BY TAGS field
- Once you’ve copied the TINT embed code into your website’s HTML, you’ll see a TINT that only contains posts with your specified Tag.
In the example below, the blue is the code that originated out of the TINT editor. The red is the manual data tags that would be added to the code to generate the specific content for that page.
<script async src='https://www.tintup.com/app/dist/embedded.js'></script><div class="tintup" data-id="article_board" data-columns="" data-expand="true" style="height: 500px; width: 100%;" data-personalization-id="1087643" data-tags="night_sky" data-infinitescroll="true"></div>
How to display a TINT board filtered by Saved Filter
To display a Saved Filter filtered TINT, append your display URL with a Saved Filter ID parameter, which is &saved_filter_id="xxxxx"
Currently, to get the saved filter ID, you would need to create a web embed version of a personalization and get the Saved Filter ID by getting the web embed, please click here for more information on how to do this. You might find it easier to construct this manually with the slug, personalization ID and the saved filter ID.
Here's where to find these elements:
A display URL is constructed as following with Saved Filter ID: https://www.tintup.com/app/tint/tint.html#slug?personalization_id=xxx&saved_filter_id=xxx
For example:
Slug: article_board
Personalization: 1087534
Saved Filter ID: 36859
The URL: https://www.tintup.com/app/tint/tint.html#article_board?personalization_id=1087534&saved_filter_id=36859
However, this parameter should not be used for events where live updates are necessary: InsTINT updates (auto updates) do not work when this additional parameter is included.
How to display a TINT board filtered by Product
You can also use Product filtering on displays, by appending your display URL with an additional parameter. If you haven't displayed a TINT board before via URL, click here for more information on how to do this.
To display a product filtered TINT, append your display URL with a query parameter which is &product_sku=
For example, let's use the product SKU for Daffodils. To find your SKUs in TINT, either click on the post that has a product tag or search for them in Team Settings > Product Feeds > click ... and View Products select the feed you want to look at.
https://www.tintup.com/app/tint/tint.html#article_board?personalization_id=1087534&product_sku=sku012345
Again, please note that InsTINT updates (auto-updates) are disabled when you append the display URL with this additional parameter.
How to display a TINT board filtered by Keywords
You can also use keyword filtering on displays, by appending your display URL with an additional parameter. If you haven't displayed a TINT board before via URL, click here for more information on how to do this.
To display a keyword filtered TINT, append your display URL with a query parameter which is &query=
For example, let's use the keyword sky:
https://www.tintup.com/app/tint/tint.html#article_board?personalization_id=1087534&query=sky
Again, please note that InsTINT updates (auto-updates) are disabled when you append the display URL with this additional parameter.
How to display a TINT board filtered by Tags
To display a Tag filtered TINT, append your display URL with a tags parameter which is &tags=. For example, let's use the tag night_sky
https://www.tintup.com/app/tint/tint.html#article_board?personalization_id=1087534&tags=night_sky
Again, please note that InsTINT updates (auto-updates) are disabled when you append the display URL with this additional parameter.
How to auto-generate tags on Public or Rating & Review posts for a WebEmbed
To automatically generate tags on your Public Posts or Ratings & Reviews posts, do the following:
- You must add a tag you want to appear on the post, onto a post in the TINT board where you have your Public Post feed and/or Rating & Reviews feed on. To learn how to add a tag to a single post or multiple tags, go to the section on How to add a Tag.
For Product SKU, as long as the chosen Product SKU that you will put in data-post-tags="xxxx" exists on the account in Product Feeds, it will auto-tag. To find your SKUs, go to your Products Feeds in Team Settings and click into one of the feeds to find the SKU or you can download the CSV which holds all the SKUs that the product feeds has on the previous page to this. For more information about Product feeds, go to the section on how to view a product feed or how to download the CSV file. - Then you will need to generate your web embed. Click here on how to do this.
- Once you have your embed code, add data-post-tags="xxxx" into the snippet. For tags, it will be the tag that you added to your post, and for product tags, it will be the SKU that is on the product.
Here are some examples of the Web Embeds for Public Add a Post and Ratings and Reviews:
Tag
<script async src='https://www.tintup.com/app/dist/embedded.js'></script><div class="tintup" data-id="article_board" data-columns="" data-expand="true" data-post-tags="landscape" style="height: 500px; width: 100%;" data-personalization-id="1095729" data-infinitescroll="true"></div>
Product Tag
<script async src='https://www.tintup.com/app/dist/embedded.js'></script><div class="tintup" data-id="new_ratings_and_review_test_board" data-columns="" data-post-tags="sku012345" data-expand="true" style="height: 500px; width: 100%;" data-personalization-id="1095836" data-infinitescroll="true"></div>
Just copy your embed into your website code and now when someone goes to your web embed and click Write A Review or Add A Post, when they submit the post, it will automatically tag the content in the TINT board.
How to auto-generate tags on Public or Rating & Review posts from Signage URL
- You must add a tag you want to appear on the post, onto a post in the TINT board where you have your Public Post feed and/or Rating & Reviews feed on. To learn how to add a tag to a single post or multiple tags, go to the section on How to add a Tag.
- For Product SKU, as long as the chosen Product SKU that you will put in postTags=xxxxxx on your URL exists on the account in Product Feeds, it will auto-tag. To find your SKUs, go to your Products Feeds in Team Settings and click into one of the feeds to find the SKU or you can download the CSV which holds all the SKUs that the product feeds has on the previous page to this. For more information about Product feeds, go to the section on how to view a product feed or how to download the CSV file.
- Then you will need to generate your Signage URL. Click here on how to do this. Though for a R&R theme which is a Web Embed theme, you can use the URL on that you get from Open in New Tab
- The URL will look something like this - https://www.tintup.com/app/tint/tint.html#xxxxxx?personalization_id=xxxxxxx and then you will add &postTags=xxxxxxxx to auto tag this
Here are some examples of the display/signage URLS for Public Add a Post and Ratings and Reviews:
Tag
https://www.tintup.com/app/tint/tint.html#article_board?personalization_id=1095836&postTags=landscape
Product Tag
https://www.tintup.com/app/tint/tint.html#article_board?personalization_id=1095836&postTags=sku012345
Just use this URL for example in an product review email and now when someone goes to this URL and click Write A Review or Add A Post, when they submit the post, it will automatically tag the content in the TINT board.
How to display tag filters on Web Embed
You can give your user the ability to filter by the specific tags that you have placed on your TINT board in the TINT editor.
The standard navigation bar that displays a list of social feeds is replaced with a list of specific tags that you have specified. This only works for multiple tags.
- You will need to generate your web embed.
- Select or search for your personalization on the right-hand side panel and select your Website Embed personalization. These Website Embed personalizations are
* Website Embed
* Mobile App
* Live Event
* Shoppable Instagram
If it’s an old personalization before hyper-personalization, then it will ask you to choose Website Embed or Signage Display as in the picture below.
-
- Click next
- Open up General and customize your TINT board for the web embed
- Open up Advanced Filters. Here you have the ability to customize your web embed even further
- Open up Embed Code and you will be able to copy your embed code by clicking Copy to Clipboard
- If you want to view your Website Embed, click on Open in New Tab which opens the TINT board preview in a new browser window
- Click Done when you are finished
General options
Width |
Choose px or % for the width of your TINT board |
Height |
Choose px or % for the height of your TINT board |
Display Type |
Infinite Scroll: More posts will load as your users scrolls towards to the end of your TINT board
Click for More: More posts will load on your TINT when the Click More button is clicked Page by Page: A fixed number of posts is shown, with buttons to navigate from page to page.
|
# of Columns |
Choose how many columns you want to appear on your TINT board. If you leave this blank, the amount of columns will adjust to the screensize |
Advanced Filter options
This is the only option to can choose to get the tag filter option:
Filter by Tags |
Filter your TINT board by Product. Helpful in creating multiple unique displays with different content from a single TINT board |
For example:
<script async src='https://www.tintup.com/app/dist/embedded.js'></script><div class="tintup" data-id="article_board" data-columns="" data-tags="landscape,sunset,waterfall" data-expand="true" style="height: 500px; width: 100%;" data-personalization-id="1095729" data-infinitescroll="true"></div>
Note: With one tag, you will still see the standard navigation bar. If you don't want to have the filter tags and want the standard navigation bar to display, use a saved filter instead to filter by tags.
Also, there is currently no built-in way to provide human-readable text for tags (e.g. showing tag “prescriptionsunglasses” as “Prescription Sunglasses”) so please tag your content how you would like your tags to be displayed.
How to display tag filters on Signage URL
You can give your user the ability to filter by the specific tags that you have placed on your TINT board in the TINT editor.
The standard navigation bar that displays a list of social feeds is replaced with a list of specific tags that you have specified. This only works for multiple tags. For example:
Note: With one tag, you will still see the standard navigation bar. If you don't want to have the filter tags and want the standard navigation bar to display, use a saved filter instead to filter by tags. Also, there is currently no built-in way to provide human-readable text for tags (e.g. showing tag “prescriptionsunglasses” as “Prescription Sunglasses”) so please tag your content how you would like your tags to be displayed.
How to copy tags from TINT boards to UGC Studio
You might want to have the same tags in UGC Studio on your rights-requested content as you do on your TINT boards.
To enable the Shared Tags feature:
- Click on your name in the right-hand corner
- Click on team settings
- Click on Preferences in the left-hand column
- Click on the Switch to enable the feature and copy the tags over
- Once you have switched the switch on, there will be an optional option to only share specific tags. If that is the case, fill in those tags in the comment box. Put one tag per line.
- Click Save
How to tag an individual asset in UGC Studio
If you want to tag an individual asset in UGC Studio, do the following:
- Click on the blue double arrow button on the asset itself
- This will open up the asset fully
- Scroll down on the right-hand side and find Tags
- Type in the tag you want on the asset
- Click the plus sign to add or press enter
How to delete a tag from an individual asset in UGC Studio
If you want to delete a tag on an individual asset, do the following:
- Click on the blue double arrow button on the asset itself
- This will open up the asset fully
- Scroll down on the right-hand side and find Tags
- Click on the x on the tag you want to delete
How to tag multiple assets in UGC Studio
If you want to tag multiple assets in UGC Studio, do the following:
- Select the asset that you want to tag
- Click on the ...
- Click on Add Tags
- This will open a popup window
- Type in the tag you want on the asset
- Click the plus to add or press enter
- If you want to do multiple tags on these assets, keep adding more
- Once finished, click Apply
- It will say in a green bar in the left hand corner, "Asset has been updated"
How to filter by tag in UGC Studio
Now, you have added your tags, you can filter by them. To do this:
- In My Assets, click on Tags in the menu bar
- Either Search for your tag or select them from the dropdown menu
- This will filter by this tag
- To change the tag, click on the dropdown again and select a new tag
- To remove the tag, click clear filter in the menu bar
If you have any additional questions regarding Saved Filter, Products, Keywords and Tag Filtering, please contact Technical Support at support@tintup.com.
Comments
Please sign in to leave a comment.