Forums
URL scheme
-
Hello! Is there an URL scheme for invoking the app externally? Something similar to the Poster bookmarket I'm currently using:
javascript:window.location='posterapp:///create?text='+encodeURIComponent(window.getSelection())+'&title='+(document.title)+'&customfield_linked_list_url='+(window.location.href);
-
There is one in the works.
https://github.com/wordpress-mobile/WordPress-iOS/tree/feature/sharing -
Excellent, looking forward to trying it out!
-
uh-oh ... the link returns a 404. :-(
What ever happened to that project?
A search on GitHub wasn't successful ... :-(
-
Hiya metawops,
uh-oh ... the link returns a 404.
Sorry about that! When we finished working on the feature and added it to the app the feature branch that link pointed to went away.
What ever happened to that project
The app supports a
wordpress://
URL scheme that allows sharing to a new post. Like so:wordpress://newpost?title=this%20is%20my%20title&content=this%20is%20some%20content%20for%20a%20new%20post&tags=some,tags
Topic Closed
This topic has been closed to new replies.