osayaweventures/share-links
Composer 安装命令:
composer require osayaweventures/share-links
包简介
Social sharing links for your Statamic site
README 文档
README
Easily configure and add social sharing links to your Statamic site.
Features
This following channels are currently supported:
How to Install
You can search for this addon in the Tools > Addons section of the Statamic control panel and click install, or run the following command from your project root:
composer require osayaweventures/share-links
Publish the view
php artisan vendor:publish --tag="share-links-views"
How to Use
- In the Statamic Control Panel, click on the Share Links option under Tools. Next, toggle the buttons to enable or disable specific channel.
- Use the
{{ share_links }}tag where you want the buttons to appear
Supported tags
The following tags are support:
{{ share_links:dump }}
OUTPUT:
[
"facebook" => "https://www.facebook.com/sharer/sharer.php?u=urlencoded"
"twitter" => "https://twitter.com/intent/tweet?url=urlencoded"
"linkedin" => "https://www.linkedin.com/shareArticle?mini=true&url=urlencoded"
"whatsapp" => "https://api.whatsapp.com/send?text=urlencoded"
]
Generate Facebook Link
{{ share_links:facebook }}
Generate LinkedIn Link
{{ share_links:linkedin }}
Below are the og: tags that must exist and their correct format for LinkedIn:
<meta property='og:title' content='Title of the article'/>
<meta property='og:image' content='//media.example.com/ 1234567.jpg'/>
<meta property='og:description' content='Description that will show in the preview'/>
<meta property='og:url' content='//www.example.com/URL of the article'/>
Generate Twitter Link
{{ share_links:twitter text="Post to twitter" handle="10gurusolutions" hashtags="elonmusk,statamic" related=""}}
Generate WhatsApp Link
{{ share_links:whatsapp }}
osayaweventures/share-links 适用场景与选型建议
osayaweventures/share-links 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.51k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2022 年 12 月 01 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 osayaweventures/share-links 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 osayaweventures/share-links 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 1.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 14
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-01