Opened 14 years ago
Closed 14 years ago
#20212 closed enhancement (wontfix)
Recording the user agent for posts
| Reported by: | nprasath002 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | XML-RPC | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
This could be a useful feature for theme authors.
A theme can indicate "posted via wordpress for iphone" etc.
We cannot guarantee that all the apps will send a meta data about the app. We can get this info via User Agent parameter in $_SERVER
See this thread
http://wordpress.org/support/topic/indicate-a-post-was-posted-using-iphone-app?replies=4
Attachments (1)
Change History (4)
#2
@
14 years ago
This sounds like plugin territory to me. The official WordPress mobile apps currently offer an in-app option to append such "Posted from my <device name>" lines to new posts, and any other systems using XML-RPC can do the same. And by adding text directly to the post, it will appear in RSS and all other representations of the post.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I don't think making this XML-RPC specific is a good approach.