如何将http代码转换为https?
我想在我的 facebook 粉丝页面中添加一个聊天框,但嵌入代码示例以 http 开头,但 facebook 只允许 https。 我如何将下面的嵌入代码更改为 https。 我正在使用 iwipa 应用程序进行页面构建。
<embed align="middle" allowscriptaccess="sameDomain" flashvars="id=163365836"
height="405" name="chat" pluginspage="http://xat.com/update_flash.shtml"
quality="high" src="http://www.xatech.com/web_gear/chat/chat.swf"
type="application/x-shockwave-flash" width="520"></embed><br />
<small><a href="http://xat.com/web_gear/?cb" target="_BLANK">
Get your own Chat Box!</a>
<a href="http://xat.com/web_gear/chat/go_large.php?id=163365836"
target="_BLANK">Go Large!</a></small>
I want to add a chat box in my facebook fan page but the embed code examples start with http but facebook allows only https.
how i can change below embed code to https.
I m using iwipa application for page building.
<embed align="middle" allowscriptaccess="sameDomain" flashvars="id=163365836"
height="405" name="chat" pluginspage="http://xat.com/update_flash.shtml"
quality="high" src="http://www.xatech.com/web_gear/chat/chat.swf"
type="application/x-shockwave-flash" width="520"></embed><br />
<small><a href="http://xat.com/web_gear/?cb" target="_BLANK">
Get your own Chat Box!</a>
<a href="http://xat.com/web_gear/chat/go_large.php?id=163365836"
target="_BLANK">Go Large!</a></small>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要获取 SSL 证书,然后在您的服务器上进行设置。
You will need to acquire an SSL Certificate and then set it up on your server.