diff --git a/create/image-embeds.mdx b/create/image-embeds.mdx index 6ba41af2b..3bcb5278f 100644 --- a/create/image-embeds.mdx +++ b/create/image-embeds.mdx @@ -124,7 +124,6 @@ Embed YouTube videos using iframe elements: className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/4KzFe50RQkQ" title="YouTube video player" - frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen > @@ -135,7 +134,6 @@ Embed YouTube videos using iframe elements: className="w-full aspect-video rounded-xl" src="https://www.youtube.com/embed/4KzFe50RQkQ" title="YouTube video player" - frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen > diff --git a/integrations/privacy/osano.mdx b/integrations/privacy/osano.mdx index 582f6d0cf..af87f52a6 100644 --- a/integrations/privacy/osano.mdx +++ b/integrations/privacy/osano.mdx @@ -10,19 +10,23 @@ Add the following to your `docs.json` file to add the [Osano](https://www.osano. ```json Integration options in docs.json "integrations": { - "osano": "SOURCE" + "osano": { + "scriptSource": "SOURCE" + } } ``` ```json Example "integrations": { - "osano": "https://cmp.osano.com/2sUB2dqwqdkks/8dqwd-dwd86£-4a9b/osano.js" + "osano": { + "scriptSource": "https://cmp.osano.com/2sUB2dqwqdkks/8dqwd-dwd86£-4a9b/osano.js" + } } ``` -The `SOURCE` can be found as the `src` value in the code snippet generated by Osano. It always starts with `https://cmp.osano.com/`. +The `scriptSource` value can be found as the `src` value in the code snippet generated by Osano. It always starts with `https://cmp.osano.com/` and ends with `/osano.js`. ```html Code snippet from Osano