使用 wordpressmu/buddypress 进行地理定位
我只是在寻找以下问题的最佳解决方案。 我已经安装了 wordpress mu,我想为世界不同地区创建子博客。但我希望 1 个域可以使用用户的 IP 地址立即切换它们。
是否有 wordpressmu 或 buddypress 的扩展,或者我是否需要服务器上的 htaccess 中的某些内容才能做到这一点?
I am just looking for the best solution for the following problem.
I have installed wordpress mu, and I wanted to create child blogs, for different areas in the world. But I want it so 1 domain can switch them instantly using the users ip address.
IS there a extention of wordpressmu or buddypress or do I need something on the server say in htaccess to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查这个插件: http://wordpress.org/extend/plugins/ip- to-country/
您可以使用它,检查返回的值,并为用户设置一个 WordPress cookie,该 cookie 自动将他们重定向到特定于地理的博客,并且如果/当他们返回该网站时将会执行此操作。
Check this plugin out: http://wordpress.org/extend/plugins/ip-to-country/
You could possibly use this, check the value returned, and set a WordPress cookie for the user that automatically redirects them to the geo-specific blog and will do so if/when they return to the site.
查看 Google API 的地理编码、用户检测和地理分组选项(从“欧洲”等组合位置重定向所有用户)。不要在服务器上完成所有繁重的工作,而是使用 Google API,获取格式良好的答案,然后基于该答案进行重定向......
任何涉及地理关系的事情......GOOGLE GOOGLE GOOLE
Check out the Google API for geocoding, user detection, and geogrouping options (redirect all users from combined location like 'Europe'). Rather then doing all the heavy lifting on your server, work with the Google API, get your nicely formatted answer back, and redirect based on that....
Anything that involves geographical relation .... GOOGLE GOOGLE GOOLE