Skip to content

Instantly share code, notes, and snippets.

View Jacob-Tate's full-sized avatar

Jacob Jacob-Tate

  • Kirkland, WA
View GitHub Profile
@timwright12
timwright12 / Bookmarklet.js
Last active May 5, 2024 21:02
Bookmarklet to share links in WordPress
/*
* Bookmarklet is an external script for sharing content Via wordpress
* It was specifically designed for csskarma.com, but feel free to nab it.
*
* Bookmarklet content ( NOTE: change the URL path ):
*
* javascript:(function ()%7Bvar jsCode %3D document.createElement(%27script%27)%3BjsCode.setAttribute(%27src%27, %27https://csskarma.com/js/bookmarklet.js%27)%3Bdocument.body.appendChild(jsCode)%3B %7D())%3B
*
*/