This plugin allows you to make use of bookmarks that are managed in an Nextcloud Instance in WordPress posts and pages. You can:
- make use of the Nextcloud Bookmarks App (Link to the newest version).
- access the ownCloud database after configuring it like described in this tutorial section.
- Use the shortcode [ nc2wpbm] to generate tables that contain ownCloud Bookmarks that ared tagged with 'public'.
- Use the shortcode [ nc2wpbm tag="example"] to generate tables that contain ownCloud Bookmarks that ared tagged with 'example'.
- Use the shortcode [ nc2wpbm tag="example, public"] to generate tables that contain ownCloud Bookmarks that ared tagged with 'example' or 'public'.
- Use the shortcode [ nc2wpbm tag="example, public" connector="AND"] to generate tables that contain ownCloud Bookmarks that ared tagged with both: 'example' AND 'public'.
- Configure the layout of the table.
find more in this tutorial