Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自分のウェブサイトに自分のブログへのリンクを貼りたいのですが、リンクを次のようにしたいと考えています。
ブログ -最後の投稿: タイトル - 2013 年 6 月 9 日
前回の投稿のタイトルと日付を取得するにはどうすればよいですか?
あなたのブログは RSS をサポートしている可能性があります。RSS は最近の更新を含む xml ファイルを提供するので、たとえば、javascript / jQuery ベースのパーサーを使用してこのファイルを解析し、最終投稿日、タイトル、およびリンクを取得できます。