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

  • Threads
  • Instagram
  • Bluesky
  • LinkedIn
  • GitHub
  • Twitch
  • YouTube
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
  • Things I Learned from #wcatl (and a Few I Learned on My Own)

    Things I Learned from #wcatl (and a Few I Learned on My Own)

    Reading time: 1 minute

    View more documents from Jane Wells. 2. The PHP and WordPress communities can learn a lot from each other. @technosailor gave a fantastic presentation (re: lecture in a discussion-y way) on how the core communities of both the PHP world and the WordPress world could stand to play nicer to each other.  Personally, I think…

    WordPress