} Firefly Pointer 2
Showing posts with label Blogging. Show all posts
Showing posts with label Blogging. Show all posts

Wednesday, March 20, 2013

How to Change Your Mouse Cursor in Your Blogger Blog


Many People Wish to Change their mouse cursor in their blogger blog . But they dont know how to do it .. In this Article I will Show you A Easy and Simple method to Change Mouse Cursor in your blogger blog . Everytime Whenever someone view our blog their eyes are straight on the mouse cursor of your blogger blog . Specially We Change Mouse Cursor to Attract our Visitors .

Tuesday, February 12, 2013

How to ADD FACEBOOK LIKE BUTTON TO YOUR BLOGGER POSTS




ADD FACEBOOK LIKE BUTTON TO YOUR BLOGGER POSTS


Hello Freinds !! In This Tutorial You Will Learn That How to Add Facebook Like button on the blog post .. As All We Know Facebook Is The Largest Social Networking Site , Billion of Users Use Facebook Daily . Facebook Is The Social Networking Site Where Anyone can talk with each other , play or any type of thing ... There are 3 Types of buttons .. You Can see Them in the picture at the top .. ! So Lets Get Started ...

Note:- This Like Button will Not Like your Fan Page it will Like And Discuss your Post.


How To Add Facebook Like Button To Your Blogger Posts?

Step 1 : Login to Blogger then go to Dashborad
Step 2 : Click on Drop Down Menu and select Template 
Step 3 : Backup your Template before making any changes to your blog
Step 4 : Now Click on Edit HTML => Proceed =>  Expand Widget Templates
Step 5 : Press Ctrl + F and search the code shown below
<data:post.body/>
- If you Want To Add This Like Button Just Below Of Post Title Then Add The Below Code (Which You Want) Before Of <data:post.body/> 
OR
- If you Want To Add This Like Button Just Below Of your Post Then Add The Below Code (Which You Want) Below Of <data:post.body/>

Choose Facebook Like Button Designs

There Are Three Facebook Like button Designs ... Following Are The Name Of Them ..
1: Vertical Count
2: Horizontal Count 
3: Without Count
1: Vertical Count

<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;send=false&amp;layout=box_count&amp;show_faces=false&amp;width=55&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=62&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:55px; height:62px;'/> </b:if>
2: Horizontal Count

<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;send=false&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=21&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:90px; height:21px;'/> </b:if>
3: Without Count

<b:if cond='data:blog.pageType != &quot;static_page&quot;'> <iframe allowTransparency='true' expr:src='&quot;http://www.facebook.com/plugins/like.php?href=&quot; + data:post.canonicalUrl + &quot;&amp;send=false&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=35&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:450px; height:35px;'/> </b:if>

                                                Enjoyed This Post
If You Are Facing Any Type of Proble Doing This Then Tell Us Via Comments and We Will Help You To Solve Your Problems as fast as possible .. :)