https://github.com/brainstormforce/contacts-in-mautic
Generate shortcode to display Mautic contacts count on your website.
https://github.com/brainstormforce/contacts-in-mautic
Last synced: 5 months ago
JSON representation
Generate shortcode to display Mautic contacts count on your website.
- Host: GitHub
- URL: https://github.com/brainstormforce/contacts-in-mautic
- Owner: brainstormforce
- Created: 2016-11-25T07:15:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-03T02:31:05.000Z (over 3 years ago)
- Last Synced: 2024-04-14T12:29:24.642Z (about 2 years ago)
- Language: PHP
- Homepage: https://wordpress.org/plugins/contacts-in-mautic/
- Size: 549 KB
- Stars: 2
- Watchers: 17
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Contacts in Mautic #
**Contributors:** [pratikchaskar](https://profiles.wordpress.org/pratikchaskar)
**Tags:** mautic, contacts, api, count, email
**Requires at least:** 4.1
**Stable tag:** 1.0.7
**Tested up to:** 6.1
Display your Mautic Contacts count on your website
## Description ##
A very useful plugin to display your mautic contacts count on your website. This plugin generate the shortcode [mauticcount]. Use this shortocde in your website & share your happy :) customer count with visitors. If you want to include anonymous contacts in count use shortcode `[mauticcount anonymous="on"]`.
# Configurations
- Go to WordPress Dashboard -> Settings -> Mautic Contacts Count Page
- Enter Mautic Base URL
- Enter Public Key and Secret Key
# How To Use Shortcode
* To display Mautic contacts count use following shorcode
`[mauticcount]`
* To display all contacts including anonymous contacts
`[mauticcount anonymous="on"]`
## Changelog ##
### Version 1.0.7 ###
- Improvement: Added compatibility to WordPress 6.1
### Version 1.0.6 ###
- Fix: Code updated according to coding standard.
### Version 1.0.5 ###
- Improvement: Improvements as per WordPress coding standards.
### Version 1.0.4 ###
- Improvement: Compatibility with WordPress 5.5.
### Version 1.0.3 ###
- Improvement: Add Username/Password API authentication method which is more reliable.
### Version 1.0.2 ###
- Fix: Prevent fatal error when plugin incorrect response is received.
### Version 1.0.1 ###
- Improvement: Change the Cron to update contacts count to be executed every week rather than every day, making fewer requests to Mautic
- Fix: Add correct comma separate formatting for the contacts count.
### Version 1.0.0 ###
- Initial Release.
## Installation ##
# How To Get Mautic API Credentials
Need help to get Mautic API credentials? Refer [this doc](https://docs.brainstormforce.com/how-to-get-mautic-api-credentials/) to know How to get mautic credentials.