{"id":13536646,"url":"https://github.com/theme-next/hexo-next-share","last_synced_at":"2025-07-10T00:32:24.790Z","repository":{"id":90598570,"uuid":"115855239","full_name":"theme-next/hexo-next-share","owner":"theme-next","description":"Content sharing services for NexT.","archived":false,"fork":false,"pushed_at":"2020-07-04T08:05:15.000Z","size":15,"stargazers_count":12,"open_issues_count":2,"forks_count":2,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-11-03T01:33:19.673Z","etag":null,"topics":["social-buttons","theme-next"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theme-next.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2017-12-31T09:50:40.000Z","updated_at":"2024-08-13T15:33:16.000Z","dependencies_parsed_at":"2023-04-11T05:31:53.700Z","dependency_job_id":null,"html_url":"https://github.com/theme-next/hexo-next-share","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theme-next%2Fhexo-next-share","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theme-next%2Fhexo-next-share/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theme-next%2Fhexo-next-share/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theme-next%2Fhexo-next-share/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theme-next","download_url":"https://codeload.github.com/theme-next/hexo-next-share/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225606632,"owners_count":17495551,"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":["social-buttons","theme-next"],"created_at":"2024-08-01T09:00:46.266Z","updated_at":"2024-11-20T17:56:54.032Z","avatar_url":"https://github.com/theme-next.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["NexT Plugins"],"readme":"# Hexo NexT Share\n\n![Theme Version](https://img.shields.io/badge/NexT-v7.3.0+-blue.svg?style=flat-square)\n![Package Version](https://img.shields.io/github/package-json/v/theme-next/hexo-next-share?style=flat-square)\n\nContent Sharing Services for NexT.\n\n## Install\n\n```bash\nnpm install theme-next/hexo-next-share\n```\n\n## Configure\n\nYou can config those in both **hexo** or **theme** `_config.yml`.\n\n#### Likely\n\nEdit the configurations in `likely` section in the theme config file as following:\n\n```yml next/_config.yml\n# Likely Share\n# See: https://ilyabirman.net/projects/likely/, https://github.com/ilyabirman/Likely\n# Likely supports four looks, nine social networks, any button text.\n# You are free to modify the text value and order of any network.\nlikely:\n  enable: true\n  cdn:\n    js: //cdn.jsdelivr.net/npm/ilyabirman-likely@2/release/likely.min.js\n    css: //cdn.jsdelivr.net/npm/ilyabirman-likely@2/release/likely.min.css\n  look: normal # available values: normal, light, small, big\n  networks:\n    twitter: Tweet\n    facebook: Share\n    linkedin: Link\n    gplus: Plus\n    vkontakte: Share\n    odnoklassniki: Class\n    telegram: Send\n    whatsapp: Send\n    pinterest: Pin\n```\n\n#### Need More Share\n\nSet the value `enable` to `true`, and edit other configurations in `needmoreshare` section in the theme config file as following:\n```yml next/_config.yml\n# NeedMoreShare2\n# Dependencies: https://github.com/theme-next/theme-next-needmoreshare2\n# For more information: https://github.com/revir/need-more-share2\n# iconStyle: default | box\n# boxForm: horizontal | vertical\n# position: top / middle / bottom + Left / Center / Right\n# networks:\n# Weibo | Wechat | Douban | QQZone | Twitter | Facebook | Linkedin | Mailto | Reddit | Delicious | StumbleUpon | Pinterest\n# GooglePlus | Tumblr | GoogleBookmarks | Newsvine | Evernote | Friendfeed | Vkontakte | Odnoklassniki | Mailru\nneedmoreshare:\n  enable: true\n  cdn:\n    js: //cdn.jsdelivr.net/gh/theme-next/theme-next-needmoreshare2@1/needsharebutton.min.js\n    css: //cdn.jsdelivr.net/gh/theme-next/theme-next-needmoreshare2@1/needsharebutton.min.css\n  postbottom:\n    enable: true\n    options:\n      iconStyle: box\n      boxForm: horizontal\n      position: bottomCenter\n      networks: Weibo,Wechat,Douban,QQZone,Twitter,Facebook\n  float:\n    enable: false\n    options:\n      iconStyle: box\n      boxForm: horizontal\n      position: middleRight\n      networks: Weibo,Wechat,Douban,QQZone,Twitter,Facebook\n```\n\n#### Share.js\n\n```yml next/_config.yml\n# share.js\n# See: https://github.com/overtrue/share.js\n# networks: weibo,qq,wechat,tencent,douban,qzone,linkedin,diandian,facebook,twitter,google\nsharejs:\n  enable: true\n  cdn:\n    js: //cdn.jsdelivr.net/npm/social-share.js@1/dist/js/social-share.min.js\n    css: //cdn.jsdelivr.net/npm/social-share.js@1/dist/js/social-share.min.css\n  networks: weibo,qq,wechat,tencent,douban,qzone,linkedin,diandian,facebook,twitter,google\n  wechat_qrcode:\n    title: share.title\n    prompt: share.prompt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheme-next%2Fhexo-next-share","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheme-next%2Fhexo-next-share","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheme-next%2Fhexo-next-share/lists"}