Custom Untappd Feeds is a WordPress plugin that lets you display your Untappd data on your WordPress site. Includes views for your profile summary (check-in count, unique count, badge count and friend count), recent check-ins and recently earned badges. Donate 🍻 or ☕ to support the plugin.
- Download plugin zip file.
- Extract folder and contents to wp-content/plugins or upload via the admin panel.
- Activate the plugin.
- Follow the directions on the settings page to apply for an Untappd API app.
- Use the documentation page to configure the shortcodes.
- Node Package Manager (NPM)
- Clone repo to
wp-content/plugins
. - Run
npm install
from thecustom-untappd-feeds
directory to install plugin dependencies. - Activate the plugin.
- Added GitHub Plugin Update Checker to auto update from GitHub releases
- Removed admin page reliance on PureCSS
- Overhauled admin pages and moved under single settings menu item
- Can now delete single or all cached items
- Tested through WP v5.0.2
- Upgraded Font Awesome to v5.6.3
- New user overview shortcode to combine the profile summary, recently earned badges and recent check-ins.
- Improved caching and added cache timeout.
- UI improvements to the widget header and recent check-ins.
- Fixed incorrect transient prefix reference
- Removed duplicate html return
- New User Overview shortcode to show the users basic info, badges and recent activity
- Can now set custom api cache timeout
- New transient caching based on md5 of url
- Rewrite to transient handling for cached API calls
- Bumped min WP version to v4.4 to support longer transient names
- UI improvements to the widget header
- UI improvements to the user activity feed widget
- Load Font Awesome from their CDN to reduce plugin size
- Updated version references
- Switched to calendar versioning
- Upgraded Font Awesome to v5.5.0
- Fixed user badge display
- Shortcode UI updates
- Code improvements in the backend
- Documentation updates
- Initial release, this plugin is still under development. Expect things to change, get added and removed from build to build.