zendesk_app_framework_sdk
Version:
The Zendesk App Framework (ZAF) SDK is a JavaScript library that simplifies cross-frame communication between iframed apps and ZAF.
13 lines (12 loc) • 357 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Main window!</title>
</head>
<body>
<script src="https://cdn.jsdelivr.net/g/jquery@2.2.3,underscorejs@1.8.3"></script>
<script src="http://localhost:5678/framework.js"></script>
<iframe src="iframe.html?origin=http://localhost:9001&app_guid=1234"></iframe>
</body>
</html>