-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How I view WordPress #316
Comments
So how should we understand the ecosystem you are building? AFAICT :
Let's say I have the following use-case. I want to write a medium length post somewhere which gets published both on a WP I host myself, AND on LinkedIn. And then I'd like to write a short message with a link to the post on my blog, which would be posted to both Twitter and Mastodon. Could Wordland and your ecosystem be used for this? How would I get up and running with it? |
I'll answer the questions I can, at this time.
hope this helps. |
BTW, there are exceptions to the rule that wordland can only post to wordpress. for example, the storage system that's part of wpIdentity has the concept of public files, some of which are accessible directly through the HTTP server in wpIdentity -- namely the RSS 2.0 feeds it maintains for stories written in WordLand and published through WordPress. might be a bit confusing because wordpress already supports RSS 2.0, very nicely -- but i wanted to support Markdown encoding of text in RSS, because I want to use that in FeedLand and have encouraged others to do the same. it's documented in the source namespace. there are other uses for public files in wpIdentity storage, i just implemented one in Bingeworthy for the public profile pages. there's prefs you can edit in bingeworthy that are then accessible publicly. it's a long story, but if this stuff catches on will probably be a pattern other apps will use. |
What are the advantages of using the wordland editor? I have a Wordpress-hosted blog, and the writing-in-a-box system works OK for me...but my posts are pretty short. It's easy to add links, images, and inline emphasis, which are the things I do. I am a professional technical writer, and use much more elaborate tools for writing that much more elaborate content, but I haven't found the need to do things like multi-level outlines, annotated infographics, cross-references, etc. for my blog posts. However, throughout my career (I'm about the same age as you) I've tended to adapt my writing workflow to the tools I have at the time. So I may be completely missing what I could do with my Wordpress blog if I had a better tool. How can I find out more about wordland? (Actually if it only stops trying to autocorrect "wordland" into "woodland" that would be a step in the right direction!) |
I’d like to keep the focus of this thread on what’s in the podcast, but there is a brief backgrounder on the product here. |
Thanks! |
That's correct. wpIdentity allows you to authenticate to a WordPress.com account via oAuth. Once you're authenticated to WordPress.com, you can use the WordPress.com REST API to interact with any site that ships with the API endpoints. Those endpoints are available on all sites hosted on WordPress.com, as well as sites hosted elsewhere but that have installed the Jetpack plugin. |
@jherve -- i'm starting to figure it out. ;-) related question. is there a way to find a user's account on wordpress.com? suppose someone wanted to find out my username on wordpress.com only knowing that my name is "dave winer"? |
No, there is no user search functionality for WordPress.com. WordPress.com does offer public profiles (these days also known as "digital passwords", "link-in-bio pages", "linktree"), but it is not a searchable user directory and not everyone chooses to make their profile public. Also worth noting that those public profiles can list sites that are connected to the account, but the account owner must decide what sites to display on their profile. In practice, that means you cannot use those profile pages to know what sites are linked to an account. This is obviously info that is private by default. |
@jeherve -- thank you -- this is very helpful. i'm sort of feeling my way through this. but it's actually good that wordpress.com doesn't do much to publicize profile pages, because then there's no confusion when we use the wordpress.com id to link to our own profile pages from within our app. consider bingeworthy. here's a screen shot of a profile page for a program. it shows how various users have rated the program. if you click on scripting it takes you to my profile page, which (for now) lists the programs they've rated starting with best-first. it'll have more info on it coming soon. ;-) we'll do more with this by connecting bingeworthy to wordland -- then it will work very well that they both use wordpress.com identity. |
@azizhp -- sorry this is not what i talked about in the podcast. |
This is a place for comments and questions about yesterday's podcast and comments this morning on Scripting News..
There are comment guidelines, please respect them. 😄
The text was updated successfully, but these errors were encountered: