Showing posts with label Feed. Show all posts
Showing posts with label Feed. Show all posts

August 13, 2011

How To Add Comment Feeds For Individual Blogger Posts


How To Add Comment Feeds For Individual Blogger Posts

1.Log in to your dashboard--> layout- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this: <data:post.body/> Tag.

4.Copy below code and paste it immediately after <data:post.body/> tag.

<p style='background-color:#ffffc6;'><a expr:href='"http://YOURBLOG.blogspot.com/feeds/" + data:post.id + "/comments/default?alt=rss"'>Comments Feed For This Post</a></p>

Note: Replace YOURBLOG with your blog url name.

5.Now save your template and you are done.

Cheers.

Add Comment Feeds For Individual Blogger Posts




How To Add Comment Feeds For Individual Blogger Posts

1.Log in to your dashboard--> Desing- -> Edit HTML

2.Click on "Expand Widget Templates"

3.Scroll down to where you see this: &lt;data:post.body/&gt;

4.Copy below code and paste it immediately after the line <data:post.body/>

<p style='background-color:#ffffc6;'><a expr:href='"http://YOURBLOG.blogspot.com/feeds/" + data:post.id + "/comments/default?alt=rss"'>Comments Feed For This Post</a></p>

Note:Replace YOURBLOG with your blog url name.

5.Now save your template. you are done.

How To Add Blogger New Future "Follow by Email" Gadget to Blogger


How To Add Blogger New Future "Follow by Email" Gadget to Blogger



1.Login to your blogger dashboard and go to Desing --&-- Page Elements.

2.Click on 'Add a Gadget' on the sidebar.

3.Select "Follow by Email" (New).

4.Now Add it..

Here Result..


Now You are done...



How To Add Excellent Flash Twitter Follow Me Bird to Your Blog

 How To Add Excellent Flash Twitter Follow Me Bird to Your Blog



1.Login to your Bogger Dashboard and go to Design >> & Page Elements.

2.Click on 'Add a Gadget' on the sidebar.

3.Select 'HTML/Javascript' and add the one of code given below

<object type="application/x-shockwave-flash" data="http://www.buzzbuttons.com/BUTTON3/twitbutton.swf" width="100" height="100"><param name="movie" value="http://www.buzzbuttons.com/BUTTON3/twitbutton.swf"></param><param name="allowscriptaccess" value="always"></param><param name="menu" value="false"></param><param name="wmode" value="transparent"></param><param name="flashvars" value="username=bloggertoolz"></param><a href="http://www.gamblinginsider.ca" title="online gambling insider.ca">online gambling insider.ca</a><embed src="http://www.buzzbuttons.com/BUTTON3/twitbutton.swf" type="application/x-shockwave-flash" allowscriptaccess="always" width="100" height="100" menu="false" wmode="transparent" flashvars="username=bloggertoolz"></embed></object>

Note: Replace bloggertoolz with your twetter account name

4. Now Click on Save "Html Java Script" and You are done..

Cheers



Source

Five New Dynamic View : Blogger New Feature


Five New Dynamic View : Blogger New Feature


Google has introduced 5 new dynamic templates in Blogger. View any Blogger blog as a Flipcard,MosaicSidebarSnapshot and Timeslide. Discover a new way for blog interaction.

Here is Official Video Blogger Dynamic View Templates


How To Enable Blogger Dynamic Views


Dynamic views will work on your blog only if
1. Your blog is public and readers don’t need to sign in
2. Your blog has feeds fully enabled.
3. You have not disabled dynamic views. (Setting | Formatting > Enable Dynamic Views)

August 12, 2011

How To Enable Blogger Dynamic Views


How To Enable Blogger Dynamic Views


Dynamic views will work on your blog only if
1. Your blog is public and readers don’t need to sign in
2. Your blog has feeds fully enabled.
3. You have not disabled dynamic views. (Setting | Formatting > Enable Dynamic Views)




To view this dynamic views follow the url formats given below:

Flipcard : available at [YourblogURL]/view/flipcard
Mosaic : available at [YourblogURL]/view/mosaic
Sidebar : available at [YourblogURL]/view/sidebar
Snapshot : available at [YourblogURL]/view/snapshot
Timeslide : available at [YourblogURL]/view/timeslide

Note: Replace [YourblogURL] with your blogger url.

Here example,
Flipcard http://btricks-tools.blogspot.com/view/flipcard
Mosaic : http://btricks-tools.blogspot.com/view/mosaic
Sidebar : http://btricks-tools.blogspot.com/view/sidebar
Snapshot : http://btricks-tools.blogspot.com/view/snapshot
Timeslide : http://btricks-tools.blogspot.com/view/timeslide


Cheers.!

How To Add Cool Feed Icon With Subscription Email Form to Your Blogger


How To Add Cool Feed Icon With Subscription Email Form to Your Blogger


1.Login to your blogger Dashboard and go to Desing --&-- Page Elements.

2.Click on 'Add a Gadget' on the sidebar.

3.Select 'HTML/Javascript' and add the one of code given below

<div style="border: 1px solid DodgerBlue; padding: 5mm;"> 
<center><img src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEim8O9a7gZAM_nFF4F9H3htXpa59xsPrsq-M4K6WpNP0-AXXizOQgvI63h3SIFWTRHmAjge3Ixw5O_JCTI1arABkBz261ysOQfj1ruDsirdr3DsV1nZ0Nq0srEdfDe4WmiOBYssSk2yRt4/"/></center> 
<span style="font-weight: bold;font-size:small;">Subscribe by E-mail & Get Latest Blog Updates Free</span>
<form action=Your Feedburner URl here" style="padding: 3px; text-align: center;" target="popupwindow" method="post" onsubmit="window.open('Your Feedburner URl here', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true"><center style="font-weight: normal">Enter your email address:</center><p><center><input type="text" style="width:140px" name="email"/></center></p><center><input type="hidden" value="TntByStc" name="uri"/><input type="hidden" name="loc" value="en_US"/><input type="submit" value="Subscribe" /></center></form></div>

Note: Replace Your Feedburner URl here with your feedburner account url

4.Now save your "HTMl JavaScript" and you are done.

Cheers.!