fix hootsuiteの拡張

ついっぷる、modypicture拡張の場合は以下のスクリプトをexpand_configに追加

自己責任でどうぞ

,
“mobypicture”:{
reg: /moby.to\/([\d\w]+)/gi,
handler: function(r1){
return [‘http://moby.to/’+r1, ‘http://mobypicture.com/?’+r1+”:small”];
}
}
,
“twipple”:{
reg: /p.twipple.jp\/([0-9a-zA-Z]+)([0-9a-zA-Z]+)([0-9a-zA-Z]+)([0-9a-zA-Z]+)([0-9a-zA-Z]+)/gi,
handler: function(r1,r2,r3,r4,r5){
return[‘http://p.twipple.jp/’+r1+r2+r3+r4+r5,’http://p.twipple.jp/data/’+r1+”/”+r2+”/”+r3+”/”+r4+”/”+r5+”.jpg”];
}
}