Disable link preview on a particular hyperlink
To disable link previews on particular HTML link elements you need to have ability to edit HTML code of your webpage.
- In your HTML code, locate hyperlink element for which you don’t want to show link preview.
E.g. `<a href=“https://google.com”>Google</a> `
- Add data-linkz-ai-ignore attribute to this hyperlink element .
E.g.<a href=“https://google.com” data-linkz-ai-ignore>Google</a>
Updated on: 06/01/2023
Thank you!