ExploreMarketing Posted July 24, 2023 Share Posted July 24, 2023 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
tuanphan Posted July 26, 2023 Share Posted July 26, 2023 Can you send the embed code? The link requires an account to get code Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
ExploreMarketing Posted August 8, 2023 Author Share Posted August 8, 2023 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
creedon Posted August 8, 2023 Share Posted August 8, 2023 (edited) 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. Let us know how it goes. Edited August 8, 2023 by creedon tuanphan 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment