{"id":18454590,"url":"https://github.com/likecoin/likecoin-wordpress","last_synced_at":"2025-10-08T19:01:44.347Z","repository":{"id":39862794,"uuid":"139800089","full_name":"likecoin/likecoin-wordpress","owner":"likecoin","description":"The WordPress plugin to integrate LikeCoin - Decentralized Publishing Infrastructure.","archived":false,"fork":false,"pushed_at":"2024-03-29T00:25:41.000Z","size":14714,"stargazers_count":20,"open_issues_count":27,"forks_count":16,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-03-23T06:11:18.371Z","etag":null,"topics":["arweave","blockchain","ipfs","likechain","likecoin","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://wordpress.org/plugins/likecoin/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/likecoin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-07-05T05:43:55.000Z","updated_at":"2024-05-30T11:03:09.000Z","dependencies_parsed_at":"2023-09-22T07:05:11.350Z","dependency_job_id":"3d9f5cd3-1459-497c-bea7-8f0f4c053116","html_url":"https://github.com/likecoin/likecoin-wordpress","commit_stats":{"total_commits":637,"total_committers":15,"mean_commits":42.46666666666667,"dds":0.4411302982731554,"last_synced_commit":"2a81312fa166be4a841a2d9c6f19937d26fbb335"},"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likecoin%2Flikecoin-wordpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likecoin%2Flikecoin-wordpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likecoin%2Flikecoin-wordpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likecoin%2Flikecoin-wordpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/likecoin","download_url":"https://codeload.github.com/likecoin/likecoin-wordpress/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247779796,"owners_count":20994569,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arweave","blockchain","ipfs","likechain","likecoin","wordpress","wordpress-plugin"],"created_at":"2024-11-06T08:05:25.946Z","updated_at":"2025-10-08T19:01:44.335Z","avatar_url":"https://github.com/likecoin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web3Press WordPress Plugin By LikeCoin\n\n[![WordPress plugin downloads](https://img.shields.io/wordpress/plugin/dt/likecoin.svg)](https://wordpress.org/plugins/likecoin/)\n[![WordPress plugin rating](https://img.shields.io/wordpress/plugin/r/likecoin.svg)](https://wordpress.org/plugins/likecoin/)\n[![WordPress plugin version](https://img.shields.io/wordpress/plugin/v/likecoin.svg)](https://wordpress.org/plugins/likecoin/)\n[![WordPress version tested](https://img.shields.io/wordpress/v/likecoin.svg)](https://wordpress.org/plugins/likecoin/)\n[![CircleCI](https://circleci.com/gh/likecoin/likecoin-wordpress.svg?style=svg)](https://circleci.com/gh/likecoin/likecoin-wordpress)\n[![Greenkeeper badge](https://badges.greenkeeper.io/likecoin/likecoin-wordpress.svg)](https://greenkeeper.io/)\n\n## Important Migration Notice\n\n**This plugin is transitioning from liker.land to 3ook.com** - the next evolution of decentralized bookstore technology.\n\n### What's Changing:\n- **Read-Only State**: The plugin will enter read-only mode during the migration preparation\n- **No More NFT Publishing**: All publish to ISCN and NFT functions have been removed\n- **Widget Migration**: LikeCoin buttons and NFT widgets will migrate to 3ook.com widgets\n- **New Features**: Display book collections from 3ook.com or recommend specific books\n\n### What Still Works:\n- Control display settings for LikeCoin buttons and NFT widgets\n- Update ISCN ID and Arweave ID for posts\n- Assign Liker ID to site or post (will be removed in next version)\n- Internet Archive integration and payment pointer functions\n\n### About 3ook.com:\n3ook.com is a decentralized bookstore running on EVM blockchain - the next evolution of liker.land. Like its predecessor, it focuses on empowering creators and building decentralized communities around content.\n\n## Development Setup\n\nThe suggested way of development environment is docker based. This guide will\nassume you have Docker Community Edition 18+ installed. Please download at\n[https://store.docker.com](https://store.docker.com) and follow the\ninstallation instruction.\n\n``` bash\n# Build the docker images, run it for the first time or you have dependency updates\ndocker-compose build\n\n# Run the dev env\ndocker-compose up\n\n# Install nodejs dependencies\n# npm install\n```\n\n## JavaScript Development\nAuto rebuild script in dev mode. Only one javascript component can be run at a time.\n``` bash\n# DePub metabox for classic editor\nnpm run dev:admin:metabox\n\n# LikeCoin plugin admin setting pages\nnpm run dev:admin:settings\n\n# DePub Editor sidebar for Gutenberg\nnpm run dev:sidebar\n```\n\n\n## Lint\nTODO: we are running these command in host, should switch to docker-based test command\n\nRun PHP sniffer for PHP lint\n``` bash\n# Install composer if not exists\n# brew install composer\n\n# Install dependencies\ncomposer install\n\n# Install WordPress PHP Coding standard\ncd vendors\ngit clone -b master https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git ./wpcs\n./bin/phpcs --config-set installed_paths `pwd`/wpcs\ncd ..\n\n# Run phpcs\n./vendor/bin/phpcs likecoin --standard=WordPress --extensions=php\n\n# or, run phpcbf for autofix\n./vendor/bin/phpcbf likecoin --standard=WordPress --extensions=php\n```\n\nRun Eslint and Stylelint for javascript lint\n``` bash\n# run eslint and stylelint\nnpm run lint\n```\n\n## Production\n\nJavascript files need to be transpile using wp-script\n\n``` bash\n# Run wp-script/webpack\nnpm run build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikecoin%2Flikecoin-wordpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flikecoin%2Flikecoin-wordpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikecoin%2Flikecoin-wordpress/lists"}