Jump to content

Adding a widget to a real estate agent's website: "Walk Score"

Recommended Posts

Hi, I'm newer to this and the couple ways I tried and researched have not helped, so I figured I'd see if someone might know what I'm doing incorrectly. I basically have the code for a "Walk Score" widget for this real estate agent requested for her website (someone else created her site and I'm now maintaining it), and no matter what I have tried, it's not showing up. It's probably something basic, but here is a little info about Walk Score, and I have the code they email when you sign up for it (it's free). It says I can just copy and paste the code...seems easy enough: https://www.walkscore.com/professional/walk-score-widget.php. I tried creating a new page, logged out, added a code box, etc...thanks for any insight!

Link to comment
  • 2 weeks later...
On 7/25/2023 at 7:02 PM, tuanphan said:

Can you send the embed code? The link requires an account to get code

<script type='text/javascript'>
var ws_wsid = 'gd8143b40bdf14f1ba213d4e74e1a57d7';
var ws_address = '20030 MARIGOLD CT 14, WEST LINN, OREGON 97068';
var ws_format = 'wide';
var ws_width = '690';
var ws_height = '525';
</script><style type='text/css'>#ws-walkscore-tile{position:relative;text-align:left}#ws-walkscore-tile *{float:none;}</style><div id='ws-walkscore-tile'></div><script type='text/javascript' src='http://www.walkscore.com/tile/show-walkscore-tile.php'></script>

Link to comment

Change the URL scheme from http to https

From...

http://www.walkscore.com/tile/show-walkscore-tile.php

...to...

https://www.walkscore.com/tile/show-walkscore-tile.php

A mixed content error occurs when you have an https (secure) site try to load http (insecure) data from another site.

ScreenShot2023-08-07at7_05_56PM.png.f3ab06f2235d65f04f11416fd1471f54.png

Let us know how it goes.

Edited by creedon

Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.