Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/share/src/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ export const INSTAPAPER: Network = "http://www.instapaper.com/edit?url=@u&title=
export const LINE: Network = "http://line.me/R/msg/text/?@t%0D%0A@u%0D%0A@d";
export const LINKEDIN: Network = "https://www.linkedin.com/sharing/share-offsite/?url=@u";
export const MESSANGER: Network = "fb-messenger://share/?link=@u";
/** @deprecated Use MESSENGER instead - this will be removed in a future version */
export const MESSANGER: Network = MESSENGER;
export const ODNOKLASSNIKI: Network =
"https://connect.ok.ru/dk?st.cmd=WidgetSharePreview&st.shareUrl=@u&st.comments=@t";
export const PINTEREST: Network =
Expand Down