1.2.0 • Published 4 years ago

reactjs-social-embed v1.2.0

Weekly downloads
217
License
MIT
Repository
github
Last release
4 years ago

ReactJS Social Embed

Build Status

Reactjs social embed provide faster and easy wrapper to embed platform like youtube, twitter, instagram, vimeo and facebook. It Provides support for

  • Youtube Video Embed
  • Vimeo Video Embed
  • Facebook posts and video Embed
  • Instagram Post emvbed
  • Twitter tweet emved

Installation

$ npm install --save reactjs-social-embed

Usage

1) Youtube

import { Youtube } from 'reactjs-social-embed'
<Youtube width="100%" parentClass="p-container" iframeClass="v-container" id="w5GrxfjuTTI" /> 
PorpsType
idstring // youtube video id
widthstring // custom width of iframe
heightstring // custom width of iframe
isPlaylistbool // if video is in playlist
autoPlaybool
parentClassstring
iframeClassstring

2) Instagram

import { Instagram } from 'reactjs-social-embed'
<Instagram url="https://www.instagram.com/p/B8zB3rclo1H/" />	
PorpsType
urlstring // insta video id
widthstring // custom width of iframe
heightstring // custom width of iframe
hideCaptionbool // if you want to hide caption
autoPlaybool
parentClassstring

3) Facebook (post & Video)

import { Facebook } from 'reactjs-social-embed'
<Facebook type="post" width="100%" height="680px" show_text={true} 
url="https://www.facebook.com/postmalone/posts/1992925354174335" />
<Facebook type="video" width="100%" height="680px" show_text={true} 
url="https://www.facebook.com/postmalone/videos/908295402959230/" />
PorpsType
typestring // wether it is post or video
urlstring // url
widthstring // custom width of iframe
heightstring // custom width of iframe
show_textbool // want to show caption
parentClassstring
iframeClassstring

4) Twitter

import { Twitter } from 'reactjs-social-embed'
<Twitter id="1169826984433606656" />
PorpsType
idstring // tweet id
parentClassstring

5) Vimeo

import { Vimeo } from 'reactjs-social-embed'
<Vimeo width="100%" id="378108134" />
PorpsType
idstring // vimeo video id
widthstring // vimeo width of iframe
parentClassstring

Contributing

This is an early phase, We are eagerly looking for contributions from the community. To get started:

Step 1

  • Option 1 )🍴 Fork this repo!
  • Option 2) - 👯 Clone this repo to your local machine using https://github.com/Blitz-Mobile-Apps/reactjs-social-embed

Step 2

  • HACK AWAY! 🔨🔨🔨

Step 3

  • 🔃 Create a new pull request.

Support

Reach out to us at our Website: Blitz Mobile Apps

License

License