Skip to content

Commit

Permalink
Create index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkeinecke authored Jul 29, 2018
1 parent 5bf1915 commit 6803c2d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions zendesk/zendesk-dopbox-bei-seitenaufruf-oeffnen/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: Zendesk-Dopbox bei Seitenaufruf öffnen
---

## Zendesk-Dopbox bei Seitenaufruf öffnen

Möchte man auf der eigenen Seite die Dropbox von Zendesk gleich beim Seitenaufruf öffnen, dann kann man dies wie folgt realisieren:

### URL

```
http://www.doamin.tld/datei.html#support
```

### Quelltext (direkt nach dem Quelltext der Integration für die Zendesk-Dropbox einfügen)

```javascript
<script type="text/javascript">
if (window.location.hash == '#support') {
Zenbox.render();
}
</script>
```

0 comments on commit 6803c2d

Please sign in to comment.