2023年1月14日の投稿[4件]
2023年1月14日(土)22:46:26
219文字
iPhone,PC
2023年1月14日(土)20:46:30
64文字
WEB,WordPress
WordPress(https://oo.geo.jp/)、現時点でのループテンプレートはloop-grid.phpで(メモ)。
✎
2023年1月14日(土)12:19:57
1238文字
bloggerのモバイルサイトで場所が表示されない問題(解決済み)。
参考
・Fors- Show location on Blogger posts(Bloggerの投稿に場所を表示する)
・Displaying your Blogger posts' location tag on mobile templates other than -Dynamic Views-(「動的ビュー」以外のモバイル テンプレートに Blogger 投稿のロケーション タグを表示する)
bloggerのモバイルテーマを「Dynamic Views」にすると投稿時に設定した場所(ジオタグ)が表示されるが、「Simple」「Picture Window」「Awesome Inc.」「Watermark」「Ethereal」「Travel」「カスタム」にすると表示されない。
自分の環境では、PC用とは別に、もう1つ下記のコードをhtmlにはさむ必要があった。PC用では<div class='post-footer-line post-footer-line-3'>の下に挟むが、モバイル用では<div class='post-footer-line post-footer-line-1'>の下。この位置が違うと表示されなかった。
<!--位置情報モバイル用-->
<span class='post-location'>
<b:if cond='data:top.showLocation'> <b:if cond='data:post.location'>
<data:postLocationLabel/>
<a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
</b:if> </b:if>
</span>
<!--位置情報モバイル用-->
さらにGoogleマップを付ける場合。
<data:postLocationLabel/>
<a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
上記のタグあたりに下記のタグを入れる。
<iframe expr:src='data:post.location.mapsUrl + "&iwloc=B&z=14&output=embed"' frameborder='0' height='200' marginheight='0' marginwidth='0' scrolling='no' width='300'/>
参考
・投稿の設定「場所」を地図で表示する おぼえがき
→実例ページ
✎
参考
・Fors- Show location on Blogger posts(Bloggerの投稿に場所を表示する)
・Displaying your Blogger posts' location tag on mobile templates other than -Dynamic Views-(「動的ビュー」以外のモバイル テンプレートに Blogger 投稿のロケーション タグを表示する)
bloggerのモバイルテーマを「Dynamic Views」にすると投稿時に設定した場所(ジオタグ)が表示されるが、「Simple」「Picture Window」「Awesome Inc.」「Watermark」「Ethereal」「Travel」「カスタム」にすると表示されない。
自分の環境では、PC用とは別に、もう1つ下記のコードをhtmlにはさむ必要があった。PC用では<div class='post-footer-line post-footer-line-3'>の下に挟むが、モバイル用では<div class='post-footer-line post-footer-line-1'>の下。この位置が違うと表示されなかった。
<!--位置情報モバイル用-->
<span class='post-location'>
<b:if cond='data:top.showLocation'> <b:if cond='data:post.location'>
<data:postLocationLabel/>
<a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
</b:if> </b:if>
</span>
<!--位置情報モバイル用-->
さらにGoogleマップを付ける場合。
<data:postLocationLabel/>
<a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
上記のタグあたりに下記のタグを入れる。
<iframe expr:src='data:post.location.mapsUrl + "&iwloc=B&z=14&output=embed"' frameborder='0' height='200' marginheight='0' marginwidth='0' scrolling='no' width='300'/>
参考
・投稿の設定「場所」を地図で表示する おぼえがき
→実例ページ
Windows10からWindows11にアップデートしたらiPhone内の写真をエクスプローラで撮影日ごとに並び替えできなくなった。リボンを表示しても選択項目から「撮影日」が出てこない。以前は非常に沢山の項目から選択できたが、随分簡素にされてしまった感じ。愛用していたのでこれは痛い…。→ エクスプローラから直接iPhone内のファイルを撮影日ごとに並び替えできなくなったが、エクスプローラに移動した後は以前と同じように普通にできる。