Direct sharing link and HTML embed code samples for tests
Direct link test sample
https://go.drimify.com/slotmachine/15/app.html?projectid=1881505005bbf7b03b90ee773577123-5bbf7b03b9148&lang=en
HTML integration code test sample
<div id="drimify-container" style="line-height:0"></div>
<script src="https://cdn.drimify.com/js/drimifywidget.release.min.js"></script>
<script>
window.addEventListener("load", function() {
var drimifyWidget = new Drimify.Widget({autofocus: true, height: "600px", element: "drimify-container", engine: "https://go.drimify.com/slotmachine/15/app.html?projectid=1881505005bbf7b03b90ee773577123-5bbf7b03b9148&lang=en", style: "border:0px solid #d1d1d1;" });
drimifyWidget.load();
});
</script>
Wordpress integration shortcode test sample
Download and install our plugin: WP Shortcode by Drimify
[drimify app_url="pacman/15/app.html?projectid=14699303295ebacfcb4731a637519129-5ebacfcb47320&lang=en" app_style="border:0px solid #d1d1d1;"]
AMP integration code test sample
<amp-iframe width="800" height="600" layout="responsive" sandbox="allow-scripts allow-same-origin allow-popups" resizable src="https://go.drimify.com/pacman/15/app.html?projectid=14699303295ebacfcb4731a637519129-5ebacfcb47320&lang=en"> <amp-img layout="fill" src="https://cdn.drimify.com/assets/img/banner-transparent.svg" placeholder></amp-img> <div overflow tabindex="0" role="button" aria-label="App"></div> </amp-iframe>
Leaderboard direct link test sample
https://demo.digitaservice.com/marketing/leaderboard/15/pacman/?app_uid=12116295445d260ed355ae8083758712-5d260ed355b43&lang=en
Dynamic Path™ frameset integration code test sample
This integration is applicable to the Dynamic Path™ and the Advent Calendar. This integration doesn’t work with an iframe, please make sure you only use a frameset markup. Your HTML page should contain this code only. The yellow part has to be replaced with the URL of your own Dynamic Path™. This integration is also compatible with the Custom Unique ID.
<!doctype html>
<html>
<head>
<title>Title</title>
</head>
<style>html,body{margin:0;padding:0;width:auto;height:100%;color:white;background:white;}</style>
<frameset cols="100%">
<frame src="https://go.drimify.com/map/15/app.html?projectid=7777219675c6528adeed2f356599907-5c6528adeed76&lang=en">
</frameset>
</html>
Updated on: 09/09/2021
Thank you!