我只希望我的一个页面在侧栏中显示Twitter列表小部件。(BLOGGER)。 设计师模板。
我的代码如下: -
<b:widget id='HTML4' locked='false' title='Twitter' type='HTML'>
<b:includable id='main'>
<b:if cond='data:blog.url == "http://tfi-alumni-impact.blogspot.in/p/mouthpiece.html" '>
<!-- only display title if it's non-empty -->
<b:if cond='data:title != ""'>
<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>
但我认为这不是问题所在。 我做错了什么/我能做些什么来实现我的目标? 非常感谢!