0

我只希望我的一个页面在侧边栏中显示 Twitter 列表小部件。(BLOGGER)。设计师模板。

我的代码如下:-

        <b:widget id='HTML4' locked='false' title='Twitter' type='HTML'>
        <b:includable id='main'>
        <b:if cond='data:blog.url == &quot;http://tfi-alumni-impact.blogspot.in/p/mouthpiece.html&quot; '>
        <!-- only display title if it's non-empty -->
        <b:if cond='data:title != &quot;&quot;'>
        <h2 class='title'><data:title/></h2>
        </b:if>
        <div class='widget-content'>
         <data:content/>
        </div>
        <b:include name='quickedit'/>
       </b:if>
       </b:includable>
       </b:widget

>   

但是,正如您在博客上看到的那样;它没有出现在右侧边栏上。我已经编辑了页面的html:-

<style type='text/css'>
#HTML1, #Slideshow1, #Image1, #Poll1, #HTML2, #HTML1 { display:none !important;}
</style>

但我不认为这是问题所在。我做错了什么/我可以做些什么来实现我的目标?非常感谢!

4

0 回答 0