所以我的问题有点怪异。 我正在使用此博客上的按钮:http://gentlemen-bronco.tumblr.com/ 它工作正常,无处不在,页面的工作和图像或链接或引用等每个条目的工作,但在常规文本条目(紫色)中单击类似按钮时,似乎没有显示在facebook上。
代码类似于所有其他条目:
短信
<div class="post text" id="p_{PostID}">
<div class="icon">
<a class="permalink" href="{Permalink}"></a>
{block:IndexPage}
{block:NoteCount}<a href="{Permalink}" class="notes">*{NoteCount}<br></a>{/block:NoteCount}
{/block:IndexPage}
</div><!-- /.icon -->
<div class="content">
<div class="caption">
<h3><a href="{Permalink}">{Title}</a></h3>
<p>{Body}</p>
{block:Date}
<div style="float:left; margin-right:50px;"> {block:ifFacebookCommentsOn}<span class="button commentage"><em><a class="dsq-comment-count" href="{Permalink}#facebook_thread"><fb:comments-count href="{Permalink}"></fb:comments-count> Comments</a></em></span>{/block:ifFacebookCommentsOn}
{block:IfDisqusShortname}<p><a href="{Permalink}#disqus_thread"></a></p>{block:IfDisqusShortname}{/block:Date}
</div>
<div style="float:right; width:100px; margin-right:-35px; z-index:999; position:relative;">
<div class="g-plusone" data-size="medium" data-href="{ShortURL}"></div>
</div>
<div style="float:right; width:100px; margin-top:1px; margin-right:-20px; z-index:0;">
<iframe src="//www.facebook.com/plugins/like.php?href={ShortURL}&send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font=lucida+grande&height=21&appId=471203469570174" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
</div>
<div style="clear:both;"></div>
</div><!-- /.caption -->
</div><!-- /.content -->
</div>
示例链接帖子
<div class="post link" id="p_{PostID}">
<div class="icon">
<a class="permalink" href="{Permalink}"></a>
{block:IndexPage}
{block:NoteCount}<a href="{Permalink}" class="notes">*{NoteCount}<br></a>{/block:NoteCount}
{/block:IndexPage}
</div><!-- /.icon -->
<div class="content">
<div class="caption">
<h3><a href="{URL}" {Target}>{Name}</a></h3>
<p><span class="description">{Description}</span></p>
{block:Date}
<div style="float:left; margin-right:50px;"> {block:ifFacebookCommentsOn}<span class="button commentage"><em><a class="dsq-comment-count" href="{Permalink}#facebook_thread"><fb:comments-count href="{Permalink}"></fb:comments-count> Comments</a></em></span>{/block:ifFacebookCommentsOn}
{block:IfDisqusShortname}<p><a href="{Permalink}#disqus_thread"></a></p>{block:IfDisqusShortname}{/block:Date}
</div>
<div style="float:right; width:100px; margin-right:-35px; z-index:999; position:relative;">
<div class="g-plusone" data-size="medium" data-href="{ShortURL}"></div>
</div>
<div style="float:right; width:100px; margin-top:1px; margin-right:-20px;">
<iframe src="//www.facebook.com/plugins/like.php?href={URLEncodedPermalink}&send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font=lucida+grande&height=21&appId=471203469570174" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
</div>
<div style="clear:both;"></div>
</div><!-- /.caption -->
</div><!-- /.content -->
</div>
当我用“链接”代码替换“文本”代码时,帖子不会显示,我还没弄清楚为什么,模板上有些奇怪。
谷歌+按钮和推特按钮工作正常,并且像所说的按钮适用于每个条目,但“文本”条目。 :/
有人可以帮我吗?