this website 特定の部分は、ID = "入力して、ポストにdiv要素でありますショーブログの著者、タイトル、ラベルと時間
<div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'> <meta expr:content='data:post.authorProfileUrl' itemprop='url'/> <b:if cond='data:post.authorPhoto.url'><a expr:href='data:post.authorProfileUrl' itemprop='url'> <div class='auhtor-image'><img expr:src='data:post.authorPhoto.url' itemprop='image'/></div></a></b:if> <div><span class='author-about'>About </span><a class='g-profile' expr:href='data:post.authorProfileUrl' rel='author' title='author profile'><span itemprop='name'><data:post.author/></span></a></div><p class='description' itemprop='description'><data:post.authorAboutMe/></p></div>
というように、私は追加したい他の要素のためしかし:
「タイトル、著者、日付、ポストのラベルを持っている私のようなタグを入れてみました問題は:
BUTこれらのタグをタイトルの前に投稿体内に入れたり、投稿の最後に表示したりすると、何も表示されません。私は何をすべきか?
を読んでください。そのために自分のウィジェットを作成する必要がありますか? –
か、私があなたに与えた例で彼らがどのようにしたのか教えていただけますか? –
JavaScriptとブロガーのjsonフィードでのみこれを行うことができます。 – Bassam