same post in two feeds?
# help-with-umbraco
k
I'm a temp working for a small local government organization. I am tasked amung other thing, to help with the boss' website. I am new to umbraco, but i am grasping the basics. She wants to post the same post in two feeds. Is that an option? I noticed a copy option. Is that the only proper way of doing it?
Correction. This seems to be "legacy" umbraco. I had presumed otherwise. I just found the version number. It is version 8.17.1 *Tag updated.
a
depends on how its build up though
if its like News Other News And you want to have a certain message posted in both, Copy is probably the easiest
if you would the message ALWAYS posted in both, then you could make something that checks if a notification (a Save for example) is triggered and then automatically does the same thing (need to do some coding for this)
c
I have two verison 7 sites where if you post a news item into one it appears in the other as well. But that involved some backend coding and API's. I can give you an idea of the steps if it would help.
Also are the sites in the same instance of Umbraco or separate? Mine were separate.
k
They are on the same sites. The feeds, roughly translated, are called "arrangements" and "current/new". The latter, i realize, is shown on the front page. So that's why she wants it there. Should have known that. Yet i did not. I dont think she'd want it as a rule, and as you describe it, it seems the option is to copy the post. Thank you.
a
@kvagram isnt it also possible to modify the feed that just takes the last 10 items by date for example ? 🙂
k
I do not know.
Here is the settings for the home page. I can only guess at the boss' intention. But as you can see, the secund feed "aktuelt" or "current" is the feed she wanted the post crossposted to. I suppose I could add the "arrangments" feed to the startpage, if there is a way to show only upcoming events. Is there a way to do that? Sorry for the photo. Cant get discord to work on the computer, might be a firewall issue.
a
If you have the source code, there's always a way 🙂
else it depends on the implementation that is present