Created
December 30, 2020 21:42
-
-
Save smcnally/9e839e3cb532702b47c7878b5cb2c461 to your computer and use it in GitHub Desktop.
Frase - WordPress integration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Frase <-> WordPress integration | |
It works and it's clean. Some minor UX tweaks and availing of more WP API functionality would improve the process. | |
### Passwords are shown in the clear on Frase's Integration and Publish screens: | |
* minor UX issue w typing password in the clear | |
* more-than-minor to UX / expectations / familiar patterns | |
* Frase requests the password with each Frase -> WP publish event | |
[Image](https://cloudup.com/icD3D1mhfYm/f) | |
### WP Post drafts published from Frase | |
* drafts published from Frase come through as "Classic Editor" vs WP Gutenberg blocks | |
* Title | |
* Single body field | |
* WP's "Convert to Blocks" works well enough from that side | |
* the Headings, Lists, Paragraph formatting persisted from Frase -> WP | |
* taxonomic terms -- category and tags -- published as-designed | |
* only a single Category can be selected on the Frase side | |
[Image](https://cloudup.com/iQdBhgGy8dH/f) | |
[Image](https://cloudup.com/iqWqRe_bHdc/f) | |
### Works well w WP's recent "Application Password" feature | |
* Created WP account for Frase | |
* set up "Application Password" in WP for that user | |
[Image](https://cloudup.com/i9fjrHGwDb0/f) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Frase <-> WordPress integration
It works and it's clean. Some minor UX tweaks and availing of more WP API functionality would improve the process.
Passwords are shown in the clear on Frase's Integration and Publish screens:
WP Post drafts published from Frase
Works well w WP's recent "Application Password" feature