Blogger上的Twitter小部件 - 要么在所有页面上显示,要么根本不显示。为什么?

时间:2012-07-28 20:20:05

标签: html twitter widget hide blogger

我只希望我的一个页面在侧栏中显示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>

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

0 个答案:

没有答案