Viewing 1 replies (of 1 total)
  • Hi reversewinesnob!

    Pin counts resetting to zero is due to a Pinterest bug, sadly. We’ve reported the issue to the Pinterest team, but they don’t currently have a timeline for a fix.

    Pinterest suggest signing up for a Pinterest business account and using the Analytics tool to gauge the reach and popularity of your pins. https://analytics.pinterest.com/.

    It’s not currently possible to hide the counts via the plugin settings, but you could consider hiding them with CSS. For example, if you’re using the small filled buttons, the CSS to hide the Pinterest count would look like this:

    .share-small .pinterest .count {
    	display: none;
    }
    
    .share-small .pinterest .share {
    	width: 66px;
    	border-radius: 3px;
    }
    
    .share-small .pinterest .share:hover {
    	width: 72px;
    }

    You’d add that to your active theme, or with a custom CSS plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Pinterest Count not showing on some posts’ is closed to new replies.