Git Product home page Git Product logo

better-share-button's Introduction

trophy

better-share-button's People

Contributors

carlsednaoui avatar davidbhayes avatar dmathisen avatar girasquid avatar hhsnopek avatar holm avatar hongaar avatar jhit avatar joshrowley avatar kkirsche avatar kylemac avatar mathieuloutre avatar mikequaci avatar ncksllvn avatar pablaber avatar pasine avatar refi64 avatar rejas avatar saibayadon avatar seanlinsley avatar tmilewski avatar whazap avatar wil93 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

better-share-button's Issues

Support for triggering Web Share API

Hi from the Chrome team!

Heads up that we recently shipped an API navigator.share() that sites can now use on Chrome for Android to trigger the native share system.

For example:

if (navigator.share) {
  navigator.share({
      title
      text
      url
  })
    .then(() => console.log('Successful share'))
    .catch((error) => console.log('Error sharing', error));
}

Would it be possible to use this when the user clicks share in order to trigger the system native share when available? This provides a really nice experience since the user can share directly with the apps they have installed etc!

Thanks!

wordpress permalink

Is there a way of getting the wordpress permalink instead of the page link?
Hence if we want to use it on the feed page under each post

Animation looks blurred while popping up

Details

see title

Description

see title

Affected Tech

  • ?? (Man, I need to redo this template...)

OS(s)

  • ​Linux.

Browser(s)

  • ​Chrome.

Steps to Reproduce

  1. PRESS THE BUTTON.

TL; DR

see title

Comments

...

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.