-
Notifications
You must be signed in to change notification settings - Fork 231
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
Comments
Hi Mustafa You mean like a chrome extension? |
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. |
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. 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
|
@Yoginth that's a great example. I will write one for sure. |
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?
The text was updated successfully, but these errors were encountered: