{"id":51401928,"url":"https://github.com/d3p1/magento2-social","last_synced_at":"2026-07-04T07:33:37.576Z","repository":{"id":347406557,"uuid":"1193979754","full_name":"d3p1/magento2-social","owner":"d3p1","description":"A Magento 2 module that allows have a centralized way of managing the links to your social networks that must be displayed in different sections of the store using Magento widget user tool","archived":false,"fork":false,"pushed_at":"2026-05-05T21:04:56.000Z","size":203,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-05T23:10:56.541Z","etag":null,"topics":["ecommerce","magento","magento-2","magento2","magento2-extension","magento2-extension-free","magento2-module","php","project"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d3p1.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-27T19:37:07.000Z","updated_at":"2026-05-05T21:04:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/d3p1/magento2-social","commit_stats":null,"previous_names":["d3p1/magento2-social"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/d3p1/magento2-social","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3p1%2Fmagento2-social","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3p1%2Fmagento2-social/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3p1%2Fmagento2-social/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3p1%2Fmagento2-social/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d3p1","download_url":"https://codeload.github.com/d3p1/magento2-social/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3p1%2Fmagento2-social/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35114172,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-04T02:00:05.987Z","response_time":113,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ecommerce","magento","magento-2","magento2","magento2-extension","magento2-extension-free","magento2-module","php","project"],"created_at":"2026-07-04T07:33:37.054Z","updated_at":"2026-07-04T07:33:37.568Z","avatar_url":"https://github.com/d3p1.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\n\n# [MAGENTO 2 - SOCIAL]\n\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n[![code consistency: php_code_sniffer](https://img.shields.io/badge/code_consistency-php_code_sniffer-blue.svg)](https://github.com/PHPCSStandards/PHP_CodeSniffer)\n[![code consistency: php_cs_fixer](https://img.shields.io/badge/code_consistency-php_cs_fixer-purple.svg)](http://github.com/PHP-CS-Fixer/PHP-CS-Fixer)\n\n\u003c/div\u003e\n\n## Introduction\n\nA [Magento 2](https://business.adobe.com/products/magento/magento-commerce.html)\nimplementation that allows you to have a centralized way of managing the links\nto your social networks that must be displayed in different sections of the\nstore (it implements\na [Magento widget](https://docs.magento.com/user-guide/v2.3/cms/widgets.html) to\nbe able to add this links in every page/section needed).\n\n## Installation\n\nTo proceed with the installation of your module, you need to go to\nthe [document root of your Magento installation](https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/tutorials/docroot.html)\nand run the following commands:\n\n```\ncomposer require d3p1/module-social\nbin/magento setup:upgrade\nbin/magento setup:di:compile\nbin/magento setup:static-content:deploy\nbin/magento cache:clean\nbin/magento cache:flush\n```\n\n\u003e [!NOTE]\n\u003e To execute `bin/magento setup:static-content:deploy` you need to list all the\n\u003e languages of your store/s using the\n\u003e [ISO-639 format](http://en.wikipedia.org/wiki/List_of_ISO_639_language_codes).\n\u003e Also, if you are using a platform mode different than\n`production`, you need to execute the command\n\u003e using the `-f` flag: [\n`bin/magento setup:static-content:deploy -f`](https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-static-view.html).\n\n\u003e [!NOTE]\n\u003e The command `bin/magento cache:flush`\n\u003e is\n[optional](https://devdocs.magento.com/guides/v2.4/config-guide/cli/config-cli-subcommands-cache.html#config-cli-subcommands-cache-clean).\n\n## Changelog\n\nDetailed changes for each release are documented in [\n`CHANGELOG.md`](./CHANGELOG.md).\n\n## License\n\nThis work is published under [MIT License](./LICENSE).\n\n## Author\n\nAlways happy to receive a greeting on:\n\n- [LinkedIn](https://www.linkedin.com/in/cristian-marcelo-de-picciotto/)\n- [Web](https://d3p1.dev/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3p1%2Fmagento2-social","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3p1%2Fmagento2-social","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3p1%2Fmagento2-social/lists"}