Blocked loading mixed active content "http://tinychat.com/js/embed.js"
I found on forum that I can resolve this if I:
open ow_plugins/tinychat/views/controllers/page_index.html and change URL http://tinychat.com/js/embed.js to https://tinychat.com/js/embed.js .
But when I do that, nothing happend. I investigate why nothing happend and I see that this javascript have http call inide instead https. So in https://tinychat.com/js/embed.js is this code: frame.src = "http://tinychat.com/embed/chat.html?" + data; So it has mixed content http and https again, and tiny chat plugin not showing at site. You can see this in screenshoot that I attach.
Did you know how to resolve this issues?