• Resolved John McAlester

    (@johnmcalester)


    Hi,

    My users are logged into the WP admin area. I modified the plugin code slightly to add the Intercom script to the WP admin footer:

    add_action( ‘wp_footer’, array( $this, ‘output_install_code’ ) );

    to

    add_action( ‘admin_footer’, array( $this, ‘output_install_code’ ) );

    It would be great if this were an option on the plugins options page so the plugin could be updated with overwriting the change.

    Thanks!

    http://wordpress.org/extend/plugins/intercom-for-wordpress/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Feature Request: Add intercom to WP Admin Area’ is closed to new replies.