How to add a forum in Blogger blogspot blogs

Add forum in Blogger blogspot How to add a forum in Blogger blogspot blogs

Google owned Blogger has become an important tool for web publishing. Blogger is easy to learn, customize and is being  preferred as a  free alternative to professional blogging platforms like WordPress.  Blogger users don’t need to care about the hosting configuration, subscription charges and other associated problems. However, any blogger  user has only the option to customize the front end, they are not allowed to install server side web scripts and application to their blogspot or custom domain. This would  limit the Blogger users from installing forums, and other useful applications.

(more…)

Popular posts widget for Blogger

I have already written an article on a method to create popular posts widget for Blogger . This widget is not working anymore . So here is an alternate method to implement popular posts on Blogger .

As said in the previous post about popular posts widget , here also it uses the comments to differentiate the popular posts .

<script type="text/javascript">function pipeCallback(obj) {document.write('<ol style="text-transform: capitalize;">');var i;for (i = 0; i < obj.count ; i  ){var href = "'"   obj.value.items[i].link   "'";var item = "<li>"   "<a href="   href   ">"   obj.value.items[i].title   "</a> </li>";document.write(item);}document.write('</ol>');}</script><script src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=1a1c6e4e6d4f148e3650fda46910e15f&url=http%3A%2F%2Fwww.yoursite.com&num=10" type="text/javascript"></script><span style="font-size: 80%">widget by <a href="http://www.techknowl.com">techknowl </a></span>

Open your Blogger template’s Layout section and then select to add a new HTML/JavaScript ,through gadgets .Copy the Blogger popular posts widget code to the box and save the settings .Change www.yoursite.com with your blog URL and the value 10 with required number of popular posts .

Show Popular posts on Blogger

Popular Posts widget on Blogger uses Pipes , a feed and content aggregation tool from Yahoo. It fetches the Comment feeds and find outs the most commented post .

Now , to Show Popular posts on Blogger

Go to your Blogger template’s layout and select suitable location for the widget to be appeared .
Click to add a gadget and pick up HTML/JavaScript .
You have to paste the following code into it , after making the necessary changes .

<script type="text/javascript">function pipeCallback(obj) {document.write('<ol style="text-transform: capitalize;">');var i;for (i = 0; i < obj.count ; i  ){var href = "'"   obj.value.items[i].link   "'";var item = "<li>"   "<a href="   href   ">"obj.value.items[i].title   "</a> </li>";document.write(item);}document.write('</ol>');}</script><script src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=1cf38ae68efbe859c4ba1ee239cec099&url=http%3A%2F%2Ftechknowl.com&num=10"type="text/javascript"></script>

You have to change techknowl.com with your URL and the number 10 with the required number of posts. Save your template and preview the Popular posts widget .
.

Blogger language translation widget

Here is how you can create a simple translate widget for Blogger . This translation widget script uses Google language translation tools and Yahoo babel fish translator .

Open Your Blogger template’s layout section and select page elements .
Click to add a gadget in the suitable location and then HTML/JavaScript.

149 HTML%2BJavaScript%2Bin%2BBlogger Blogger language translation widgetNow copy the following code onto it and save the widget.

<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&up_source_language=en&w=160&h=60&title=&border=&output=js"></script>

151 google%2Btranslate%2Bwidget Blogger language translation widget
Google translation widget would appear at the selected location as shown above .

Yahoo babel fish translator widget for Blogger
:
Procedure is the same as in the above case ,

153 Yahoo%2Bbabel%2Bfish%2Btranslation Blogger language translation widget

<script type="text/javascript" charset="UTF-8" language="JavaScript1.2" src="http://uk.babelfish.yahoo.com/free_trans_service/babelfish2.js?from_lang=en&region=uk"></script>

Direct link to Online language translation tools

http://translate.google.com/translate_t?hl=en
http://uk.babelfish.yahoo.com/free_trans_service
.

Blogger

Archive for Blogger .



1. Email button for Blogger .

2. HTML and JavaScript in Blogger post on custom display box .

3. Label cloud for Blogger .

4. Animated favicon for Blogger .

5. Hide Blogger navbar .

6. Yahoo Smiley in Blogger post .

7. Add Yahoo messenger status to Blogger .

8 Add chat box to Blogger .

9. Transfer blogspot to Blogger custom domain .

10. Flash MP3 music player for Blogger .

11. Blogger sitemap .

12 .Recent comments and Recent posts in Blogger .

13. Blogger image seo .

14. Improve Blogger search engine rank .

15 .Remove nofollow from Blogger comments .

16. Add read more in Blogger .

17 .Add email and RSS subscription in Blogger .

18. Show Adsense in Blogger .

19. Meta tags in Blogger .

20 .Sell /Transfer Blogger blog .

21. Related posts in Blogger .

22.Blogger footer navigation with specific number posts in label pages .

23.Contact form for Blogger .

24. Alexa traffic widget for Blogger .

25.Go to top of page widget for Blogger .

26.Language translation widget for Blogger .

27.Snow flakes widget for Blogger .

28. Show popular posts in Blogger .

30 .Transfer Blogger blog to WordPress with permalinks and traffic .

31.Create a fixed post in Blogger .

32.Display Blogger widget only in homepage ,post page ,label page or archive page .

33.Create mobile version of Blogger .

34.Sliding featured content gallery for Blogger .

36. Insert Adsense inside Blogger post .

37. Smileys in Blogger comments .

38 .Beautify email subscription form in Blogger .

39. Email subscription form below Blogger post .

40 .Add social bookmarking below Blogger posts .

41. Popular post widget for Blogger .

42. Control number of posts in Blogger label pages .

43. Add comment form below Blogger posts .

44.Alternate comment form systems for Blogger.

More to come ..

Label cloud or tag cloud in blogger

I think you might have seen tag clouds in blogs running WordPress blogging software. Tag cloud is a pretty cool widget that collects all post tags in a particular blog, and then projects out the most popular ones in between others. In Blogger blogs, we can rename it to label cloud as here we use to label each post.
Label cloud widgets are filled up with your keywords. Since they are displayed in the sidebar the reader might click on a keyword of their choice and get re-directed to corresponding pages. So putting a label cloud would improve your blog traffic. Interested? Here is a simple hack to enable a label cloud of tag cloud in Blogger. To begin with, you will have to add a label widget anywhere into your blogger layout as shown below.
(more…)

Thursday 24th May 2012-Techknowl.com- Free software reviews, downloads and tech tips.