Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Widgets /

Discuss SilverStripe Widgets.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

rss feeds to social media


Go to End


2 Posts   2220 Views

Avatar
debtfreeslave

Community Member, 13 Posts

14 March 2012 at 10:28pm

Hi

I have searched everywhere for info on this issue.

I have set up an article holder page an article page and an rss feed of this page using :

class ArticleHolder_Controller extends Page_Controller {

function rss() {
$rss = new RSSFeed($this->Children(), $this->Link(), "Griffith College News");
$rss->outputToBrowser();
}

}

I have setup hootsuite and connected it to facebook and twitter pages [tested and definitely works]
I have also setup rssatom with the rss feed url from my silverstripe article holder page the idea being that if i create an article page that my facebook and twitter pages will update automatically via hootsuite. It doesn't work.

http://gcd.ie/design-news/rss
SilverStripe Version 2.3.7
Any help greatly appreciated

Thanks in Advance

Avatar
debtfreeslave

Community Member, 13 Posts

16 March 2012 at 11:56pm

Can someone please let me know if it's possible to send rss fend from silverstripe 2.3.7 to facebook and twitter via hootsuite or is there some other method

Please desperately need help

Thanks in advance Gemma