Fanpage:嵌入来自非 SSL 安全源的外部应用程序
新手在这里!
我正在为粉丝页面创建一个应用程序,以在 FB 页面中嵌入 Flash“迷你网站”。我读到现在必须有 https 连接才能显示外部内容。不幸的是,外部迷你网站的托管没有(也不会)有 SSL 证书。
鉴于此应用程序只会“显示”此外部网站(也就是说,不会询问/要求访问者提供任何信息/数据,因为它是信息网站而不是交易网站),是否有任何(允许)在没有 SSL 安全源的情况下在粉丝页面中使用此应用程序的方法?
或者,如果上述方法不可行,对我来说可接受的解决方案是我可以简单地发布图像(例如“海报”)永久显示在粉丝页面的“a”主选项卡,因此有兴趣访问该网站的用户只需单击图像即可转发到该网站。 这可以做到吗?如果可以,怎么做?。
非常感谢您的帮助。
PS:请在您的回复中注意,我是编程新手,所以要温柔! ;)
newbie here!.
I'm creating an app for a fan page to embed a Flash 'miniwebsite' in the FB page. I've been reading that it's now compulsory to have an https connection in order to show external content. Unfortunately the hosting of the external miniwebsite does not (and will not) have an SSL certificate.
Given that this app will only 'show' this external website (that is, no info/data from the visitor will be asked/required, as it's an informational site rather than a transactional site), is there any (allowed) way to use this app in the fan page without a SSL-secured source?
Alternatively, if the above is not possible, an acceptable solution for me would be if I could simply publish an image (like a 'poster') to be permanently displayed in 'a' main tab of the fan page so those users interested in visiting the website could just click on the image and be forwarded to the site. Can this be done?, and if so, how?.
Thanks a lot for your assistance.
PS: Please in your responses note that I'm a newbie in programming so be gentle! ;)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以建立自己的网站,该网站同时具有用于身份验证部分的 http/https 并满足应用程序设置要求,然后通过身份验证后从您的代码中,只需从“视频服务器”提供视频内容。因此,实际上您有一个围绕视频内容的“包装”网站。
You can put up your own website that has both http/https for the authentication parts and satisfy the app settings requirement, and then from your code once authenticated, just serve the video content from the "video server". So in effect you have a "wrapper" website around the video content.
我确信有一个免费的应用程序可以解决您的问题,只需搜索即可。
I'm sure there is a free app to solve your problem, just search it.