olahol / react-social

Simple React components for social buttons (Facebook, Twitter and Pinterest) and social counts.
177 stars 60 forks source link

Adds support to options in window.open #41

Closed vkammerer closed 7 years ago

vkammerer commented 7 years ago

This enables opening smaller detached windows, which can be the desired behaviour to preserve the original site in the background.

vkammerer commented 7 years ago

Hello,

This PR makes it possible to pass options to the window.open method, and therefore to create smaller windows. And example could be:

<FacebookButton
  url={url}
  appId={appId}
  windowOptions=['width=400', 'height=200']
/>
olahol commented 7 years ago

Thank you @vkammerer, nice work :+1:, windowOptions is in version 1.6.1.