Skip to content

Instantly share code, notes, and snippets.

@programus
programus / _config.yml
Created March 4, 2012 11:52
sharing.html with weibo share button and the config file
# Weibo
# Please refer to http://weibo.com/tool/weiboshow to get your uid and verifier.
weibo_uid: 1098907490
weibo_verifier: abd54ad9
weibo_fansline: 0 # How many lines for the fan list
weibo_show: true # Whether you want your weibo content to be shown
weibo_pic: true # Whether you want the pictures in weibo to be shown
weibo_skin: 10 # Please refer to http://weibo.com/tool/weiboshow
weibo_share: true # Whether show the sharing button
@programus
programus / setlocale.sh
Created March 4, 2012 11:37
Set locale environments
set LANG=zh_CN.UTF-8
set LC_ALL=zh_CN.UTF-8
@programus
programus / sharebutton.js
Created March 4, 2012 11:32
Sina weibo share button source generated by system.
<script type="text/javascript" charset="utf-8">
(function(){
var _w = 86 , _h = 50;
var param = {
url:location.href,
type:'6',
count:'1', /**是否显示分享数,1显示(可选)*/
appkey:'', /**您申请的应用appkey,显示分享来源(可选)*/
title:'', /**分享的文字内容(可选,默认为所在页面的title)*/
pic:'', /**分享图片的路径(可选)*/
@programus
programus / _config.yml
Created March 3, 2012 14:52
A side bar html for using weibo in Octopress.
# 其它内容....
default_asides: [asides/recent_posts.html, asides/weibo.html, asides/github.html, asides/[Twitter][].html, asides/googleplus.html]
# 其它内容....
# Weibo
# Please refer to http://weibo.com/tool/weiboshow to get your uid and verifier.
weibo_uid: 1098907490
weibo_verifier: abd54ad9