Where to start? External Rss feed data into WordPress new post fields
-
Hello,
I am looking for advice on where to start my project. E.g. what is my best bet to accomplish what I want to do.
I created myself a little tool where I get certain product data like title, description, image, price etc from an external rss 2.0 feed. The external feed offers a search functionality to get specific data.
In my tool I have a search field, where I enter a product ID. The tool then returns all the data it has for said product.
I would like to be able to do this in the back end of WordPress while creating a new product post (/post-new.php?post_type=product, Woocommerce). And I would like the data to automatically populate all the necessary fields (title, tags, media, price etc. ).
Is what I would like to do realistically possible?
What functionality of WordPress would I need use to display my tool when posting a new product e.g. (/post-new.php?post_type=product). What hooks, actions filters would I need to look into to accomplish the populating of the new post fields?
Any pointers would be appreciated.
- The topic ‘Where to start? External Rss feed data into WordPress new post fields’ is closed to new replies.