Giter VIP home page Giter VIP logo

blitz-mobile-apps / reactjs-social-embed Goto Github PK

View Code? Open in Web Editor NEW
9.0 3.0 6.0 1.16 MB

Reactjs social embed provide faster and easy wrapper to embed platform like youtube, twitter, instagram, vimeo and so much more

Home Page: https://www.npmjs.com/package/reactjs-social-embed

HTML 3.21% JavaScript 93.52% CSS 3.27%
social-embed video-embed facebook-embed vimeo-embed twitter-embed iframe instagram-embed react reactjs youtube-embed

reactjs-social-embed's Introduction

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" /> 
Porps Type
id string // youtube video id
width string // custom width of iframe
height string // custom width of iframe
isPlaylist bool // if video is in playlist
autoPlay bool
parentClass string
iframeClass string

2) Instagram

import { Instagram } from 'reactjs-social-embed'
<Instagram url="https://www.instagram.com/p/B8zB3rclo1H/" />	
Porps Type
url string // insta video id
width string // custom width of iframe
height string // custom width of iframe
hideCaption bool // if you want to hide caption
autoPlay bool
parentClass string

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/" />
Porps Type
type string // wether it is post or video
url string // url
width string // custom width of iframe
height string // custom width of iframe
show_text bool // want to show caption
parentClass string
iframeClass string

4) Twitter

import { Twitter } from 'reactjs-social-embed'
<Twitter id="1169826984433606656" />
Porps Type
id string // tweet id
parentClass string

5) Vimeo

import { Vimeo } from 'reactjs-social-embed'
<Vimeo width="100%" id="378108134" />
Porps Type
id string // vimeo video id
width string // vimeo width of iframe
parentClass string

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.