Skip to content

Instantly share code, notes, and snippets.

@n7studios
Created September 4, 2018 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n7studios/62e96f91dcd9e1f9fed4b755f016cda6 to your computer and use it in GitHub Desktop.
Save n7studios/62e96f91dcd9e1f9fed4b755f016cda6 to your computer and use it in GitHub Desktop.
zoopla-average-property-values-postcode-failure.htm
<!DOCTYPE html>
<html>
<head>
<title>Zoopla Average House Price Widget: Outcode Error</title>
</head>
<body>
<!--
Steps to produce the below code:
1. Visit https://www.zoopla.co.uk/useful-tools/widgets/values/
2. Enter place name or area = B15
3. Click Lookup, widget preview renders correctly
4. Click Get the code
5. Resulting code below, does not render
-->
<div class="zoopla_widget" id="zoopla_values"><div class="zoopla_header">Home values in B15</div>
<script type="text/javascript" src="https://www.zoopla.co.uk/widgets/scripts/partner_widgets/values.js?area_type=outcode&area_id=B15&format=table"></script><div class="zoopla_footer"><div class="zoopla_powered"><span>Powered by Zoopla.co.uk</span></div>
<a href="https://www.zoopla.co.uk/house-prices/b15/" rel="nofollow">B15 house prices</a><div class="zoopla_get_this"><a href="https://www.zoopla.co.uk/links/" rel="nofollow">Get this widget</a></div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment