AAWP (Amazon Affiliate Wordpress Plugin) compatible?

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 @javierlorente.es,

For any WordPress plugin you want to use in your Frontity project you have to take into account the following

If you just want to display data provided by the plugin

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

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