{"id":267071,"date":"2025-12-19T02:46:24","date_gmt":"2025-12-19T02:46:24","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/blocks-for-bookwyrm\/"},"modified":"2025-12-20T14:44:56","modified_gmt":"2025-12-20T14:44:56","slug":"blocks-for-bookwyrm","status":"publish","type":"plugin","link":"https:\/\/lin.wordpress.org\/plugins\/blocks-for-bookwyrm\/","author":20265871,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.5","stable_tag":"1.0.5","tested":"6.9.4","requires":"6.8","requires_php":"8.2","requires_plugins":null,"header_name":"Blocks for BookWyrm","header_author":"Bob Matyas","header_description":"Add blocks for pulling currently reading and recently read books from BookWyrm instances.","assets_banners_color":"","last_updated":"2025-12-20 14:44:56","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/bobmatyas.com\/plugins\/blocks-for-bookwyrm\/","header_author_uri":"https:\/\/bobmatyas.com","rating":0,"author_block_rating":0,"active_installs":0,"downloads":184,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.4":{"tag":"1.0.4","author":"lastsplash","date":"2025-12-19 02:45:00"},"1.0.5":{"tag":"1.0.5","author":"lastsplash","date":"2025-12-20 14:44:56"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.jpg":{"filename":"icon-128x128.jpg","revision":3424248,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.jpg":{"filename":"icon-256x256.jpg","revision":3424248,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":[],"assets_blueprints":{"blueprint.json":{"filename":"blueprint.json","revision":3424248,"resolution":false,"location":"assets","locale":"","contents":"{\"landingPage\":\"\\\/wp-admin\\\/post-new.php\",\"preferredVersions\":{\"php\":\"8.2\",\"wp\":\"latest\"},\"phpExtensionBundles\":[\"kitchen-sink\"],\"steps\":[{\"step\":\"login\",\"username\":\"admin\",\"password\":\"password\"},{\"step\":\"installPlugin\",\"pluginData\":{\"resource\":\"wordpress.org\\\/plugins\",\"slug\":\"blocks-for-bookwyrm\"},\"options\":{\"activate\":true}}]}"}},"all_blocks":{"bookwyrm-blocks\/bookwyrm-reading-block":{"$schema":"https:\/\/schemas.wp.org\/trunk\/block.json","apiVersion":3,"name":"bookwyrm-blocks\/bookwyrm-reading-block","version":"0.1.0","title":"BookWyrm - Currently Reading","category":"widgets","icon":"book","description":"Lists currently reading books from a BookWyrm instance.","example":{},"attributes":{"bookwyrmUserName":{"type":"string"},"bookwyrmInstance":{"type":"string"},"placeholderType":{"type":"string","default":"svg"}},"supports":{"html":false},"textdomain":"bookwyrm-blocks","editorScript":"file:.\/index.js","editorStyle":"file:.\/index.css","style":"file:.\/style-index.css","render":"file:.\/render.php"},"bookwyrm-blocks\/bookwyrm-read-block":{"$schema":"https:\/\/schemas.wp.org\/trunk\/block.json","apiVersion":3,"name":"bookwyrm-blocks\/bookwyrm-read-block","version":"0.1.0","title":"BookWyrm - Recently Read","category":"widgets","icon":"book","description":"Lists recently read books from a BookWyrm instance.","example":{},"attributes":{"bookwyrmUserName":{"type":"string"},"bookwyrmInstance":{"type":"string"},"placeholderType":{"type":"string","default":"svg"}},"supports":{"html":false},"textdomain":"bookwyrm-blocks","editorScript":"file:.\/index.js","editorStyle":"file:.\/index.css","style":"file:.\/style-index.css","render":"file:.\/render.php"}},"tagged_versions":["1.0.4","1.0.5"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from\nthe \/assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the \/assets\ndirectory take precedence. For example, <code>\/assets\/screenshot-1.png<\/code> would win over <code>\/tags\/4.3\/screenshot-1.png<\/code>\n(or jpg, jpeg, gif).","2":"This is the second screen shot"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[4121,1779,252476],"plugin_category":[],"plugin_contributors":[214800],"plugin_business_model":[],"class_list":["post-267071","plugin","type-plugin","status-publish","hentry","plugin_tags-blocks","plugin_tags-books","plugin_tags-bookwyrm","plugin_contributors-lastsplash","plugin_committers-lastsplash"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/blocks-for-bookwyrm\/assets\/icon-128x128.jpg?rev=3424248","icon_2x":"https:\/\/ps.w.org\/blocks-for-bookwyrm\/assets\/icon-256x256.jpg?rev=3424248","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin adds two blocks to pull data from BookWyrm and to display it on your WordPress site:<\/p>\n\n<ul>\n<li>Recently Read books<\/li>\n<li>Currently Reading books<\/li>\n<\/ul>\n\n<h3>External Services<\/h3>\n\n<p>This plugin makes API calls to the user-configued <a href=\"https:\/\/joinbookwyrm.com\/\">BookWyrm<\/a> instance. It sends the user-configured username to:<\/p>\n\n<ul>\n<li>Retrieve a list of recently read or currently reading books (including author name, book title, and book ISBN).<\/li>\n<\/ul>\n\n<p>It relies on public endpoints and only displays already public information.<\/p>\n\n<p>Each BookWyrm instance configures its own privacy policy based on <a href=\"https:\/\/docs.joinbookwyrm.com\/privacy-controls.html\">the BookWyrm software's privacy controls<\/a>. This is <a href=\"https:\/\/bookwyrm.social\/privacy\">the Privacy Policy for the BookWyrm.social instance<\/a>.<\/p>\n\n<p>To display book covers, the plugin calls <a href=\"https:\/\/openlibrary.org\/developers\/api\">the OpenLibrary.org API<\/a>. The only data sent to OpenLibrary is an ISBN. No user information is sent. As a project of Archive.org, OpenLibrary.org's API is governed by the Archive.org <a href=\"https:\/\/archive.org\/about\/terms\">Terms of Service and Privacy Policy<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to the <code>\/wp-content\/plugins\/blocks-for-bookwyrm<\/code> directory, or install the plugin through the WordPress plugins screen directly.<\/li>\n<li>Activate the plugin through the 'Plugins' screen in WordPress<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='does%20this%20work%20with%20any%20instance%3F'><h3>Does this work with any instance?<\/h3><\/dt>\n<dd><p>It should although it was only tested against BookWyrm.social<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.5 - 12\/20\/25<\/h4>\n\n<ul>\n<li>Add default placeholders when no cover image found<\/li>\n<li>Add blueprint for WordPress.org<\/li>\n<li>Update plugin icon<\/li>\n<\/ul>\n\n<h4>1.0.4 - 12\/18\/25<\/h4>\n\n<ul>\n<li>Deploy to WordPress.org<\/li>\n<\/ul>\n\n<h4>1.0.2 - 12\/11\/25<\/h4>\n\n<ul>\n<li>Code adjustments for WordPress.org<\/li>\n<\/ul>\n\n<h4>1.0.1 - 12\/07\/25<\/h4>\n\n<ul>\n<li>Fix linting issues<\/li>\n<li>Switch to PHP-based API calls<\/li>\n<li>Adjust code to account for books with ISBN-10 instead of ISBN-13<\/li>\n<\/ul>\n\n<p>= 1.0.0\n- Initial release<\/p>","raw_excerpt":"Adds two blocks for pulling currently reading and past read books from BookWyrm","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/267071","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=267071"}],"author":[{"embeddable":true,"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/lastsplash"}],"wp:attachment":[{"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=267071"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=267071"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=267071"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=267071"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=267071"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/lin.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=267071"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}