• 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.

Viewing 1 replies (of 1 total)
  • Thread Starter fitzj

    (@fitzj)

    Received the following information from Shoretel. No idea how to fix can someone give me a hand out on this.

    ShoreTel Microsite on is not passing the “p” parameter from the URL into the microsite code. The “p” parameter tells the microsite which page to display.

    Besides using Hana code anothe rother way to embed this code into a WordPress page. I am not a PHP programmer.

Viewing 1 replies (of 1 total)
  • The topic ‘microsite within wordpress’ is closed to new replies.