Posts

Showing posts with the label blogger

Add image in the blogger link list

I wanted to add link on my blog to blogs I read regularly. Ok, I've found the Link List module, I add it. Add few link I like... But, some of the blogs are in French other in English... So I've obviously tried to insert some <img> or even <span>... nothing works... So I used the hard way : I've modified my template to add prototype + script.aculo.us <head> ... <script src='http://mansonthomas.com/js/lib/prototype.js' type='text/javascript'> </script> <script src='http://mansonthomas.com/js/lib/scriptaculous.js' type='text/javascript'> </script> <script src='http://mansonthomas.com/js/blogger.js' type='text/javascript'> </script> </head> I used the text inside the <a> as a prototype template . For example : #{fr} Rank My Day | Référencement And wrote this code to change #{fr} into a nice flag (with many thanks to www.famfamfam.com for his works on all great ico...

Full Screen Editor for blogger.com thanks to Greasemonkey

The blogger editor to write a new post on your blog is damn small... and on my 24" screen, it's even more sad... all this space wasted... I know Greasemonkey for a while and I search scripts that would increase the editor size (if I hadn't found it, I would have wirtten it!) And i've found one that works perfectly well here : http://userscripts.org/scripts/show/7108 by http://fatknowledge.blogspot.com/ You don't know Greasemonkey yet... ? It's a must-have ! In short, it's a firefox plugin that allows you to inject custom javascript files into any web page to add some functionnality. more info here: http://en.wikipedia.org/wiki/Greasemonkey Get firefox : http://www.getfirefox.com Get Greasemonkey plugin : https://addons.mozilla.org/fr/firefox/addon/748 Get the Blogger Script : http://userscripts.org/scripts/show/7108 (click on "install this script" on the upper right corner) Get more scripts here : http://userscripts.org/ Other usefull plugin for f...