Добавяне на линк в Svejo.net чрез Ubiquity
След като ъпдейта на Ubiquity е факт (Добави Ubiquity за Firefox), дойде време и аз да напиша една полезна команда с която бързо и лесно се публикува линк в Svejo.net ![]()
Командата може да се добави от http://gist.github.com/42270 или ръчно като използвате кода подолу:
CmdUtils.CreateCommand({
name: "svejo",
icon: "http://svejo.net/favicon.ico",
homepage: "http://www.bulgaria-web-developers.com/en/home",
author: { name: "Dimitar Ivanov", email: "info@bulgaria-web-developers.com"},
license: "MIT",
description: "Submit link to Svejo.net",
help: "Try: svejo http://blog.com/?p=127 t This is a link title s This is a link summary",
takes: {"link": noun_arb_text},
modifiers: {"t" : noun_arb_text, "s": noun_arb_text},
execute: function( link, mods ) {
window.open("http://svejo.net/story/submit_by_url?url=" + link.text + "&title=" + encodeURIComponent(mods["t"].text) + "&summary=" + encodeURIComponent(mods["s"].text), "", "");
}
});
name: "svejo",
icon: "http://svejo.net/favicon.ico",
homepage: "http://www.bulgaria-web-developers.com/en/home",
author: { name: "Dimitar Ivanov", email: "info@bulgaria-web-developers.com"},
license: "MIT",
description: "Submit link to Svejo.net",
help: "Try: svejo http://blog.com/?p=127 t This is a link title s This is a link summary",
takes: {"link": noun_arb_text},
modifiers: {"t" : noun_arb_text, "s": noun_arb_text},
execute: function( link, mods ) {
window.open("http://svejo.net/story/submit_by_url?url=" + link.text + "&title=" + encodeURIComponent(mods["t"].text) + "&summary=" + encodeURIComponent(mods["s"].text), "", "");
}
});
Добави във Facebook | Добави във Twitter
Подобни статии:
Плъгин за търсене в Zamunda.NET и ArenaBG
Smush.it – Оптимизация на картинки

декември 20th, 2008 at 11:53
[...] най-добрата компресия, без загуба на качеството. http://www.bulgaria-web-developers.com/blog/2…%BA%D0%B8/ в Любими преди 48 секунди edno23.com Начало контакти [...]
декември 31st, 2008 at 3:44
Is there any information about this subject in other languages?
декември 31st, 2008 at 9:34
@greencard, you can find out the same information in plain english at Smush.it
септември 28th, 2009 at 15:14
Здравей,
Може би това, ще ти е интересно и на теб:
https://wiki.mozilla.org/Sofia_Dev_garage
Бого