Last active
August 29, 2015 14:05
-
-
Save timonus/433ecd6e49b6fac1db1a to your computer and use it in GitHub Desktop.
Flipboard Native Bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This is a bookmarklet that launches Flipboard and allows you to save to one of your magazines | |
// Note: We also have a dedicated web bookmarklet available at https://share.flipboard.com/ | |
// Steps to install | |
// 1. Open Safari and save any page to your bookmarks | |
// 2. Edit the bookmark you made and paste in the following Javascript in the URL field | |
javascript:var url=encodeURIComponent(window.location);window.location='flip-api-v1://x-callback-url/flip?url='+url+'&x-success='+url+'&x-cancel='+url+'&x-error='+url; | |
// Here's a video of how it's done https://www.dropbox.com/s/lhfcxk2jcvkr5eq/flipboard-native-bookmarklet.mov |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment