Created
September 4, 2018 18:29
-
-
Save n7studios/62e96f91dcd9e1f9fed4b755f016cda6 to your computer and use it in GitHub Desktop.
zoopla-average-property-values-postcode-failure.htm
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> | |
<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