can we incorporate NEWS Feeds in an Interface or Site ?

I want to incorporate News Feed that comes in Tempo into an interface or Site? How I can approach this use case?

Thanks,

Mandar

  Discussion posts and replies are publicly visible

Parents
  • Mandar,

    As per my knowledge we can incorporate the news feed link in interface.

    a!imageField(
    images: a!documentImage(
    document: "",
    link: a!newsEntryLink(
    label: "News Feed",
    entry: ""
    )
    )
    )
    entry id -
    To get an entry ID of a post created via smart service, use the Entry Id node output of the Post Event to Feed or the Post System Event to Feed smart services.
    To manually get an entry ID from a post while browsing the news feed with a web browser, click on the post's timestamp. The end of the resulting URL in your browser address bar is of the form tempo/news/entry/[entry ID].
Reply
  • Mandar,

    As per my knowledge we can incorporate the news feed link in interface.

    a!imageField(
    images: a!documentImage(
    document: "",
    link: a!newsEntryLink(
    label: "News Feed",
    entry: ""
    )
    )
    )
    entry id -
    To get an entry ID of a post created via smart service, use the Entry Id node output of the Post Event to Feed or the Post System Event to Feed smart services.
    To manually get an entry ID from a post while browsing the news feed with a web browser, click on the post's timestamp. The end of the resulting URL in your browser address bar is of the form tempo/news/entry/[entry ID].
Children
No Data