hubconnected
Forum Replies Created
-
Hmm, I just published a test post and the URL instead of Post Title issue doesn’t look resolved (and image doesn’t appear), though everything looks good through the debugger. The debugger actually detects the image, though it doesn’t display it. When you hover over it and click it appears…
https://liveinallstonbrightonma.com/2013/07/test/
https://www.facebook.com/pages/Prime-Realty-Group/417810574965689
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fliveinallstonbrightonma.com%2F2013%2F07%2Ftest%2FAny thoughts on the Post Title piece? Also, I’m curious as to why everything worked great for awhile in 2.3, then back to this problem in 2.3.1? Thanks!
Thanks Richard. I deactivated the “FaceBook Share (New)” plugin and ran the URL through the debugger again. That cleared up the complaint of multiple og:url values, but it’s now complaining that the image is too small and defaulting to an unrelated image… https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fliveinallstonbrightonma.com%2F2013%2F07%2Fopen-house-on-7142013-at-25-berkeley-street-watertown-ma-02472
It’s a step in the right direction, but I’m guessing there’s no way around the image size issue? We’re pulling images from elsewhere and can’t do much about the size.
Thanks!
jacqueline
Hi, I am having a related issue. When using Jetpack Sharing v2.2.9 and v2.3.1, posts that were publicized to Facebook were coming through without an image or the post title, just a link. This issue seemed to be fixed in v2.3, I wasn’t experiencing that same problem.
Most posts have an image added directly in the post, although the image is often hosted elsewhere.
Here are two website and Facebook page examples:
https://liveinallstonbrightonma.com/
https://www.facebook.com/pages/Prime-Realty-Group/417810574965689https://www.liveinbedfordma.com/
https://www.facebook.com/pages/Bedford-MA/130016877050162Any help would be appreciated. Let me know if I can provide more info. Thank you!
I’m having the same issue. Additionally, I was stuck in a loop for about 20 minutes where I couldn’t disconnect from Facebook on the “Sharing” page. Whenever I clicked on “Sharing” or clicked on the “x” to disconnect, I got the “You have successfully connected your blog to Facebook” dialogue box. Fortunately, that just stopped!
OK, I manually inserted the link into the HTML above the shortcode on the contact page. I edited the version to 2.0.4.
<link id=”grunion.css-css” media=”all” type=”text/css” href=”https://www.oldcourtcarpenters.com/wp-content/plugins/jetpack/modules/contact-form/css/grunion.css?ver=2.0.4″ rel=”stylesheet”>
It works, but I don’t think it’s a great fix!
I can see what’s happening here, in the previous version, this link was in the HTML:
<link id=”grunion.css-css” media=”all” type=”text/css” href=”https://www.oldcourtcarpenters.com/wp-content/plugins/jetpack/modules/contact-form/css/grunion.css?ver=2.0.2″ rel=”stylesheet”>
.textwidget input[type=’text’], .textwidget input[type=’email’], .textwidget textarea { width: 100% !important; }
.contact-form .clear-form { clear: both; }
.contact-form input[type=’text’], .contact-form input[type=’email’] { width: 300px; margin-bottom: 13px; }
.contact-form select { margin-bottom: 13px; }
.contact-form textarea { height: 200px; width: 80%; float: none; margin-bottom: 13px; }
.contact-form input[type=’radio’], .contact-form input[type=’checkbox’] { float: none; margin-bottom: 13px; }
.contact-form label { margin-bottom: 3px; float: none; font-weight: bold; display: block; }
.contact-form label.checkbox, .contact-form label.radio { margin-bottom: 3px; float: none; font-weight: bold; display: inline-block; }
.contact-form label span { color: #AAA; margin-left: 4px; font-weight: normal; }
.form-errors .form-error-message { color: red; }
</link>That link to the CSS is missing from 2.0.4 Any help getting that back? I don’t want to go back to plugins!
Did anyone ever find a fix for this? Or how to downgrade to the previous version of Jetpack? Thanks.