Skip to content

Instantly share code, notes, and snippets.

@GZShi
Created August 18, 2012 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GZShi/3385105 to your computer and use it in GitHub Desktop.
Save GZShi/3385105 to your computer and use it in GitHub Desktop.
{% if site.weibo_uid %}
<section>
<h1>Sina Weibo</h1>
<ul id="weibo"
<li>
<iframe
width="100%"
height="550"
class="share_self"
frameborder="0"
scrolling="no"
src="http://widget.weibo.com/weiboshow/index.php?width=0&height=550&ptype={% if site.weibo_pic %}1{% else %}0{% endif %}&speed=0&skin={{weibo_skin}}&isTitle=0&noborder=1&isWeibo={% if site.weibo_show %}1{% else %}0{% endif %}&isFans={{weibo_fansline}}&uid={{site.weibo_uid}}&verifier={{site.weibo_verifier}}">
</iframe>
</li>
</ul>
</section>
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment