next-share icon indicating copy to clipboard operation
next-share copied to clipboard

Add mobile props to choose between web link or app link for messenger

Open Bunlong opened this issue 3 years ago • 0 comments

Draft

<FacebookMessengerShareButton
  url={url}
  mobile={isMobile}
  appId='************'
  className='share_button'
>
  <FacebookMessengerIcon size={32} round />
</FacebookMessengerShareButton>

Bunlong avatar Jun 23 '22 15:06 Bunlong