zoukankan      html  css  js  c++  java
  • 新浪微博分享链接代码

    以前做的分享都是从jiathis里拿的现成代码,拷贝粘贴就搞定了;
    上周做的新项目,jiathis好像行不通,需求是图片列表的每张图片有各自的微博分享,以前没整过,不知道怎么整,自己倒腾半天也没整出来,最后还找同事帮忙解决,花了N久,结果一小段代码就搞定了,神奇的新浪微博……

    1 <a href="http://service.weibo.com/share/share.php?url=http://share1987.cnblogs.com/&amp;title=火影忍者%23鸣人%23&amp;pic=http://images.cnblogs.com/cnblogs_com/share1987/501886/o_1.jpg" target="_blank">分享标题1</a>
    2 <a href="http://service.weibo.com/share/share.php?url=http://share1987.cnblogs.com/&amp;title=火影忍者%23四代目%23&amp;pic=http://images.cnblogs.com/cnblogs_com/share1987/501886/o_3.jpg" target="_blank">分享标题2</a>
    1. url是分享的网址
    2. title是分享的文字内容
    3. pic是分享的图片地址

    例:

    火影鸣人 

    四代目

  • 相关阅读:
    Java Logging: Log Levels
    Java Logging: Logger Hierarchy
    Java Logging: Logger
    Java Logging: Basic Usage
    Use final liberally
    Writing Final Classes and Methods
    Java Logging: Overview
    base Tag
    DOM Nodes
    Browser environment
  • 原文地址:https://www.cnblogs.com/share1987/p/weibo.html
Copyright © 2011-2022 走看看