• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

share to => post URL

jtgd

Lurker
What I want is to have something added to the Share To menu that when I select it it will take the URL and Title of the web page and insert it into a URL that I supply and then post it. Does anyone know of such an app? Thanks.
 
Thanks for your reply but I don't really understand what "Like this?" means since you provide a link back to this page.

Ctrl+C just seems to let me copy to the clipboard, which I can already do without an app. What I need then is for it to automatically forward this in another URL. Seems like someone must have already written an app like that.
 
Like this - means I got those lines automatically by sharing this page to Cntrl+C.

Then I shared Cntl+C from the Play Store using itself and modifying the first line to add, "If so."

Sorry trying to get my arms around your idea...

What do you mean, forward in another url??
 
Basically I already have a bookmarklet (javascript) that does what I want in Dolphin, which is to post to my URL to save the info, but I'd like to do it directly from my RSS reader (Inoreader) by way of Share To. It's simply a matter of inserting the Title and URL into another URL and fetching it (and discard the result). This is the bookmarklet:

javascript:(function(){location.href='http://192.168.1.2/bookmark.cgi?uri...le='+encodeURIComponent(document.title);})();

I'd like to do that from a Share To.
 
Back
Top Bottom