Skip to content

Instantly share code, notes, and snippets.

@helpshift
Created November 7, 2013 07:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save helpshift/7350353 to your computer and use it in GitHub Desktop.
Save helpshift/7350353 to your computer and use it in GitHub Desktop.
Full page helpshift support embed
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="minimum-scale=1, maximum-scale=1, width=device-width">
<title> ***Your support page title here*** </title>
<meta name="description" content=" ***Your support page description here*** ">
<link rel="shortcut icon" href=" ***/path/to/favicon*** " />
<style type="text/css">
html, body, iframe { min-height: 100%; height: 100%; margin: 0; padding: 0;}
</style>
</head>
<body>
<iframe src="http://***<your-domain>***.helpshift.com" width="100%" height="100%" frameborder="0" seamless ></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment