Explain Parameters
-
I am in the US and, since it is based on IP address and I do not have the ability to change mine, I need a way to either test this or I need an example or two.
I need to display different content for those in the USA vs these specific countries –
United Kingdom
Spain
Germany
France
Italy
Canada
China
Japan
Brazil
Mexico
IndiaObviously I don’t expect you to code anything here. I am using this plugin directly in my PHP code and it works great for United States (I tested “If not in usa, display something else” statement which passed).
If I use <?php do_shortcode(‘[cf_geo return=”country”]’) ?>, what will the values returned be? Exactly what I have above for each respective country? or would say, Spain, return “Espana”?
There is just not a good way to confidently say that I am delivering the content based on their location without traveling to these countries and testing it myself (without using a proxy).
Thanks! (great plugin, by the way)
The topic ‘Explain Parameters’ is closed to new replies.