share-action

1.0.7 • Public • Published

share-action

open window/page to share some url

Usage

gnpm i @geekpark/share-action

import share from '@geekpark/share-action';

$('.js-share').on('click', function () {
  var type = $(this).data('type');
  share.run({ type });
});

Options

  • type weibo|twitter|linkdin
  • url [page url]
  • text [share text]
  • des [desciption, only linkdin]
  • thumb [share image, only weibo]
  • appkey [share by xxx, default to share by @GeekPark, only weibo]

Readme

Keywords

Package Sidebar

Install

npm i share-action

Weekly Downloads

1

Version

1.0.7

License

ISC

Unpacked Size

4.02 kB

Total Files

4

Last publish

Collaborators

  • geekpark