Publisher Web Widget

Examples:

Do Not Ask User for Location

Disabled the Buying Wizard from attempting to find the user's location by passing the parameter loc=0. You'll need these parameters in total:

?frame=1
&loc=0

Widget code, full example:

<iframe frameborder="0"
    id="iframeCanvas"
    name="iframeCanvas"
    width="640"
    webkitallowfullscreen mozallowfullscreen oallowfullscreen
    msallowfullscrean allowfullscreen
    style="height: 512px;"
    src="http://woc.reference.genitrust.com/orders?frame=1&loc=0">
</iframe>