I want to add a new Dropbox Drop In Chooser button to my site.
To include the code in a simple page you use
<script type = "text/javascript"
src = "https://www.dropbox.com/static/api/1/dropins.js" id = "dropboxjs"
data-app-key = "xxxxxxxx">
Where xxxxxxx is the dropbox supplied key for the app using the option. I know how to add a script using wp_enqueue_script, but I don't know if it's possible to add the data-app-key, if not what the correct way to add the script call in?