alanhogan / lessnmore

A self-hosted PHP-based URL shortener with stats and custom urls. Alan Hogan’s fork of Shaun Inman’s Lessn.
https://lessnmore.net/
BSD 3-Clause "New" or "Revised" License
206 stars 42 forks source link

“Tweetn” bookmarklet could include page title #8

Open alanhogan opened 13 years ago

alanhogan commented 13 years ago

Suggested by Andy Taylor.

Could do something like this in the bookmarklet and send it along to Twitter.

Planned feature.

BeauGiles commented 13 years ago

I would love this. I've been using this bookmarklet so far to just push stuff to Echofon.:

javascript:q=location.href;if(document.getSelection){d=document.getSelection();}else{d='';};p=document.title;void(open('http://LESSNU.RL/-/?url='+encodeURIComponent(q)+'&redirect=echofon%3A'+encodeURIComponent(p)+'%20-%20%l'));