We need some advice! – Near Topic
-
Hello Community,
We are currently working with many website projects that require a similar function, this function has to do with weekly recurring events and restaurant food specials.
The idea behind this is to automate the broadcasting of these events and specials to social media and more with 90% hands-off automation.
Currently we are using bufferapp.com & a third-party WP to Buffer plugin that broadcasts any posts (blogs) to social media. Limitation, you have to create the posts manually!
First Example:
We have a restaurant that needs to broadcast their daily specials (single custom post types) to social media (WP to Buffer plugin).
Ideally we will create a custom post type ‘specials’ and have many specials posts already published, each day the chief will activate or deactivate a special via a custom field ‘true / false’ value.
The specials will ALWAYS be published for index-ability in search engines, but there true or false status will inform customers when they are available…
We then need to run a cron job that broadcasts the specials together in social media (bufferapp.com), 100% automatically.
First Solution:
Run a cron job at 11:45am every morning that creates a post using ‘wp insert post’ and combines the content + attached image from any custom post type ‘specials’ that has been assigned an active status.
Maybe run a second cron at (11:55am) to publish to bufferapp.com if no hook available with the WP to Buffer paid or free third party-plugin.
The new post title would be ‘Monday 17th Specials’. Within a custom post type (daily specials) This would give bufferapp.com something to broadcast, people could see the entire days specials from a url.
Downside:
Eventually you would need to delete the daily special posts. Not sure how complicated it would be to combine posts.
Second Solution:
Another idea is to have a static page and utilize a custom template that dose the looping, then just broadcast that page daily with bufferapp.com… How do we do reacquiring buffers?
One thing I didn’t mention was the fact we also wanted to either utilize an automated newsletter or sms / push notification … those services might work better with the first scenario.
Thoughts, insights, suggestions?
The end client is a cook or manager of a restaurant, automating there lives is our highest priority.
- The topic ‘We need some advice! – Near Topic’ is closed to new replies.