Home >Backend Development >PHP Tutorial >Weibo topic wall problem
Due to the company's website migration from the previous HTTP to HTTPS protocol, there was a function to reference the Weibo topic wall before, but now it has been migrated to HTTPS. I found that this module cannot be displayed on non-IE browsers, and then I found that the Weibo topic wall does not Provide HTTPS loading method,
Do you have any good solutions?
Due to the company's website migration from the previous HTTP to HTTPS protocol, there was a function to reference the Weibo topic wall before, but now it has been migrated to HTTPS. I found that this module cannot be displayed on non-IE browsers, and then I found that the Weibo topic wall does not Provide HTTPS loading method,
Do you have any good solutions?
There are iframe solutions online, but I think it’s more reliable to get them through the backend. The front end can call this back end address.
For example, use php to load the remote js file and output it directly.