I would like being able to post in my blog an exact copy an SO answer.
I have already an script that can extract a question and my answer by parsing the page. However I would like to go one step further:
Having a "vote me up" kind of button, just like those "Tweet" "Like" buttons. It should not matter if you are reading me in my own blog or SO, users should be able to up-vote my answers from my own blog. This would make SO behave more like other social networks (G+, Twitter, Facebook...). It seems easy to implement, just missing the right button and javascript code for it.
Is this already supported by the current APIs? Is there an official icon / code for it?
small side question regarding this topic:
Do you know of any script using the SO API to mirror a SO answer in both directions? I have my posts on Github as markdown files. It would be really amazing to link SO and my blog to the same source, but I guess that is another story...