将网页分享到微信 微博 脸书 推特等社交媒体

tools.share = function(name)
{
    var list =
    {
        //微信
        'wechat'   : function(selector){
                        $(selector).append('<img src="http://qr.liantu.com/api.php?text='+encodeURIComponent(window.location.href)+'" />').show();//在线生成二维码
                     },
        //新浪微博
        'sina'     : 'http://service.weibo.com/share/share.php?title=__shareTitle__&url=__shareUrl__&language=zh_cn',
        //脸书
        'facebook' : 'http://www.facebook.com/sharer.php?u=__shareUrl__&t=__shareTitle__',
        //推特
        'twitter'  : 'http://twitter.com/?status=__shareUrl__%20-%20__shareTitle__',
        //pin
        'pinterest': 'http://pinterest.com/pin/create/button/?url=__shareUrl__&media=__shareTitle__'
 
    };
    if(typeof(list[name]) == 'undefined')
    {
        alert('暂未开放');
        return;
    }
    else if(typeof(list[name]) == 'function')
    {
        list[name](arguments[1]);
    }
    else if(typeof(list[name]) == 'string')
    {
        var url = list[name].replace('__shareUrl__',encodeURIComponent(window.location.href)).replace('__shareTitle__',encodeURIComponent(document.title));
        window.open(url,"Both","width=850,height=520,menubar=0,scrollbars=1,resizable=1,status=1,titlebar=0,toolbar=0,location=1");
    }
};
调用:tools.share('sina');


二维码生成工具


145248_FTue_572288.png

http://www.liantu.com/pingtai/

转载于:https://my.oschina.net/yonghan/blog/485622

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值