在 Angular 个应用程序中在社交媒体平台上分享
Share on Social Media Platforms in Angular application
是否有任何组件允许从 angular2 应用程序在 WhatsApp 上共享内容?
我找到了 ng2-social-share
模块,但它不支持 WhatsApp,文档 here。
git 上的另一个文档支持更多平台但不支持 WhatsApp。 Link 是 here.
是否有任何组件可以支持 Facebook、电子邮件、WhatsApp 和 Twitter?请分享。
我认为 JavaScript 没有好的组件。 Whatsapp 不提供开放 API。也许有一些第三方 APIs 但 Whatsapp 不正式支持此服务,使用它们可能是不合法的。
您可以使用AddToAny. It offers sharing over enough amount of social platforms. Here are more for your ref. - shareThis, addThis, social9
等第三方分享插件
此外,ngx-Sharebuttons 是支持您需求的 angular-ready 插件。
Social9 的 share worked well for me. I have implemented it for Square Deal Blog。它还具有为移动设备隐藏的选项。也可以配置放置。
是否有任何组件允许从 angular2 应用程序在 WhatsApp 上共享内容?
我找到了 ng2-social-share
模块,但它不支持 WhatsApp,文档 here。
git 上的另一个文档支持更多平台但不支持 WhatsApp。 Link 是 here.
是否有任何组件可以支持 Facebook、电子邮件、WhatsApp 和 Twitter?请分享。
我认为 JavaScript 没有好的组件。 Whatsapp 不提供开放 API。也许有一些第三方 APIs 但 Whatsapp 不正式支持此服务,使用它们可能是不合法的。
您可以使用AddToAny. It offers sharing over enough amount of social platforms. Here are more for your ref. - shareThis, addThis, social9
等第三方分享插件此外,ngx-Sharebuttons 是支持您需求的 angular-ready 插件。
Social9 的 share worked well for me. I have implemented it for Square Deal Blog。它还具有为移动设备隐藏的选项。也可以配置放置。