This function adds the Pinterest JavaScript to every page in WordPress. It's to support the article here that describes how to add Pinterest Widgets to your WordPress posts or pages with shortcode.
It should only be used if the JS isn't already being rendered.
1
<?php
2
/*
3
Add Pinterest JavaScript To Every Page In WordPress
4
http://www.beliefmedia.com/pinterest-widgets-wordpress
5
*/
6
7
8
echo '<script async defer src="//assets.pinterest.com/js/pinit.js"></script>';
9
}
10
Find other Pinterest posts on our blog with the tag of Pinterest .