WordPress Theme to manage links.
- Add the theme to your
wp-content/themesfolder - Activate the theme
- Create at least 1 link and add the Custom Field with the value
url. This way the meta boxes dropdown will have theurlvalue for next time you want to create a link.
- Disable the Visual editor in your Profile. So we only use the regular HTML textarea field. Like so:
- Set a Search Widget to the sidebar.
- Set a Tag Cloud Widget to the sidebar.
Done! 🎉 Now you can go to the next section and make use of the powerful bookmark autofill.
Add this bookmark to your browser. Visit any site and hit the bookmark. You'll be redirected to the WordPress Dashboard with the page title and URL prefilled for you:
javascript:window.location=`YOUR_SITE/wp-admin/post-new.php?post_type=link&title=${encodeURIComponent(document.title)}&url=${encodeURIComponent(window.location.href)}&description=${document.querySelector('meta[name="description"]')?.content}`The RSS feed has been modified to include all your links.
You can use IFTT or similar service to pull your RSS feed and automatically share the links to your Twitter or Mastodon account.
You can even install this web app to be available for you when sharing via Android.
- Create a
service-worker.jsat the root of your WordPress installation. Get the content for it from the sample in the themesassets/service-worker.js
Why?
Google Chrome wants it at the root to match the scope defined in the site.manifest
In any case, the Service Worker does nothing. It only tricks Chrome into allowing you to install the app.
- Visit your Link Manager site on Google Chrome and install the app to your home screen.



