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 ボタンは正常に機能しており、前述のように、「テキスト」エントリ以外のすべてのエントリに対していいねボタンが機能します。:/

誰か助けてくれませんか?

4

0 に答える 0