Showing posts with label Blogger Tutorials. Show all posts
Showing posts with label Blogger Tutorials. Show all posts

Friday, 21 February 2014

HTML Code Box With Border in Blogger Posts

Am sharing along today how to provide HTML box with your blogger blog write-up. You can simply utilize it to wrap codes or mark out a text from others. I dont know perhaps you have had tried to squeeze in a html code in your post which that eventually exceed your laptop screen, if you're a victim of the, then you should worry no additional.

Let's get started :

while you are creating a new post and you also about to paste a html code to your write-up, check beside compose tab presents itself your new write-up box, click Modify HTML.
Paste the code within the box below with your Edit HTML loss, now go to compose, you should get the html box with your compose tab, fill the html code you need paste.

If you need to use a package with border as shown below, utilize code in your box below.

<div style="font-family:georgia; font-size: 16px; height: 120px; overflow: scroll; width: 500px;border:3px solid black;">
Enter your text here</div>
<div style="font-family: verdana,arial,sans-serif; font-size: 10px;">
<a href="http://www.realcombiz.com/">realcombiz</a></div>

For The Box without a border as shown below, use the code in the box below.

<div style="font-family:georgia; font-size: 16px; height: 120px; overflow: scroll; width: 500px;">
Enter your text here</div>
<div style="font-family: verdana,arial,sans-serif; font-size: 10px;">
<a href="http://realcombiz.com/">realcombiz</a></div>
Both the code highlighted in blue can be change to your desired height and width.
If you really love this or have any questions, feel free to comment.

Thursday, 13 February 2014

Sticky "Horizontal Social Sharing" Widget For Blogger



Social Networking websites has become the middle of the activities of the web because it able to attract every and each user who using internet either from colleges, offices or homes. now a days individuals like to Share gorgeous article with the Social community that edges everybody altogether. It’s important for each blogger and webmaster to integrate Social Sharing or Like button in their journal, therefore their guests will share their stories on finest social networking web site, this can not solely offer them coverage however it'll additionally build loyal audience. There are unlimited Social Share widgets that are obtainable on numerous blogs, however they either lacks in counting button or they're not designed well. If you've got seen those WordPress journal that have a Horizontal Social Sharing Bar that floats once a page is scrolled, therefore nowadays we are going to share the similar variety of widget for Blogger that consists of FacebookTwitterGoogle plusPinterestDigg and Stumbleupon Sharing buttons.

Install The Widget To Blogger

  • Go To Blogger.com >> Your Blog >> Template
  • Now Backup your template.
  • Then select Edit HTML
  • Search for and just above it paste the follow HTML + JavaScript + CSS code.
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.js' type='text/javascript'/> <b:if cond='data:blog.pageType == &quot;item&quot;'> <style type='text/css'> /*<![CDATA[*/ #mblSocialFloat {clear:both;padding: 6px 0;display:block;background:#FFFFFF;} #mblSocialFloat td{padding:4px;margin:0;border:none;} #mblSocialFloat td iframe{max-width:82px;width:82px !important;} #mblSocialFloat.mblFloatSocial{position: fixed;top:0;z-index:9999999;border-bottom:1px solid #ccc;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.15);-moz-box-shadow:0 1px 1px rgba(0,0,0,0.15);box-shadow:0 1px 1px rgba(0,0,0,0.15);} /*]]>*/ </style> <script type='text/javascript'> /*<![CDATA[*/ // Set the Top Offset $theOffset = 0; jQuery(document).ready(function(b){var a=b("#mblSocialFloat");a.wrap('<div id="mblSocialPlaceholder"></div>').closest("#mblSocialPlaceholder").height(a.outerHeight());a.width(a.outerWidth());e=a.offset().top-$theOffset;b("#mblSocialFloat iframe[src*=plusone]").closest("div").css("max-width","82px");b(window).scroll(function(){d=b(this).scrollTop();d>=e?a.addClass("mblFloatSocial"):a.removeClass("mblFloatSocial");f=b(".post");if(f.length!=0){c=f.outerHeight()+f.offset().top;d>=c?a.stop().animate({top:"-150px"}):a.stop().animate({top:$theOffset+"px"})}else d>=e?a.css("top",$theOffset+"px"):a.css("top","0")})}); /*]]>*/ </script> <script src='http://mbl-flipper-google-blogger.googlecode.com/files/mbl_blogger_pinit.js' type='text/javascript'/> <script type='text/javascript'> /*<![CDATA[*/ // Twitter (function(a,b,c){var d=a.getElementsByTagName(b)[0];if(!a.getElementById(c)){a=a.createElement(b);a.id=c;a.src="//platform.twitter.com/widgets.js";d.parentNode.insertBefore(a,d)}})(document,"script","twitter-wjs"); // Google + (plus) (function(){var a=document.createElement("script");a.type="text/javascript";a.async=true;a.src="https://apis.google.com/js/plusone.js";var b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b)})(); // Stumbleupon (function(){var a=document.createElement("script");a.type="text/javascript";a.async=true;a.src="https://platform.stumbleupon.com/1/widgets.js";var b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b)})(); // Digg (function(){var a=document.createElement("SCRIPT"),b=document.getElementsByTagName("SCRIPT")[0];a.type="text/javascript";a.async=true;a.src="http://widgets.digg.com/buttons.js";b.parentNode.insertBefore(a,b)})(); /*]]>*/ </script> </b:if>

Adding the Horizontal Social Sharing Button in Blogger Template:

Now let’s add the final Piece of code, Search for <data:post.body/> and just before/above it paste the following coding.


<!-- guidetivist.blogspot.com Floating Social Bar -->

<b:if cond='data:blog.pageType == &quot;item&quot;'>
<div class='mblSocialFloat' id='mblSocialFloat'>
<table class='mblSocialFloat' width='100%'>
<tr>
<td>
<a class='twitter-share-button' expr:data-text='data:post.title' expr:data-url='data:post.url' href='https://twitter.com/share'>Tweet</a>
</td>
<td>
<iframe allowTransparency='true' expr:src='&quot;//www.facebook.com/plugins/like.php?href=&quot; + data:post.url + &quot;&amp;send=false&amp;layout=button_count&amp;width=80&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=21&quot;' frameborder='0' scrolling='no' style='border:none; overflow:hidden; width:80px; height:21px;'/>
</td>
<td>
<div class='w2bPinitButton' expr:id='&quot;w2bPinit-&quot; + data:post.id' style='display: none;visibility: hidden;height: 0;width:0;overflow: hidden;'> 
<data:post.body/>
<script type='text/javascript'>
w2bPinItButton({ 
url:&quot;<data:post.url/>&quot;, 
thumb: &quot;<data:post.thumbnailUrl/>&quot;, 
id: &quot;<data:post.id/>&quot;, 
defaultThumb: &quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkkK7VtnpxQqPRi5p9jiSqtncOg37sbd8QtcaoHyLSAGl9AqS8tDaOaZpnsRppiY43guq9z9zIU5_1LwbVpqiPnprKgFNs22ZGAEWpO248RAtjiS2bi8tQxp6o8zws82Vecyq1DrF8HKMm/s1600/w2b-no-thumbnail.jpg&quot;, 
pincount: &quot;horizontal&quot; 
}); 
</script> 
</div>
</td>
<td>
<div class='g-plusone' data-size='medium' expr:data-href='data:post.url'/>
</td>
<td>
<su:badge expr:location='data:post.url' layout='1'/>
</td>
<td>
<a class='DiggThisButton DiggCompact'/>
</td>
</tr>
</table>
</div>
</b:if>
<!-- Guidetivist.blogspot.com Floating Social Bar -->
 All Done now See You Floating Sharing Bar on Your Posts if You have any problems comment below.

The 110 Highest Paying Keywords For infolinks Publishers


Today im Going To show you how to check the keywords that are highly paid by infolinks network you have to write them in a text file and store it in your mind first of fall this list is the highest paying infolinks keywords

KEYWORDS


1. Purchase Structured Settlements – 53.482.
2. Mesothelioma Lawyers San Diego – 51.473.
3. Secured Loan Calculator – 51.354.
4. Structured Settlement Investments – 50.455.
5. Endowment Selling – 50.356.
6. Mesothelioma Patients – 50.237.
7. Mesothelioma attorney San Diego – 50.078.
8. Austin Texas dwi lawyers – 50.039.
9. New York Mesothelioma Lawyers – 50.0110.
10. Phoenix dui lawyers – 50.01
11. Secured Loans – 50.0112.
12. Insurance Auto – 50.0013.
13. Phoenix dui attorney – 50.0014.
14. car free insurance online quote – 50.0015.
15. students debt consolidation loans – 49.9616.
16. Pennsylvania mesothelioma lawyers – 49.8717.
17. data recovery Denver – 49.7118.
18. adverse credit remortgages – 49.5619.
19. bad credit remortgages – 49.4720.
20. data recovery service los angeles – 49.37
21. Consolidating Students Loan – 49.3022.
22. Students Loan Consolidation Rates – 49.1723.
23. Boston dui lawyers – 49.0224.
24. memphis car insurance – 48.8625.
25. conference calling companies – 48.6426.
26. dui attornes los angeles – 48.6027.
27. georgia car accident lawyers – 48.3628.
28. san diego dui defense – 48.3229.
29. Phoenix arizona dui lawyers – 48.2830.
30. Los angeles dwi attorneys – 48.20
31. Student Consolidation Loans – 48.1532.
32. free quote for car insurance – 48.1133.
33. irs tax lawyers – 48.0834.
34. nj auto insurance – 48.0835.
35. dui san diego – 48.0136.
36. Los Angeles Criminal Defense Attorney – 48.0037.
37. Consolidating Private Student Loans – 47.9638.
38. Personal Injury Lawyer Chicago – 47.8339.
39. Personal Injury Attorney Pennsylvania – 47.8240.
40. Auto Insurance – 47.81
41. Lemon Law California – 47.6342.
42. Students loan consolidation interest rates – 47.5943.
43. Los Angeles Criminal Attorney – 47.5944.
44. Arizona dui Attorney – 47.4545.
45. Consolidation Student Loan – 47.4446.
46. Structured Settlement Buyers – 47.3147.
47. Culinary Schools California – 47.1048.
48. Student Consolidation Loan – 47.0649.
49. Instant Car Insurance Quote – 47.0050.
50. Iva debt help – 46.90
51. UK home owner loan – 46.6752.
52. endowment policy sales – 46.5853.
53. sell structured Insurance settlements – 46.5354.
54. College Loan Consolidation – 46.4955.
55. dui attorney Sacramento – 46.4856.
56. car insurance quotes – 46.4757.
57. Philadelphia personal injury lawyers – 46.3758.
58. Remortgaging – 46.2059.
59. irs tax attorney – 46.1960.
60. Consolidation Student Loan – 46.18
61. buyer Structured Settlement – 46.1762.
62. California mesothelioma attorney – 46.1463.
63. home mortgages for bad credit – 46.0264.
64. selling structured settlements – 45.9665.
65. phoenix dui lawyers – 45.9066.
66. sell structured settlement payments – 45.7267.
67. Donate your car – 45.5668.
68. Student loan consolidation – 45.4669.
69. Consolidate School Loans – 45.4570.
70. Injury Lawyers 4 You – 45.44
71. homeowner consolidation loans – 45.4272.
72. Colorado Truck Accident Lawyers – 45.4173.
73. Mesothelioma doctor – 45.0974.
74. School Loan Consolidation – 45.0975.
75. dui attorney San Francisco – 44.9576.
76. ny car insurance – 44.8377.
77. Mortgage refinance new jersey – 44.7778.
78. Structured settlement payments – 44.4379.
79. Car Insurance Texas – 44.4180.
80. Virginia Car accidents Lawyers – 44.35
81. Raid Data Recovery Services – 44.3382.
82. College loan consolidation – 44.2883.
83. compare car insurance rates – 44.1484.
84. Break down covers – 44.1485.
85. Remortgages Loan – 44.0586.
86. Austin Criminal Attorney – 44.1487.
87. Car Insurance Quotes online – 44.1488.
88. Structured Settlement Consumer Info – 44.1489.
89. Arizona dui lawyers – 44.0590.
90. e loan mortgage – 43.98
91. Consolidation of Student Loan – 43.9592.
92. Student Loan Consolidation Calculator – 43.9493.
93. Injury Lawyers 4 You – 43.9494.
94. Managed Hosting Services – 43.9395.
95. Bad Credit Home Equity – 43.9096.
96. Los Angeles Criminal Attorneys – 43.8897.
97. Home improvement loan rates – 43.8898.
98. auto insurance in Michigan – 43.7999.
99. dwi fort worth – 43.78100
100. Structured Settlement Companies – 43.77
101. Educational Loans
102. Online Degree
103. Student Loans
104. Personal Loans
105. Reward Cards
106. Free Forex Trading
107. Loan Calculator
108. Mortgage Loans
109. Web hosting
110. Merchant Account


HOW TO FIND HIGHEST PAYING KEYWORDS ?

The above list is the keywords that are highly paid but these are changed by time to time so you have to check it by your own for this purpose go to your any post and scroll down above the comment you can see a 2 lines of link that are highly paid keywords for your blog.

FINAL WORDS

Now You Have The Ability To Increase You Earnings PLease Feel Free To Comment Below And Appreciate My Hard Work :)

Facebook 'Popup Like Box' For Blogger With Hover Effect

Many people want their blog to be famous on social networks and one of the method to make you blog a traffic generating machine is facebook so today im gonna show you how to add a Facebook like  popup box in blogger so without wasting time get on the tutorial.


METHOD


Step 1:
Login To You Blogger account and on left hand side click on layout from layout click on add a gadget 

Blogger Tips And Tricks|Latest Tips For Bloggers

Step 2:
Now From Gadget List Select HTML/JavaScript  & Paste The Below Code in The Field

<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>

<script type="text/javascript">
//<!--
$(document).ready(function() {$(".w2bslikebox").hover(function() {$(this).stop().animate({right: "0"}, "medium");}, function() {$(this).stop().animate({right: "-250"}, "medium");}, 500);});
//-->
</script>
<style type="text/css">
.w2bslikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhUMHAw44J6qSUgUKZoZ4HcRaPgLWRvhxV7rEWhTm95mzqBO_czCtrSpdyF-nIN_uNINlvlELvOY-6IYzQXL09fb7z69-tEEMXEveiMyfdskYpa4C0gVtiomkCaJ-VAl4U0Dqr_nx2Lf7cd/s1600/facebookbadge.png") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:20%;}
.w2bslikebox div{border:none;position:relative;display:block;}
.w2bslikebox span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 6px;text-align: right;z-index: 99999;}
.w2bslikebox span a{color: #808080;text-decoration:none;}
.w2bslikebox span a:hover{text-decoration:underline;}
</style><div class="w2bslikebox" style=""><div><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="My Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="My Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="All Blogger Tricks"><img src="https://bitly.com/24workpng1" alt="All Blogger Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://24work.blogspot.com/" rel="dofollow" target="_blank" title="Techtunes"><img src="https://bitly.com/24workpng1" alt="Techtunes" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><iframe src="http://www.facebook.com/plugins/likebox.php?href=http://www.facebook.com/MashArenaBlog&amp;width=245&amp;colorscheme=light&amp;show_faces=true&amp;connections=9&amp;stream=false&amp;header=false&amp;height=270" scrolling="no" frameborder="0" scrolling="no" style="border: medium none; overflow: hidden; height: 270px; width: 245px;background:#fff;"></iframe></div></div>

Step 3:

Now Replace "MashArenaBlogWith Your Facebook Page Username or Link
Your Done :)

NOTE:
If You Already Have This Jquery Script:
<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>


Dont Add It Again Just Leave It And Copy The Html Below This Script and Paste/Save


FINAL WORDS:

Now You Will Se The Facebook Like Popup Box Feel Free To Discuss in The Comment s If You Dont Get The Like Box :)




The 80 Highest Paid Adsense Keywords



I Have Seen Many People Want Their Adsense Account Approved But The Day When They Approved They Don't Get enough from their adsense account the reason behind that is their cpc is too low as all of the ad networks have some specific keywords which are highly paid so adsense also have keywords that are highly paid i'm providing these to you so you can increase your earnings.


ADSENSE HIGHLY PAID KEYWORDS:


Keywords
CPC
MESOTHELIOMA LAW FIRM
    $179.01
DONATE CAR TO CHARITY CALIFORNIA
    $130.25
DONATE CAR FOR TAX CREDIT 
    $126.65
DONATE CARS IN MA
    $125.58
DONATE YOUR CAR SACRAMENTO
    $118.20
HOW TO DONATE A CAR IN CALIFORNIA 
    $111.21
SELL ANNUITY PAYMENT
    $107.46
DONATE YOUR CAR FOR KIDS
    $106.01
ASBESTOS LAWYERS
    $105.84
STRUCTURED ANNUITY SETTLEMENT
    $100.8
ANNUITY SETTLEMENTS
    $100.72
CAR INSURANCE QUOTES COLORADO
    $100.93
NUNAVUT CULTURE
    $99.52
DAYTON FREIGHT LINES
    $99.39
HARDDRIVE DATA RECOVERY SERVICES
    $98.59
DONATE A CAR IN MARYLAND
    $98.51
MOTOR REPLACEMENTS
    $98.43
CHEAP DOMAIN REGISTRATION HOSTING
    $98.39
DONATING A CAR IN MARYLAND
    $98.20
DONATE CARS ILLINOIS
    $98.13
CRIMINAL DEFENSE ATTORNEYS FLORIDA
    $98.07
BEST CRIMINAL LAWYER IN ARIZONA
    $97.93
CAR INSURANCE QUOTES UTAH 
    $97.92
LIFE INSURANCE CO LINCOLN 
    $97.07
HOLLAND MICHIGAN COLLEGE
    $95.74
ONLINE MOTOR INSURANCE QUOTES
    $95.73
ONLINE COLLEDGES
    $95.65
PAPERPORT PROMOTIONAL CODE
    $95.13
ONLINECLASSES
    $95.06
WORLD TRADE CENTER FOOTAGE
    $95.02
MASSAGE SCHOOL DALLAS TEXAS
    $94.90
PSYCHIC FOR FREE
    $94.61
DONATE OLD CARS TO CHARITY
    $94.55
LOW CREDIT LINE CREDIT CARDS
    $94.49
DALLAS MESOTHELIOMA ATTORNEYS
    $94.33
CAR INSURANCE QUOTES MN
    $94.29
DONATE YOUR CAR FOR MONEY 
    $94.01
CHEAP AUTO INSURANCE IN VA
    $93.84
MET AUTO
    $93.70
FORENSICS ONLINE COURSE
    $93.51
HOME PHONE INTERNET BUNDLE
    $93.32
DONATING USED CARS TO CHARITY
    $93.17
PHD IN COUNSELING EDUCATION
    $92.99 
NEUSON
    $92.89
CAR INSURANCE QUOTES PA
    $92.88
ROYALTY FREE IMAGES STOCK 
    $92.76
CAR INSURANCE IN SOUTH DAKOTA
    $92.72
EMAIL BULK SERVICE
    $92.55
WEBEX COSTS
    $92.38
CHEAP CAR INSURANCE FOR LADIES
    $92.23
CHEAP CAR INSURANCE IN VIRGINIA 
    $92.03
REGISTER FREE DOMAINS
    $92.03
BETTER CONFERENCING CALLS 
    $91.44
FUTURISTIC ARCHITECTURE
    $91.44
MORTGAGE ADVISER
    $91.29
CAR DONATE
    $88.26
VIRTUAL DATA ROOMS
    $83.18
AUTOMOBILE ACCIDENT ATTORNEY 
    $76.57
AUTO ACCIDENT ATTORNEY
    $75.64
CAR ACCIDENT LAWYERS
    $75.17
DATA RECOVERY RAID
    $73.22
MOTOR INSURANCE QUOTES
    $68.61
PERSONAL INJURY LAWYER
    $66.53
CAR INSURANCE QUOTES
    $61.03
ASBESTOS LUNG CANCER
    $60.96
INJURY LAWYERS
    $60.79
PERSONAL INJURY LAW FIRM
    $60.56
ONLINE CRIMINAL JUSTICE DEGREE
    $60.4
CAR INSURANCE COMPANIES
    $58.66
BUSINESS VOIP SOLUTIONS
    $51.9

FINAL WORDS

You Must Have Use These Keywords in You Articles That Will Increase You Earnings Please For More Info Comment Below :)

Wednesday, 12 February 2014

How To Get Fast Web & Social Traffic on a New Blog?



Now a days the best blogging service which is getting popular day by day is blogger by Google Inc there are millions of people who created blog and getting profit from it but also there are some which dont even know how to make your blog popular so today im providing my time for those of you who dont know about it so without wasting your time lets start.


YOUR BLOG DESIGN:

To make your blog popular you first have to make a professional template for your blog because the first thing a user see and attracts from is your blog template if your blog has not a good design so first of fall go a head and grab it from our site template zone or get it from sites like btemplates,themeforest or other sites i recommend you buy a template from themeforest beacuse it has premium templates that are seo friendly and have a good design.

USE JINGLING FOR 1 MONTH

Another thing that i will recommend you to use is jingling it is a chinese free web flow software in basic words it is a traffic generating bot which will increase you page views and alexa rank i know that it is illegal but using it for 1 month its a big deal or if you dont want to use it then promote your website by your own but remember use jingling for only one moth excess use of it may ban you blog.

USE SOCIAL WIDGETS

There are many website  or blogs that are providing free blogger social widgets our blog also have some quality social widgets which you can use for increasing traffic Also use facebook like popup box that will increase you presence on social sites like facebook,twitter,google+

FINAL WORDS

Thats all for today in my next article i will show you how to use jingling and seo basics for now use these tips to increase you web presence.