This plugin lets you (1) add SharpSpring tracking code to Wordpress and (2) pull contact data from SharpSpring and customize your Wordpress site accordingly.
Get up to 15% off your monthly SharpSpring subscription! As an official SharpSpring Partner, we are able to offer discounted SharpSpring Licenses.
See our special pricing here
It uses Shortcodes, which let you put content in your pages without any coding knowledge. Anyone who knows how to use SharpSpring can use this plugin, no coding required!
List of shortcodes you can use:
- Show contact field value if it exists (e.g. Hi John!)
- Show content if contact field is equal to VALUE
- Show content if contact field is EMPTY
- Show content if contact field is NOT EMPTY
- Show content if contact exists
- Show content if contact DOES NOT exist
Contact fields are things like name, email, industry, country, etc. Instructions on how to use these shortcodes are in the Documentation page when you install the plugin.
How is it different from using JavaScript and SharpSpring's Dynamic Content API directly?
- No coding required
- Every time a contact record changes, the plugin caches the contact's data so it is loaded into the page before the page loads (as opposed to being added after the page loads, which is what SharpSpring's API does). TL;DR - Better user experience.
Yes! You can include these functions in your template files using Wordpress' do_shortcode() function.