Show blogger widgets on specific pages/posts


This has been the most asked questions about blogger.There are so many blogs that give its answer but none of them has worked for me and i think not for most of u people also.I tried a lot and finally come up with a very permanent and sleek option that we can choose to show a blogger widget on specific page/post.Try this out and tell me whether it was helpful or not.



  1. Firstly, log into your blogger account, Go to layout tab and add the widget in the usual manner.Drag the widget where you want it to be.
  2. Now, go to template tab and click on "Edit HTML" option.
  3. There is a option of "JUmp to Widget".Select it and and select your widget from the drop down menu.
  4. In the widget code, there will be something like this

    <widget id="Something"......>.....</widget>

    Now you need that id which is in the semi-colons.Copy that id and paste the below code just above your </body> tag


    <style>
    #Your-Id{
    display:none ;
    }</style>

  5. The main task has been done.Now go and create a page/post where you want your widget to appear.Edit HTML of your page and paste the following code


    <style>
    #Your-Id{
    display:block !important ;
    }</style>


    AND Taa-Daa....Task accomplished
  6. Publish your page and view it..



I am certainly sure that it will work and still if you get into any trouble then just join our forum and you'll get help there.

Comments

Popular posts from this blog

Search box for blog or website

Image Search Engine Using Python

Cordova viewport problem solved