Skip to content

potato4d/techfeed-share-button

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TechFeed Share Button

test codecov Version

The social share button for TechFeed.

Live Demo

here

Usage

Using the CDN version

The CDN version of the TechFeed Button runs as an IIFE and allows you to put a button on your website in seconds by simply loading it.

<techfeed-button url="https://github.com/potato4d/techfeed-share-button"></techfeed-button>

<script src="https://unpkg.com/techfeed-share-button@0.2.0/dist/web/widget.js"></script>

Using the NPM package

$ yarn add techfeed-share-button
import defineComponent from 'techfeed-share-button'

defineComponent() // The `window.customElements.register('techfeed-button', TechFeedButton)` wrapper

Tutorial

LICENCE

MIT