Title: aacook's Replies | WordPress.org

---

# aacook

  [  ](https://wordpress.org/support/users/aacook/)

 *   [Profile](https://wordpress.org/support/users/aacook/)
 *   [Topics Started](https://wordpress.org/support/users/aacook/topics/)
 *   [Replies Created](https://wordpress.org/support/users/aacook/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/aacook/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/aacook/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/aacook/engagements/)
 *   [Favorites](https://wordpress.org/support/users/aacook/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HubSpot for WordPress] Horizontal Lines](https://wordpress.org/support/topic/horizontal-lines-2/)
 *  Plugin Author [aacook](https://wordpress.org/support/users/aacook/)
 * (@aacook)
 * [12 years ago](https://wordpress.org/support/topic/horizontal-lines-2/#post-4883068)
 * Could you send a message to us directly? This will allow us to support your specific
   issue. You can get help by logging into your HubSpot account, then clicking on“
   Getting Started” in the upper right.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HubSpot for WordPress] Spam comments emails added](https://wordpress.org/support/topic/spam-comments-emails-added/)
 *  Plugin Author [aacook](https://wordpress.org/support/users/aacook/)
 * (@aacook)
 * [12 years ago](https://wordpress.org/support/topic/spam-comments-emails-added/#post-4845201)
 * Just to confirm: you are seeing contacts in HubSpot that were marked as spam 
   by Akismet?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HubSpot for WordPress] Customize Hubspot Analytics Code](https://wordpress.org/support/topic/customize-hubspot-analytics-code/)
 *  Plugin Author [aacook](https://wordpress.org/support/users/aacook/)
 * (@aacook)
 * [12 years ago](https://wordpress.org/support/topic/customize-hubspot-analytics-code/#post-4845200)
 * Hey Sebastien,
 * HubSpot and Wistia integrate together. There’s no special configuration you need
   to do in the WordPress plugin.
 * Here’s a post describing how to set everything up:
    [http://knowledge.hubspot.com/how-to-integrate-hubspot-and-wistia](http://knowledge.hubspot.com/how-to-integrate-hubspot-and-wistia)
 * Alex
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HubSpot for WordPress] Does the plugin need root access to work](https://wordpress.org/support/topic/does-the-plugin-need-root-access-to-work/)
 *  Plugin Author [aacook](https://wordpress.org/support/users/aacook/)
 * (@aacook)
 * [12 years ago](https://wordpress.org/support/topic/does-the-plugin-need-root-access-to-work/#post-4753362)
 * The plugin does not require root access. As long as you have the ability to add
   plugins, you should be all set.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HubSpot for WordPress] Issue with Tracking Code for Custom Post Types – How to Fix](https://wordpress.org/support/topic/issue-with-tracking-code-for-custom-post-types-how-to-fix/)
 *  Plugin Author [aacook](https://wordpress.org/support/users/aacook/)
 * (@aacook)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/issue-with-tracking-code-for-custom-post-types-how-to-fix/#post-4180886)
 * We pushed an update earlier this week to address this issue. Is it working for
   you now? Do you want custom post types to categorize as standard pages or blog
   posts? Sounds like they should be categorized as standard-page.
 * This is the current code snippit:
 *     ```
       if ( is_single () )
                   {
                       echo '_hsq.push(["setContentType", "blog-post"]);' . "\n";
                   }
                   else if ( is_archive () || is_search() )
                   {
   
                       echo '_hsq.push(["setContentType", "listing-page"]);' . "\n";
                   }
                   else
                   {
                       echo '_hsq.push(["setContentType", "standard-page"]);' . "\n";
                   }
       ```
   
 * I’m pretty sure this should dump custom post types into the last else statement
   and properly categorize them for you.
 * Do you mind testing?
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HubSpot for WordPress] CTA for only one, not random](https://wordpress.org/support/topic/cta-for-only-one-not-random/)
 *  Plugin Author [aacook](https://wordpress.org/support/users/aacook/)
 * (@aacook)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/cta-for-only-one-not-random/#post-4030266)
 * Great question. Right now the CTAs in the WordPress plugin are completely separate
   from HubSpot CTAs.
 * For right now, you’ll unfortunately need to copy and paste the embed code. Stay
   tuned, we’re working on it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HubSpot for WordPress] Change Follow Me to Follow Us or Follow Company](https://wordpress.org/support/topic/change-follow-me-to-follow-us-or-follow-company/)
 *  Plugin Author [aacook](https://wordpress.org/support/users/aacook/)
 * (@aacook)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/change-follow-me-to-follow-us-or-follow-company/#post-4242689)
 * We will soon be updating this part of the plugin and apologies for the issues
   you’re facing.
 * Are you talking about Twitter? If so, I would check out this built in plugin 
   for WordPress:
    [http://en.support.wordpress.com/twitter/twitter-follow-button/](http://en.support.wordpress.com/twitter/twitter-follow-button/)
 * Let me know if that’s helpful.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HubSpot for WordPress] HubSpot Plugin: Error connecting to API](https://wordpress.org/support/topic/hubspot-plugin-error-connecting-to-api/)
 *  Plugin Author [aacook](https://wordpress.org/support/users/aacook/)
 * (@aacook)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/hubspot-plugin-error-connecting-to-api/#post-4184387)
 * This could be related to ad blockers blocking the domain for HubSpot analytics.
   As of the latest version, we’ve pointed the analytics to another domain. Could
   you update and test?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress HTTPS (SSL)] WordPress HTTPS: This webpage has a redirect loop](https://wordpress.org/support/topic/wordpress-https-this-webpage-has-a-redirect-loop/)
 *  Thread Starter [aacook](https://wordpress.org/support/users/aacook/)
 * (@aacook)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/wordpress-https-this-webpage-has-a-redirect-loop/#post-2199663)
 * Hi Mike, I also emailed you a login you can use for debugging.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[XML Sitemap Generator for Google] [Plugin: Google XML Sitemaps] Google's 50,000 limit schedule adding to codebase?](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-googles-50000-limit-schedule-adding-to-codebase/)
 *  Thread Starter [aacook](https://wordpress.org/support/users/aacook/)
 * (@aacook)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/plugin-google-xml-sitemaps-googles-50000-limit-schedule-adding-to-codebase/#post-2095620)
 * Looks like multi-file support has been added in the most recent beta:
    [http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/](http://www.arnebrachhold.de/projects/wordpress-plugins/google-xml-sitemaps-generator/changelog/)
 * Going to test it now

Viewing 10 replies - 1 through 10 (of 10 total)