Tagged Questions
0
votes
0answers
46 views
WordPress Plugin to Display SE Activity?
Is there a WordPress plugin that will display a users activity from any of the StackExchange sites (i.e. display their answers and questions, etc.)?
If there isn't a WordPress plugin for this, is ...
12
votes
1answer
188 views
Support Cross-Origin Resource Sharing
Currently, the only way to call the API from javascript is to use JSONP, but this can be cumbersome and has security issues. If the following header was included in all API responses, the API could be ...
2
votes
1answer
75 views
Is there a way to increase the contrast of the special highlighting that is applied to the OP of a question?
I apologize if this question is off topic or has already been asked; I couldn't find anything related.
When the Original Poster of a question comments somewhere on the question page, his name is sort ...
1
vote
1answer
267 views
How to use the stackapps API from JavaScript with XMLHttpRequest or XDomainRequest?
I had an idea for an app that required calling the stackapps API from JavaScript, but when I started prototyping it I quickly found out that the API does not allow cross origin requests. This means ...