Hi, sorry for the late reply... I think this issue is the way the Pinterest link is set up (or code) not a version issue.
It's tricky to explain but I'll try:
Using:
http://www.juicebox.net/demos/pro/sharing/
1) Click Pinterest Sharing icon
2)-> "Login to Pinterest Window Pops up" -> Behind Scenes "is logged in?" then redirect
3) -> Pinterest Boards Display.
Using: (Pinterest plugin Not juicebox) Click the "Pin-it" link below the image.
http://www.greglumley.com/wp/2015/08/25 … eview.html
1) Click Pinterest Sharing icon
2) -> Pinterest Boards Display.
Using the above code there are only 2 steps which are way smoother from a user experience.
I have found the following format works perfectly, is there a way to "inject" this?
urlencoded:::
http://pinterest.com/pin/create/button/?media=http%3A%2F%2Fwww.greglumley.com%2Fwp%2Fwp-content%2Fuploads%2F2015%2F08%2FN14A0139-Edit.jpg&url=http%3A%2F%2Fwww.greglumley.com%2Fwp%2F2015%2F08%2F25%2Fashford-castle-wedding-photos-preview.html
urldecoded:::
http://pinterest.com/pin/create/button/?media=http://www.greglumley.com/wp/wp-content/uploads/2015/08/N14A0139-Edit.jpg&url=http://www.greglumley.com/wp/2015/08/25/ashford-castle-wedding-photos-preview.html
Obviously one would have to be logged in via a cookie or session variable which I am..
Any ideas?
Thanks!
G