Skip to content

HTTPS_Security_Errors

Kevin French edited this page Jan 15, 2020 · 1 revision

When you select your code from Zepheira, make sure you add an s to the end of HTTP elements in the code to avoid errors.

Initial Code from Zepheira

<div class="lln-embed"><div class="embed-notification"></div><iframe width="100%" height="420px" src="http://collections.library.link/services/lister/?domain=http://link.manchesterlibrary.org/&list=https://raw.githubusercontent.com/GMILCS/MCL/master/Oct2019_Infection.json&display=carousel&embed=true" frameBorder="0"></iframe></div>

Corrected Code for HTTPS

<div class="lln-embed"><div class="embed-notification"></div><iframe width="100%" height="420px" src="https://collections.library.link/services/lister/?domain=https://link.manchesterlibrary.org/&list=https://raw.githubusercontent.com/GMILCS/MCL/master/Oct2019_Infection.json&display=carousel&embed=true" frameBorder="0"></iframe></div>