Seeking Advice: Developing Website for Feline Protection Association
Unanswered
Barbary Lion posted this in #help-forum
Barbary LionOP
Hello everyone,
I'm currently working on developing a website for a feline protection association. My client regularly updates their activities, photos, lost cats, adoptions, etc., through their Facebook group. I'm looking to add a photo gallery and a blog to the website, developed using Next.js and React.
I'm unsure about the best strategy to feed content into this photo gallery and blog. Should I add a form on the website for the client to fill out, which automatically updates Facebook, the photo gallery, and the blog? Or should I detect when the client posts on Facebook and update the gallery and blog accordingly?
Additionally, I'm not sure how to manage this photo gallery. Should I connect the website to the Facebook photo album and have it update automatically? Or should I store the photos in a database, or is a connection to the Facebook account data sufficient?
Any advice or suggestions on the best approach would be greatly appreciated. Thank you in advance for your help!
I'm currently working on developing a website for a feline protection association. My client regularly updates their activities, photos, lost cats, adoptions, etc., through their Facebook group. I'm looking to add a photo gallery and a blog to the website, developed using Next.js and React.
I'm unsure about the best strategy to feed content into this photo gallery and blog. Should I add a form on the website for the client to fill out, which automatically updates Facebook, the photo gallery, and the blog? Or should I detect when the client posts on Facebook and update the gallery and blog accordingly?
Additionally, I'm not sure how to manage this photo gallery. Should I connect the website to the Facebook photo album and have it update automatically? Or should I store the photos in a database, or is a connection to the Facebook account data sufficient?
Any advice or suggestions on the best approach would be greatly appreciated. Thank you in advance for your help!
1 Reply
Toyger
better to post on site and then with api post to facebook/etc....
Should I connect the website to the Facebook photo album and have it update automatically? Or should I store the photos in a database, or is a connection to the Facebook account data sufficient?you post on site, it save it to db and save image sowhere third party(or in folder if you self-host), then through api automatically create post on facebook/etc...