Limit Link Previews to HTML container(s)
You can specify HTML elements(containers) of the webpage where you want link previews to show up. Your webpage HTML markup usually looks like this:Some readersDisable link preview on a particular hyperlink
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>Few readersHow to enable previews for internal links?
By default, link previews appear on all external links on your website. If you want to enable link previews on internal links, you need to remove your website address from the “Skip previews for URLs”.Few readersLight/Dark theme for link preview popups
You can select the theme for the link preview popup that appears on hover to match your website color scheme. Light theme Choose "Light theme" if your website has a light background Dark theme Choose "Dark theme" if your website has a dark background Auto light/dark theFew readersHow change link preview popup content?
Linkz.ai link preview popup Linkz.ai link preview popup information gets extracted from the meta tags on the hyperlinked website. Linkz.ai will look into the main meta tags first, if they are not provided, then Open Graph and Twitter meta tags are going to be checked. If some of the meta tags are missing, e.g. no thumbnail image, that part is not going to be shown in the link previeFew readers