Created
November 7, 2013 07:13
-
-
Save helpshift/7350353 to your computer and use it in GitHub Desktop.
Full page helpshift support embed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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