📱 Save Links from iOS
iOS Safari doesn't support the Web Share Target API yet, but you can still quickly save links to hypr.link using one of these methods:
Recommended
1. iOS Shortcut
Install the shortcut with one tap:
Install ShortcutOr create manually
- Open the Shortcuts app on your iPhone
- Tap the + button to create a new shortcut
- Tap Add Action
- Search for "Get URLs from Input" and select it
- Tap the ⓘ info button (or settings icon at top-right)
- Enable "Show in Share Sheet" (a "Receive" action will be added automatically at the top)
- Tap Done to close settings
- Tap + to add another action
- Search for "Text" and select the "Text" action
- In the text field, type:
https://hypr.link/add?url= - Tap at the end of the text (after
url=) - Tap the variables button and select "Shortcut Input"
- Tap + to add another action
- Search for "Open URLs" and select it
- Make sure it's set to open the "Text" from the previous step
- Tap the shortcut name at the top and rename it to "Save to hypr.link"
- Tap Done
After installing, when viewing any webpage, tap Share → "Save to hypr.link" to quickly save the link!
2. Safari Bookmarklet
Add a bookmark that saves the current page with one tap:
- Copy the code below
- Create a new bookmark in Safari (any page)
- Edit the bookmark and paste the code as the URL
- Name it "Save to hypr.link"
- When viewing a page, tap the bookmark to save it
javascript:(function(){const url=encodeURIComponent(location.href);const title=encodeURIComponent(document.title);window.location.href='https://hypr.link/add?url='+url+'&title='+title;})(); 3. Direct Add Link
Bookmark the add page for quick access:
- Bookmark this page: hypr.link/add
- When you find a link to save, copy it
- Open your bookmark and paste the URL
📝 Note
The iOS Shortcut and bookmarklet work from Safari, Chrome, Firefox, and other iOS browsers. Android users can use the native Share Target API which appears automatically in the share sheet.