Google +1 Button will start appearing on search pages Globally

 

You can add the +1 Button to your blogger blogs by reading this tutorial:

  • [a href="http://www.mybloggertricks.com/2011/06/add-google-1-button-to-your-blogger.html" target="_blank"]Google +1 Buttons[/a]
Source: http://www.mybloggertricks.com/2011/06/google-1-button-will-start-appearing-on.html

Design Update For MONOP Blogger Template

Some complained that the footer widget in MONOP [a href="http://www.mybloggertricks.com/2011/06/releasing-priceless-template.html" target="_blank"]Blogger Template[/a] is not properly aligned with the rest of the blog post body. I have fix the design alignment with some changes that you can make your self. You just need to make these changes in your templates,

[a name='more'][/a]

PS: Fresh Copies Sent yesterday do not need to implement this change.

 

  1. Go To Blogger > Design > Edit HTML
  2. Backup your templates
  3. Search for this,

#lower {
    margin:auto;
    padding: 0px 0px 10px 0px;
    width: 960px;
background: #fff url([a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibzy2uWMd7Hl0pvnIFSptT_mTiiNHfGHCJHxz3UZCl9FpJoynJfvbfabqjVdlACU3uhGTcyhmqoBD18Mpm65SLBgiNZd8jB5VsFhOivObwJ81VfTw2I_PD8_M2okKYXnKMsa8sQX3jHzk/s400/background.gif);"]https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibzy2uWMd7Hl0pvnIFSptT_mTiiNHfGHCJHxz3UZCl9FpJoynJfvbfabqjVdlACU3uhGTcyhmqoBD18Mpm65SLBgiNZd8jB5VsFhOivObwJ81VfTw2I_PD8_M2okKYXnKMsa8sQX3jHzk/s400/background.gif);[/a]
    }
    #lower-wrapper {
  background: #fff url([a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibzy2uWMd7Hl0pvnIFSptT_mTiiNHfGHCJHxz3UZCl9FpJoynJfvbfabqjVdlACU3uhGTcyhmqoBD18Mpm65SLBgiNZd8jB5VsFhOivObwJ81VfTw2I_PD8_M2okKYXnKMsa8sQX3jHzk/s400/background.gif);"]https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibzy2uWMd7Hl0pvnIFSptT_mTiiNHfGHCJHxz3UZCl9FpJoynJfvbfabqjVdlACU3uhGTcyhmqoBD18Mpm65SLBgiNZd8jB5VsFhOivObwJ81VfTw2I_PD8_M2okKYXnKMsa8sQX3jHzk/s400/background.gif);[/a]
    margin:auto;
    padding: 10px 0px 20px 0px;
    width: 960px;
    border:0;
    }

 

   Replace it with this,

#lower {
    margin:auto;
    padding: 0px 0px 10px 0px;
    width: 960px;
background: #fff;
    }
    #lower-wrapper {
  background: #fff;
    margin:auto;
    padding: 10px 0px 20px 0px;
    width: 960px;
    border:0;
    }
  

 

     4.   Next Find this,

#credits {
    background: #AC0100;
    width: 960px;
    height: 30px;
    margin: 0;
    padding: 0;
   
}

 

and replace it with this,

#credits {
    background: #AC0100;
    width: 960px;
    height: 30px;
    margin-left: 10px;
    padding: 0;
        float:left;
   
}

 

   5. Finally find this code,

 

<div id='credits'>

<!--Removing The Credit Link will be taken as serious Copyright Violation-->

    <p style='float:left; padding-left:10px;'>&#169; 2011. All Rights Reserved | <a expr:href='data:blog.homepageUrl'><data:blog.title/></a> | Template by <a href='[a href="http://www.mybloggertricks.com'"]http://www.mybloggertricks.com'[/a] target='_blank'>Blogger Widgets</a></p>

<p style='float:right; padding-right:10px;'><a expr:href='data:blog.homepageUrl'>Home</a> | <a href='#'>About</a> | <a href='#'>Top</a> &#9650; </p>

</div>

 

copy-cut it and replace it just below this code,

<!-- end lower-wrapper -->

 

 

I hope now your MONOP Template looks more perfect. If you find these changes difficult to implement then you can ask for a fresh download copy by posting your EMAIL ID.

Source: http://www.mybloggertricks.com/2011/06/design-update-for-monop-blogger.html

Fixing Facebook Like Box Rendering Errors

[a href="http://lh4.ggpht.com/-g857gUkyAXg/TgnJLEV2EFI/AAAAAAAAD-0/U2Pvc1AhzLY/s1600-h/Troubleshooting%25255B5%25255D.jpg"]Troubleshooting[/a]The Custom Facebook [a href="http://www.mybloggertricks.com/2011/06/customize-facebook-like-box-with-css.html" target="_blank"]Like box[/a] will soon be adopted everywhere soon InshAllah however there is something you must know before adding it to your blogs. Most of you might have observed that upon adding the custom like box, you often receive that the plugin can not be rendered with this and that parameters.[a name='more'][/a] This happens when you add our custom code and the Facebook new Like button code together in your templates. There is one simple troubleshooting solution which is.

 

 

Remove Facebook Like + Send Button

If you have added the like button combined with the send button then kindly remove them and replace them with the Facebook Like Button Optimized version that I am using at the moment.

To remove the Like + Send button read this tutorial,

  • Facebook [a href="http://www.mybloggertricks.com/2011/05/add-facebook-like-and-send-button-to.html" target="_blank"]Like + Send Button[/a]

Add The New Like Button Code

To add the Like button alone which loads fast and is much better then read this,

  • Facebook [a href="http://www.mybloggertricks.com/2011/06/add-facebook-like-button-below-post.html" target="_blank"]Like Button[/a]

Let me know if you needed more help. This works like charm.

Source: http://www.mybloggertricks.com/2011/06/fixing-facebook-like-box-rendering.html

Password Protect Posts In Blogger!

2.    Go To [a title="http://www.vincentcheung.ca/jsencryption/" href="http://www.vincentcheung.ca/jsencryption/" target="_blank"]Encryption Page[/a]

You will see 4 boxes with names: key, Plain Text, Clipher Text and HTML Code.  We are only interested in the key, plain text and HTML CODE box. Follow these steps:

  • Enter a password in the Key Box

[a href="http://lh3.ggpht.com/-4fwiqXqRlb0/TgnlnWcgypI/AAAAAAAAD_M/mQridFJMaL8/s1600-h/image27.png"]key box[/a]

  • Next Paste the code that you copies from your Blogger Editor into the Plain Text box

[a href="http://lh4.ggpht.com/-du_hPUp4Gq4/TgnlpEIWJMI/AAAAAAAAD_U/gnneHbC-SkE/s1600-h/image25.png"]Plain Text Box[/a]

 

  • Hit the Encrypt Button below Plain Text box  
  • Copy the code from the HTML CODE box
    [a href="http://lh4.ggpht.com/-J7eTiqXueVo/Tgnlr2sfnHI/AAAAAAAAD_c/paBvXPOcqko/s1600-h/image23.png"]html code box[/a]

This is the new look of the same post you created. You will see strange illogical characters but these characters contain your hidden text, images or multimedia. You can now use this HTML CODE in any of your posts and instead of seeing the big chunk of code, the visitor will see only a link that says: Show Encrypted text How? follow the next step:

3.   Now get back to your Blogger Editor. Create a New Post. Give your post a title and paste the HTML Code that you just copied inside your blogger Editor in the  Edit HTML Mode.  You can write anything in place of this text -> Show Encrypted text but make all changes in Edit HTML mode only.

[a href="http://lh5.ggpht.com/-kJz3k8K4auY/TgnluMuHsAI/AAAAAAAAD_k/OVnpVDGt0sM/s1600-h/image21.png"]encrypted text[/a]

You can also add any message below or above the HTML CODE which contains your hidden text.

I just hope you may like this new discovery and you may find it helpful. Feel free to ask any questions you may have. Peace and blessings. :>

Source: http://www.mybloggertricks.com/2011/06/password-protect-posts-in-blogger.html

How To Update Public Stats In BuySellAds?

[a href="http://lh3.ggpht.com/-auF_yHvuPMU/Tgn0a4IKOII/AAAAAAAAD_s/uBk8jPctj0c/s1600-h/UPDATE-BSA-STATS%25255B22%25255D.gif"]UPDATE-BSA-STATS[/a]BSA updates your [a href="http://www.mybloggertricks.com/2011/06/pagerank-or-alexa-rank-which-one-is.html" target="_blank"]Alexa Rank[/a] and [a href="http://www.mybloggertricks.com/2010/01/how-to-inter-link-pages-smartly-to-flow.html" target="_blank"]PageRank[/a] very slowly and often you see the same old compete ranks for weeks. Keeping your public stats updated is be very effective for selling Ad spots. You can manually update your twitter, facebook, Subscribers number, Yahoo Inbound inks along with Alexa and PageRank. To do this follow the steps below:

[a name='more'][/a]

 

Update Public Stats in BuySellAds

  1. Go To your BSA account
  2. Click on Sell Ads
  3. Just next to your website thumbnail you will find a refresh link that says "Update Public Stats" as shown below,

[a href="http://lh4.ggpht.com/-cXroyUwTh98/Tgn0dUqVr3I/AAAAAAAAD_0/clL719typCI/s1600-h/image%25255B3%25255D.png"]update BSA stats[/a]

     4. Simply hit it and after some processing, all your stats will convert to latest stats.

 

That's it! I hope this little tip proves helpful to you.

You may also enjoy to learn how to style your BSA Ads with mouse hover effects,

  • [a href="http://www.mybloggertricks.com/2011/06/how-to-style-buysellads-empty-ad-spots.html" target="_blank"]Customize BSA Ads[/a]
Source: http://www.mybloggertricks.com/2011/06/how-to-update-public-stats-in.html

How to Write and Submit a Guest Post?

Peace Out!

  Hassam Ahmad Awan


About the Guest Author:

Hassam is a young A Level Student who loves to learn and share tech related stuff. He has an ambition to become a Software Engineer. He is a passionate blog author and publishes regular tutorials to newbie bloggers at [a href="http://bloggingehow.blogspot.com" target="_blank"]BLoggingeHow[/a].

You can always keep in touch with him at [a href="http://www.facebook.com/pages/BLoggingeHow/126203964129170" rel="nofollow" target="_blank"]@Facebook[/a]

Source: http://www.mybloggertricks.com/2011/06/how-to-write-and-submit-guest-post.html

Add Syntax Highlighter To BlogSpot Blogs

 

     5.   Save your template and you are done!

How it works?

Whenever you wish to share a code of any type with your readers, simply enclose the code between these lines,

<pre class="brush:css, brush:html, brush:js, brush:php, brush:sql, brush:python">

ADD THE PARSED CODE HERE

</pre>

I have combined all brushes into one making it easier for newbie to implement the tutorial.

Note: Do not add the code directly because you will get error in Blogger Editor, instead first parse the code using the Parser Tool provided by us.

Replace ADD THE PARSED CODE HERE with the parsed/encoded code and publish your post to the see the magic.

That's it! Hope you like it. I will publish different color schemes for Syntax Highlighter in my next posts so make sure you don't miss the update. I also published some block quotes with auto number list and if you wish you can use them instead by reading this tutorial,

  • [a title="http://www.mybloggertricks.com/2009/11/blockquote-with-auto-number-list.html" href="http://www.mybloggertricks.com/2009/11/blockquote-with-auto-number-list.html" target="_blank"]Blockquote with Auto Number List[/a]
Source: http://www.mybloggertricks.com/2011/06/add-syntax-highlighter-to-blogspot.html

Change Syntax Highlighter Color Theme In Blogger

[a href="http://lh4.ggpht.com/-TuDzmgnFeLw/Tgs0zb1nKgI/AAAAAAAAEAc/4mv91bKTUQE/s1600-h/SYNTAX-HIGHLIGHTER-THEMES%25255B8%25255D.gif"]SYNTAX-HIGHLIGHTER-THEMES[/a]Syntax highlighter is the big name that you see on major tutorial sharing blogs may that be Wordpress or Blogger. Web Owners who use it are growing in numbers. In the last post we discuss how to add Syntax Highlighter to your Blogger Blogs and today we will learn how to change its look and feel and customize it to some extent with 7 different color themes available so far.

[a name='more'][/a]

 

 

If you don't understand what I am talking then you may kindly read this post first,

  • Add [a href="http://www.mybloggertricks.com/2011/06/add-syntax-highlighter-to-blogspot.html" target="_blank"]Syntax Highlighter[/a] in Blogger

Customize Syntax Highlighter

I assume that you have already added the highlighter to your blogs. Now you just need to follow these easy steps,

  1. Go To Blogger > Design > Edit HTML
  2. Search For this code,

<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeDefault.css' rel='stylesheet' type='text/css'/>

    3.   And replace it with any of the following theme code:

PS: Click the images for DEMO.

Django theme

[a href="http://alexgorbatchev.com/SyntaxHighlighter/manual/themes/django.html" target="_blank"]image[/a]

<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeDjango.css' rel='stylesheet' type='text/css'/>

 

Emacs theme

[a href="http://alexgorbatchev.com/SyntaxHighlighter/manual/themes/emacs.html" target="_blank"]image[/a]

<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeEmacs.css' rel='stylesheet' type='text/css'/>

Fade to Grey theme

[a href="http://alexgorbatchev.com/SyntaxHighlighter/manual/themes/fadetogrey.html" target="_blank"]image[/a]

<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeFadeToGrey.css' rel='stylesheet' type='text/css'/>

 

Eclipse theme

[a href="http://alexgorbatchev.com/SyntaxHighlighter/manual/themes/eclipse.html" target="_blank"]image[/a]

<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeEclipse.css' rel='stylesheet' type='text/css'/>

Midnight theme

 

[a href="http://alexgorbatchev.com/SyntaxHighlighter/manual/themes/midnight.html" target="_blank"]image[/a]

<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeMidnight.css' rel='stylesheet' type='text/css'/>

RDark theme

 

[a href="http://alexgorbatchev.com/SyntaxHighlighter/manual/themes/rdark.html" target="_blank"]image[/a]

<link href='http://alexgorbatchev.com/pub/sh/current/styles/shThemeRDark.css' rel='stylesheet' type='text/css'/>

 

   

    4.   Save your template and you are done!

Visit your blogs to see the Magic! :)

Source: http://www.mybloggertricks.com/2011/06/change-syntax-highlighter-color-theme.html

Floating Feedback Buttons Set for Blogs

[a href="http://lh5.ggpht.com/-HrOlyQG443w/TgtwsWyU7zI/AAAAAAAAEA8/AQx44Bf1DMA/s1600-h/FEEDACK-BUTTONS10.png"]FEEDACK-BUTTONS[/a]I had sometime in evening so designed some Feedback PNG buttons which is an important tool to receive advices and suggestions from your readers. You have seen a [a href="http://www.mybloggertricks.com/2009/05/create-floating-feedback-and-back-to.html" target="_blank"]floating feedback button[/a] on almost all major websites and its time that you add one too.  The set below consists of 10 PNG buttons along with the PSD file if in case you wanted a color of your choice.

[a name='more'][/a]
[a href="#download"]Download Set[/a]

 

How to Add a Feedback Button to Blogger

The steps are very simple. Download the icons and upload your favorite feedback button in Blogger. Once done, you may then follow few steps below,

  1. Go To blogger > Design
  2. Choose a HTML/JavaScript Widget
  3. Paste the following code inside it,

<a style="display:scroll;position:fixed;bottom:50%;left:0px;" href="URL OF CONTACT PAGE" title="Feedback Please, Can't go further without your help"><img src="FEEDBACK BUTTON IMAGE LINK" /></a>

Make these changes:

  • By default the button will appear at center left but if you want to shift it to right then change left to right.
  • Replace URL OF Contact page with the address link of your [a href="http://www.mybloggertricks.com/2009/09/releasing-highly-stylized-contact-me.html" target="_blank"]contact me page[/a].
  • Replace Feedback Please, Can't go further without your help with any message you may like the visitors to see when they hover their cursor on the button
  • Replace FEEDBACK BUTTON IMAGE LINK with the image link of your uploaded button

       4.   Save your template and see it hanging on your blog! :)

 

[a name="download"]Download:[/a]

All Resources are always shared with subscribers, if you are already a subscriber then kindly post your EMAIL ID in comments or if you are a new visitor then kindly submit your EMAIL ID below,


name="loc" type="hidden"/>
type="submit"/>

Activate your feeds and then post the same email id below so that we could email you the download copy within 24 hours. By subscribing once you can download any icons, buttons, templates or goodies published by us so far.

Source: http://www.mybloggertricks.com/2011/06/floating-feedback-buttons-set-for-blogs.html

Floating Twitter Buttons With auto Sliding

 

Simply replace mybloggertricks with your twitter username. The above code will display a vertical count as shown below:

[a href="http://lh3.ggpht.com/-ddwb83JzpSo/TgvRbBu3oEI/AAAAAAAAEBM/m_zBsGeh9Yc/s1600-h/image%25255B4%25255D.png"]vertical count[/a]

If you want a horizontal count or no count at all then replace vertical with horizontal or none

[a href="http://lh4.ggpht.com/-juwsTm_B3fk/TgvRdOF86nI/AAAAAAAAEBU/wu3pyqy1mes/s1600-h/image%25255B9%25255D.png"]horizontal count[/a]

     4.   Hit save and you are done!

 

Credits

Web owners who wish to share the above widget with their readers may attach attribution to MBT blog. Any copyright violation will be reported straight to DMCA.

If you want to add a fixed sharing counter with no slide effect then read this:

  • [a href="http://www.mybloggertricks.com/2011/04/add-floating-facebook-like-and-retweet.html" target="_blank"]Floating Buttons[/a]

Or you can also try a:

  • [a href="http://www.mybloggertricks.com/2011/05/add-cute-flying-twitter-bird-to-your.html" target="_blank"]Flying twitter Bird![/a]
Source: http://www.mybloggertricks.com/2011/06/floating-twitter-buttons-with-auto.html

+1 Report Stats added to Google Webmaster Tools & Analytics

+1 metrics With the successful invention of the [a href="http://www.mybloggertricks.com/2011/06/add-google-1-button-to-your-blogger.html" target="_blank"]+1 Button[/a] and the +1 Project, [a href="http://adsense.blogspot.com/2011/06/1-reporting-in-google-webmaster-tools.html" target="_blank"]Google released[/a] the +1 stats reports in Google Webmaster Tools. This new integration was made today.The +1 reports will tell web owners and bloggers how much traffic value the button is bringing to their site. You can now track the number of times your pages have been +1 'd by your visitors on your web pages as well as on your Adword Ads or search results. Fortunately you can now also track the performance of other social plugins by using [a href="http://www.google.com/support/analyticshelp/bin/answer.py?answer=1316556&topic=1316551"]Social Plugin Tracking in Google Analytics[/a]. The +1 Metrics menu can now be found on your webmaster account. It contains three important features which are:

[a name='more'][/a]

1. Search Impact Report

This tells you how your Clickthrough rate changes when people recommend your blog or webpage more and more. With +1 recommendations your organic search traffic can surely take a positive turn but to measure how much it helped you, [a href="http://www.google.com/support/webmasters/bin/answer.py?answer=1140189&topic=1140191&utm_source=webmaster&utm_medium=blog&utm_campaign=announcement" target="_blank"]Search impact[/a] is the tool you need.

2. Activity Report

In simple words [a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=1140192&utm_source=gablog&utm_campaign=socialTracking&utm_medium=blog" target="_blank"]activity report[/a] shows you how many times your web pages have been +1’d, from buttons both on your site and on other pages. This will let you know how much your content is being recommended. It comes with two options i.e. New +1's and All +1's. Pretty obvious terms.

[a href="http://lh3.ggpht.com/-U5SSOtMQm1M/TgvelVzyPiI/AAAAAAAAEBk/bs8SxUhSWC8/s1600-h/image%25255B4%25255D.png"]+1 activity report[/a]

3. Audience Report

[a href="http://lh6.ggpht.com/-_tNZsFST764/Tgvenhg02xI/AAAAAAAAEBs/nrSd_dzf2qI/s1600-h/image%25255B9%25255D.png"]+1 audience report[/a]

[a href="http://www.google.com/support/webmasters/bin/answer.py?answer=1198127&topic=1140191&utm_source=webmaster&utm_medium=blog&utm_campaign=announcement" target="_blank"]Audience Report[/a] options shows the total number of unique users who +1'd  your pages along with aggregate geographic and demographic information about the Google users who’ve +1’d your pages.

 

Social Plugin Tracking in Google Analytics

This new feature is added in your [a href="http://analytics.google.com" target="_blank"]analytics[/a] account to let you know the performance of other social plugin recommendations. This according to me is even bigger achievement of Google compared to +1 project. Social networks are the best tool for traffic and keeping an eye on how well these networks are playing for your website traffic should be the crucial part of your Traffic campaign. Plugin tracking for all social share buttons on your blogs or webpages is done using some JavaScript. I will mention in detail on how you can set up the tracking for other social plugins  for your websites in my coming posts.

This social engagement reporting tool comes with three options which are explained by Google as:

The Social Engagement report lets you see how site behavior changes for visits that include clicks on +1 buttons or other social actions. This allows you to determine, for example, whether people who +1 your pages during a visit are likely to spend more time on your site than people who don’t.

The Social Actions report lets you track the number of social actions (+1 clicks, Tweets, etc) taken on your site, all in one place.

The Social Pages report allows you to compare the pages on your site to see which are driving the highest the number of social actions.

 

What do you think?

Let me know what are your views on this latest development and do you think it will bring something fruitful to you in person. Any views will highly be appreciated.

Source: http://www.mybloggertricks.com/2011/06/1-report-stats-added-to-google.html

Password Protect Widgets In Blogger Blogs!

You can hide images, text, media, whatever you want. The content on your sidebar can be a hidden message for blog authors, contributors or special visitors. I hope you make good use of this new technique. Have fun!

Source: http://www.mybloggertricks.com/2011/06/password-protect-widgets-in-blogger.html

Problems With Official Blogger App for Android Devices

[a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiEfvXz0S6fiICxP1e8_qYOQDd8nR_kfT8uyzptK9CNXiS9ULpExM-qH7qUMVUlBufihxCJ7XLLg0gkWPr1Hw2x-Q9PQrbc_VA6y8a9lsiR6CPg9QwR1FQtjVWoSJ-sDa7uYuTOPzkH60k/s1600/blogger+android+app.png"]blogger official app[/a]

Here is what [a href="https://market.android.com/details?id=com.google.android.apps.blogger" target="_blank"]people say[/a] about it:

"Constant force closing and sporadically re posts old entries.  "
"This could be great, but it re posts the posts again and again. That renders ..."
"Keeps republishing an old post every 30 min on htc wildfire s with newest ...  "
Also,
"If the re posting issue is not fixed soon than its going to meet the uninstall button. "
"Regularly force closes even when not running in foreground since latest update. "
"Either let me disabled notification or stop saying old articles are published over and over. Annoyed and uninstall "
 
Even after the update, the application seems to make problems. Another big concern is that the app doesn't allow to edit the posts that are already published before from desktop version. This is pretty awful. So in an all, this Blogger application isn't stable at the moment and requires huge attention from the programmers. To compete with the other cool blogging applications around like WordPress etc. Blogger really needs to put in their all efforts to make this app a success.
Hope a much better version will be out soon. And i wish when this app launches for iPhone its totally bug free
  Hassam Ahmad Awan


About the Guest Author:

Hassam is a young A Level Student who loves to learn and share tech related stuff. He has an ambition to become a Software Engineer. He is a passionate blog author and publishes regular tutorials to newbie bloggers at [a href="http://bloggingehow.blogspot.com" target="_blank"]BLoggingeHow[/a].

You can always keep in touch with him at [a href="http://www.facebook.com/pages/BLoggingeHow/126203964129170" target="_blank"]@Facebook[/a]

Source: http://www.mybloggertricks.com/2011/06/problems-with-official-blogger-app-for.html

Rotate/Animate Images Using CSS3 Without JavaScript!

animated imageCSS3 has many new powers with which we can further enhance our websites, without extensive knowledge of JavaScript, or without really effecting our website’s loading time. With less than ten lines of CSS coding, we can achieve each of the following effects.  Changing CSS properties on mouse-hover and using CSS3 transitions were used for these enhancements. You can now easily animate the images on your WordPress or Blogger blogs using the simple image opacity effect below that rotates the image on mouse hover.

[a name='more'][/a]
[a href="http://zailab.blogspot.com/2011/06/link-nudging-and-image-opacity-effect.html" target="_blank"]Live Demo[/a]

 

Note: You need a up to date browser to fully experience the effects. This includes pretty much the latest version of any browser other than IE.

Animating Images In Blogger With CSS3

  1. Go To Blogger > Design > Edit HTML
  2. Backup your template
  3. Search for ]]></b:skin>
  4. Just above it paste the following code

 

/* --------- MBT Image Rotation ----- */
.opacity  {
opacity: 0.5;
margin-left: 50px;
-moz-transition: all 0.5s ease-out;  
-o-transition: all 0.5s ease-out;  
-webkit-transition: all 0.5s ease-out;  
-ms-transition: all 0.5s ease-out;  
transition: all 0.5s ease-out;
-moz-transform: rotate(5deg);  
-o-transform: rotate(5deg);  
-webkit-transform: rotate(5deg);  
-ms-transform: rotate(5deg);  
transform: rotate(5deg);  
filter: progid:DXImageTransform.Microsoft.Matrix(
                    M11=0.9961946980917455, M12=-0.08715574274765817, M21=0.08715574274765817, M22=0.9961946980917455, sizingMethod='auto expand');
zoom: 1;  
}
.opacity:hover  {
opacity: 1;
margin-left: 0px;
-moz-transform: rotate(0deg);  
-o-transform: rotate(0deg);  
-webkit-transform: rotate(0deg);  
-ms-transform: rotate(0deg);  
transform: rotate(0deg);  
filter: progid:DXImageTransform.Microsoft.Matrix(
                    M11=1, M12=0, M21=0, M22=1, sizingMethod='auto expand');
zoom: 1.3;
-moz-box-shadow: 1px 1px 4px #000;
-webkit-box-shadow: 1px 1px 4px #000;
box-shadow: 1px 1px 4px #000;
}

Edit the bolded values to increase or decrease the angle of rotation.   

5. Save your template and done!

How it works?

Whenever you wish to implement this effect, simply add the following code in Edit HTML mode of your Post Editor, to turn or rotate the images:

<img src="IMAGE LINK HERE" border="0" alt="Image Description hereclass="opacity" />

Make these changes:

  • Replace IMAGE LINK HERE with the [a href="http://www.mybloggertricks.com/2009/11/create-blogger-backup-for-images-and.html" target="_blank"]Image URL[/a] of the pic
  • Replace Image Description here with Image name or description. Optional


We hope you enjoyed the effect, and happy blogging! Peace!

You may also like these effects:

  • [a href="http://www.mybloggertricks.com/2010/02/top-10-widely-used-image-hover-effects.html" target="_blank"]10 widely used image hover effects[/a]
  • [a href="http://www.mybloggertricks.com/2009/09/learn-how-to-add-image-pop-up-and.html" target="_blank"]Image Pop up and Opacity Effect[/a]
Anims


About the Guest Author:

Anims is freelance web designer and enjoys playing around with and learning coding in his free time. He likes to write about Web Technologies such as HTML, CSS and SEO. He is a valuable MBT contributor.

Source: http://www.mybloggertricks.com/2011/06/rotateanimate-images-using-css3-without.html

Link Nudging To Animate Images Using CSS3

<a href="ADD URL HERE" class="mbt-nudge">ADD TEXT HERE</a>

  • Replace ADD URL HERE with your link like http://xyz.com
  • Replace ADD TEXT HERE with the text that will display the link

For Image Nudging use this:

<img src="IMAGE LINK HERE" border="0" alt="Image Description hereclass="mbt-nudge" />

Make these changes:

  • Replace IMAGE LINK HERE with the [a href="http://www.mybloggertricks.com/2009/11/create-blogger-backup-for-images-and.html" target="_blank"]Image URL[/a] of the pic
  • Replace Image Description here with Image name or description. Optional

 

Take a look at your blogs and see the difference!  Here are some other tutorials which also offer some customization which might be of interest to you:

  • [a href="http://www.mybloggertricks.com/2011/06/rotateanimate-images-using-css3-without.html" target="_blank"]Rotate/Animate Images[/a]
  • [a href="http://www.mybloggertricks.com/2010/02/top-10-widely-used-image-hover-effects.html" target="_blank"]10 widely used image hover effects[/a]
  • [a href="http://www.mybloggertricks.com/2009/09/learn-how-to-add-image-pop-up-and.html" target="_blank"]Image Pop up and Opacity Effect[/a]
Anims


About the Guest Author:

Anims is freelance web designer and enjoys playing around with and learning coding in his free time. He likes to write about Web Technologies such as HTML, CSS and SEO. He is a valuable MBT contributor.

Source: http://www.mybloggertricks.com/2011/06/link-nudging-to-animate-images-using.html
 
Play : Agame | Y8 Games | Y3 Games
Copyright © 2011. Blogger Tips And Tricks 2012 - All Rights Reserved

Proudly powered by Blogger