MemberClicks WordPress Plugin New Features to Test API & User Credentials

MemberClicks Auth WordPress Plugin, has been updated with new features to test API and user credentials from the plugin Settings API page. Earlier, if you added any incorrect api client credentials, or user credentials, it generated errors on login form widget that could not be debugged straight away. These two new features allow quick api…

Login MemberClicks Users Automatically Into WordPress Website With A Simple Link

With the MemberClicks Auth Plugin, you can login MemberClicks users automatically to your WordPress website.  You can create up to five custom landing pages URIs in your WordPress website and also define the same URIs in the MemberClicks Admin panel. Each login link will bring the user to designated landing page and automatically log them…

Logging in MemberClicks User with its Type or Groups & assign WordPress Roles

With the MemberClicks Auth Plugin version 2.0 release, you can now enable MemberClicks users to login to your WordPress website with user Type or Groups as WordPress User roles. That allows Users to view and access only relevant content on the website that you assign and setup for each role inside WordPress with unlimited other…

MemberClicks Events & Groups Listing via Oasis API with WordPress Plugin

MemberClicks offers All-in-one association management software that allows members management, email marketing, events registrations for members, membership renewals, and different level of Membership. MemberClicks Oasis API is a JSON REST API that allows a 3rd party client to interact with your Oasis (Members) data. Using Oasis API, MemberClicks Auth WordPress Plugin enables clients to allow their MemberClicks…

MemberClicks Auth WordPress Plugin using Oasis API Integration

MemberClicks offers All-in-one association management software that allows members management, email marketing, events registrations for members, membership renewals, and different level of Membership. MemberClicks Oasis API is a JSON REST API that allows a 3rd party client to interact with your Oasis (Members) data. Using Oasis API, MemberClicks Auth WordPress Plugin enables clients to allow their MemberClicks…

Implement Swipeable UITableViewCell / UICollectionViewCell in Swift SwipeCellKit

A swipeable UITableViewCell or UICollectionViewCell allows Left and right swipe actions, Action buttons with: text only, text + image, image only and many more features. Implementing SwipeCellKit Pod in your Xcode project is quite straight forward. Although I followed all instructions to install and implement SwipeCellKit Pod defined on its page, there was following error:…