Update For Friendica Users

Random Penguin 2025-04-28 12:24:58 -05:00
parent cc80d53fc9
commit e95b9b8328

@ -200,7 +200,9 @@ What you may not know is that many of them originated on Facebook and got shared
**Right now Postbox is exclusively available for people using the Bookface scheme in the Friendica webapp, either on desktop or mobile.** **Right now Postbox is exclusively available for people using the Bookface scheme in the Friendica webapp, either on desktop or mobile.**
When a Postbox post is shared to another platform like Mastodon, Sharkey, Disapora, Hubzilla, etc., the Postbox styling does not go with it. The same is true for anyone viewing the post in a third-party app, because none of them support Postbox styling, at least not yet. When a Postbox post is shared to another platform like Mastodon, Sharkey, etc., the Postbox styling does not go with it. The same is true for anyone viewing the post in a third-party app, because none of them support Postbox styling, at least not yet.
**NOTE: **_There are known problems with Postboxes when shared to Disapora or Hubzilla. Diaspora is not parsing the Postbox or its content and displays the raw code. Hubzilla displays the content, but also displays the raw Postbox `[class]` BBcode before and after it._
There are two Friendica add-ons _server administrators_ can install to add global support for Postbox styling. The "[Postbox](https://gitlab.com/randompenguin/postbox)" add-on simply adds a stylesheet to the `<head>` element. It provides no interface for creating Postboxes, but users can still create them manually with BBcode. The other is the "[Zen Postbox](https://gitlab.com/randompenguin/zen_postbox)" add-on which not only adds the stylesheet to the `<head>` it also adds a Jot Plugin button to the message composer with a menu of all the available Postbox styles. There are two Friendica add-ons _server administrators_ can install to add global support for Postbox styling. The "[Postbox](https://gitlab.com/randompenguin/postbox)" add-on simply adds a stylesheet to the `<head>` element. It provides no interface for creating Postboxes, but users can still create them manually with BBcode. The other is the "[Zen Postbox](https://gitlab.com/randompenguin/zen_postbox)" add-on which not only adds the stylesheet to the `<head>` it also adds a Jot Plugin button to the message composer with a menu of all the available Postbox styles.
@ -212,38 +214,103 @@ To make use of a Friendica Postbox simply wrap the text inside a Postbox Class B
#### Available Color Options #### Available Color Options
![Postbox_Colors.png](uploads/4de9cc2951dadeab6dcbf9125175c43b/Postbox_Colors.png)
In the `[class]` opener add `postbox-` plus any one of the color names after the "=" sign. In the `[class]` opener add `postbox-` plus any one of the color names after the "=" sign.
**Solid Color Backgrounds:** Old names are in parenthesis next to the new names to which they've been mapped.
**Solid Color Backgrounds:**
![solid_colors](uploads/ddd3627ea721f0c1f30f6d544972bcaa/solid_colors.png)
- .postbox-black
- .postbox-cornflowerblue (.postbox-blue)
- .postbox-darkblue (.postbox-ocean)
- .postbox-darkgray
- .postbox-darkorange (.postbox-orange)
- .postbox-darkred
- .postbox-darkslateblue
- .postbox-forestgreen (.postbox-forest)
- .postbox-gold
- .postbox-goldenrod
- .postbox-honeydew
- .postbox-hotpink
- .postbox-lavender
- .postbox-lightpink
- .postbox-lightyellow
- .postbox-limegreen (.postbox-green)
- .postbox-lightsalmon (.postbox-salmon)
- .postbox-mediumaquamarine
- .postbox-mediumslateblue
- .postbox-mediumvioletred
- .postbox-mintcream
- .postbox-olivedrab
- .postbox-palegreen
- .postbox-peachpuff
- .postbox-pink
- .postbox-purple
- .postbox-red
- .postbox-seagreen
- .postbox-sienna
- .postbox-skyblue
- .postbox-thistle
- .postbox-violet
- .postbox-whitesmoke
- .postbox-yellowgreen
* postbox-black
* postbox-red
* postbox-green
* postbox-blue
* postbox-orange
* postbox-purple
* postbox-forest
* postbox-ocean
* postbox-pink
* postbox-salmon
**Gradient Backgrounds:** **Gradient Backgrounds:**
![gradient_backgrounds](uploads/4ef68b69736ca25acf7fb39e8f5ed131/gradient_backgrounds.png)
- .postbox-aurora
- .postbox-bluegray
- .postbox-graygrey (.postbox-darkgray)
- .postbox-grayblack
- .postbox-greengray
- .postbox-lavendergray
- .postbox-minty
- .postbox-mintgray
- .postbox-rainbow
- .postbox-redblue
- .postbox-sherbet (.postbox-sherbert)
- .postbox-spectrum
- .postbox-strawberrycream
- .postbox-sunset
- .postbox-tealblue
- .postbox-tealgray
- .postbox-violets
- .postbox-violetblue
* postbox-darkgray **Pattern Backgrounds:**
* postbox-minty ![pattern_backgrounds](uploads/27b0e36bef337885e0bb76329d979ba3/pattern_backgrounds.png)
* postbox-mintgray - .postbox-blueprint
* postbox-redblue - .postbox-birds
* postbox-violets - .postbox-checkered
* postbox-grayblack - .postbox-cubes
* postbox-tealblue - .postbox-lemonlime
* postbox-greengray - .postbox-gingham
* postbox-tealgray - .postbox-grid
* postbox-bluegray - .postbox-hearts
* postbox-lavendergray - .postbox-honeycomb
* postbox-sunset - .postbox-notebook
* postbox-sherbert - .postbox-plaid
- .postbox-polkadots
- .postbox-shadedots
- .postbox-shadowbox
- .postbox-stars
- .postbox-warpgrid
- .postbox-wavy
**Animated Backgrounds:**
These are ONLY available on servers with the _Postbox_ or _Zen Postbox_ add-on installed.
![animated_backgrounds](uploads/25c7acabde882d54160b2e4e0fe54d1b/animated_backgrounds.png)
- .postbox-anigradient
- .postbox-blob
- .postbox-colorfade
- .postbox-gridrunner
- .postbox-heartbeat
- .postbox-moonrise
- .postbox-rainy
- .postbox-rocket
- .postbox-snowy
- .postbox-sunrise
- .postbox-waves
#### Content Restrictions #### Content Restrictions