Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: The Voten Bookmarklet #34

Open
ixtim opened this issue Jun 21, 2017 · 5 comments
Open

Feature Request: The Voten Bookmarklet #34

ixtim opened this issue Jun 21, 2017 · 5 comments

Comments

@ixtim
Copy link

ixtim commented Jun 21, 2017

Hi Voten!
I was thinking about the Feature option for Voten that submitting a story by clicking the bookmarklet in your browser. So You can easily submit your stories to Voten with just few clicks.

I think it would be useful for Voten users. What do you think?

@saleh-old
Copy link
Contributor

Hi Mustafa

You mean like a chrome extension?

@ixtim
Copy link
Author

ixtim commented Jun 21, 2017

Hi @sullyfischer. Unlike a traditional browser plug-in, a bookmarklet is not downloaded or installed, nor does it require time to load each time the browser is launched. To the end user, bookmarklets look like regular bookmarks that go across their browser toolbar. When selected, the bookmarklet opens a pop-up window instead of taking the user to a website to access the application.

It would be a simple plugin that displays a bookmarklet link for users to drag to their browser toolbar or add to their favorites. They can click that link when browsing other webpages to open a new window at post submission process. In other words, a bookmarklet is a tool for making it easier to use your site.

@toneywu
Copy link

toneywu commented Aug 9, 2017

In WEIBO, which is a Chinese version of twitter. the is a similar Bookmarklet function.

You don't need to install any extension, just the the save the Bookmarklet on the browser tool bar.
when you are reading a website, just click the Bookmarket icon on the browser-toolbar. a new page will be popped to abstract content from the page you are viewing.

I noticed the following code is listed in the Sina WEIBO Bookmarklet toolbar icon, (instead of a URL)

javascript:(function(){window.open('http://v.t.sina.com.cn/share/share.php?title='+encodeURIComponent(document.title)+'&url='+encodeURIComponent(location.href)+'&source=bookmark','_blank','width=450,height=400');})()

for example

  1. I am viewing a Voten.co
  2. By clicking the toolbar icon a new window popped up.
  3. after some processing in the newly-popped window, I get the following URL in the newly-popped window

http://service.weibo.com/share/share.php?title=Voten%20-%20Social%20Bookmarking%20For%20The%2021st%20Century&url=https%3A%2F%2Fvoten.co%2F&source=bookmark

@saleh-old
Copy link
Contributor

@Yoginth that's a great example. I will write one for sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants
@saleh-old @toneywu @ixtim and others