Is it possible to get information from questions on Stack Overflow and post it to my blog?
migrated from stackoverflow.com Mar 22 '11 at 1:37
|
Yes, through a variety of methods. All data is licensed CC-BY-SA, which you should understand before you do this, but in short it allows you to take and use the questions, answers, comments, etc as long as you provide attribution (ie, a link back to the original question). You can get the entire database through a data dump which is produced every two months, or more conveniently you can get data on the fly and up to date from the stack overflow API. |
|||
|
|
|
Many blogging platforms have plugins to take rss feeds and repost them to your blog — or even better, just queue them (so you can approve just the ones you want). Usually appropriate credits will be added, and you will need to make sure this is configured to follow the license terms specified by Stack Overflow (click the cc image link at the bottom). Obviously, if these are your own answers/questions, then as author you retain copyright and can do whatever you want. Stack Overflow has numerous rss feeds that may interest you: new questions, per tag, and per user, for example. |
|||
|
|
|
Take a look at this StackTack application StackTack, a JavaScript widget you can stick anywhere You can embed the questions in your blog, and since it is using api, you don't need to worry about new answers or update info also. |
|||
|
|
You can just post a link to the question? In this case, Can you be more specific about what you're after? |
|||||||
|
|
Sure it's possible but not a good idea. Duplicate content can(and will) seriously hurt your blog ranking. If you decide to do that, you should at least get a permission and provide a link to the original question, though. |
|||||
|