Way to link to a Google+ comment

google-plus

I cannot find anywhere on a Comment something I can just right-click and copy so I can have a direct link to it. Is there any way to link to a specific comment?

Best Answer

There doesn't seem to be a way to right-click and link to them yet, but there is an ID on the element you can use to build a link:

For example, https://plus.google.com/+FeliciaDay/posts/DKroN5F74Sy#z13jifpa0rnrzrpud23ky1h4wrvagfzxp04#1413850339753657

If you inspect the element, you can see that each comment is wrapped in a DIV tag with an ID attribute, which you can use to build a link. I'm sure it would be possible to build some kind of browser plugin or script that would let you create links to comments using this.