{"id":37261722,"url":"https://github.com/sharethis-github/magento-sharethis-share-buttons","last_synced_at":"2026-01-15T23:12:24.060Z","repository":{"id":47512874,"uuid":"491305054","full_name":"sharethis-github/magento-sharethis-share-buttons","owner":"sharethis-github","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-19T17:38:03.000Z","size":175,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-12-29T13:01:52.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","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/sharethis-github.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-05-11T23:49:22.000Z","updated_at":"2023-01-31T19:49:55.000Z","dependencies_parsed_at":"2022-09-23T12:00:58.773Z","dependency_job_id":null,"html_url":"https://github.com/sharethis-github/magento-sharethis-share-buttons","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sharethis-github/magento-sharethis-share-buttons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharethis-github%2Fmagento-sharethis-share-buttons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharethis-github%2Fmagento-sharethis-share-buttons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharethis-github%2Fmagento-sharethis-share-buttons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharethis-github%2Fmagento-sharethis-share-buttons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sharethis-github","download_url":"https://codeload.github.com/sharethis-github/magento-sharethis-share-buttons/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sharethis-github%2Fmagento-sharethis-share-buttons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419196,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-01-15T23:12:23.466Z","updated_at":"2026-01-15T23:12:24.050Z","avatar_url":"https://github.com/sharethis-github.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShareThis Share Buttons Magento Extension\n\nShareThis Share Buttons is a tool that allows you to expand the reach of your content organically and grow your audience. Make it easy for your audience to share your content across the most popular social channels. \n\n**Features**\n\n- Choose from 40+ social channels: Facebook, Twitter, Email, LinkedIn, WhatsApp, Pinterest, Snapchat, Reddit, Tumblr, Digg, Flipboard, Meneame, Facebook Messenger, Odnoklassniki, Sina Weibo, Vk, Blogger, Xing, Mail Ru, Livejournal, Buffer, Douban, Evernote, Google Bookmarks, Gmail, HackerNews, Instapaper, Line, Pocket, QZone, Diaspora, Surfingbird, Refind, RenRen, Skype, Telegram, Threema, Yahoo Mail, WordPress, and Wechat\n- Configure your buttons to stay anchored on the sidebar as visitors scroll or inline near your headline or product on the page for ideal visibility\n- Customize the design including the alignment, size, and color to match your brand\n- Increase social shares with our responsive, lightweight, code which loads asynchronously and won’t slow down your site.\n- Select your preferred language from over 15 options: English, German, Spanish, French, Italian, Japanese, Korean, Portuguese, Russian, Chinese, Dutch, Arabic, Bengali, Hindi, Turkish, and Vietnamese.\n\n## Table of Contents\n\n1. [Installation](#Installation)\n   1. [Installation via Composer](#Installation-via-Composer)\n   2. [Installation via Github](#Installation-via-Github)\n2. [Contributing](#Contributing)\n3. [Support](https://github.com/sharethis-github/magento-sharethis-share-buttons/issues/)\n\n## Installation\n\n### Installation via Composer\n\nInstallation via Composer is recommended.\n\n```shell\ncomposer require sharethis/magento-sharethis-sharebuttons\nphp bin/magento setup:upgrade\nphp bin/magento setup:static-content:deploy\n```\n\n### Installation via Github\n\nAlternatively, you can install via cloning from Github.\n\n```bash\nmkdir -p app/code/ShareThis\ngit clone git@github.com:sharethis-github/magento-sharethis-share-buttons.git app/code/ShareThis/ShareButtons\ncomposer install -d app/code/ShareThis/ShareButtons\n```\n\n## Contributing\n\nThis repo comes with a built-in Docker-based development environment. First, clone the repo.\n\n```bash\ngit clone git@github.com:sharethis-github/magento-sharethis-share-buttons.git\ncd magento-sharethis-share-buttons\n```\n\nAdd the host entry for site:\n\n```bash\n127.0.0.1   magento.local\n```\n\nNext, build Magento.\n\n```shell\nmake prepare\n```\n\nNow that the containers are built, let's set up the admin:\n\n```shell\nmake init\n```\n\nOnce that's done, we can populate the site with sample data. This will take at least 20 minutes. Make sure you set your Docker resources high (8GB RAM at least).\n\n```bash\nmake populate\n```\n\n\u003e NOTE: This command will ask for your Magento credentials. Visit https://marketplace.magento.com/customer/accessKeys/ and copy the `Public Key` and `Private Key` in as the `Username` and `Password` respectively.\n\nOnce this is done, your store will be populated with sample data and you can log in with credentials populated from the `MAGENTO_ADMIN_USERNAME` and `MAGENTO_ADMIN_PASSWORD` values from the `env` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharethis-github%2Fmagento-sharethis-share-buttons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharethis-github%2Fmagento-sharethis-share-buttons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharethis-github%2Fmagento-sharethis-share-buttons/lists"}