kentbrew
Forum Replies Created
-
I believe we have a fix in place. You’ll need to restart Safari to see it working.
Thanks, @nick_byrd.
If you have a moment to test I’d love to know if you can still reproduce this with the Safari extension installed.I believe we have replicated the problem here and may have a fix; will check back later if it works.- This reply was modified 7 years, 10 months ago by kentbrew.
Hi, all. Kent Brewster from Pinterest here; I’m trying to come up with a way to disable extension hoverbuttons from showing on administrative pages so this sort of thing won’t happen again. Is it safe to assume that /wp-admin/ appears in the URL when editing posts?
Forum: Fixing WordPress
In reply to: Pinterest ignoring alt tex on images and using full blog textThe page you linked has two copies of the same image with slightly different resize parameters:
http://i2.wp.com/debycoles.com/wp-content/uploads/2016/01/featured-small.jpg?w=500
http://i2.wp.com/debycoles.com/wp-content/uploads/2016/01/featured-small.jpg?fit=500%2C500Pinterest can’t tell that these are actually the same image, so it shows them both. The one that’s in the og:image tag takes precedence in the pinmarklet grid; it takes its description from og:description:
“The start of something new. Check out the new debycoles.com”
The other one gets this description from its ALT attribute:
“The start of something new for 2016 (at DebyColes.com)”
I will guess that you had a much smaller (maybe 200×200) image in og:image with a bunch of the post text in og:description, and have since fixed it.