Looking for assistance in choosing programming strategy
-
Hi. I’m creating a technology blog website, with some particular focuses.
I have an affiliate account in Aliexpress and I was able to create a plugin that through their API grabs products relevant for my website.
I now have an array of objects, each with a name, a URL and a price. I can get more information if needed as well. I want to now be able to “feed” this information to some kind of product gallery slideshow so the users of the website will see a nice slideshow of products. I could write the HTML/CSS/JS for such a slideshow myself but that seems like a waste of time. Surely there exists some off the shelf solution that can give me a shortcut here. Ideally, it would be great if my plugin were to store the data it grabs in some global variable (is there such a thing?) and I had a shortcode that simply displayed the daily products. I will run my plugin in cron once a day to refresh the list of products.Any ideas to help me move to the next step here?
Anything will be appreciated… Thanks!
- You must be logged in to reply to this topic.