å
¬ç¶ã®ã²ã¿ã¤åºå°ã§ã
2019-04-01ãã1ã¶æéã®è¨äºä¸è¦§
"
$('#main-inner').before(appHtml);
}
//ãã©ãã¼ãã¿ã³ãè¨å®ã¯ä¸è¨ã®4ç®æ
var hatenaID="Azulitchi";//ã¯ã¦ãªID
var TwitterID="Azulitchi";//Twitterã®ID
var InstaID="azulitchi";//Instagramã®ID
var facebookID="";//facebookã®ID
var myURL =$(location).attr('host');
var BlogURL = $(location).attr('protocol') +'//'+myURL;
var idArray = [hatenaID,TwitterID,InstaID,facebookID,"feedly"];
var btnWidth = 0;
for (var i = 0, len = idArray.length; i < len; ++i) { if(idArray[i]){btnWidth++;}}
btnWidth = Math.floor(99/btnWidth)+'%';
var followbtn ='
follow me!
';
$('.follow-btn-box').append(followbtn);
$('.follow-btn-box-s').append(followbtn);
$('.follow-btn a').css('width', btnWidth);
//ãã¯ã¦ãªããã¯ãã¼ã¯ã³ã¡ã³ããã®ã¢ãã¢ã©ã³ã¹
$(window).load(function(){
setTimeout(function(){
var hatebucontainer = $('iframe.hatena-bookmark-comment-iframe').contents().find('div#hatena-bookmark-container');
var hatebucontainer_a = $('iframe.hatena-bookmark-comment-iframe').contents().find('div#hatena-bookmark-container a');
var hatebuTitle = $('iframe.hatena-bookmark-comment-iframe').contents().find('div.hatena-bookmark-title');
var hatebuTitle_a = $('iframe.hatena-bookmark-comment-iframe').contents().find('div.hatena-bookmark-title a');
var hatebuTitle_span = $('iframe.hatena-bookmark-comment-iframe').contents().find('div.hatena-bookmark-title span');
var hatebuButton = $('iframe.hatena-bookmark-comment-iframe').contents().find('div.hatena-bookmark-addcomment');
var hatebuButton_a = $('iframe.hatena-bookmark-comment-iframe').contents().find('div.hatena-bookmark-addcomment a');
hatebucontainer.css({
'border-radius':'0'
});
hatebucontainer_a.css({
'color':'#37c'
});
hatebuTitle.css({
'border':'none',
'background':'#e8dbc9',
'border-radius':'0'
});
hatebuTitle_a.css({
'color':'#333'
});
hatebuTitle_span.css({
'color':'#999'
});
hatebuButton.css({
'border-radius':'4px'
});
hatebuButton_a.css({
'border':'none',
'background-color':'#cbe8f3',
'color':'#37c',
'font-weight':'normal'
});
$(hatebuButton_a).hover(function(){
$(this).css({
'opacity': '0.6',
'text-decoration':'none'
});
}, function(){
$(this).css("opacity", "1");
});
},150);
});
//åºåä¸è¦
if ($('#noad')[0]) {
$(".googlead").empty();
}