Trying to implement integration between Toolset Types and RankMath SEO as per this article so that RankMath will 'see' data in Toolset custom fields: hidden link
According to a thread on Rathmath forum:
"We have just released a content analysis API to add the compatibility that you are looking for in Rank Math! You will however need to get in touch with the guys from Toolset Types so that they can help in the integration. Please take a look at this resource page for more info on this: hidden link "
From what I can tell, RankMath's answer to integration with CPT plugins is to have published an API and then plugin developers have to choose to integrate it. It's not something I can do with custom code (even if I knew how which I do not).
They provide an example of where their content-analysis-api has been used in another plugin here: hidden link
My guess is you will say this 'beyond scope of support' and that I should hire a developer. But what can a developer do if its additional code to Types that is needed?
Hello. Thank you for contacting the Toolset support.
Thank you for sharing the API doc but the Doc you shared is not clear and there are no clear examples on how to integrate the custom fields.
if its additional code to Types that is needed?
==>
If you think that this should be looked by our Devs, then you should file a feature request to integrate the RankMath SEO plugin API with Toolset using the following link:
- https://toolset.com/home/contact-us/suggest-a-new-feature-for-toolset/
There is nothing much I can offer you at the moment.
Yes - I already show that but as you can see the code is set to query the title and content.
wp.hooks.addFilter( 'rank_math_title', this.pluginName, $.proxy( this.reviewTitle, this ) )
wp.hooks.addFilter( 'rank_math_content', this.pluginName, $.proxy( this.reviewDescription, this )
And there is lot of custom JS code added to integrate that hook and honestly I do not know how that code works. In addition to that, as you already acknowledge as a Toolset supporter we are not allowed to debug such custom code belongs to third party plugin.
I'm afraid I do not have much to offer you as it looks like even if you want to implement such code you will require Pro JS developer who can write such custom code for you.