home.social

#pocketportal — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pocketportal, aggregated by home.social.

  1. I wish I knew about this when I was giving my #PocketPortal workshops: WobbleWeb / wwwobble, an open-source drag-and-drop visual site editor by @ojack.

    wwwobble.org/

    You can also export the static site to host it on Codeberg or the host of your choice.

    #wwwobble #WobbleWeb #CandideFindings #staticsitegenerator #staticwebsite #staticwebgenerator #staticweb #HTML #FOSS #smallweb

  2. For the #PocketPortal workshop, I wanted to include a clickable SMS link in one of the page examples. Clicking it would open the texting app with text and phone number set, inspired by moonshine.mu's "SMS for location".

    You may have encountered similar links which use mailto: (for email) and tel: (for telephone) in the site's #html markup.

    Anyway, doing so is trickier for SMS, but StackOverflow came in clutch: stackoverflow.com/questions/64

    #candidefindings