Coder Social home page Coder Social logo

Add Twitter Referrer about mediumship HOT 5 CLOSED

swapagarwal avatar swapagarwal commented on July 25, 2024
Add Twitter Referrer

from mediumship.

Comments (5)

Sfailla avatar Sfailla commented on July 25, 2024 1

I can work on this if it is still open. Let me know thanks!

from mediumship.

shridharkapshikar avatar shridharkapshikar commented on July 25, 2024

Swpanil, please correct me. When I am trying to login to browser without adding an extension, it shows me 2 options, 1 - login with Google account and 2 - login with Facebook account. So Twitter referrer should be added on that window? please confirm.
Also, when I add the Medium extension to chrome, and I can see "Sign in with Twitter"

from mediumship.

rtvkiz avatar rtvkiz commented on July 25, 2024

Yes Twitter referrer should be added to the login page

from mediumship.

j3soon avatar j3soon commented on July 25, 2024

@Stevo99 The method we're using now is find its canonical url and open it in a new window. If the canonical url doesn't exist, we'll open it in incognito mode. The 2 methods combined works in most of the cases.

/* chrome */
chrome.windows.create({"url": webCanonicalUrl});
chrome.windows.create({"url": url, "incognito": true});
/* firefox */
browser.tabs.create({"url": webCanonicalUrl});
browser.windows.create({"url": url, "incognito": true});

We would appreciate if you could somehow add the twitter referrer. Currently, @swapagarwal maintains the chrome version, I maintain the firefox version, and we both haven't work on this feature yet.

from mediumship.

swapagarwal avatar swapagarwal commented on July 25, 2024

Resolved in dd960d2

from mediumship.

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.