This site runs best with JavaScript enabled.

DDDP Version 2.0 Released

We are excited to announce version 2.0 of the DoubleDutch Developer Platform! We've made some improvements to the development tools and process, which will speed your development time and provide access to the latest features React and React Native have to offer. Getting started See Getting Started…

Read Article →

Getting Started with DDDP

This article was updated on March 20, 2019 due to the release of the DoubleDutch Developer Platform v2.0 tools See this FAQ for non-engineers . The DoubleDutch Developer Platform supports developing standalone extensions that can be hosted within a DoubleDutch mobile app. Extensions are written in…

Read Article →

Frequently Asked Questions

What is the DoubleDutch Developer Platform (DDDP)? DDDP allows DoubleDutch customers and 3rd party developers to build extensions that can be installed to any DoubleDutch event app. What is an extension? An extension is a self-contained experience within a DoubleDutch app for attendees, possibly…

Read Article →

Web View Sections in a DoubleDutch event app

Getting started A web view can be embedded in any DoubleDutch event app via the DoubleDutch CMS. Layout > Add New Section > Web View Insert the URL of the web page to load. HTTPS is preferred. It can be an existing web page such as a Twitter feed or a custom page that your build and host. Custom…

Read Article →

Publishing and Installing Extensions

Publishing your DoubleDutch extension Once you have finished development, you will need to be provisioned for a DoubleDutch developer account before you can publish and install the extension in an event app. To request your developer credentials, please submit a request here . Next, use your…

Read Article →

Recommendations

Mobile Images base-64 encoding workaround DoubleDutch extensions are deployed as pure Javascript over the air, so directly bundling images is not supported. A workaround is to base-64 encode smaller images and paste into your Javascript. This site is good for base-64 encoding images. Copy the…

Read Article →