Skip to content

Instantly share code, notes, and snippets.

@goaround
Last active May 22, 2024 12:46
Show Gist options
  • Save goaround/e669fffe013bcc63ebbf85bf04e0745b to your computer and use it in GitHub Desktop.
Save goaround/e669fffe013bcc63ebbf85bf04e0745b to your computer and use it in GitHub Desktop.
Mixpost Share Bookmark

Create a Bookmark in your Browser and fill the Address with the Bookmark JavaScript. Replace MY_MIXPOST.DOMAIN with your own Domain and MY_MIXPOST_WORKSPACE_ID with the UUID Workspace ID

javascript: (function(){window.open('https://MY_MIXPOST.DOMAIN/mixpost/MY_MIXPOST_WORKSPACE_ID/posts/create?link=' + encodeURIComponent(document.location.href) + '&title=' + encodeURIComponent(document.querySelector('h1').innerText) + '&body=' + encodeURIComponent(document.querySelector('h1').innerText + ' ' + document.location.href) ,'Mixpost','width=740,height=800,menubar=no,status=no')})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment