Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@ta-interaktiv/react-polymorphic-share-buttons

Package Overview
Dependencies
23
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ta-interaktiv/react-polymorphic-share-buttons

Renders a collection of social sharing buttons, accessing the Newsnet API to get the relevant data of the defined article.


Version published
Weekly downloads
2
decreased by-50%
Maintainers
3
Created
Weekly downloads
 

Readme

Source

Polymorphic Sharing Buttons

Renders a collection of social sharing buttons, accessing the Newsnet API to get the relevant data of the defined article.

npm version

Installation

yarn add @ta-interaktiv/react-polymorphic-share-buttons

API

PolymorphicShareButtons

These share buttons can be provided with an article ID. They will then use the Newsnet API to gather the correct links and share counters.

Examples

import PolymorphicShareButtons from
'@ta-interaktiv/react-polymorphic-share-buttons'

 class YourComponent extends React.Component {
  render() {
    return (
      <PolymorphicShareButtons
          articleID='34511213'
          hashtags={['TAGrafik', 'ddj']}
          displayType='horizontal icons'/>
    )
  }
}

Meta

  • version: 1.1

PolymorphicShareButtons

Extends React.Component

Share buttons that are configured using the Newsnet API, using the article ID

Parameters

  • props object
    • props.articleID string The article ID of the main / link article in the CD. Used to get the appropriate share URLs and counts.
    • props.clickHandler clickHandler? An action to execute when the button is clicked. Defaults to a call to the share button counter API endpoint.
    • props.displayType {VERTICAL_BUTTONS: string, HORIZONTAL_ICONS: string} The display type, either horizontally aligned icons (with share counter) or vertically stacked buttons. Defaults to vertical buttons. (optional, default VERTICAL_BUTTONS)
    • props.inverted boolean Whether the list should be displayed on a dark background. (optional, default false)
    • props.hashtags Array<string>? A list of hashtags to tag the shared content with. Facebook will only accept the first value, so make it count.
    • props.additionalFacebookShares number? Manually add Facebook shares in case some of them got lost due to changing the canonical URL.

requestStatus

Enum states for the loading process.

The subdomain to use for the call to the Newsnet API.

clickHandler

The default click handler will call the share counting REST API upon clicking the buttons.

Type: Function

Parameters

  • articleID string The ID of the article.
  • community community A community object, as provided by the Newsnet API
  • event object The react event object.

Returns void

Keywords

FAQs

Last updated on 08 Mar 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc