Giter Club home page Giter Club logo

social-share-urls's Introduction

Hi there 👋

social-share-urls's People

Contributors

adrianmachado avatar ahoylemon avatar bradvin avatar dependabot[bot] avatar fleeting avatar gmajoulet avatar hafezdivandari avatar hawc avatar hcharley avatar holdoffhunger avatar jason-cooke avatar orlandocharles avatar pedropamn avatar shrpne avatar yilinjuang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

social-share-urls's Issues

Viber works

Just tested the viber example that is already there, and it works just fine ;)

Make email fully Gmail compatible

I just found this repo and I love it. I noticed though that the format for mailto links is done in a way that is not fully compatible with Gmail; you'll only get the subject or the body, never both, whichever is first in the URL. This StackOverflow answer of mine documents how it can be made fully compatible with Gmail and other clients, with a really terrible hack that shouldn't be necessary.

I don't have time to do a PR right now since there are so many languages in here, but maybe someone else can, or maybe I will someday.

LinkedIn share error?

Hi there, using this:
https://www.linkedin.com/sharing/share-offsite/?url={url}

I get the LinkedIn error page:
"Something went wrong
Refresh the page"

UNKNOWN_URL_SCHEME

When I redirect to api.whatsapp can't open the app from browser

Need help
And this is error message from browser
IMG-20240328-WA0007

.

.

Pinterest NiceNames Key

Hi,
in the PHP-Class is the Pinterest-Key of the NiceNames-Array (Line 28) "pinterest.com".
Shouldn't it be just "pinterest", because the Keys in the other Arrays are only "pinterest"?

Add more Social Sharing URLs

Please add Social Sharing URLs for Surfingbird, WordPress, Flickr, Foursquare, meetup, DeviantArt and BufferApp.

BufferApp:

http://bufferapp.com/add?text=[post-title]&url=[post-url]

WordPress:

http://wordpress.com/press-this.php?u=[post-url]&t=[post-title]&s=[post-desc]&i=[post-img]

What for Surfingbird ???

.

.

WhatsApp short link without phone number not working anymore

It is worked earlier: https://wa.me/?text=text, but at the moment it is not working anymore.
If i add phone number in this link, then everything is alright: https://wa.me/8976?text=text.

This big link https://api.whatsapp.com/send?text=text works without phone number.

.

.

.

.

Substack Notes

I'm not sure if this is documented anywhere officially, but Substack Notes has a share URL scheme:

https://substack.com/notes?action=compose&message=hello

The message parameter can include URI-encoded URLs, and creates a popup that looks like this:

image

Whatsapp

This works for whatsapp:
<a href="https://api.whatsapp.com/send?text=www.google.com" data-action="share/whatsapp/share">Share via Whatsapp web</a>

.

.

[Line Sharing] Can't add text when shared line in android and ios

It working on PC. But not working on mobile (IOS, Android). It can't add text when shared line in android and ios.
After click button line shared, auto start line app. Although add text into url. But it none display on line timeline. There is link only.
Please tell me why and how to fix it. Thankyou!

.

.

Separate URL generation and UI widget into separate repos

This is an awesome project! I think you’ll get a lot more longevity out of the code if you separate the UI component and the URL generation stuff into separate node modules / repositories though.

That way someone could still use the URL stuff without needing the UI piece.

Anyway, just a suggestion—feel free to close if you’re not interested in doing that—love the project!

Wrong Url for line.me

should be https://lineit.line.me/share/ui?url={url}. http://line.me/R/msg/text/?{url} is not working.

[SUGESTION] Remove NewsVine and more...

I may be wrong but it seems NewsVine is no longer working.

Possible support for WhatsApp Web depends on browser detection (mobile / browser) see:

Strange error (api.whatsapp.com redirect Firefox, Opera, IE and Edge to mobile protocol [whatsapp://])
https://webapps.stackexchange.com/questions/106145/whatsapp-link-with-phone-number-doesnt-open-whatsapps-web-app

Based on detection: rewrite api.xxx.xxx to web.xxx.xxx (it's work)

In some scenarios the "pop-up" may be blocked ... maybe a "link" option is less blocking.

But this approach has its particularity in Firefox:

If is Firefox, append to <body> before trigger "click" Event
https://stackoverflow.com/questions/32225904/programmatical-click-on-a-tag-not-working-in-firefox

Add new services:

{
    name: 'G-Bookmarks',
    class: 'google',
    url: 'https://www.google.com/bookmarks/mark?op=edit&bkmk={url}&title={title}&annotation={desc}&labels={tags}'
},
{
    name: 'Flattr',
    class: 'flattr',
    url: 'https://flattr.com/submit/auto?user_id={account_id}&url={url}&title={title}'
},
{
    name: 'EchoJS',
    class: 'echojs',
    url: 'http://www.echojs.com/submit?u={url}&t={title}'
},
{
    name: 'Hacker News',
    class: 'hackernews',
    url: 'https://news.ycombinator.com/submitlink?u={url}&t={title}'
},
{
     name: 'Mail',
     class: 'mail',
     url: 'mailto:[email protected]?subject={title}&body={desc}'
}

Mobile options like Viber are only effective if they are launched in a "mobile" navigation ... it does not make sense to be available in a "desktop" nagation because they will not lead anywhere (I think).

I did something derived ... if you want to take a look: https://subversivo58.github.io/lab/social-share-link.html

Line sharing not working in android and ios

It working on PC. But not working on mobile (IOS, Android). It can't add text when shared line in android and ios.
After click button line shared, auto start line app. Although add text into url. But it none display on line timeline. There is link only.
How can fixed?Please.

Pinterest image with description - Mobile device

This code works perfect on desktop devices .
It saves pin and description with it.

<a data-pin-do="buttonBookmark" data-pin-lang="en" href={https://www.pinterest.com/pin/create/button/?url=${url}&medial=${imageURL}&description=${encodeURIComponent(pinterestDescription)}`}
style={{textDecoration:"none", color:"inherit"}}
>

`

But on mobile devices, it does not show description. I am only able to see image without any note or description.

Getting this now o mobile
image

And on desktop, it has description as well
image

Please help if anyone could do.
Thanks

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.