구글 블로그 프로필 추가하는 방법 (includable과 include)

구글 블로그에서 프로필을 추가하는 방법에 대해 안내해 드리겠습니다. 위젯 태그 중 includable과 include를 통해 프로필을 추가할 예정입니다.

  • includable은 include 할 수 있는 위젯을 뜻하며, id를 필수로 합니다.
  • include 위젯은 includable의 id 속성과 같은 name을 할당하여 원하는 위치에 프로필을 설정할 수 있게 합니다.

includable 프로필

구글 블로그 프로필 추가하는 방법
<b:includable id='authorblog'>
                      <article class='author-wrapper'>
                        <div class='large-12 column'>   
                        </div>
                        <div class='media'>
                          <b:if cond='data:blog.pageType == &quot;item&quot;'>
                            <b:if cond='data:post.authorAboutMe'>
                              <div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
                                <b:if cond='data:post.authorPhoto.url'>
                                  <div class='about_img'>
                                    <div class='thumbnail'>
                                      <img alt='author name is BEOMSANG' expr:src='data:post.authorPhoto.url' itemprop='image' width='50px'/>
                                    </div>
                                  </div>
                                </b:if>
                                <div>
                                  <a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'>
                                    <span itemprop='name'><data:post.author/></span>
                                  </a>
                                </div>
                                <span itemprop='description'><data:post.authorAboutMe/></span>
                              </div>
                            </b:if>
                          </b:if>
                        </div>
                      </article>
                    </b:includable>

include 프로필

<b:include name='authorblog'/>
댓글 쓰기
가져가실 때, 출처 표시 부탁드려요! 감사합니다. 💗