Add Pinterest Pin It button with Counter to Blogger
Pin It button allows your readers to share your posts without having to leave your blog. It pulls all available images from a post and lets them choose which image to pin. It also comes with an optional counter that displays how many times a blog post has been pinned. Adding Pin It button to Blogger post This Pin It button goes to the top or bottom of a post. It comes with a counter that displays how many times a blog post has been pinned. Here are the steps: Go to Template > Edit HTML . Back up your template. Check the Expand Widget Templates checkbox on top right of the HTML window. Look for the following data tag in your HTML. This is the tag for the post content: < data:post.body /> Normally there are two instances of the tag present in your template. Locate the the first (from top) one. Paste the following code immediately below (after) it: <!-- Pinterest button Start by BloggerSentral.com --> <b:if cond='data:blo...