Kode widget v3 Blogger

irfan-photo irfan 3 yang lalu

AdSense

<b:widget id='AdSense1' locked='true' title='' type='AdSense' visible='false'>
    <b:includable id='main'>
        <div class='widget-content'>
            <b:if cond='data:adCode'>
                <data:adCode/>
                <b:else/>
                <b:include name='defaultAdUnit'/>
            </b:if>
        </div>
    </b:includable>
    <b:includable id='defaultAdUnit'>
      <ins class='adsbygoogle'
         data-ad-format='auto'
         expr:data-ad-client='data:adClientId ?: data:blog.adsenseClientId'
         expr:data-ad-host='data:blog.adsenseHostId'
         expr:data-analytics-uacct='data:blog.analyticsAccountNumber'
         expr:style='data:style ?: "display: block;"'/>
         <script>
            (adsbygoogle = window.adsbygoogle || []).push({});
        </script>
    </b:includable>
</b:widget>

Attribution

<b:widget id='Attribution1' locked='false' title='' type='Attribution' version='2' visible='true'>
  <b:widget-settings>
    <b:widget-setting name='copyright'>2022</b:widget-setting>
  </b:widget-settings>
  <b:includable id='main' var='this'>
    <div class='widget-content'>
      <div class='blogger'>
        <a expr:href='data:bloggerUrl'>
          <b:include name='flatBloggerIcon'/>
          <b:message name='messages.poweredByBlogger'/>
        </a>
      </div>

      <b:if cond='data:imageAuthor'>
        <div class='image-attribution'>
          <b:if cond='data:imageAuthor.url'>
            <b:message name='messages.templateImagesByLink'>
              <b:param expr:value='data:imageAuthor.url'/>
              <b:param expr:value='data:imageAuthor.name'/>
            </b:message>
            <b:else/>
            <b:message name='messages.templateImagesBy'>
              <b:param expr:value='data:imageAuthor.name'/>
            </b:message>
          </b:if>
        </div>
      </b:if>

      <b:if cond='data:copyright != &quot;&quot;'>
        <div class='copyright'><data:copyright/></div>
      </b:if>
    </div>
  </b:includable>
</b:widget>  

Blog

<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog' visible='true'>
    <b:widget-settings>
        <b:widget-setting name='showDateHeader'>false</b:widget-setting>
        <b:widget-setting name='style.textcolor'>#ffffff</b:widget-setting>
        <b:widget-setting name='showShareButtons'>true</b:widget-setting>
        <b:widget-setting name='showCommentLink'>true</b:widget-setting>
        <b:widget-setting name='style.urlcolor'>#ffffff</b:widget-setting>
        <b:widget-setting name='showAuthor'>true</b:widget-setting>
        <b:widget-setting name='style.linkcolor'>#ffffff</b:widget-setting>
        <b:widget-setting name='style.unittype'>TextAndImage</b:widget-setting>
        <b:widget-setting name='style.bgcolor'>#000000</b:widget-setting>
        <b:widget-setting name='timestampLabel'>awwww</b:widget-setting>
        <b:widget-setting name='reactionsLabel'/>
        <b:widget-setting name='showAuthorProfile'>true</b:widget-setting>
        <b:widget-setting name='style.layout'>1x1</b:widget-setting>
        <b:widget-setting name='showLabels'>true</b:widget-setting>
        <b:widget-setting name='showLocation'>true</b:widget-setting>
        <b:widget-setting name='postLabelsLabel'>awww</b:widget-setting>
        <b:widget-setting name='showTimestamp'>true</b:widget-setting>
        <b:widget-setting name='postsPerAd'>1</b:widget-setting>
        <b:widget-setting name='showBacklinks'>false</b:widget-setting>
        <b:widget-setting name='style.bordercolor'>#000000</b:widget-setting>
        <b:widget-setting name='showInlineAds'>false</b:widget-setting>
        <b:widget-setting name='showReactions'>false</b:widget-setting>
    </b:widget-settings>
    <b:includable id='main' var='this'>
        <div class='blog-posts hfeed container'>
            <b:loop index='i' values='data:posts' var='post'>
                <b:include data='post' name='postCommentsAndAd'/>
            </b:loop>
        </div>
        <b:include cond='data:view.isMultipleItems' name='postPagination'/>
        <b:include name='feedLinks'/>
    </b:includable>
    <b:includable id='aboutPostAuthor'>
        <div class='author-name'>
            <a class='g-profile' expr:href='data:post.author.profileUrl' rel='author' title='author profile'>
                <span>
                    <data:post.author.name/>
                </span>
            </a>
        </div>
        <div>
            <span class='author-desc'>
                <data:post.author.aboutMe/>
            </span>
        </div>
    </b:includable>
    <b:includable id='addComments'>
        <a expr:href='data:post.commentsUrl' expr:onclick='data:post.commentsUrlOnclick'>
            <b:message name='messages.postAComment'/>
        </a>
    </b:includable>
    <b:includable id='blogThisShare'>
        <b:with value='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' var='onclick'>
            <b:include name='platformShare'/>
        </b:with>
    </b:includable>
    <b:includable id='bylineByName' var='byline'>
        <b:switch var='data:byline.name'>
            <b:case value='share'/>
            <b:include cond='data:post.shareUrl' name='postShareButtons'/>
            <b:case value='comments'/>
            <b:include cond='data:post.allowComments' name='postCommentsLink'/>
            <b:case value='location'/>
            <b:include cond='data:post.location' name='postLocation'/>
            <b:case value='timestamp'/>
            <b:include cond='not data:view.isPage' name='postTimestamp'/>
            <b:case value='author'/>
            <b:include name='postAuthor'/>
            <b:case value='labels'/>
            <b:include cond='data:post.labels' name='postLabels'/>
            <b:case value='icons'/>
            <b:include cond='data:post.emailPostUrl' name='emailPostIcon'/>
        </b:switch>
    </b:includable>
    <b:includable id='bylineRegion' var='regionItems'>
        <b:loop values='data:regionItems' var='byline'>
            <b:include data='byline' name='bylineByName'/>
        </b:loop>
    </b:includable>
    <b:includable id='commentAuthorAvatar'>
        <div class='avatar-image-container'>
            <img class='author-avatar' expr:src='data:comment.authorAvatarSrc' height='35' width='35'/>
        </div>
    </b:includable>
    <b:includable id='commentDeleteIcon' var='comment'>
        <span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
            <b:if cond='data:showCmtPopup'>
                <div class='goog-toggle-button'>
                    <div class='goog-inline-block comment-action-icon'/>
                </div>
                <b:else/>
                <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:messages.deleteComment'>
                    <img src='https://resources.blogblog.com/img/icon_delete13.gif'/>
                </a>
            </b:if>
        </span>
    </b:includable>
    <b:includable id='commentForm' var='post'>
        <div class='comment-form'>
            <a name='comment-form'/>
            <h4 id='comment-post-message'><data:messages.postAComment/></h4>
            <b:if cond='data:this.messages.blogComment != &quot;&quot;'>
                <p><data:this.messages.blogComment/></p>
            </b:if>
            <b:include data='post' name='commentFormIframeSrc'/>
            <iframe allowtransparency='allowtransparency' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight ?: &quot;90px&quot;' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
            <data:post.cmtfpIframe/>
            <script type='text/javascript'>
                BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;);
            </script>
        </div>
    </b:includable>
    <b:includable id='commentFormIframeSrc' var='post'>
        <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
    </b:includable>
    <b:includable id='commentItem' var='comment'>
        <div class='comment' expr:id='&quot;c&quot; + data:comment.id'>
            <b:include cond='data:blog.enabledCommentProfileImages' name='commentAuthorAvatar'/>

            <div class='comment-block'>
                <div class='comment-author'>
                    <b:if cond='data:comment.authorUrl'>
                        <b:message name='messages.authorSaidWithLink'>
                            <b:param expr:value='data:comment.author' name='authorName'/>
                            <b:param expr:value='data:comment.authorUrl' name='authorUrl'/>
                        </b:message>
                        <b:else/>
                        <b:message name='messages.authorSaid'>
                            <b:param expr:value='data:comment.author' name='authorName'/>
                        </b:message>
                    </b:if>
                </div>
                <div expr:class='&quot;comment-body&quot; + (data:comment.isDeleted ? &quot; deleted&quot; : &quot;&quot;)'>
                    <data:comment.body/>
                </div>
                <div class='comment-footer'>
                    <span class='comment-timestamp'>
                        <a expr:href='data:comment.url' title='comment permalink'>
                            <data:comment.timestamp/>
                        </a>
                        <b:include data='comment' name='commentDeleteIcon'/>
                    </span>
                </div>
            </div>
        </div>
    </b:includable>
    <b:includable id='commentList' var='comments'>
        <div id='comments-block'>
            <b:loop values='data:comments' var='comment'>
                <b:include data='comment' name='commentItem'/>
            </b:loop>
        </div>
    </b:includable>
    <b:includable id='commentPicker' var='post'>
        <b:if cond='data:post.showThreadedComments'>
            <b:include data='post' name='threadedComments'/>
            <b:else/>
            <b:include data='post' name='comments'/>
        </b:if>
    </b:includable>
    <b:includable id='comments' var='post'>
        <section expr:class='&quot;comments&quot; + (data:post.embedCommentForm ? &quot; embed&quot; : &quot;&quot;)' expr:data-num-comments='data:post.numberOfComments' id='comments'>
            <a name='comments'/>
            <b:if cond='data:post.allowComments'>

                <b:include name='commentsTitle'/>

                <div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>
                    <b:include cond='data:post.comments' data='post.comments' name='commentList'/>
                </div>

                <b:if cond='data:post.commentPagingRequired'>
                    <div class='paging-control-container'>
                        <b:if cond='data:post.hasOlderLinks'>
                            <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>
                                <data:messages.oldest/>
                            </a>
                            <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>
                                <data:messages.older/>
                            </a>
                        </b:if>

                        <span class='comment-range-text'>
                            <data:post.commentRangeText/>
                        </span>

                        <b:if cond='data:post.hasNewerLinks'>
                            <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>
                                <data:messages.newer/>
                            </a>
                            <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>
                                <data:messages.newest/>
                            </a>
                        </b:if>
                    </div>
                </b:if>

                <div class='footer'>
                    <b:if cond='data:post.embedCommentForm'>
                        <b:if cond='data:post.allowNewComments'>
                            <b:include data='post' name='commentForm'/>
                            <b:else/>
                            <data:post.noNewCommentsText/>
                        </b:if>
                        <b:else/>
                        <b:if cond='data:post.allowComments'>
                            <b:include data='post' name='addComments'/>
                        </b:if>
                    </b:if>
                </div>
            </b:if>
            <b:if cond='data:showCmtPopup'>
                <div id='comment-popup'>
                    <iframe allowtransparency='allowtransparency' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
                    </iframe>
                </div>
            </b:if>
        </section>
    </b:includable>
    <b:includable id='commentsLink'>
        <a class='comment-link' expr:href='data:post.commentsUrl' expr:onclick='data:post.commentsUrlOnclick'>
            <b:if cond='data:post.numberOfComments &gt; 0'>
                <b:message name='messages.numberOfComments'>
                    <b:param expr:value='data:post.numberOfComments' name='numComments'/>
                </b:message>
                <b:else/>
                <data:messages.postAComment/>
            </b:if>
        </a>
    </b:includable>
    <b:includable id='commentsLinkIframe'>
        <!-- G+ comments, no longer available. The includable is retained for backwards-compatibility. -->
    </b:includable>
    <b:includable id='commentsTitle'>
        <h3 class='title'><data:messages.comments/></h3>
    </b:includable>
    <b:includable id='defaultAdUnit'>
        <ins class='adsbygoogle' data-ad-format='auto' expr:data-ad-client='data:adClientId ?: data:blog.adsenseClientId' expr:data-ad-host='data:blog.adsenseHostId' expr:data-analytics-uacct='data:blog.analyticsAccountNumber' expr:style='data:style ?: &quot;display: block;&quot;'/>
        <script>
            (adsbygoogle = window.adsbygoogle || []).push({});
        </script>
    </b:includable>
    <b:includable id='emailPostIcon'>
        <span class='byline post-icons'>
            <!-- email post links -->
            <span class='item-action'>
                <a expr:href='data:post.emailPostUrl' expr:title='data:messages.emailPost'>
                    <b:include data='{ iconClass: &quot;touch-icon sharing-icon&quot; }' name='emailIcon'/>
                </a>
            </span>
        </span>
    </b:includable>
    <b:includable id='facebookShare'>
        <b:with value='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' var='onclick'>
            <b:include name='platformShare'/>
        </b:with>
    </b:includable>
    <b:includable id='feedLinks'>
        <b:if cond='!data:view.isPost'> <!-- Blog feed links -->
            <b:if cond='data:feedLinks'>
                <div class='blog-feeds'>
                    <b:include data='feedLinks' name='feedLinksBody'/>
                </div>
            </b:if>
            <b:else/> <!--Post feed links -->
            <div class='post-feeds'>
                <b:loop values='data:posts' var='post'>
                    <b:if cond='data:post.allowComments and data:post.feedLinks'>
                        <b:include data='post.feedLinks' name='feedLinksBody'/>
                    </b:if>
                </b:loop>
            </div>
        </b:if>
    </b:includable>
    <b:includable id='feedLinksBody' var='links'>
        <div class='feed-links'>
            <data:messages.subscribeTo/>
            <b:loop values='data:links' var='f'>
                <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
            </b:loop>
        </div>
    </b:includable>
    <b:includable id='footerBylines'>
        <b:if cond='data:widgets.Blog.first.footerBylines'>
            <b:loop index='i' values='data:widgets.Blog.first.footerBylines' var='region'>
                <b:if cond='not data:region.items.empty'>
                    <div expr:class='&quot;post-footer-line post-footer-line-&quot; + (data:i + 1)'>
                        <b:with value='&quot;footer-&quot; + (data:i + 1)' var='regionName'>
                            <b:include data='region.items' name='bylineRegion'/>
                        </b:with>
                    </div>
                </b:if>
            </b:loop>
        </b:if>
    </b:includable>
    <b:includable id='googlePlusShare'>
    </b:includable>
    <b:includable id='headerByline'>
        <b:if cond='data:widgets.Blog.first.headerByline'>
            <div class='post-header'>
                <div class='post-header-line-1'>
                    <b:with value='&quot;header-1&quot;' var='regionName'>
                        <b:include data='data:widgets.Blog.first.headerByline.items' name='bylineRegion'/>
                    </b:with>
                </div>
            </div>
        </b:if>
    </b:includable>
    <b:includable id='homePageLink'>
        <a class='home-link' expr:href='data:blog.homepageUrl'>
            <data:messages.home/>
        </a>
    </b:includable>
    <b:includable id='iframeComments' var='post'>
        <!-- G+ comments, no longer available. The includable is retained for backwards-compatibility. -->
    </b:includable>
    <b:includable id='inlineAd' var='post'>
        <b:if cond='!data:view.isPreview'>
            <b:if cond='data:this.adCode or data:this.adClientId or data:blog.adsenseClientId'>
                <!-- Ad -->
                <div class='inline-ad'>
                    <b:if cond='data:this.adCode != &quot;&quot;'>
                        <data:this.adCode/>
                        <b:else/>
                        <b:include cond='data:this.adClientId or data:blog.adsenseClientId' name='defaultAdUnit'/>
                    </b:if>
                </div>
            </b:if>
            <b:else/>
            <div class='inline-ad'>
                <div class='inline-ad-placeholder'>
                    <span><b:message name='messages.adsGoHere'/></span>
                </div>
            </div>
        </b:if>
    </b:includable>
    <b:includable id='linkShare'>
        <b:with value='&quot;window.prompt(\&quot;Copy to clipboard: Ctrl+C, Enter\&quot;, \&quot;&quot; + data:originalUrl + &quot;\&quot;); return false;&quot;' var='onclick'>
            <b:include name='platformShare'/>
        </b:with>
    </b:includable>
    <b:includable id='nextPageLink'>
        <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:messages.olderPosts'>
            <data:messages.olderPosts/>
        </a>
    </b:includable>
    <b:includable id='otherSharingButton'>
        <span class='sharing-platform-button sharing-element-other' expr:aria-label='data:messages.shareToOtherApps.escaped' expr:data-url='data:originalUrl' expr:title='data:messages.shareToOtherApps.escaped' role='menuitem' tabindex='-1'>
            <b:with value='{key: &quot;sharingOther&quot;}' var='platform'>
                <b:include name='sharingPlatformIcon'/>
            </b:with>
            <span class='platform-sharing-text'><data:messages.shareOtherApps.escaped/></span>
        </span>
    </b:includable>
    <b:includable id='platformShare'>
        <a expr:class='&quot;goog-inline-block sharing-&quot; + data:platform.key' expr:data-url='data:originalUrl' expr:href='data:shareUrl + &quot;&amp;target=&quot; + data:platform.target' expr:onclick='data:onclick ? data:onclick : &quot;&quot;' expr:title='data:platform.shareMessage' target='_blank'>
            <span class='share-button-link-text'>
                <data:platform.shareMessage/>
            </span>
        </a>
    </b:includable>
    <b:includable id='post' var='post'>
        <div class='post'>
            <b:include data='post' name='postMeta'/>
            <b:include data='post' name='postTitle'/>
            <b:include name='headerByline'/>
            <b:if cond='data:view.isSingleItem'>
                <b:include data='post' name='postBody'/>
                <b:else/>
                <b:include data='post' name='postBodySnippet'/>
                <b:include data='post' name='postJumpLink'/>
            </b:if>
            <b:include data='post' name='postFooter'/>
        </div>
    </b:includable>
    <b:includable id='postAuthor'>
        <span class='byline post-author vcard'>
            <span class='post-author-label'>
                <data:byline.label/>
            </span>
            <span class='fn'>
                <b:if cond='data:post.author.profileUrl'>
                    <meta expr:content='data:post.author.profileUrl'/>
                    <a class='g-profile' expr:href='data:post.author.profileUrl' rel='author' title='author profile'>
                        <span><data:post.author.name/></span>
                    </a>
                    <b:else/>
                    <span><data:post.author.name/></span>
                </b:if>
            </span>
        </span>
    </b:includable>
    <b:includable id='postBody' var='post'>
        <!-- If metaDescription is empty, use the post body as the schema.org description too, for G+/FB snippeting. -->
        <div class='post-body entry-content float-container' expr:id='&quot;post-body-&quot; + data:post.id'>
            <data:post.body/>
        </div>
    </b:includable>
    <b:includable id='postBodySnippet' var='post'>
        <b:include data='post' name='postBody'/>
    </b:includable>
    <b:includable id='postCommentsAndAd' var='post'>
        <article class='post-outer-container'>
            <!-- Post title and body -->
            <div class='post-outer'>
                <b:include data='post' name='post'/>
            </div>

            <!-- Comments -->
            <b:include cond='data:view.isSingleItem' data='post' name='commentPicker'/>

            <!-- Show ad inside post container, after comments, if single item. -->
            <b:include cond='data:view.isSingleItem and data:post.includeAd' data='post' name='inlineAd'/>
        </article>

        <!-- Show ad outside post container (between posts) for feed pages. -->
        <b:include cond='data:view.isMultipleItems and data:post.includeAd' data='post' name='inlineAd'/>
    </b:includable>
    <b:includable id='postCommentsLink'>
        <b:if cond='data:view.isMultipleItems'>
            <span class='byline post-comment-link container'>
                <b:include cond='data:post.commentSource != 1' name='commentsLink'/>
            </span>
        </b:if>
    </b:includable>
    <b:includable id='postFooter' var='post'>
        <div class='post-footer'>
            <b:include name='footerBylines'/>
            <b:include data='post' name='postFooterAuthorProfile'/>
        </div>
    </b:includable>
    <b:includable id='postFooterAuthorProfile' var='post'>
        <b:if cond='data:post.author.aboutMe and data:view.isPost'>
            <div class='author-profile'>
                <b:if cond='data:post.author.authorPhoto.url'>
                    <img class='author-image' expr:src='data:post.author.authorPhoto.url' width='50px'/>
                    <div class='author-about'>
                        <b:include data='post' name='aboutPostAuthor'/>
                    </div>
                    <b:else/>
                    <b:include data='post' name='aboutPostAuthor'/>
                </b:if>
            </div>
        </b:if>
    </b:includable>
    <b:includable id='postHeader' var='post'>
        <b:include name='headerByline'/>
    </b:includable>
    <b:includable id='postJumpLink' var='post'>
        <div class='jump-link flat-button'>
            <a expr:href='data:post.url fragment &quot;more&quot;' expr:title='data:post.title'>
                <b:eval expr='data:blog.jumpLinkMessage'/>
            </a>
        </div>
    </b:includable>
    <b:includable id='postLabels'>
        <span class='byline post-labels'>
            <span class='byline-label'><data:byline.label/></span>
            <b:loop index='i' values='data:post.labels' var='label'>
                <a expr:href='data:label.url' rel='tag'>
                    <data:label.name/>
                </a>
            </b:loop>
        </span>
    </b:includable>
    <b:includable id='postLocation'>
        <span class='byline post-location'>
            <data:byline.label/>
            <a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
        </span>
    </b:includable>
    <b:includable id='postMeta' var='post'>
        <b:include data='post' name='postMetadataJSON'/>
    </b:includable>
    <b:includable id='postMetadataJSONImage'>
        &quot;image&quot;: {
        &quot;@type&quot;: &quot;ImageObject&quot;,
        <b:if cond='data:post.featuredImage.isResizable'>
            &quot;url&quot;: &quot;<b:eval expr='resizeImage(data:post.featuredImage, 1200, &quot;1200:630&quot;)'/>&quot;,
            &quot;height&quot;: 630,
            &quot;width&quot;: 1200
            <b:else/>
            &quot;url&quot;: &quot;https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=w1200&quot;,
            &quot;height&quot;: 348,
            &quot;width&quot;: 1200
        </b:if>
        },
    </b:includable>
    <b:includable id='postMetadataJSONPublisher'>
        &quot;publisher&quot;: {
        &quot;@type&quot;: &quot;Organization&quot;,
        &quot;name&quot;: &quot;Blogger&quot;,
        &quot;logo&quot;: {
        &quot;@type&quot;: &quot;ImageObject&quot;,
        &quot;url&quot;: &quot;https://lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=h60&quot;,
        &quot;width&quot;: 206,
        &quot;height&quot;: 60
        }
        },
    </b:includable>
    <b:includable id='postPagination'>
        <div class='blog-pager container' id='blog-pager'>
            <b:include cond='data:newerPageUrl' name='previousPageLink'/>
            <b:include cond='data:olderPageUrl' name='nextPageLink'/>
            <b:include cond='data:view.url != data:blog.homepageUrl' name='homePageLink'/>
        </div>
    </b:includable>
    <b:includable id='postReactions'>
        <!-- Reaction feature no longer available. The includable is retained for backwards-compatibility. -->
    </b:includable>
    <b:includable id='postShareButtons'>
        <div class='byline post-share-buttons goog-inline-block'>
            <b:with value='data:sharingId ?: ((data:widget.instanceId ?: &quot;sharing&quot;) + &quot;-&quot; + (data:regionName ?: &quot;byline&quot;) + &quot;-&quot; + data:post.id)' var='sharingId'>
                <!-- Note: 'sharingButtons' includable is from the default Sharing widget markup. -->
                <b:include data='{                                                sharingId: data:sharingId,                                                originalUrl: data:post.url,                                                platforms: data:this.sharing.platforms,                                                shareUrl: data:post.shareUrl,                                                shareTitle: data:post.title,                                              }' name='sharingButtons'/>
            </b:with>
        </div>
    </b:includable>
    <b:includable id='postTimestamp'>
        <span class='byline post-timestamp'>
            <data:byline.label/>
            <b:if cond='data:post.url'>
                <meta expr:content='data:post.url.canonical'/>
                <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'>
                    <time class='published' expr:datetime='data:post.date.iso8601' expr:title='data:post.date.iso8601'>
                        <data:post.date/>
                    </time>
                </a>
            </b:if>
        </span>
    </b:includable>
    <b:includable id='postTitle' var='post'>
        <a expr:name='data:post.id'/>
        <b:if cond='data:post.title != &quot;&quot;'>
            <h3 class='post-title entry-title'>
                <b:if cond='data:post.link or (data:post.url and data:view.url != data:post.url)'>
                    <a expr:href='data:post.link ?: data:post.url'><data:post.title/></a>
                    <b:else/>
                    <data:post.title/>
                </b:if>
            </h3>
        </b:if>
    </b:includable>
    <b:includable id='previousPageLink'>
        <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:messages.newerPosts'>
            <data:messages.newerPosts/>
        </a>
    </b:includable>
    <b:includable id='sharingButton'>
        <span expr:aria-label='data:platform.shareMessage' expr:class='&quot;sharing-platform-button sharing-element-&quot; + data:platform.key' expr:data-href='data:shareUrl + &quot;&amp;target=&quot; + data:platform.target' expr:data-url='data:originalUrl' expr:title='data:platform.shareMessage' role='menuitem' tabindex='-1'>
            <b:include name='sharingPlatformIcon'/>
            <span class='platform-sharing-text'><data:platform.name/></span>
        </span>
    </b:includable>
    <b:includable id='sharingButtonContent'>
        <div class='flat-icon-button ripple'>
            <b:include name='shareIcon'/>
        </div>
    </b:includable>
    <b:includable id='sharingButtons'>
        <div class='sharing' expr:aria-owns='&quot;sharing-popup-&quot; + data:sharingId' expr:data-title='data:shareTitle'>
            <button class='sharing-button touch-icon-button' expr:aria-controls='&quot;sharing-popup-&quot; + data:sharingId' expr:aria-label='data:messages.share.escaped' expr:id='&quot;sharing-button-&quot; + data:sharingId' role='button'>
                <b:include name='sharingButtonContent'/>
            </button>
            <b:include name='sharingButtonsMenu'/>
        </div>
    </b:includable>
    <b:includable id='sharingButtonsMenu'>
        <div class='share-buttons-container'>
            <ul aria-hidden='true' class='share-buttons hidden' expr:aria-label='data:messages.share.escaped' expr:id='&quot;sharing-popup-&quot; + data:sharingId' role='menu'>
                <b:loop values='(data:platforms ?: data:blog.sharing.platforms) filter (p =&gt; p.key not in {&quot;blogThis&quot;})' var='platform'>
                    <li>
                        <b:include name='sharingButton'/>
                    </li>
                </b:loop>
                <li aria-hidden='true' class='hidden'>
                    <b:include name='otherSharingButton'/>
                </li>
            </ul>
        </div>
    </b:includable>
    <b:includable id='sharingPlatformIcon'>
        <b:include data='{ iconClass: (&quot;touch-icon sharing-&quot; + data:platform.key) }' expr:name='data:platform.key + &quot;Icon&quot;'/>
    </b:includable>
    <b:includable id='threadedCommentForm' var='post'>
        <div class='comment-form'>
            <a name='comment-form'/>
            <h4 id='comment-post-message'><data:messages.postAComment/></h4>
            <b:if cond='data:this.messages.blogComment != &quot;&quot;'>
                <p><data:this.messages.blogComment/></p>
            </b:if>
            <b:include data='post' name='commentFormIframeSrc'/>
            <iframe allowtransparency='allowtransparency' class='blogger-iframe-colorize blogger-comment-from-post' expr:height='data:cmtIframeInitialHeight ?: &quot;90px&quot;' frameborder='0' id='comment-editor' name='comment-editor' src='' width='100%'/>
            <data:post.cmtfpIframe/>
            <script type='text/javascript'>
                BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;);
            </script>
        </div>
    </b:includable>
    <b:includable id='threadedCommentJs' var='post'>
        <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>
        <b:template-script inline='true' name='threaded_comments'/>
        <script type='text/javascript'>
            blogger.widgets.blog.initThreadedComments(
            <data:post.commentJso/>,
            <data:post.commentMsgs/>,
            <data:post.commentConfig/>);
        </script>
    </b:includable>
    <b:includable id='threadedComments' var='post'>
        <section class='comments threaded' expr:data-embed='data:post.embedCommentForm' expr:data-num-comments='data:post.numberOfComments' id='comments'>
            <a name='comments'/>

            <b:include name='commentsTitle'/>

            <div class='comments-content'>
                <b:if cond='data:post.embedCommentForm'>
                    <b:include data='post' name='threadedCommentJs'/>
                </b:if>
                <div id='comment-holder'>
                    <data:post.commentHtml/>
                </div>
            </div>

            <p class='comment-footer'>
                <b:if cond='data:post.allowNewComments'>
                    <b:include data='post' name='threadedCommentForm'/>
                    <b:else/>
                    <data:post.noNewCommentsText/>
                </b:if>
                <b:if cond='data:post.showManageComments'>
                    <b:include data='post' name='manageComments'/>
                </b:if>
            </p>

            <b:if cond='data:showCmtPopup'>
                <div id='comment-popup'>
                    <iframe allowtransparency='allowtransparency' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
                    </iframe>
                </div>
            </b:if>
        </section>
    </b:includable>
</b:widget>

BlogArchive

<b:widget id='BlogArchive1' locked='false' title='BlogArchive' type='BlogArchive' version='2' visible='true'>
	<b:widget-settings>
		<b:widget-setting name='showStyle'>HIERARCHY</b:widget-setting>
		<b:widget-setting name='yearPattern'>yyyy</b:widget-setting>
		<b:widget-setting name='showWeekEnd'>true</b:widget-setting>
		<b:widget-setting name='monthPattern'>MMMM</b:widget-setting>
		<b:widget-setting name='dayPattern'>MMM dd</b:widget-setting>
		<b:widget-setting name='weekPattern'>MM/dd</b:widget-setting>
		<b:widget-setting name='chronological'>false</b:widget-setting>
		<b:widget-setting name='showPosts'>true</b:widget-setting>
		<b:widget-setting name='frequency'>MONTHLY</b:widget-setting>
	</b:widget-settings>
	<b:includable id='main' var='this'>
		<b:include name='widget-title'/>
		<b:include name='content'/>
	</b:includable>
	<b:includable id='content'>
		<div class='widget-content'>
			<div id='ArchiveList'>
				<div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'>
					<b:include cond='data:this.style == &quot;HIERARCHY&quot;' name='hierarchy'/>
					<b:include cond='data:this.style in {&quot;FLAT&quot;, &quot;MENU&quot;}' name='flat'/>
				</div>
			</div>
		</div>
	</b:includable>
	<b:includable id='flat'>
		<ul class='flat'>
			<b:loop values='data:data' var='i'>
				<li class='archivedate'>
					<a b:whitespace='remove' expr:href='data:i.url'>
						<data:i.name/><span class='post-count'><data:i.post-count/></span>
					</a>
				</li>
			</b:loop>
		</ul>
	</b:includable>
	<b:includable id='hierarchy'>
		<b:include data='data' name='interval'/>
	</b:includable>
	<b:includable id='interval' var='intervals'>
		<ul class='hierarchy'>
			<b:loop values='data:intervals' var='interval'>
				<li class='archivedate'>
					<div class='hierarchy-title'>
						<a class='post-count-link' expr:href='data:interval.url'>
							<data:interval.name/>
							<span class='post-count'><data:interval.post-count/></span>
						</a>
					</div>
					<div class='hierarchy-content'>
						<b:include cond='data:interval.data' data='interval.data' name='interval'/>
						<b:include cond='data:interval.posts' data='interval.posts' name='posts'/>
					</div>
				</li>
			</b:loop>
		</ul>
	</b:includable>
	<b:includable id='posts' var='posts'>
		<ul class='posts hierarchy'>
			<b:loop values='data:posts' var='post'>
				<li>
					<a expr:href='data:post.url'><data:post.title/></a>
				</li>
			</b:loop>
		</ul>
	</b:includable>
</b:widget>

BloggerButton

<b:widget id='BloggerButton1' locked='false' title='' type='BloggerButton' visible='true'>
	<b:widget-settings>
		<b:widget-setting name='button'>//lh3.googleusercontent.com/ULB6iBuCeTVvSjjjU1A-O8e9ZpVba6uvyhtiWRti_rBAs9yMYOFBujxriJRZ-A=s128</b:widget-setting>
	</b:widget-settings>
	<b:includable id='main'>
		<div class='widget-content'>
			<a href='https://www.blogger.com' rel='nofollow'>
				<img alt='Powered by Blogger' expr:src='data:source' expr:srcset='data:srcset' width='128'/>
			</a>
		</div>
	</b:includable>
</b:widget>

BlogList

<b:widget id='BlogList1' locked='false' title='Blog List' type='BlogList' visible='true'>
	<b:widget-settings>
		<b:widget-setting name='showItemThumbnail'>false</b:widget-setting>
		<b:widget-setting name='sortType'>LAST_UPDATE_DESCENDING</b:widget-setting>
		<b:widget-setting name='numItemsToShow'>5</b:widget-setting>
		<b:widget-setting name='showTimePeriodSinceLastUpdate'>false</b:widget-setting>
		<b:widget-setting name='showIcon'>true</b:widget-setting>
		<b:widget-setting name='showItemTitle'>true</b:widget-setting>
		<b:widget-setting name='showItemSnippet'>false</b:widget-setting>
	</b:widget-settings>
	<b:includable id='main'>
		<b:include name='widget-title'/>
		<b:include name='content'/>
	</b:includable>
	<b:includable id='content'>
		<div class='widget-content'>
			<div class='blog-list-container' expr:id='data:widget.instanceId + &quot;_container&quot;'>
				<ul expr:id='data:widget.instanceId + &quot;_blogs&quot;'>
					<b:loop values='data:items' var='item'>
						<li expr:style='data:item.displayStyle'>
							<div class='blog-icon'>
								<b:if cond='data:showIcon'>
									<img expr:data-lateloadsrc='data:item.blogIconUrl' height='16' width='16'/>
								</b:if>
							</div>
							<div class='blog-content'>
								<div class='blog-title'>
									<a expr:href='data:item.blogUrl' target='_blank'><data:item.blogTitle/></a>
								</div>
								<div class='item-content'>
									<b:if cond='data:showItemThumbnail and data:item.itemThumbnail'>
										<div class='item-thumbnail'>
											<a expr:href='data:item.blogUrl' target='_blank'>
												<img alt='' border='0' expr:height='data:item.itemThumbnail.height' expr:src='data:item.itemThumbnail.url' expr:width='data:item.itemThumbnail.width'/>
											</a>
										</div>
									</b:if>
									<b:if cond='data:showItemTitle'>
										<span class='item-title'>
											<b:if cond='data:item.itemUrl != &quot;&quot;'>
												<a expr:href='data:item.itemUrl' target='_blank'>
													<data:item.itemTitle/>
												</a>
												<b:else/>
												<data:item.itemTitle/>
											</b:if>
										</span>
									</b:if>
									<b:if cond='data:showItemSnippet'>
										<b:if cond='data:showItemTitle'> - </b:if>
										<span class='item-snippet'>
											<data:item.itemSnippet/>
										</span>
									</b:if>
									<b:if cond='data:showTimePeriodSinceLastUpdate'>
										<div class='item-time'>
											<data:item.timePeriodSinceLastUpdate/>
										</div>
									</b:if>
								</div>
							</div>
							<div style='clear: both;'/>
						</li>
					</b:loop>
				</ul>

				<b:if cond='data:numItemsToShow != 0 and data:totalItems gt data:numItemsToShow'>
					<div class='show-option'>
						<span expr:id='data:widget.instanceId + &quot;_show-n&quot;' style='display: none;'>
							<a href='javascript:void(0)' onclick='return false;'>
								<data:showNText/>
							</a>
						</span>
						<span expr:id='data:widget.instanceId + &quot;_show-all&quot;' style='margin-left: 5px;'>
							<a href='javascript:void(0)' onclick='return false;'>
								<data:showAllText/>
							</a>
						</span>
					</div>
				</b:if>
			</div>
		</div>
	</b:includable>
</b:widget>

BlogSearch

<b:widget id='BlogSearch1' locked='false' title='Search This Blog' type='BlogSearch' visible='true'>
	<b:includable id='main'>
		<b:include name='widget-title'/>
		<b:include name='content'/>
	</b:includable>
	<b:includable id='content'>
		<div class='widget-content' role='search'>
			<b:include name='searchForm'/>
		</div>
	</b:includable>
	<b:includable id='searchForm'>
		<form expr:action='data:blog.searchUrl'>
			<b:attr cond='not data:view.isPreview' name='target' value='_top'/>
			<b:include name='urlParamsAsFormInput'/>
			<div class='search-input'>
				<input autocomplete='off' expr:aria-label='data:messages.searchThisBlog' expr:placeholder='data:messages.searchThisBlog' expr:value='data:view.isSearch ? data:view.search.query.escaped : &quot;&quot;' name='q'/>
			</div>
			<b:include name='searchSubmit'/>
		</form>
	</b:includable>
	<b:includable id='searchSubmit'>
		<input class='search-action' expr:value='data:messages.search.escaped' type='submit'/>
	</b:includable>
</b:widget>

ContactForm

<b:widget id='ContactForm1' locked='false' title='Contact Form' type='ContactForm' visible='true'>
	<b:includable id='main'>
		<b:include name='widget-title'/>
		<b:include name='content'/>
	</b:includable>
	<b:includable id='content'>
		<div class='contact-form-widget'>
			<div class='form'>
				<form name='contact-form'>					
					<data:contactFormNameMsg/>
					<br/>
					<input class='contact-form-name' expr:id='data:widget.instanceId + &quot;_contact-form-name&quot;' name='name' size='30' type='text' value=''/>						
					<data:contactFormEmailMsg/> <span style='font-weight: bolder;'>*</span>
					<br/>
					<input class='contact-form-email' expr:id='data:widget.instanceId + &quot;_contact-form-email&quot;' name='email' size='30' type='text' value=''/>							
					<data:contactFormMessageMsg/> <span style='font-weight: bolder;'>*</span>
					<br/>
					<textarea class='contact-form-email-message' cols='25' expr:id='data:widget.instanceId + &quot;_contact-form-email-message&quot;' name='email-message' rows='5'/>								
					<input class='contact-form-button contact-form-button-submit' expr:id='data:widget.instanceId + &quot;_contact-form-submit&quot;' expr:value='data:contactFormSendMsg' type='button'/>									
					<div style='text-align: center; max-width: 222px; width: 100%'>
						<p class='contact-form-error-message' expr:id='data:widget.instanceId + &quot;_contact-form-error-message&quot;'/>
						<p class='contact-form-success-message' expr:id='data:widget.instanceId + &quot;_contact-form-success-message&quot;'/>
					</div>
				</form>
			</div>
		</div>
	</b:includable>
</b:widget>

FeaturedPost

<b:widget id='FeaturedPost1' locked='false' title='Featured post' type='FeaturedPost' visible='true'>
  <b:widget-settings>
    <b:widget-setting name='showSnippet'>true</b:widget-setting>
    <b:widget-setting name='showPostTitle'>true</b:widget-setting>
    <b:widget-setting name='postId'>0</b:widget-setting>
    <b:widget-setting name='showFirstImage'>true</b:widget-setting>
    <b:widget-setting name='useMostRecentPost'>true</b:widget-setting>
  </b:widget-settings>
  <b:includable id='main' var='this'>
  <b:include name='widget-title'/>
  <div class='widget-content'>
    <b:include name='snippetedPosts'/>
  </div>
</b:includable>
</b:widget>

Feed

<b:widget id='Feed1' locked='false' title='Dummy' type='Feed' visible='true'>
    <b:widget-settings>
        <b:widget-setting name='feedUrl'>https://dummy.blogspot.com/feeds/posts/default</b:widget-setting>
        <b:widget-setting name='openLinksInNewWindow'>true</b:widget-setting>
        <b:widget-setting name='numItemsShow'>5</b:widget-setting>
        <b:widget-setting name='showItemDate'>true</b:widget-setting>
        <b:widget-setting name='showItemAuthor'>true</b:widget-setting>
    </b:widget-settings>
    <b:includable id='main'>
        <b:include name='widget-title'/>
        <b:include name='content'/>
    </b:includable>
    <b:includable id='content'>
        <div class='widget-content' expr:id='data:widget.instanceId + &quot;_feedItemListDisplay&quot;'>
            <span style='filter: alpha(25); opacity: 0.25;'>
                <a expr:href='data:feedUrl'><data:loadingMsg/></a>
            </span>
        </div>
    </b:includable>
</b:widget>

Catatan b:widget-setting feedUrl harus di isi dengan valid atau akan muncul error saat menyimpan template

Followers

<b:widget id='Followers1' locked='false' title='Followers' type='Followers' visible='true'>
	<b:widget-settings>
		<b:widget-setting name='borderColorTransparent'>true</b:widget-setting>
		<b:widget-setting name='useTemplateDefaultStyles'>true</b:widget-setting>
		<b:widget-setting name='contentSecondaryTextColor'>#000000</b:widget-setting>
		<b:widget-setting name='contentHeadlineColor'>#000000</b:widget-setting>
		<b:widget-setting name='endcapTextColor'>#000000</b:widget-setting>
		<b:widget-setting name='contentTextColor'>#000000</b:widget-setting>
		<b:widget-setting name='contentSecondaryLinkColor'>#FFFFFF</b:widget-setting>
		<b:widget-setting name='endcapLinkColor'>#000000</b:widget-setting>
		<b:widget-setting name='contentLinkColor'>#000000</b:widget-setting>
	</b:widget-settings>
	<b:includable id='main'>
		<b:if cond='data:title != &quot;&quot; and data:codeSnippet != &quot;&quot;'>
			<h2 class='title'><data:title/></h2>
		</b:if>
		<div class='widget-content'>
			<div expr:id='data:widget.instanceId + &quot;-wrapper&quot;'>
				<b:if cond='data:codeSnippet != &quot;&quot;'>
					<div style='margin-right:2px;'>
						<data:codeSnippet/>
					</div>
				</b:if>
			</div>
			<b:include name='quickedit'/>
		</div>
	</b:includable>
</b:widget>
<b:widget id='Header1' locked='false' title='Header (Header)' type='Header' visible='true'>
	<b:widget-settings>
		<b:widget-setting name='displayUrl'/>
		<b:widget-setting name='displayHeight'/>
		<b:widget-setting name='sectionWidth'/>
		<b:widget-setting name='useImage'/>
		<b:widget-setting name='shrinkToFit'/>
		<b:widget-setting name='imagePlacement'/>
		<b:widget-setting name='displayWidth'/>
	</b:widget-settings>
	<b:includable id='main' var='this'>
		<div class='header-widget'>
			<b:include cond='data:imagePlacement in {&quot;REPLACE&quot;, &quot;BEFORE_DESCRIPTION&quot;}' name='image'/>
			<b:include cond='data:imagePlacement not in {&quot;REPLACE&quot;, &quot;BEFORE_DESCRIPTION&quot;}' name='title'/>
			<b:include cond='data:imagePlacement != &quot;REPLACE&quot;' name='description'/>
		</div>
		<b:include cond='data:imagePlacement == &quot;BEHIND&quot;' name='behindImageStyle'/>
	</b:includable>
	<b:includable id='behindImageStyle'>
		<b:if cond='data:sourceUrl'>
			<b:include cond='data:this.image' data='{image: data:this.image,selector: &quot;.header-widget&quot;}' name='responsiveImageStyle'/>
			<style type='text/css'>
				.header-widget {
				background-position: <data:blog.locale.languageAlignment/>;
				background-repeat: no-repeat;
				background-size: cover;
				}
			</style>
		</b:if>
	</b:includable>
	<b:includable id='description'>
		<p>
			<data:this.description/>
		</p>
	</b:includable>
	<b:includable id='image'>
		<a class='header-image-wrapper' expr:href='data:blog.homepageUrl'>
			<b:include data='{image: data:image,altText: data:blog.title.escaped,originalWidth: data:width,originalHeight: data:height}' name='responsiveImage'/>
		</a>
	</b:includable>
	<b:includable id='title'>
		<h1>
			<b:tag cond='data:view.url != data:blog.homepageUrl' expr:href='data:blog.homepageUrl' name='a'>
				<data:title/>
			</b:tag>
		</h1>
	</b:includable>
</b:widget>

HTML

<b:widget id='HTML1' locked='false' title='HTML' type='HTML' visible='true'>
  <b:widget-settings>
    <b:widget-setting name='content'>code</b:widget-setting>
  </b:widget-settings>
  <b:includable id='main'>
  <b:include name='widget-title'/>
  <div class='widget-content'>
    <data:content/>
  </div>
</b:includable>
</b:widget>

Image

<b:widget id='Image1' locked='false' title='Image' type='Image' visible='true'>
	<b:widget-settings>
		<b:widget-setting name='displayUrl'/>
		<b:widget-setting name='displayHeight'/>
		<b:widget-setting name='sectionWidth'/>
		<b:widget-setting name='shrinkToFit'/>
		<b:widget-setting name='displayWidth'/>
		<b:widget-setting name='link'/>
		<b:widget-setting name='caption'/>
	</b:widget-settings>
	<b:includable id='main'>
		<b:include name='widget-title'/>
		<b:include name='content'/>
	</b:includable>
	<b:includable id='content'>
		<div class='widget-content'>
			<b:tag cond='data:link' expr:href='data:link' name='a'>
				<img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_img&quot;' expr:src='data:sourceUrl' expr:width='data:width'>
					<b:attr cond='data:sourceSet' expr:value='data:sourceSet' name='srcset'/>
				</img>
			</b:tag>
			<br/>
			<b:if cond='data:caption'>
				<span class='caption'><data:caption/></span>
			</b:if>
		</div>
	</b:includable>
</b:widget>

Label

<b:widget id='Label1' locked='false' title='Labels' type='Label' visible='true'>
	<b:widget-settings>
		<b:widget-setting name='sorting'>ALPHA</b:widget-setting>
		<b:widget-setting name='display'>LIST</b:widget-setting>
		<b:widget-setting name='selectedLabelsList'/>
		<b:widget-setting name='showType'>ALL</b:widget-setting>
		<b:widget-setting name='showFreqNumbers'>true</b:widget-setting>
	</b:widget-settings>
	<b:includable id='main' var='this'>
		<b:include name='widget-title'/>
		<b:include name='content'/>
	</b:includable>
	<b:includable id='cloud'>
		<b:loop values='data:labels' var='label'>
			<span class='label-size'>
				<b:class expr:name='&quot;label-size-&quot; + data:label.cssSize'/>
				<a class='label-name' expr:href='data:label.url'>
					<data:label.name/>
					<b:if cond='data:this.showFreqNumbers'>
						<span class='label-count'><data:label.count/></span>
					</b:if>
				</a>
			</span>
		</b:loop>
	</b:includable>
	<b:includable id='content'>
		<div class='widget-content'>
			<b:class expr:name='data:this.display + &quot;-label-widget-content&quot;'/>
			<b:include cond='data:this.display == &quot;list&quot;' name='list'/>
			<b:include cond='data:this.display == &quot;cloud&quot;' name='cloud'/>
		</div>
	</b:includable>
	<b:includable id='list'>
		<ul>
			<b:loop values='data:labels' var='label'>
				<li>
					<a class='label-name' expr:href='data:label.url'>
						<data:label.name/>
						<b:if cond='data:this.showFreqNumbers'>
							<span class='label-count'><data:label.count/></span>
						</b:if>
					</a>
				</li>
			</b:loop>
		</ul>
	</b:includable>
</b:widget>
<b:widget id='LinkList1' locked='false' title='Link List' type='LinkList' visible='true'>
	<b:widget-settings>
		<b:widget-setting name='shownum'>1</b:widget-setting>
		<b:widget-setting name='sorting'>NONE</b:widget-setting>
		<b:widget-setting name='text-0'>Blogger</b:widget-setting>
		<b:widget-setting name='link-0'>https://blogger.com</b:widget-setting>
	</b:widget-settings>
	<b:includable id='main'>
		<b:include name='widget-title'/>
		<b:include name='content'/>
	</b:includable>
	<b:includable id='content'>
		<div class='widget-content'>
			<ul>
				<b:loop values='data:links' var='link'>
					<li><a expr:href='data:link.target'><data:link.name/></a></li>
				</b:loop>
			</ul>
		</div>
	</b:includable>
</b:widget>

PageList

<b:widget id='PageList1' locked='false' title='Pages' type='PageList' visible='true'>
  <b:widget-settings>
    <b:widget-setting name='pageListJson'><![CDATA[{"link0":{"href":"http://blogger.com/","position":0,"title":"Blogger"}}]]></b:widget-setting>
    <b:widget-setting name='homeTitle'>Home</b:widget-setting>
  </b:widget-settings>
  <b:includable id='main'>
  <b:include name='widget-title'/>
  <b:include name='content'/>
</b:includable>
  <b:includable id='content'>
  <div class='widget-content'>
    <b:include name='pageList'/>
  </div>
</b:includable>
  <b:includable id='overflowButton'>
  <b:include name='verticalMoreIcon'/>
</b:includable>
  <b:includable id='overflowablePageList'>
  <div class='overflowable-container'>
    <div class='overflowable-contents'>
      <div class='container'>
        <b:with value='true' var='overflow'>
        <b:with value='&quot;tabs&quot;' var='pageListClass'>
          <b:include name='pageList'/>
        </b:with>
        </b:with>
      </div>
    </div>
    <div class='overflow-button hidden'>
      <b:include name='overflowButton'/>
    </div>
  </div>
</b:includable>
  <b:includable id='pageLink'>
  <li>
    <b:class cond='data:overflow' name='overflowable-item'/>
    <b:class cond='data:link.isCurrentPage' name='selected'/>

    <a expr:href='data:link.href'><data:link.title/></a>
  </li>
</b:includable>
  <b:includable id='pageList'>
  <ul>
    <b:class cond='data:pageListClass' expr:name='data:pageListClass'/>
    <b:loop values='data:links' var='link'>
      <b:include name='pageLink'/>
    </b:loop>
  </ul>
</b:includable>
</b:widget>

PopularPosts

<b:widget id='PopularPosts1' locked='false' title='Popular Posts' type='PopularPosts' visible='true'>
  <b:widget-settings>
    <b:widget-setting name='numItemsToShow'>10</b:widget-setting>
    <b:widget-setting name='showThumbnails'>true</b:widget-setting>
    <b:widget-setting name='showSnippets'>true</b:widget-setting>
    <b:widget-setting name='timeRange'>ALL_TIME</b:widget-setting>
  </b:widget-settings>
  <b:includable id='main' var='this'>
  <b:include name='widget-title'/>
  <div class='widget-content'>
    <b:include name='snippetedPosts'/>
  </div>
</b:includable>
</b:widget>

Profile

<b:widget id='Profile1' locked='false' title='About Me' type='Profile' visible='true'>
	<b:widget-settings>
		<b:widget-setting name='showaboutme'>true</b:widget-setting>
		<b:widget-setting name='showlocation'>true</b:widget-setting>
	</b:widget-settings>
	<b:includable id='main' var='this'>
		<b:include name='widget-title'/>
		<b:include name='content'/>
	</b:includable>
	<b:includable id='authorProfileImage'>
		<img class='profile-img' expr:alt='data:messages.myPhoto' expr:height='data:authorPhoto.height' expr:src='data:authorPhoto.image' expr:width='data:authorPhoto.width'/>
	</b:includable>
	<b:includable id='content'>
		<b:if cond='data:team'>
			<div class='widget-content team'>
				<b:include name='teamProfile'/>
			</div>
			<b:else/>
			<div class='widget-content individual'>
				<b:include name='userProfile'/>
			</div>
		</b:if>
	</b:includable>
	<b:includable id='defaultProfileImage'>
		<div class='default-avatar'/>
	</b:includable>
	<b:includable id='profileImage'>
		<b:if cond='data:authorPhoto.image'>
			<b:include name='authorProfileImage'/>
			<b:else/>
			<b:include name='defaultProfileImage'/>
		</b:if>
	</b:includable>
	<b:includable id='teamProfile'>
		<ul>
			<b:loop values='data:authors' var='author'>
				<li>
					<div class='team-member'>
						<b:include data='author' name='teamProfileLink'/>
					</div>
				</li>
			</b:loop>
		</ul>
	</b:includable>
	<b:includable id='teamProfileLink'>
		<a class='profile-link g-profile' expr:href='data:userUrl' rel='nofollow'>
			<b:include name='profileImage'/>
			<span class='profile-name'><data:display-name/></span>
		</a>
	</b:includable>
	<b:includable id='userLocation'>
		<dd class='profile-data location'><data:location/></dd>
	</b:includable>
	<b:includable id='userProfile'>
		<b:include name='userProfileImage'/>
		<b:include name='userProfileInfo'/>
	</b:includable>
	<b:includable id='userProfileData'>
		<dt class='profile-data'>
			<a class='profile-link g-profile' expr:href='data:userUrl' rel='author nofollow'>
				<data:displayname/>
			</a>
		</dt>
	</b:includable>
	<b:includable id='userProfileImage'>
		<a expr:href='data:userUrl' rel='nofollow'>
			<b:include name='profileImage'/>
		</a>
	</b:includable>
	<b:includable id='userProfileInfo'>
		<div class='profile-info'>
			<dl class='profile-datablock'>
				<b:class cond='data:showlocation and data:location != &quot;&quot;' name='has-location'/>

				<b:include name='userProfileData'/>
				<b:include cond='data:showlocation and data:location != &quot;&quot;' name='userLocation'/>
				<b:include cond='data:aboutme != &quot;&quot;' name='userProfileText'/>
			</dl>
			<b:include name='viewProfileLink'/>
		</div>
	</b:includable>
	<b:includable id='userProfileText'>
		<dd class='profile-textblock'>
			<data:aboutme/>
		</dd>
	</b:includable>
	<b:includable id='viewProfileLink'>
		<a class='profile-link' expr:href='data:userUrl' rel='author nofollow'>
			<data:messages.viewMyCompleteProfile/>
		</a>
	</b:includable>
</b:widget>

ReportAbuse

<b:widget id='ReportAbuse1' locked='false' title='' type='ReportAbuse' visible='true'>
 <b:includable id='main'>
  <b:include name='reportAbuse'/>
 </b:includable>
</b:widget>

Stats

<b:widget id='Stats1' locked='false' title='Total Pageviews' type='Stats' visible='true'>
	<b:widget-settings>
		<b:widget-setting name='showGraphicalCounter'>true</b:widget-setting>
		<b:widget-setting name='showAnimatedCounter'>true</b:widget-setting>
		<b:widget-setting name='showSparkline'>true</b:widget-setting>
		<b:widget-setting name='sparklineStyle'>BLACK_TRANSPARENT</b:widget-setting>
		<b:widget-setting name='timeRange'>ALL_TIME</b:widget-setting>
	</b:widget-settings>
	<b:includable id='main'>
		<b:include name='widget-title'/>
		<b:include name='content'/>
	</b:includable>
	<b:includable id='content'>
		<div class='widget-content'>
			<!-- Content is going to be visible when data will be fetched from server. -->
			<div expr:id='data:widget.instanceId + &quot;_content&quot;' style='display: none;'>
				<!-- Counter and image will be injected later via AJAX call. -->
				<b:if cond='data:showSparkline'>
					<script src='https://www.gstatic.com/charts/loader.js' type='text/javascript'/>
					<span expr:id='data:widget.instanceId + &quot;_sparklinespan&quot;' style='display:inline-block; width:75px; height:30px'/>
				</b:if>
				<span expr:class='&quot;counter-wrapper &quot; + (data:showGraphicalCounter ? &quot;graph-counter-wrapper&quot; : &quot;text-counter-wrapper&quot;)' expr:id='data:widget.instanceId + &quot;_totalCount&quot;'>
				</span>
			</div>
		</div>
	</b:includable>
</b:widget>

Subscribe

<b:widget id='Subscribe1' locked='false' title='aass' type='Subscribe' visible='true'>
	<b:includable id='main'>
		<b:include name='widget-title'/>
		<b:include name='content'/>
	</b:includable>
	<b:includable id='content'>
		<div class='widget-content'>
			<b:include data='feeds' name='feeds'/>
			<div style='clear:both'/>
		</div>
	</b:includable>
	<b:includable id='feeds' var='feeds'>
		<b:loop values='data:feeds' var='feed'>
			<div expr:class='&quot;subscribe-wrapper subscribe-type-&quot; + data:feed.type'>

				<div expr:class='&quot;subscribe expanded subscribe-type-&quot; + data:feed.type' expr:id='&quot;SW_READER_LIST_&quot; + data:widgetId + data:feed.type' style='display:none;'>
					<div class='top'>
						<span class='inner' expr:onclick='&quot;return(_SW_toggleReaderList(event, \&quot;&quot; + data:widgetId +data:feed.type + &quot;\&quot;));&quot;'>
							<img class='subscribe-dropdown-arrow' expr:src='data:arrowDropdownImg'/>
							<img align='absmiddle' alt='' border='0' class='feed-icon' expr:src='data:feedIconImg'/>
							<data:feed.title/>
						</span>

						<div class='feed-reader-links'>
							<a class='feed-reader-link' expr:href='&quot;https://www.netvibes.com/subscribe.php?url=&quot; + data:feed.encodedUrl' target='_blank'>
								<img expr:src='data:imagePathBase + &quot;subscribe-netvibes.png&quot;'/>
							</a>
							<a class='feed-reader-link' expr:href='&quot;https://add.my.yahoo.com/content?url=&quot; + data:feed.encodedUrl' target='_blank'>
								<img expr:src='data:imagePathBase + &quot;subscribe-yahoo.png&quot;'/>
							</a>
							<a class='feed-reader-link' expr:href='data:feed.url' target='_blank'>
								<img align='absmiddle' class='feed-icon' expr:src='data:feedIconImg'/>
								Atom
							</a>
						</div>

					</div>
					<div class='bottom'/>
				</div>

				<div class='subscribe' expr:id='&quot;SW_READER_LIST_CLOSED_&quot; + data:widgetId +data:feed.type' expr:onclick='&quot;return(_SW_toggleReaderList(event, \&quot;&quot; + data:widgetId +data:feed.type + &quot;\&quot;));&quot;'>
					<div class='top'>
						<span class='inner'>
							<img class='subscribe-dropdown-arrow' expr:src='data:arrowDropdownImg'/>
							<span expr:onclick='&quot;return(_SW_toggleReaderList(event, \&quot;&quot; + data:widgetId +data:feed.type + &quot;\&quot;));&quot;'>
								<img align='absmiddle' alt='' border='0' class='feed-icon' expr:src='data:feedIconImg'/>
								<data:feed.title/>
							</span>
						</span>
					</div>
					<div class='bottom'/>
				</div>

			</div>
		</b:loop>
	</b:includable>
</b:widget>

Text

<b:widget id='Text1' locked='false' title='Text' type='Text' version='2' visible='true'>
	<b:widget-settings>
		<b:widget-setting name='content'><![CDATA[insert text here]]></b:widget-setting>
	</b:widget-settings>
	<b:includable id='main'>
		<data:title/>
		<data:content/>
	</b:includable>
</b:widget>

TextList

<b:widget id='TextList1' locked='false' title='TextList' type='TextList' version='2' visible='true'>
	<b:widget-settings>
		<b:widget-setting name='shownum'/>
		<b:widget-setting name='sorting'>ALPHABETICAL</b:widget-setting>
		<b:widget-setting name='item-2'>item-2</b:widget-setting>
		<b:widget-setting name='item-1'>item-1</b:widget-setting>
		<b:widget-setting name='item-0'>item-0</b:widget-setting>
	</b:widget-settings>
	<b:includable id='main'>
		<data:title/>
		<b:loop values='data:items' var='item'>
			<data:item/>
		</b:loop>
	</b:includable>
	<b:includable id='content'/>
</b:widget>

Translate

<b:widget id='Translate1' locked='false' title='Translate' type='Translate' version='2' visible='true'>
	<b:widget-settings>
		<b:widget-setting name='displayMode'>SIMPLE</b:widget-setting>
	</b:widget-settings>
	<b:includable id='main'>
		<b:include name='widget-title'/>
		<b:include name='content'/>
	</b:includable>
	<b:includable id='content'>
		<div id='google_translate_element'/>
		<script>
			function googleTranslateElementInit() {
			new google.translate.TranslateElement({
			pageLanguage: &#39;<b:eval expr='data:blog.locale.language ?: &quot;auto&quot;'/>&#39;,
			autoDisplay: &#39;true&#39;,
			layout: google.translate.TranslateElement.InlineLayout.<data:layout/>
			}, &#39;google_translate_element&#39;);
			}
		</script>
		<script src='//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit'/>
	</b:includable>
</b:widget>

Wikipedia

<b:widget id='Wikipedia1' locked='false' title='Wikipedia' type='Wikipedia' visible='true'>
	<b:includable id='main'>
		<b:include name='widget-title'/>
		<b:include name='content'/>
	</b:includable>
	<b:includable id='content'>
		<div class='wikipedia-search-main-container'>
			<form class='wikipedia-search-form' expr:id='data:widget.instanceId + &quot;_wikipedia-search-form&quot;' name='wikipedia'>
				<div class='wikipedia-searchtable'>
					<span>
						<a class='wikipedia-search-wiki-link' href='https://wikipedia.org/wiki/' target='_blank'>
							<img align='top' class='wikipedia-icon' src='https://resources.blogblog.com/img/widgets/icon_wikipedia_w.png'/>
						</a>
					</span>
					<span class='wikipedia-search-bar'>
						<span class='wikipedia-input-box'>
							<input class='wikipedia-search-input' expr:id='data:widget.instanceId + &quot;_wikipedia-search-input&quot;' type='text'/>
						</span>
						<span>
							<input class='wikipedia-search-button' type='submit'/>
						</span>
					</span>
				</div>
			</form>
			<div class='wikipedia-search-results-header' expr:id='data:widget.instanceId + &quot;_wikipedia-search-results-header&quot;'><data:searchResultsMsg/></div>
			<div class='wikipedia-search-results' expr:id='data:widget.instanceId + &quot;_wikipedia-search-results&quot;'/>
			<nobr>
				<div expr:dir='data:blog.languageDirection' expr:id='data:widget.instanceId + &quot;_wikipedia-search-more&quot;'/>
			</nobr>
		</div><br/>
	</b:includable>
</b:widget>
Dilihat 852x
Terakhir diupdate 31/Agustus/2022 04:49 AM
Buka Diskusi