SizeUp has a new front end based on responsive design principles. Unlike the previous integration option which was a single line of JavaScript, the new version allows more control of how you incorporate your SizeUp application into your web properties and customize default prompts (examples) for end-user geography and industry benchmarking and analysis fields.
Sample HTML Code
Because there are different Content/Website Management Systems we are including an example of what elements a "hand-coded" page would contain to integrate your SizeUp application into your website
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script type="text/javascript" src="http://application.sizeup.com/Scripts/v1.1/widget.js"></script>
<script type="text/javascript">
window.onload = function(e) {
sizeup.widget.create("size-up-container", {
documentVersion: "1.1",
key: "#XXX####-#X##-#XX#-####-#X##X#X##XXX",
industryId: "8548",
placeId: "2753"
});
};
</script>
</head>
<body>
<div id="size-up-container"></div>
</body></html>
sizeup.widget.create("sizeup-container", {
documentVersion: "1.1",
Additional Questions
If you require additional information or have questions, the optimal way to receive support is to contact our support team via this form.
Comments
0 comments
Please sign in to leave a comment.