Simple, lightweight solution for inserting your Pinterest Pixel Universal tracking code.
As of April 2026, Tracking Code for Pinterest Pixel is a WordPress tag plugin with 20 active installations and a 0/5 rating0. It has been downloaded 1.3K+ times in total. Requires WordPress 4.8+ and PHP 5.6+. Available on WordPress.org since 2020. Last updated 1 year ago — may have compatibility concerns. Top alternative: Pages with category and tag.
Tracking Code For Pinterest Pixel is a simple, lightweight WordPress plugin for inserting your Pinterest Pixel tracking code. The plugin does one thing and one thing only; prints the standard Pinterest Pixel tacking script to the <head> of your website. To insert your tag ID, navigate to Settings > General and then scroll to the bottom of the page.
composer require claytoncollie/tracking-code-for-pinterest-pixel
If you want to set the tag ID without using the wp-admin user interface, use the filter below.
add_filter(
'tracking_code_for_pinterest_pixel_id',
/**
* Set Pinterest Pixel tag ID.
*
* @param string $tag_id Tag ID.
*
* @return string
*/
function ( $tag_id ) {
return 'UA-7654321';
}
);
Wh…
| WordPress | 4.8+ requiredTested up to 6.6.0 |
| PHP | 5.6+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.