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.
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.
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:
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:
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>:
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:
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:
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.
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!
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!
Hi,
ReplyDeletePlease 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?
@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.
ReplyDeleteAs 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.
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..
ReplyDeletemiszj79.blogspot.com
Thanks ahead.
Hi Misz J,
DeleteAt what step exactly did the error come up?
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?
ReplyDeleteI have tried an includable thing off another website but it didn't work at all.
Thanks so so much
Chantal
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?
DeleteHi 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
ReplyDeleteThanks in advance!
Hi Bobo,
DeleteThe 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 :)
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.
ReplyDeleteHow can I get rid of this, please ?
Hi there,
DeleteCan I see your blog? I could probably come up with some code to hide it.