PR PR
宝島社
¥990 (2024/09/22 13:28時点 | Amazon調べ)

諦めた!! IEでBlinkerが表示されなくなる&zenbak表示も…。(webkitだと大丈夫なのに)

スポンサーリンク
新着情報
2023.04.09
2023.04.06
2023.04.03
2023.03.19
スポンサーリンク
スポンサーリンク

この記事は2013年4月13日の1年以上前に書かれたものです。現在は状況が異なる可能性がありますのでご注意ください。

記事内に広告が含まれています。

以前、個別ページ下部の
『次の投稿』と『前の投稿』表示を、
記事タイトルを表示させるようにした。

前後記事タイトル表示されている状態

個別ページの前後記事表示をタイトル名に変更する方法

が、
関連記事等をさらに表示させたく
以下Smarter Related Posts Widget for Google Blogger - v2.0 コードとLinkwithinコードを
現在の関連記事表示されるコードの
</b:includable>上部に挿入するが、
IEにて、以下2点の課題が生じた。

  • 1)個別ページにて前後記事がタイトル表示でなく、『次の投稿』『前の投稿』表示になる。
  • 2)サイドバーのzenbackがなかなか表示されない。


以下Smarter Related Post Widget for BloggerコードとLinkwithinコード。
(一部改変済み)

  <!-- 関連記事 開始 -->
<b:if cond='data:blog.isMobile'>
<b:else/>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style='clear: both; margin-top: 0px;'>
<!--~~~~~~~~~~~~~~~~~ Include these JS files once: jQuery then plugin -->
<script src='http://blogger-related-posts.googlecode.com/files/jquery.related-posts-widget-2.0.min.js' type='text/javascript'/>
<!---~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
<!--~~~~~~~~~~~~~~~~~~~~~~~ required HTML -->
<div class='related-posts-widget'>
&lt;!-- {
 blog_url:&#39;http://(Blogger名).blogspot.com/&#39;
 ,tags:[]
 ,related_title:&#39;関連記事&#39;
 ,recent_title:&#39;最近の記事&#39;
 ,thumbs:0
 ,post_page_only:1
} --&gt;
loading..
</div>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
</div>
</b:if>
</b:if>
<!-- 関連記事 終了 -->    
             

<div class='linkwithin_div'/>
             
                <!--  linkwithin code 開始 -->
<b:if cond='data:blog.isMobile'>
<b:else/>
<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div style='clear: both; float: right; margin-right: 10px;'>
&lt;script&gt;
var linkwithin_site_id = *******;
var linkwithin_text=&#39;こちらの記事も読まれています&#39;;
&lt;/script&gt;
&lt;script src=&quot;http://www.linkwithin.com/widget.js&quot;&gt;&lt;/script&gt;
&lt;a href=&quot;http://www.linkwithin.com/&quot;&gt;&lt;img src=&quot;http://www.linkwithin.com/pixel.png&quot; alt=&quot;Related Posts Plugin for WordPress, Blogger...&quot; style=&quot;border: 0&quot; /&gt;&lt;/a&gt;
</div>
</b:if>
</b:if>
<!--  linkwithin code 終了 -->

おそらく、以前の関連記事表示方法が関与していると思われるが、
両方を生かしたい。

なんとかならないものか…。

You may choose to prevent this website from aggregating and analyzing the actions you take here. Doing so will protect your privacy, but will also prevent the owner from learning from your actions and creating a better experience for you and other users.

コメント

スポンサーリンク
タイトルとURLをコピーしました