I'm looking to implement geo targetting on a wordpress site - wondering if anyone can recommend any plugins they are currently using and feel work well (premium or free is fine).
Thanks in advance.
Dave
I'm looking to implement geo targetting on a wordpress site - wondering if anyone can recommend any plugins they are currently using and feel work well (premium or free is fine).
Thanks in advance.
Dave
Anyone using this: https://en-gb.wordpress.org/plugins/geotargeting/ ?
i use custom content by country plugin
Best casinos to play slot machines online for real money. Reviews of best Real Money Casinos online.
Check OnlineBlackjackExplorer for ratings of the best casinos to play blackjack online. Which games offer the lowest house edge, as well as free blackjack games, live dealer and mobile blackjack sites.
How about GEO targeting and WP caching plugins?
I´ve tried it year ago but couldn't found a proper solution.
Had to disable caching on specific pages which i wish to geo.
There are two solutions for that, however haven't managed to make them work.
1. Partial caching - that you don't cache just the table for example.
2. Second, local caching (don't remember the exact name) - that you cache different versions for different geo-locations.
If you manage to make it work - let me know.
Best casinos to play slot machines online for real money. Reviews of best Real Money Casinos online.
Check OnlineBlackjackExplorer for ratings of the best casinos to play blackjack online. Which games offer the lowest house edge, as well as free blackjack games, live dealer and mobile blackjack sites.
Hi Dave,
Im the creator of https://geotargetingwp.com/ . The plugin works with any cache plugin by using AJAX technology. We have many affiliates customers like you that uses it everyday.
Happy to answer any question you may have.
When we talk about cache and geotargeting we are really talking about Page Cache, which is basically a snapshot of your website at certain point. You can achieve that with plugins like Wp Super Cache, or hosting that offer that kind of cache like WP Engine.
So for example if you have an offer on a page that varies for users in UK abd US and you have page cache enabled. When the first user (let's say a US user) visit that page the snapshot is created. Consequent views will see the same snapshot until the cache expires. That means UK users will see US offer.
GeotargetingWP Ajax mode it's basically javascript. So once the snapshot is rendered, an ajax call is made to the backend of WordPress which return the user location and the content of the page it's updated with the right offer. You do that with simple shortcodes as the ones on this example https://geotargetingwp.com/demos/casino
Performance: No because the page it's already rendered, so the real load time is not affected
Security: Not sure what you mean in here unless you are trying to hide sensitive data which can be exposed with a simple VPN
We also partnered with WpRocket famous cache plugin. If you use it , you won't need ajax calls as the plugin will automatically create different snapshots based on the user location. On the example above the plugin will create one page for US and one for UK.
Regards
I do have WP Rocket and Autoptimize. And by security I meant some security flaw in the code that might be easily exploited. But anyways, you have my interest.
What's the difference between the GeoIP database you guys offer and the ones on the websites linked.
No security flaws, all it's quality code.
Our API iaccuracy it's similar to insights services from Maxmind if that's what you are asking. We do also offer subscription for high traffic websites where they can use their own premium databases from ip2location or maxmind with our plugins. You can read more about it on https://geotargetingwp.com/subscription
Use cloudflaire, has it all built in the free version.
AFC MEDIA LLC COMPLETE GAMING AFFILIATE SOLUTION
Statsfetch.com secure / powerful inexpensive stats fetch system - Free for 20 provers always
Allmediamatter Interface for casino owners/managers to add their affiliates and brands to feed ezcasinoaff
Allfreechips - My 24 year old SEO casino site
Did anyone buy and use this plugin? Looking at getting it just wondered if anyone had any feedback.
Thanks
You have some at https://www.capterra.com/p/169633/GeotargetingWP/
allaboutthebets (4 September 2019)
Its seems a lot of GEOIP WP Plugins either don't work with cache plugins, or additional coding is required to make them work. Aside from that, my server uses Litespeed, and my WP site uses the Litespeed plugin.
Is this GEOIP plug compatible with Litespeed cache etc., etc?
Last edited by Former Member 14; 4 September 2019 at 2:50 pm.
Geotargeting affiliate content it's a game changer, it will boost profits. You can see a demo of what I mean in https://geotargetingwp.com/demos/casino
Regarding cache the plugin has an AJAX mode that makes it's compatible with every cache plugin or system. For litespeed there is also the option to configure it at a server level which will work with much better performance.
Basically what you do is install a maxmind free database and configure litespeed to generate different cache versions of a same page based on geolocation. For example your index page cache files will be:
index-us.html|index-ca.html etc
Once you do that GeotargetingWP can read from that database and you won't need ajax mode. Those are the two options with Litespeed.
Former Member 14 (4 September 2019), universal4 (4 September 2019)