1

所以我的问题有点奇怪。我正在使用这个博客上的按钮: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}&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=lucida+grande&amp;height=21&amp;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}&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font=lucida+grande&amp;height=21&amp;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>

当我用帖子不会显示的“链接”代码替换“文本”代码时,我还没有弄清楚为什么,模板有些奇怪。

Google + 按钮和 twitter 按钮工作正常,正如所说,like 按钮适用于每个条目,但“文本”条目除外。:/

有人可以帮我吗?

4

0 回答 0