Skip to content

Instantly share code, notes, and snippets.

@timonus
Last active August 29, 2015 14:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timonus/433ecd6e49b6fac1db1a to your computer and use it in GitHub Desktop.
Save timonus/433ecd6e49b6fac1db1a to your computer and use it in GitHub Desktop.
Flipboard Native Bookmarklet
// 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