Register Your Domains Hassle-Free
Showing posts with label Pinterest. Show all posts
Showing posts with label Pinterest. Show all posts

Monday, 18 March 2013

Accessing Pinterest Analytics, and verifying your website with Pinterest

This Quick-tip is about how you can verify the website (or blog) associated with your Pinterest account - and solving a small problem with the meta-tag that Pinterest give you.



quick-tips logo
Pinterest have recently announced Pinterest Web Analytics, which will show you "how many people have pinned content from your site, what content is most popular with pinners, and more."   (From their announcement email.

To register to Pinterest Web Analytics, you need to
  1. Get early access to Pinterest’s new look.
  2. Verify your website, using the tools listed here.

After your website is verified, there will be an Analytics option on the top-right menu whenever you are using Pinterest.


Verifying your blog with Pinterest:

There is one slight twitch to the verification process:  As I've explained previously, Bloggers don't have access to load files to their site's root directory.   Instead we need to use the meta-tag option, currently on the bottom left of the box which opens when you choose "Verify your website" from Pinterest's settings.

The meta-tag that Pinterest gives you looks like this
<meta name="p:domain_verify" content="a-weird-collection-of-letters-and-numbers" >
Add it to your blog's template the same way you would add any other meta-tag.

If you see a message like this when you try to Preview or Save the change:
Your template could not be parsed as it is not well-formed. Please make sure that all XML elements are closed properly. <br/> XML error message: The element type "meta" must be terminated by the matching end-tag "</meta>".
Error 500
then it means is that the meta tag that Pinterest gave you has not been closed properly.   To fix it, you just need to add a "close tag" command  ( </meta> ), so that the code looks like:
<meta name="p:domain_verify" content="a-weird-collection-of-letters-and-numbers" >
</meta>

After the tag is added and you have saved your template, click the Complete Verification button in the Pinterest window, to tell Pinterest to look at your website and make the connection.

Sunday, 2 September 2012

Pinterest Twitter friend notification email messages


quick-tips logo
A while ago, Pinterest removed the need to request an invitation to sign up:  you can now go to www.Pinterest.com and register immediately.

It now looks like there are three options for signing up:
  • Using your Facebook account
  • Using your Twitter account
  • Using an email address.

(However I can't confirm that the email address works or not - it didn't the last time I tried.)


Now, if you sign up via Twitter, there'a a question at the end of the registration process about whether you want your Twitter followers to be notified that you've joined Pinterest.  I'm pretty sure that this wasn't there the last time I signed up for a Pinterest account using a Twitter account.   But I ticked it - expecting that people might get some type of notification inside Pinterest.

However what actually happens is that an email message is sent to the email account of any Twitter followers who are already on Pinterest, telling them that you have just joined and inviting them to "make you welcome" - presumably by following you on Pinterest too.




The message reads
"Hi <<recipient's Twitter account name>>
Your Twitter friend <<your Twitter account name>> just joined Pinterest.   Help welcome <<your Pinterest account name>> to the community."

I'm fairly sure that the message is only sent to Twitter followers who are already registered in Pinterest themselves - not all your Twitter followers.

But I was a little surprised by this.

Sending an email is a little more invasive than I'd expected (and maybe shows that Pinterest is looking to do things with the linking data it collected when forcing us to sign up via our existing Twitter or Facebook accounts)####

Really I don't expect my Twitter followers to be following me on Pinterest.   I'm looking for a different target audience on Pinterest, not more of the same people who are following me already.  

And I'm a little worried that Twitter followers might think I've spammed them by telling them that I've joined Pinterest.


Tuesday, 20 March 2012

Stop Pinterest from sharing your pictures or blog-posts

This article shows you how to stop people from "Pinning" your blog-contents on their own Pinterest accounts.

Recently I've been investigating  Pinterest, and why some blog-publishers, especially those of you who use pictures that you aren't authorised to distribute any further, may want to ...

Stop people sharing your posts & images on PInterest [tweet this]

I'll share more about this soon.   But in the meantime:


How to prevent people Pinning from your posts:

PInterest have provided  a way for website owners to make it impossible for people to Pin pictures or articles from their site, by adding a very simple piece of code.

Unfortunately Blogger's post-editor doesn't allow meta-tags, so it cannot be applied to individual posts as you edit the post.  Instead, you have to add the code to your template file.   To do this:


1)   Edit your template - you don't need to expand the widgets.


2)   Find this text:
<head>   
(You may need to look for <head  SOME-OTHER-STUFF>, depending on what template you are using.   I just search for "<head", ie without the closing bracket, and make sure that I do what is needed after the closing bracket).


3)   Add this line of code after the <head> tag:
<meta name="pinterest" content="nopin" />
Or

If you just want to block a specific post from being shared on Pinterest,
  • add this code 
<b:if cond='data:blog.url == "PUT-THE-POST-URL-HERE"'>
<meta name="pinterest" content="nopin" />
</b:if> 
  • and replace PUT-THE-POST-URL-HERE  with the full address of the post that you don't want anyone to pin from
    (eg http://blogger-hints-and-tips.blogspot.com/2012/03/putting-tweet-this-quote-link-in-blog.html)
If you use the 2nd approach, you need to edit your template every time that you make a post that you don't want to be pinnable.   This could get tedious, and the list of meta-tags could get long.  But apart from that, there's no reason why this approach won't work "forever" or at least within whatever limits Blogger has about the number of blog-posts we can have.

If you want to keep your template tidy, then you may want to find any other meta-tags already in the header section, and place this one with them. If tidiness matters to you like this, then I'm assuming you now enough to find the right spot, and to not nest the tags inside each other.


4)   Preview (to make sure you've done it right)


5)   Save the template change.


What your readers see

If you have installed the PInterest-blocking code, and one of your visitors tries to pin a blog-post of yours anyway, they get this message:

Which reads   
"We could't find any images:  This site doesn't allow pinning."
even though Pinterest's own documentation promised that it will read:
"This site doesn't allow pinning to Pinterest. Please contact the owner with any questions. Thanks for visiting!"

Depending on your niche, you may want to have a note somewhere on your blog, explaining why you don't allow pinning of your posts, and why.


How well does it work

Based on some quick tests, it's working well:
  • The specific-post-only code worked when I tested it, too.

That said, it cannot do magic.  Any moderately computer-savvy reader can get the direct URL for a photo in your blog, and pin that without going through the blog.   You could stop this by disabling right-clicks, but even so clever readers will just take screen-shots and make their own copy of your photo (and it has other side-effects too).    So for images that you particularly want to protect, the usual  blogger copyright protection techniques are still very relevant.


Stopping sharing to other social networks:

I don't currently know of any way to stop readers sharing your blog to any other social networks (Facebook Twitter, LinkedIn, YouTube, etc).  

However, the other networks are more about sharing your status, and less about sharing other people's creations.   If you have privacy concerns that make you want to stop people there from sharing "your" content, then the best approach is probably to just not post the material to the internet at all.

But if you do know ways to stop sharing, I'd love to hear about them.



Related Articles:



How to edit your Blogger template

Copyright, blogs and bloggers - tools for applying copyright protection to your blog

Linking your blog and the social networks

Putting "share this on Facebook" etc buttons into your blog