Southern Listeners

Loading
Thanks to Greenlava for this cool gadget. Get yours here

Saturday, February 5, 2011

Dedicated Blogger Followers Page

So you have lots of followers to show to your visitors. And the sidebar is too small to display them all. You'd put it at the top of the blog, but it looks awkward. You'd put it in a dedicated page, but you're afraid the gadget will be hidden there. So what do you do?



Have one followers gadget in your sidebar, and one in a dedicated page! Live demo here!



Step 1:

If you don't already have a Followers gadget, go add one.

If you're using the old Blogger interface: Go to Dashboard - Design - Page Elements - Add a Gadget - Followers.

If you're using the new Blogger interface:
Go to Dashboard - Layout - Add a Gadget - Followers.


Step 2:

Let's create a dedicated page for your gadget.

If you're using the old Blogger interface: Go to Dashboard - Edit Posts - Edit Pages - New Page

If you're using the new Blogger interface: Go to Dashboard - Pages - New Page - Blank Page

Name it accordingly and publish page. Leave the content of the page blank.


Once you've published the page, click on 'View Page' and get the address (URL) of the page.



Step 3:

If you're using the old Blogger interface:
Go to Dashboard - Design - Edit HTML - Back Up (Download Full Template) -

If you're using the new Blogger interface:
Go to Dashboard - Template - Backup/Restore - Download Full Template - Close - Edit HTML - Proceed -



Find for this line:
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
And add the following line above it:
<b:widget id='Followers999' locked='false' title='Followers' type='Followers'/>
The code in place:



Step 4:

Next, under the same page, find for this line:
<b:widget id='Followers1' locked='false' title='Followers' type='Followers'/>
And paste the following below it:
<b:widget id='Text999' locked='false' title='' type='Text'/>
The code in place:



Step 5:

Under the same page, find for </b:skin>, and paste the following lines directly below </b:skin>:
<b:if cond='data:blog.url != "http://www.southernspeakers.net/p/followers.html"'>
<style>
#Followers999{
display:none;
}
</style>
<b:else/>
<style>
#Blog1{
display:none;
}
</style>
</b:if> 

Change the address in the code above to the address that you have gotten in Step 2. Click on 'Save Template' when you are done.
The code in place:



Step 6: 

If you're using the old Blogger interface: Go to Dashboard - Design - Page Elements 

If you're using the new Blogger interface: Go to Dashboard - Layout


Click Edit on the Text gadget below your default Followers gadget - Click on Edit HTML (as opposed to Rich Text) - and paste the following code:
<a href="http://www.southernspeakers.net/p/followers.html">Click here to check out full list of Followers.</a>
 
Change the address in the code above to the address that you have gotten from Step 2.


Step 7:

If you're using the old Blogger interface: Go to Dashboard - Design - Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.

If you're using the new Blogger interface: Go to Dashboard ('House' symbol) - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog. 
#Followers1 {
border: none;
}

#Text999{
text-align: center;
margin-top: -40px;
font-size: 12px;
border: none;
}


And that will be all. It is recommended to have either a Pages gadget or a Linklist gadget installed in your blog so that your dedicated Followers page can be accessed easily from your homepage. Have fun!

10 comments:

  1. Hi,
    Please help!! Im not able to view the followers list on my blog. I have tried adding the gadget, Google friend connect and your page method above. Nothing works :(
    I have another question: For the step concerning advance CSS I already have the label code in place that you had shown in one of your tutorials. Do I paste the above given code below it?

    ReplyDelete
  2. @Shikha: Looks like your follower's gadget is broken. Try this - Go to Dashboard - Design - Edit HTML - Download Full Template (for backup purposes) - then click on 'Revert Widget Templates to Default'. It might reverse some HTML tweaks in your blog, but just give it a try to see if that's the problem.

    As for the CSS code, yeap, just place above or below it, doesn't matter. As long as you don't paste inside your existing CSS code. Just paste your new CSS code below one line after your existing CSS code.

    If you need further help, get in touch with me via the contact form.

    ReplyDelete
  3. Hi...I've been trying to put my followers in tab below my header. So, I followed what you suggested above and this error came up - Sorry, but we were unable to complete your request. Please help..

    miszj79.blogspot.com

    Thanks ahead.

    ReplyDelete
    Replies
    1. Hi Misz J,

      At what step exactly did the error come up?

      Delete
  4. Do you have any tips on how to do this for the blog list gadget also? I want the blog list to be on a static page but NOT on the side bars.....any ideas?

    I have tried an includable thing off another website but it didn't work at all.

    Thanks so so much
    Chantal

    ReplyDelete
    Replies
    1. I can think of a way. But if I were to provide you with some codes, I'm gonna have to view your blog, to see the IDs of your gadget. What's your blog's address?

      Delete
  5. Hi yoga, may i know how to change the number of followers colour? i want to change it from white to black. Please see my widget on www.imbobome.com

    Thanks in advance!

    ReplyDelete
    Replies
    1. Hi Bobo,

      The follower's gadget is embedded within an iframe element, and as such, the changes we try to impose on these elements wont work. That said, I see your follower's number is already in black now :)

      Delete
  6. Hello! I am trying to put GFC in it's own page. That works...thank you, but I still have the GFC stretched across the top of my post body.
    How can I get rid of this, please ?

    ReplyDelete
    Replies
    1. Hi there,

      Can I see your blog? I could probably come up with some code to hide it.

      Delete

Please use the 'Ask a Question' page to shoot questions that are not related to the tutorial in the post above.