Hi!
Does anyone know if the most used plugin for Amazon affiliation (https://getaawp.com/), is Frontity compatible without new developments?
Thanks in advance
Hi!
Does anyone know if the most used plugin for Amazon affiliation (https://getaawp.com/), is Frontity compatible without new developments?
Thanks in advance
For any WordPress plugin you want to use in your Frontity project you have to take into account the following
Then you have to make sure this data is shared via REST API. From there, Frontity will be able to access this data an make it available to your React components
If you need to interact with the plugin somehow (sending data for example), then the recommended approach is to create a Frontity package that encapsulates the logic required to communicate with that plugin
Here you have some examples of packages created to communicate with specific plugins
Hope this helps