Twitterに「いいね!」をつける。
by
macky1207
2010-10-17 [2010/10/17 03:10:10]
いいね!をつけたい。
@@ -6,11 +6,11 @@
* @require jQuery
*/
$(function(){
- $.each($(".tweet-actions"),function(){
- var url = "http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Ftwitter.com%2Fub_pnr%2Fstatus%2F27554960244";
+ $.each($(".extra-icons"),function(){
+ var url = "";
+ url = encodeURIComponent(url);
var html = '\
-<iframe src="'+url+'&layout=box_count&show_faces=true&width=100&action=like&font=arial&colorscheme=light&height=65" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:65px;" allowTransparency="true"></iframe>\
-';
+<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fplugins%2Flike.php%3Fhref%3'+url+'&layout=button_count&show_faces=true&width=450&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>';
$(this).append(html);
});
});
/*
* @title bookmarklet
* @description my bookmarklet
* @include http://twitter*
* @license MIT License
* @require jQuery
*/
$(function(){
$.each($(".extra-icons"),function(){
var url = "";
url = encodeURIComponent(url);
var html = '\
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fplugins%2Flike.php%3Fhref%3'+url+'&layout=button_count&show_faces=true&width=450&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>';
$(this).append(html);
});
});
- Permalink
- このページへの個別リンクです。
- RAW
- 書かれたコードへの直接のリンクです。
- Packed
- 文字列が圧縮された書かれたコードへのリンクです。
- Userscript
- Greasemonkey 等で利用する場合の .user.js へのリンクです。
- Loader
- @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
- Metadata
- コード中にコメントで @xxx と書かれたメタデータの JSON です。