ludoo0d0a / googlereaderplus

Automatically exported from code.google.com/p/googlereaderplus
0 stars 0 forks source link

Support for sending pages to pinboard.in #420

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to request support for sending pages to Pinboard.in, as I used it 
as my "read later" site instead of Instapaper.

"read later" javascript bookmarklet

javascript:q=location.href;p=document.title;void(t=open('https://pinboard.in/add
?later=yes&noui=yes&jump=close&url='+encodeURIComponent(q)+'&title='+encodeURICo
mponent(p),'Pinboard','toolbar=no,width=100,height=100'));t.blur();

"popup bookmark saver" javascript bookmarklet

javascript:q=location.href;if(document.getSelection){d=document.getSelection();}
else{d='';};p=document.title;void(open('https://pinboard.in/add?url='+encodeURIC
omponent(q)+'&description='+encodeURIComponent(d)+'&title='+encodeURIComponent(p
),'Pinboard', 'toolbar=no,width=700,height=350'));

"popup bookmark saver with tags settings" javascript bookmarklet

javascript:q=location.href;if(document.getSelection){d=document.getSelection();}
else{d='';};p=document.title;void(open('https://pinboard.in/add?showtags=yes&url
='+encodeURIComponent(q)+'&description='+encodeURIComponent(d)+'&title='+encodeU
RIComponent(p),'Pinboard', 'toolbar=no,width=700,height=600'));

Original issue reported on code.google.com by anders.m...@gmail.com on 3 May 2011 at 7:24

GoogleCodeExporter commented 9 years ago
May be will i try if i have free time but this service is not free!!

Original comment by ludovic.valente on 4 May 2011 at 8:53

GoogleCodeExporter commented 9 years ago
If you get additional requests of this feature you could contact me on private 
terms and I could let you loan my account temporarily. Right now, it's not a 
big deal but I would like this feature!

Original comment by anders.m...@gmail.com on 4 May 2011 at 11:04

GoogleCodeExporter commented 9 years ago
It should be easy to integrate this if i can access to an account!

Original comment by ludovic.valente on 4 May 2011 at 11:30

GoogleCodeExporter commented 9 years ago
Okay, how should we go around of doing this? 

Original comment by anders.m...@gmail.com on 4 May 2011 at 3:14