Skip to content
  • Home
  • About Mitch
  • Speaking
  • Articles
  • Contact
  • Home
  • About Mitch
  • Speaking
  • Articles
  • Contact

Digital Strategist

WordPress Developer

Content Creator

Unapologetic Punk

Mitch Canter

  • X
  • Bluesky
  • GitHub
  • Twitch
  • YouTube
  • LinkedIn
Screencasts

Using Conversion Pixels in WooCommerce

CMDR Mitchcraft

Reading time: 1 minute

In case you weren’t aware, last night was the first “Understanding WooCommerce” online Workshop for UnderstandWP.  I had a blast doing it, and the attendees said there was quite a bit of information they learned (which is the goal, right?).  You can still purchase the archived copy in case you missed it.

With Facebook Ads and Google AdWords as mainstay of most marketing campaigns and link building firm experts, it’s important to correctly track the clicks and conversion pixels coming from those networks.  WooCommerce will not track a conversion pixel by itself… however, there is a fantastic free plugin that will do the job for you: WooCommerce Conversion Tracking: https://wordpress.org/plugins/woocommerce-conversion-tracking/

https://www.youtube.com/watch?v=6Iz_XC6buz4

  • Foursquare vs. Gowalla… annnnnd fight!

    Foursquare vs. Gowalla… annnnnd fight!

    Reading time: 5 minutes

    <script type=”text/javascript”>function initMenus() {    $(‘ul#accordion li ul’).hide();    $.each($(‘ul#accordion’), function(){        $(‘#’ + this.id + ‘.expandfirst ul:first’).show();    });    $(‘ul#accordion li h2.widgettitle’).click(        function() {            var checkElement = $(this).next();            var parent = this.parentNode.parentNode.id;             if($(‘#’ + parent).hasClass(‘noaccordion’)) {                $(this).next().slideToggle(‘normal’);                return false;            }            if((checkElement.is(‘ul’)) && (checkElement.is(‘:visible’))) {                if($(‘#’ + parent).hasClass(‘collapsible’)) {                    $(‘#’ + parent + ‘ ul:visible’).slideUp(‘normal’);                }                return false;           …

    Tutorial, WordPress
  • WordPress Heartbeat API: An Introduction

    WordPress Heartbeat API: An Introduction

    Reading time: 2 minutes

    If I were to mention to a casual WordPress user something about the WordPress Heartbeat API, most would have never even heard of it, much less know that it’s been in WordPress since version 3.6(!) with very little fanfare.  But, as it turns out, the Heartbeat API has gained traction in the developer community, as…

    WordPress