Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 2:
Connect to Twitter and Facebook

 

First page Previous page 1 2 Next page Last page  View All


djmaine
User

Oct 26, 2009, 9:14 AM

Post #1 of 34 (10704 views)
Shortcut
Connect to Twitter and Facebook Can't Post

Hello all!

I would like to find a way to make it so that when an article is published on my site, that it automatically sends out a status update stating that the article has been updated and that there is a link to it.

Any way to do this?


Donna
Staff / Moderator


Oct 26, 2009, 3:03 PM

Post #2 of 34 (10697 views)
Shortcut
Re: [djmaine] Connect to Twitter and Facebook [In reply to] Can't Post

Hi there!

There isn't anything like this yet -- but we recently created a custom script for someone that did exactly this for CMS Builder, so it's something that could be written for Article Manager through our consulting department as well. Feel free to drop an email to consulting@interactivetools.com for more details. :)

Donna

--
support@interactivetools.com


svsanchez
User

Nov 3, 2009, 1:53 PM

Post #3 of 34 (10672 views)
Shortcut
Re: [Donna] Connect to Twitter and Facebook [In reply to] Can't Post

Hello Donna, what I am looking for is a way for people to "SHARE" the articles they like on facebook, do you have a plugin to do this?

thx!


Donna
Staff / Moderator


Nov 3, 2009, 2:57 PM

Post #4 of 34 (10671 views)
Shortcut
Re: [svsanchez] Connect to Twitter and Facebook [In reply to] Can't Post

Hi there,

We don't have a plugin that does this at the moment, but contact our consulting department if you're interested in having one made. :)

Donna

--
support@interactivetools.com


carlo678
New User

Nov 4, 2009, 6:12 AM

Post #5 of 34 (10665 views)
Shortcut
Re: [svsanchez] Connect to Twitter and Facebook [In reply to] Can't Post

hi..twitter has so called "Twitter Articles Plug in". It is an extension written in order to socialize your content and give your visitors an opportunity to share your pages with their twitter followers. I don't know if the facebook has something like that.


anne
http://www.goodbanners.com

(This post was edited by carlo678 on Nov 4, 2009, 6:16 AM)


djmaine
User

Nov 5, 2009, 6:06 AM

Post #6 of 34 (10630 views)
Shortcut
Re: [carlo678] Connect to Twitter and Facebook [In reply to] Can't Post

if anyone else is interested in doing this, I wouldn't mind splitting the cost with 1-3 (or more) of you

Consulting is just very expensive.


nacho
User

Nov 6, 2009, 5:31 AM

Post #7 of 34 (10611 views)
Shortcut
Re: [djmaine] Connect to Twitter and Facebook [In reply to] Can't Post

There is a free way of doing this and I'm using it now.

By default Article Manager publises an RSS feed at the root of your domain /rss.xml and this updates everytime you add an article etc.

So assuming you still have that in place you can use a free service to publish an update from your RSS feed as a Tweet or Facebook posting.

I use the website http://twitterfeed.com/ - this essentially re-publishes your RSS feeds - you can control if you want to include a link, how often to post etc. Its dead easy to do!

Hope that helps.

Dan


nacho
User

Nov 6, 2009, 5:33 AM

Post #8 of 34 (10610 views)
Shortcut
Re: [svsanchez] Connect to Twitter and Facebook [In reply to] Can't Post

Also - for the share feature why not just use Add This?

Just edit your template to include the code - free from here: http://www.addthis.com/

Dan


djmaine
User

Nov 6, 2009, 5:35 AM

Post #9 of 34 (10608 views)
Shortcut
Re: [nacho] Connect to Twitter and Facebook [In reply to] Can't Post

I have never been able to get the RSS feed to work on the site.

If I could, that sounds like a great way to implement what I want to do.


nacho
User

Nov 6, 2009, 5:38 AM

Post #10 of 34 (10607 views)
Shortcut
Re: [djmaine] Connect to Twitter and Facebook [In reply to] Can't Post

Actually thinking back I had to make some changes to my rss template to get it working properly - it always displayed an error when viewing in Internet Explorer etc.

Hold on and I'll post my template code for you.


nacho
User

Nov 6, 2009, 5:41 AM

Post #11 of 34 (10605 views)
Shortcut
Re: [nacho] Connect to Twitter and Facebook [In reply to] Can't Post

This is the code I use for my GlobalRSS.xml template:

This can be found in \cgi-bin\templates\articleLists

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
<title>$my.siteName:textOnly:htmlEncoded$</title>
<link>$settings.publish_url$</link>
<description>$my.siteDescription:textOnly$</description>
<pubDate>$_lastUpdated:format(www, dd MMM yyyy HH:mm:ss)$ PST</pubDate>
<language>en-us</language>
<!-- template insert : $articleList$ -->
<!-- templatecell : articleRow -->
<item>
<title>$article.title:textOnly:htmlEncoded$</title>
<link>$published.articlePage.url$</link>
<category>$category.name:textOnly:htmlEncoded$</category>
<description>$article.summary:textOnly:htmlEncoded$</description>
<pubDate>$article.date:format(www, dd MMM yyyy HH:mm:ss)$ PST</pubDate>
<guid isPermaLink="true">$published.articlePage.url$</guid>
</item>

<!-- /templatecell : articleRow -->
</channel>
</rss>



Take a backup copy of yours, then copy the code above and save it as GlobalRSS.xml - upload it to the appropriate directory and republish the rule. Let me know if that works?

Cheers
Dan


Donna
Staff / Moderator


Nov 6, 2009, 11:29 AM

Post #12 of 34 (10592 views)
Shortcut
Re: [nacho] Connect to Twitter and Facebook [In reply to] Can't Post

Can you let me know the error message that you receive on your RSS feed?

Donna

--
support@interactivetools.com


djmaine
User

Nov 10, 2009, 10:09 AM

Post #13 of 34 (10492 views)
Shortcut
Re: [Donna] Connect to Twitter and Facebook [In reply to] Can't Post

All of this is above my abilities.

I have no idea how to get RSS to work.


Donna
Staff / Moderator


Nov 10, 2009, 11:29 AM

Post #14 of 34 (10490 views)
Shortcut
Re: [djmaine] Connect to Twitter and Facebook [In reply to] Can't Post

Hi djmaine,

What's the link to your RSS feed?

Donna

--
support@interactivetools.com


aussierewards
User

Nov 12, 2009, 12:13 PM

Post #15 of 34 (10445 views)
Shortcut
Re: [Donna] Connect to Twitter and Facebook [In reply to] Can't Post

Hi Donna,

I hope you don't mind me jumping in on this thread.

My RSS feed has never worked properly in IE either ! here is the link to my feed

http://www.aussierewards.com.au/rss.xml

Terry
Aussie


Donna
Staff / Moderator


Nov 12, 2009, 3:10 PM

Post #16 of 34 (10440 views)
Shortcut
Re: [aussierewards] Connect to Twitter and Facebook [In reply to] Can't Post

Hi Terry,

Can you let me know what happens when you try to view the RSS Feed in Internet Explorer? I pulled it up in IE8 from here and it's working just fine from here.

What error message do you get when you try?

Donna

--
support@interactivetools.com


djmaine
User

Nov 13, 2009, 4:23 AM

Post #17 of 34 (10431 views)
Shortcut
Re: [Donna] Connect to Twitter and Facebook [In reply to] Can't Post

How did you do that?


Donna
Staff / Moderator


Nov 13, 2009, 10:55 AM

Post #18 of 34 (10430 views)
Shortcut
Re: [djmaine] Connect to Twitter and Facebook [In reply to] Can't Post

Hi djmaine,

Can you clarify a bit? What are you looking to do?

Donna

--
support@interactivetools.com


djmaine
User

Nov 13, 2009, 11:00 AM

Post #19 of 34 (10428 views)
Shortcut
Re: [Donna] Connect to Twitter and Facebook [In reply to] Can't Post

1. Have a ready made RSS feed that could feed Twitter, Facebook and be able to place the RSS graphics by each article so that they could be shared.


Donna
Staff / Moderator


Nov 16, 2009, 12:42 PM

Post #20 of 34 (10380 views)
Shortcut
Re: [djmaine] Connect to Twitter and Facebook [In reply to] Can't Post

Hi there,

Article Manager does have a ready made RSS feed by default. You generally wouldn't have the icon next to each article, as that's not really how RSS is intended to work, but you could certainly add that if you wanted.

Here's the default RSS link for Article Manager:

<a href="$published.globalRSS.webpath$">RSS News Feed</a>

If you want to have that use an image instead, replace "RSS News Feed" with the <img> tag for the image you want.

As for pushing it to other platforms, that's a little different. RSS stands for "Really Simple Syndication", and the name sums it up: it's simple. All it is is an XML formatted text file that other programs and applications read and interpret. As a web developer, the only thing you really need to do with RSS on your site is to have it available. If you look in the address bar of your web browser on a page that has RSS (like your Article Manager index page), you should see the RSS icon -- click on that, and depending on your browser, it will give you options to add it to a reader, or just take you to the feed itself.

The feed isn't going to be pretty. It's not supposed to be, you aren't intended to read the feed directly. It's supposed to be viewed through an RSS reader (or an aggregator), such as Google Reader. This takes the XML code and formats it to be viewed post-by-post.

By default, Article Manager creates an RSS feed -- and that's all you need to do for standard RSS use.

If you want to push your RSS feed into a different social media platform, like Facebook or Twitter, you generally need an application designed FOR Facebook or twitter. This isn't done from the RSS feed itself -- RSS isn't an application, it's just a formatted text file, so it doesn't have any special powers like that. :)

A quick Google search found this information about a few Facebook RSS applications: http://www.everyjoe.com/articles/facebook-and-the-forty-or-so-rss-applications-109/

This appears to be an application that does the same for Twitter (and Facebook, actually): http://twitterfeed.com/

There are probably plenty of other applications that do the same thing, so if you want to push your RSS feed into another platform... hit up Google, and you'll find plenty of options available. :)

I hope this helps! Let me know if you have any questions or concerns. :)

Donna

--
support@interactivetools.com


djmaine
User

Nov 17, 2009, 7:47 AM

Post #21 of 34 (10365 views)
Shortcut
Re: [Donna] Connect to Twitter and Facebook [In reply to] Can't Post

I fonally saw the RSS feed, but it does not make much sense. Where is it pulling that info from?


Donna
Staff / Moderator


Nov 17, 2009, 11:56 AM

Post #22 of 34 (10359 views)
Shortcut
Re: [djmaine] Connect to Twitter and Facebook [In reply to] Can't Post

Article Manager creates the file and updates it every time you create a new article. It's generally a list of the last 20 articles. It's generated by the RSS Publish Rule.

Donna

--
support@interactivetools.com


we4south
New User

Nov 18, 2009, 12:18 AM

Post #23 of 34 (10331 views)
Shortcut
Re: [Donna] Connect to Twitter and Facebook [In reply to] Can't Post

Hi. We too face the same problem.


The RSS feed is not working in IE. version. 8.06. It does not even display the latest articles on the top. It seems to be working in Mozilla.

http://216.119.85.221/artman2/publish/rss.xml


Donna
Staff / Moderator


Nov 18, 2009, 5:04 PM

Post #24 of 34 (10316 views)
Shortcut
Re: [we4south] Connect to Twitter and Facebook [In reply to] Can't Post

Hi there,

Can you let me know what error message you get, or provide a screenshot? I viewed your RSS feed in IE8, and it shows up just fine. What happens when you look at it?

Donna

--
support@interactivetools.com


nacho
User

Nov 25, 2009, 9:01 AM

Post #25 of 34 (10205 views)
Shortcut
Re: [Donna] Connect to Twitter and Facebook [In reply to] Can't Post

With mine I had to make this change:

<description>$my.siteDescription:textOnly$</description> (I added in the textonly bit)

This was because I was using bold and br lines and other html code in my description field and the built in IE RSS reader didnt like it...

First page Previous page 1 2 Next page Last page  View All