I am using simplemechine forum script(SMF) old version(1.1.6).
I want to rss to my facebook page.when
I search in google,the rss type for my forum is
http://example.com/index.php?action=.xml;type=rss.
This rss link is only work in old version IE.This rss link is not work with firefox,chome,lastest broswer and facebook page.
Plsase help me how I can get rss link for my forum.
Sorry for bad english.
First of all you should consider upgrading your forum because of security risks.
What you need is to auto post your forum topics to your facebook page/profile?
If is that what you need you can use a 3rd party website that provide this kind of service.
The one i use and recoment is http://twitterfeed.com/, where you can automaticly post all your forum updates to twitter AND facebook.
About your RSS URL, the default feed of SMF forum is really /index.php?action=.xml;type=rss wich will display ALL updates of your forum, including new topics, and new answers to topics. You can freely manage this feed type to show only new topics, or only topics from one determined category, etc. Good Luck.
Related
Hello,
I use blogger for almost one year. For a long time I didn't need RSS, but now I need both posts and comments feed.
First (posts feed) works great when I post a new article, RSS updates in seconds.
But comments RSS never updates.
What am I doing wrong?
TECH INFO:
Validator output of comments feed.
I finally find the solution! Go to the Settings -> Google+ -> Turn off Google+ comments.
After you disable they, they will be deleted from your blog.
Google provides these details:
If you used Blogger comments, they will remain on your blog. Third
party commenting systems might not be retained when you enable Google+
comments.
In short, RSS readers cannot see Google+ comments.
I hope it helps you :).
I am new to RSS/Atom feeds and there are a couple of points that I don't quite understand from doing some basic research.
Firstly, how do I tell if a website has an RSS/Atom feed? I can't see an icon for it on the website but is there anything else I can look at that will give me an indication that there is a feed?
Secondly, if there isn't an RSS/Atom Feed, is it going to be possible to create an RSS/Atom feed that will always be up-to-date without being a webmaster of the site? I am essentially wanting to use an RSS/Atom feed to get web pages that have products that are going to be resold on another website. Is this going to be possible if these pages aren't already in an RSS/ATOM feed? I know there are tools that allow you to make an RSS Feed of any webpage but I believe you have to re-do it if any content changes.
Thanks for your time.
To find out if a site offers an RSSAtom feed, use feed auto-discovery.
No, if you're not the publisher of the site, you can't publish an RSS feed which is consistently up to date.
I want all the blog posts in a specific category to be posted as status updates on Facebook. Which means: all posts posted in the category named "X" should be posted automatically to my Facbook (fan)page.
Any experience of this?
Thanks.
It would be easier to use a plugin, see: http://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/ one for example.
#
This plugin automatically publishes posts from your blog to your Social Network accounts such as Facebook, Twitter, Google+(Google Plus), Blogger, Tumblr, LiveJournal, FriendFeed, DreamWidth, Delicious, Diigo, Instapaper, Stumbleupon, LinkedIn, Pinterest, Plurk, VKontakte(VK.com), YouTube, WordPress, etc. The whole process is completely automated
#
There are many ways of auto posting from WordPress to social networks (such as Facebook). There are 3rd party services and plugins that you can use to achieve this.
Some may have more configuration options like choosing which categories as you mentioned but others will simply post all new blog posts to the chosen social networks with the ability to pick which networks.
See How to Auto Post from WordPress to Social Networks for a list of possible solutions. I hope it helps!
Sorry for noob question. I'm mobile software developer and I haven't seen wordpress dashboard.
My customer is stuck with such trouble: information that he add to site does not shows in rss. And I can't read this information without rss.
Can you provide photo or video guide how to add some category of information to RSS.
For now I receive RSS from such adress : *./feed, .**/visitors/feed
I have a solution. you can get rss by the category of posts.
http://example.com/category/categoryname/feed
You can view full guide here
I am developing a blog site in asp.net 3.5 with C#. I have written few blog post in my site. Now, I want to give two icon below my article
1: "retweet" [Twitter], so that people can tweet my article
2: Subscribe RSS Feed for this article.
Please let me know how to achieve it in the best way.
Thanks in advance.
This JavaScript code will allow you to let users tweet your article
http://www.saschakimmel.com/2009/05/how-to-create-a-dynamic-tweet-this-button-with-javascript/
For #2, you will have to create an RSS feed thru a generic handler(.ashx file), and link the icon to it.
Or you can use a free service such as addthis.com which allows your users to post your article to twitter, facebook, google, rss feeds, and other mediums.