For some reason, the signed up date being sent to intercom is not right now. We’re having existing members show up with a new sign up date. Any idea what is causing this? I asked the intercom people and they said there have been no changes on their end. Did something change in wordpress?
]]>Hi!
We installed Intercom for our WordPress-based membership application with Obox’s IntercomWP.
I’m trying to fire a Custom HTML tag via Google Tag Manager for clicks on links with a Click ID. It looks something like Intercom’s example code for event tracking:
Intercom('trackEvent', 'invited-friend');
The problem is, I think the code above is for Intercom installed through JavaScript.
Because we’ve installed Intercom through IntercomWP, Google Tag Manager doesn’t seem to know what to do with the “Intercom” function.
How do I set IntercomWP and Google Tag Manager up to talk to each other so event tracking is passed to the Intercom application?
Thanks!
]]>Will this plugin continue to work with the new Oauth requirements?
This plugin is way better than the official intercom plugin, so I’d like to continue using it.
]]>Your plugin is throwing PHP Notice, the cause is using the deprecated get_currentuserinfo
function:
PHP Notice: get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead.
The fix is dead simple, just replace line 546 in index.php:
get_currentuserinfo();
with this:
$current_user = wp_get_current_user();
Hello,
Is there a way you can make it so it does not show a users conversation history when they log out of their account on a wordpress website. This would be super useful as I dont want some logging in on maybe a friends computer and then when they logout there firends can see their conversation history. I want it to be set up like when no one is logged in it will act like a visitor is on the site and when they are logged in it will show that users conversation history. I really hope this can be done as I thought it would have been done by default with the intercom offical plugin but it is not.
Drew
]]>Hi There
Congrats on a great plugin.
I like the direction you are going with Woocommerce features. That will be great.
Please can i add a feature request to your backlog to pass User Role information back to Intercom.
Thanks
Grant
]]>Hello,
First… thanks for this plugin!!
I can not get it work. It is mabye because I am installing on a multisite platform?
I install and activate, but there is no plugin menu on my dashboard.
Emiliano
]]>