Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

WP Country Class In Body Tag

Περιγραφή

This plugin is developed to add visitor’s country class on the body tag of the page to use in displaying country based content on the website! By using the country class, the developer may show/hide/modify content with css/js. It uses a 3rd Party API (GeoPlugin.net) for this purpose. It send the user’s IP Adress to GeoPlugin.net, i.e. http://www.geoplugin.net/json.gp?ip=XXX.XXX.XX.XXX, which in response returns the geo-location information about that IP Adress, out of which our plugin adds the country code as classname in the body tag.

Στιγμιότυπα

  • Activate the plugin
  • Guide about the plugin may be found in "WP Country Class In Body Tag" option under Settings in menu bar.
  • "WP Country Class In Body Tag" page.

Συχνές Ερωτήσεις

Does it use any third-party API?

Yes, it uses geoplugin API http://www.geoplugin.net

Does it add any css or js?

No, this plugin does not add any css/js. It only adds a body class respective to the country of the website visitor.

What is the class added in body for a visitor from US?

‘wpcountryclass-US’ and ‘wpcountryclass-detected’ are added as classes in body tag for a user from US. Similarly, ‘wpcountryclass-detected’ and ‘wpcountryclass-PK’ will be added when the visitor is from Pakistan. and so on it will add ‘wpcountryclass-detected’ and ‘wpcountryclass-[ISO ALPHA-2 Code]’ whenever any visitor visits the website.

Does it also adds a class if the country is not detected?

Yes, ‘wpcountryclass-not-detected’ is added when country of the user’s IP is not detected.

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“WP Country Class In Body Tag” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

1.0.2

  • Plugin file comments updated

1.0.1

  • No change in functionality and the code
  • Icons, Screenshots, Detailed description and FAQs added
  • Plugin name changed to “WP Country Class In Body Tag” from “WP Country Class”
  • Compatibility tested upto 4.9.5

1.0.0

  • First release.