Alin (a11n)
Forum Replies Created
-
Forum: 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,
Forum: Reviews
In reply to: [WP Super Cache] Best solution for ultra speed!Hi there,
Thank you for sharing your positive experience with WP Super Cache! It’s great to hear that it’s significantly improved your website’s performance. For those looking for advanced caching options, WP Super Cache is indeed a powerful and free solution. If anyone needs guidance on setting it up, they can refer to the WP Super Cache setup guide.
Thank you!
Forum: Plugins
In reply to: [Jetpack Social] Jetpack not posting to second LinkedIn accountHi @nhowarth,
Just to correct one detail from my earlier reply, the debugger link I shared should have used the full site URL with www:
https://jptools.wordpress.com/debug/?url=https://www.news.cyprus-property-buyers.com
I also took another look here, and I do not think this is only a LinkedIn-side issue.
The bigger concern is that the Jetpack connection itself does not look fully healthy at the moment. In particular, the XML-RPC endpoints appear to return the site homepage instead of the normal XML-RPC response, which usually points to some kind of redirect, cache, firewall, or request-handling rule affecting those requests.
Since Jetpack Social depends on the Jetpack connection to publish successfully, that could explain why the problem feels intermittent.
Because you mentioned Cloudflare, and I can also see performance / caching plugins active on the site, I would suggest checking whether anything in Cloudflare, server-level security, WP Rocket, or any custom code/snippet setup could be affecting these endpoints:
xmlrpc.phpxmlrpc.php?for=jetpack- Jetpack / WordPress.com requests to the site
Also, allowing LinkedInBot is useful for LinkedIn previews, but it would not by itself fix Jetpack Social publishing, since that depends on the Jetpack connection being able to communicate properly with the site.
So I would not treat this as fully resolved yet. It looks more likely that the LinkedIn failure was a symptom of an unstable Jetpack connection rather than a problem with that second LinkedIn account specifically.
Regards,
AlinForum: Plugins
In reply to: [WP Super Cache] File appears to be malicious or unsafe:Hi @sjyounis,
No need to worry here, those files are not malicious.
They’re normal cache files generated by WP Super Cache. These files can include parts of requests made to your site (such as URLs or query strings).
When Wordfence scans those cached files, it may flag certain patterns as malicious, even though they are just stored request data and not actual malware on your site.
This behavior has been confirmed in similar cases and is generally considered a false positive in this context (see here).
If you want to double-check:
- Run a full Wordfence scan, if only cache files are flagged, you’re safe
- Make sure everything is up to date (plugins, theme, WordPress)
To stop the alerts:
You can exclude the cache folder from scans:- wp-content/cache/supercache/*
- Or simply ignore those results after a scan.
If you see anything flagged outside the cache folder, feel free to share it here and we’ll take a closer look.
Best,
AlinForum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] backtick column namesHi @nebbens,
Thanks for the detailed report, and for sharing the workaround you tested, that’s really helpful.
I see what you mean about the column name causing issues when it overlaps with a reserved SQL keyword like
order. That can definitely lead to query errors in cases like this.Since this involves a change in how queries are built in Jetpack core, the best next step would be to open an issue on our GitHub repo so it can be reviewed by the development team:
https://github.com/Automattic/jetpack/issues
If you include the method you mentioned,
Jetpack_Sitemap_Librarian::get_sanitized_post_columns(), along with your example and the adjustment you made, that should give them enough context to evaluate whether this can be safely improved.In the meantime, your workaround sounds like a reasonable temporary solution for your setup.
Thanks again for taking the time to report this.