Code Monkey home page Code Monkey logo

Comments (4)

MaxArt2501 avatar MaxArt2501 commented on May 10, 2024 1

Scratch that, I'm on a train, I did it a moment ago 😄

Happy coding!

from share-this.

MaxArt2501 avatar MaxArt2501 commented on May 10, 2024

Although I don't consider the sharers a vital part of this package, the request is fair enough. I'll do that for the next release.

And since I have no idea when the next release will be, in the meanwhile you can work around the problem by redefining the render method of the email sharer, e.g.:

import * as emailSharer from "share-this/dist/sharers/email";

emailSharer.render = function render(text, rawText, refUrl) {
    const url = this.getShareUrl(text, refUrl);

    return `<a href="${url}" rel="noopener nofollow noreferrer">`
        + 'Look ma, no target="_blank"!</a>';
};

from share-this.

jimblue avatar jimblue commented on May 10, 2024

ok @MaxArt2501 ! of course sooner is better 😆 !

thanks man

from share-this.

jimblue avatar jimblue commented on May 10, 2024

Haha nice, thank you man, coding on the rails I know that too 😄
Have a safe trip!

from share-this.

Related Issues (20)

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.