microsite within wordpress
-
I am trying to embed the shoretel microsite with my website.
This works 100% on my internal setup and I use a plugin called Hana Code Insert
When I upload to the website I get the first page but not the menu or other hyperlinks.
This the code I am trying to get working online. Anyone have any experience with this problem?
<html>
<head>
<title></title>
</head>
<body>
<!– Insert Your “header” and navigation here –><!– Edit but dont remove this part –>
<?php
$version = “all”; // “all” includes everything
// “products” includes only product information$style = “2”; // “0” = Use your own Stylesheet
// “1” = Stylesheet with nav on the left
// “2” = Stylesheet with nav on the top$logo = “us”; // “us” ShoreTel Authorized Reseller
// “eu” ShoreTel Authorised Partner
?>
<!– Do Not Edit the following line –>
<?php echo file_get_contents(“https://micro.shoretel.com/www/?
v=$version&s=$style&l=$logo&p=” . $_GET[“p”]); ?><!– Insert Your “footer” here –>
</body>
</html>
As I said working internally but not online only the first pagecomes up.
- The topic ‘microsite within wordpress’ is closed to new replies.