Good morning ??
@dhyanakendra – Thanks for getting in touch. Can you tell me which aspect of Publicize you’re having an issue with? For example, Facebook? Twitter?
The first thing I suggest is to disable the current connections and then re establish those to see if it fixes the problem.
Are both of these sites listed having issues with Publicize?
https://kriyayogajagat.com/
https://kriyayogasandesh.com/
If you have any posts that have been published already you can also run those through the specific platform debugging tools. Sometimes that can give you insight as to why the connection isn’t working automatically.
I’ve run both of those through our debugging tool here and this is what gets reported back:
1. kriyayogajagat.com
It looks like XML-RPC is not responding correctly. Please make sure XML-RPC is turned on for your site and is set up to respond to all content types. You can test this yourself by running the following command from the command line:
curl -A 'Jetpack by WordPress.com' -d '<methodCall><methodName>demo.sayHello</methodName></methodCall>' https://kriyayogajagat.com/xmlrpc.php
The answer should be:
<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
<params>
<param>
<value>
<string>Hello!</string>
</value>
</param>
</params>
</methodResponse>
The xml-rpc needs to be enabled because that acts a communication highway from your site to Jetpack. Fixing that is likely going to fix your issue with Publicize.
Find the instructions needed in step #4 here:
https://jetpack.com/support/getting-started-with-jetpack/troubleshooting-tips/
2. kriyayogasandesh.com
The Jetpack connection here looks great and I do not see any errors.