Description
Profile Views for Ultimate member plugin requires Ultimate Member Plugin to work.
This plugin uses api from ip-api.comto track visitor’s approximate location. By using this plugin you accept their Terms and Policies.
This plugin adds profile view notification to user’s profile and displays viewers details including name, location and time.
Screenshots
Installation
This section describes how to install the plugin and get it working
AUTOMATIC INSTALLATION (EASIEST WAY)
To do an automatic install of Profile Views for Ultimate Member, log in to your WordPress dashboard, navigate to the Plugins menu and click
Add New.
In the search field type โProfile Views for Ultimate Memberโ by Simple Plugins. Once you have found it you can install it by simply clicking
โInstall Nowโ and then โActivateโ.
MANUAL INSTALLATION
Uploading in WordPress Dashboard
- Download profile-views-for-ultimate-member.zip
- Navigate to the โAdd Newโ in the plugins dashboard
- Navigate to the โUploadโ area
- Select profile-views-for-ultimate-member.zip from your computer
- Click โInstall Nowโ
- Activate the plugin in the Plugin dashboard
Using FTP
- Download profile-views-for-ultimate-member.zip
- Extract the profile-views-for-ultimate-member directory to your computer
- Upload the profile-views-for-ultimate-member directory to the /wp-content/plugins/ directory
- Activate the plugin in the Plugin dashboard
The WordPress codex contains instructions on how to install a WordPress plugin.
Key Features List
- Realtime profile view notification
- Profile viewer’s approx. location, time and name.
- Enable or Disable profile view feature for certain user roles.
Snippets
Track anonymous viewers (non-logged-in visitors):
Default: true
add_filter( โpvum_track_anonymous_usersโ,function( $v ){
return false;
});
Change view count refresh interval:
Default : 10000 (milliseconds)
add_filter( โpvum_count_refresh_intervalโ,function( $interval ){
return 15000;
} );
Contributors & Developers
“Profile Views for Ultimate Member” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Profile Views for Ultimate Member” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.