> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.drimify.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Erlebnisse: Direkte Freigabelinks und HTML-Einbettungscode-Beispiele für Tests

Hier finden Sie ein Beispiel für einen direkten Freigabelink oder HTML-Einbettungscode für unsere **Games**: [Freigabelinks und Einbettungscode-Beispiele für unsere Spiele](/de/article/spiele-direkte-freigabeverlinkung-und-html-einbettungscode-beispiele-fur-tests-7lpzyl/).

Und hier ist ein Beispiel für einen Freigabelink oder Integration-Code um eine spezifische technische Integration zu testen, die wir für unsere gamifizierung-Erlebnisse verwenden. Hier ist der Dynamic Path™:

---

# Direktlink-Testbeispiel

```
https://apps.drimify.com/wNyhY1tF/
```

# HTML-Integrationscode-Testbeispiel

```html
<div id='gamification-widget'></div>
    <script src='https://cdn-apps.drimify.com/prod/widget/index.js' type='text/javascript'></script>
    <script>
        window.addEventListener('load', function () {
            var widget = DigitaService.Widget.Create({
                autoscroll: true,
                element: 'gamification-widget',
                engine: 'https://apps.drimify.com/wNyhY1tF/',
                fixed: true,
                height: ['100svh','85vh'],
                sharingurl: 'https://apps.drimify.com/wNyhY1tF/',
                width: '100%',
            });
            widget.load();
        });
    </script>
```

# Wordpress-Integrations-Shortcode-Testbeispiel

Laden Sie unser Plugin herunter und installieren Sie es: [WP Shortcode by Drimify](https://wordpress.org/plugins/drimify-widget/).

```
[drimify app_url="https://demo.subdomain.white-label.com/wNyhY1tF/" app_widget="https://cdn-apps.subdomain.white-label.com/prod/widget/index.js" version="2" experience="1"]
```

# AMP-Integrationscode-Testbeispiel

Stellen Sie sicher, dass das iframe-Skript geladen wird:

```html
<script async custom-element="amp-iframe" src="https://cdn.ampproject.org/v0/amp-iframe-0.1.js"></script>
```

Dann betten Sie den AMP-Code auf Ihrer Seite ein (achten Sie darauf, dass die Variable **amp=true** in Ihrem Aufruf verwendet wird): 

```html
<amp-iframe width="800" height="600" layout="responsive" sandbox="allow-scripts allow-same-origin allow-popups" resizable src="https://apps.drimify.com/wNyhY1tF/?amp=1">
        <amp-img layout="fill" src="https://cdn-apps.drimify.com/prod/shared/images/banner-transparent.svg" placeholder></amp-img>
        <div overflow tabindex="0" role="button" aria-label="App"></div>
    </amp-iframe>
```

# Leaderboard-Direktlink-Testbeispiel

```
https://apps.drimify.com/wNyhY1tF/?l=1
```