Alin (a11n)
Forum Replies Created
-
Hi @salvodevelopment, @dpiguyana, @vidafuries,
We’ve identified the cause of this issue. It affects sites running Jetpack 15.9 on WordPress 6.9.x a recent update relies on a component that’s only available in WordPress 7.0.
The quickest fix is to update WordPress to 7.0. The Social settings page and per-post sharing controls should work again right away.
If you’d prefer to wait, your social sharing connections are still working normally in the background, only the admin settings page and the editor controls are affected. We’re working on a Jetpack-side fix that will resolve this without requiring a WordPress upgrade.
I’m going to mark this thread as resolved for now, but if you have any further questions or run into anything else after updating, feel free to open a new thread and we’ll be happy to help.
Best regarrds,
AlinHi @gdutton,
Thanks for reporting this.
I checked the notification logs for the post “Hey Google, Shut the F**k Up” and found something unusual. The post was marked as eligible to send subscriber emails, but I don’t see a record showing that the email campaign was actually processed for that post.
Could you try the following?
- Edit the post and change its status to Draft.
- Save the change.
- Publish the post again.
Republishing the post should trigger a new subscriber notification. After doing that, please let us know whether the email is received by your subscribers.
Forum: Plugins
In reply to: [Jetpack Social] Instagram share fails, FB and Bluesky shares okayHi @rhondagilmour,
Following up, the Instagram sharing issue has been fixed! The fix is already live, so your posts should go through to Instagram just like they do for Facebook and Bluesky.
No need to reconnect or change anything on your end, just publish as usual.
Since this is resolved, I’ll mark this thread as such. But if anything comes up, feel free to open a new thread or reach out through a support ticket anytime.
Best,
AlinHi everyone,
Happy to confirm that this issue has been identified and fixed. The fix is already live, no plugin update or reconnection needed on your end.
@jackmeat, glad to hear your daily review went through! Let us know how tomorrow’s goes as well.
@jungle7, your detailed troubleshooting was genuinely helpful in tracking this down quickly. Please give it a try and let us know if everything’s working smoothly again.
@kampenk35, the fix should resolve the issue on your end as well. Please try publishing a post and let us know.
Since this is now resolved, I’ll go ahead and mark this thread as such. But if anyone runs into further issues, feel free to open a new thread or contact us directly through a support ticket and we’ll be happy to help.
Best,
AlinForum: Plugins
In reply to: [Jetpack Social] Instagram share fails, FB and Bluesky shares okayHi @rhondagilmour,
Thank you so much for the report. I’ve raised this internally with our engineers. They’re investigating now and I’ll get back to you as soon as we have news.
In the meantime, if it helps, you can try manual sharing from Jetpack Social to Instagram as a temporary workaround. It’s not ideal, but it might unblock you while we identify the root cause.
Speak soon,
AlinThank you so much for the report, and especially for the troubleshooting you’ve already done, it’s a huge help. I’ve raised this internally with our engineers. They’re investigating now and I’ll get back to you as soon as we have news.
In the meantime, if it helps, you can try manual sharing from Jetpack Social to Instagram as a temporary workaround. It’s not ideal, but it might unblock you while we identify the root cause.
Thanks for your patience.
Best,
AlinHi @yachtchefjobs,
Sorry for the delayed response here! I can see you’ve already found a working solution using the
job_manager_application_email_headersfilter, nice work.I’ll go ahead and mark this as resolved. If you run into any other questions, feel free to open a new thread.
Forum: Plugins
In reply to: [WP Job Manager] Job application not workingHi @yachtchefjobs,
Alin here from the WP Job Manager support team. Thank you for your patience here.
What’s happening is that Resume Manager’s “Apply With Resume” feature is taking over the Apply button, which is why you’re seeing “Apply using your online resume” instead of the Applications form.
Here’s what to check:
- Resumes > Settings > Apply With Resume section:
- Uncheck “Force Apply With Resume” (this is the main one – it forces Resume Manager’s apply form and hides the Applications form)
- Uncheck “Force Resume Creation” if it’s enabled
- You can also disable the “Email Based Applications” and “Website Based Applications” toggles in this section if you don’t want the “apply with resume” option at all
- Job Applications > Settings > Application Forms tab:
- Make sure “Email Application method – Use application form” is enabled
- Make sure “Website URL Application method – Use application form” is enabled
- On each job listing (Job Data section):
The “Application email/URL” field must contain a valid email address or URL. If this field is empty, the Apply button has nothing to work with and the Applications form won’t appear.
After making these changes, test by opening a job listing in an incognito window and clicking Apply. You should see the Applications form with the file upload and cover letter fields.
Regarding your second goal – having a simple candidate profile that employers can pay to view – Resume Manager can handle that side of things. It’s a separate setup topic, so once your apply flow is sorted, feel free to open a new thread and we can point you to the relevant docs.
One thing to note: this ww.wp.xz.cn forum officially supports the free WP Job Manager core plugin. For detailed support with paid add-ons like Applications and Resume Manager, you can also reach us at wpjobmanager.com/contact/ where the full support team can look at your specific setup.
Best regards,
AlinForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Social icons above content?Hi @thomas452,
To move the social sharing buttons above your content, you can use the Sharing Buttons Block. Here’s how:
- In the Block Editor, search for the Sharing Buttons Block in the Jetpack section of the block selector.
- Add the block to the desired location above your content.
- Customize the block settings as needed.
For more details, check out the Jetpack Blocks documentation.
Let me know if this helps.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Can’t connectThank you again for the extremely thorough investigation, I went through everything carefully and also reproduced some of the XML-RPC tests from my side.
At this point, the issue is much clearer.
The main problem is not Facebook itself or Jetpack Social specifically, but the underlying Jetpack connection with WordPress.com.
Your site currently shows as connected in wp-admin, however the Jetpack connection is not healthy. The reason is that authenticated POST requests to the XML-RPC endpoint are being blocked by the hosting server.
In practice:
- GET requests to
xmlrpc.php?for=jetpackwork correctly - but POST requests return
401 Unauthorized - because of this, Jetpack cannot complete authenticated communication with the site
- and features that depend on that communication, including Jetpack Social and Activity Log, fail
Your diagnostics were actually very accurate and consistent with what I’m seeing from the Jetpack side as well.
Regarding your question about the alternate connection method: it can help some Jetpack features work in restricted environments, and that is likely why the site still appears as “connected” in wp-admin. However, in your case, the server is still blocking the authenticated XML-RPC communication required for a healthy Jetpack connection, so Jetpack Social cannot complete the connection process successfully.
So unfortunately, based on the tests and server responses, this does not appear to be something we can fully fix from the Jetpack side alone while the hosting restrictions remain in place.
At this point, the realistic options would be:
- ask the host whether they can specifically allow Jetpack/WordPress.com authenticated communication,
- migrate to a host that supports standard WordPress XML-RPC/Jetpack communication,
- or use a different social sharing solution that does not rely on the Jetpack connection architecture.
I know this is probably not the answer you hoped for, especially after all the time you spent debugging this, but your investigation was genuinely very helpful in identifying the root cause here.
Hi @yachtchefjobs,
Hi,
Good news, your jobs are set up correctly for Google. I just tested one of your job pages with Google’s official tool and you can see the result here:
https://search.google.com/test/rich-results/result?id=JgNrSfPp69Ga-giSRHB-cg
Google detects 4 valid items on that page, including a Job Posting. So your jobs are eligible to appear in Google’s job search results.
Could you let me know which URL you scanned, and which tool you used? WP Job Manager only adds the job data on individual job pages (URLs that look like
/job/something/), not on the homepage or the listings page. So if your scan was run on the homepage, the warning is expected and not a real problem.If you want to check any job page yourself, you can use Google’s tool here: https://search.google.com/test/rich-results
Just paste a single job URL and look for “Job Postings” with a green check.
One thing to keep in mind: if you mark a job as Position Filled, WP Job Manager will remove the job data from that page on purpose, that is what Google asks for. So a filled job will not rank anymore. If you want a job to keep showing up in Google, leave it unfilled.
Alin
Hi @yachtchefjobs,
Looks like you got this sorted, but in case it helps anyone else landing here:
The Job Alert email is built from the Alert Email Content field at Job Manager → Settings → Job Alerts, the same place where you set the colors. It does not go through the standard email header template, so adding a logo is done directly in that field.
Custom code falls outside what we can support on the forum, but a developer can help you add an image tag at the top of that field, pointing to your logo hosted on your site.
Alin
Forum: Plugins
In reply to: [WP Job Manager] Google Map API Not WorkingHi @shuvo3232131,
Sorry for the trouble. The most common reason a Google Maps API key stops working with WP Job Manager is HTTP referrer restrictions. WPJM calls the Maps API server-side, so if your key is restricted to specific websites, it will fail with something like:
“API keys with referer restrictions cannot be used with this API.”
A few things to check in Google Cloud Console:
- Open your key and remove any HTTP referrer restrictions (or switch to IP-based restrictions and add your server’s IP)
- Make sure Geocoding API is enabled. If you use location autocomplete on the submit-job form, also enable Maps JavaScript API and Places API
- Confirm billing is active on the project. Maps requests fail silently without it, even on the free tier
Then in WP Admin, go to Job Listings → Settings → Pages, paste the key, save, and click Test Key. If you still see an error, share the exact message and I can point you to the fix.
Also, could you share the URL of your site and let me know what you see when you visit a job listing page? That will help me confirm whether you are using the core plugin’s geocoding or an add-on/theme that displays a visible map.
Full setup guide: https://wpjobmanager.com/document/advanced-usage/geocoding-with-googles-maps-api/
Alin
Hi @amwosi,
Thank you for your patience while we looked into this.
Unfortunately, this is a known limitation that isn’t specific to Jetpack, it affects all sharing plugins. Over the past several years, Facebook has progressively restricted access to share count data through changes to their API. As a result, Facebook share counts no longer display reliably on any third-party sharing buttons.
That’s why none of the plugins you’ve tried have been able to show the count, the data simply isn’t made available by Facebook the way it used to be.
We understand this is frustrating, especially since it worked before. Unfortunately, this is entirely on Facebook’s end and there’s nothing we can do to restore it.
Since there’s no action we can take on our side, I’ll go ahead and mark this thread as closed. However, if you have any other questions or need help with anything else, please don’t hesitate to open a new thread, we’re happy to help.
Best regards!
Forum: Plugins
In reply to: [Jetpack Social] Jetpack not posting to second LinkedIn accountHi @nhowarth,
Thanks for checking that, and yes, I think we’re now seeing the same root issue more clearly.
The LinkedIn failures do not seem to be tied to one specific LinkedIn account anymore, since you’re now seeing the same problem with the personal LinkedIn account too.
I checked the Jetpack communication endpoints again, and they still do not look right. Both the regular XML-RPC endpoint and the Jetpack-specific one appear to load the site homepage instead of returning the expected XML-RPC response.
That usually means something on the site/server side is redirecting, caching, or rewriting those requests. Since Jetpack Social depends on that connection to publish posts, this would also explain the intermittent sharing failures and the Jetpack dashboard error you saw.
The change on your WordPress.com profile is worth correcting, but I do not think that alone would fix this if XML-RPC is still being redirected.
The next step would be to check with your host and Cloudflare setup to make sure these endpoints are not being redirected, cached, or blocked:
https://news.cyprus-property-buyers.com/xmlrpc.php
https://news.cyprus-property-buyers.com/xmlrpc.php?for=jetpackThose should not load the homepage. Once those endpoints respond normally again, Jetpack Social should have a much better chance of sharing consistently.
Regards,