Showing posts with label Web Traffic. Show all posts
Showing posts with label Web Traffic. Show all posts

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.

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.

Like To Download 'Social Content Locker' For Blogger Downloads

Some People Create There New Blog Page on Facebook but not get as many likes but today im going to show you a way from which you can get many likes if you have a blog that provides free download than it is the time that you lock that free download and rather asking a user first to like your page and then give the downloading link of the file to your website visitors it is a facebook like gate in which a user first like your page and then download a file it will definitely increase your facebook page likes in bulk for free.


PREVIEW





Powered by Mash Arena




FEATURES

  • Beautiful Design
  • Increase Your page likes
  • Easy To Customize
  • Free Blogger Widget
  • SEO Optimized Widget
  • BUILD WITH PHP,MySQL
  • Fast

INSTALLATION

Follow The Following Steps To Add 'Like To Download' To Your Blogger Posts
  • Go to Blogger.com
  • Click on New Post
  • Click on HTML Section Beside Compose
  • Scroll Down & paste the Following Code:
<!-- Start of MashArena Like to Download Embed Code --><br /><div style="width: 520px;"><iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://convertsocial.com/embeds/like-download/like-download.php?fburl=http://www.Facebook.com/MashArenaBlog&amp;rurl=https%3A%2F%2Fwww.mashmusik.blogspot.com%2F&amp;width=500&amp;height=157.5&amp;header=1&amp;color=2" style="border: none; height: 163.5px; overflow: hidden; width: 520px;"></iframe><br /><div style="font-size: 10px; margin-top: 0px; text-align: center;">Powered by <a href="http://www.masharena.blogspot.com/" target="_blank" title="Mash Arena">Mash Arena</a></div></div><!-- End of Mash Arena Like to Download Embed Code -->

 CUSTOMIZATIONS

  • Replace MashArenaBlog With You Facebook Page Username
  • Replace www.mashmusik.blogspot.com With You Downloading link

FINAL WORDS

Now Enjoy You Facebook Page Likes and Like To Download Widget But in Return Please Subscribe and Like Below..!!

Add Like To Enter 'Social Popup Box' in Blogger


Social Networking Sites Are Great For spreading you blog and getting traffic from it today i will show you how you can increase you social presence with today tutorial.

LIKE TO ENTER SOCIAL WIDGET:

Today I Will Give You a Special Widget Which definitely increase your social presence on Facebook,Twitter and Google+ This Widget Comes With These Three Sites Like,Follow & +1 Button You Can Show it on your homepage when a visitor enters your site he see the box there is a close button when visitor click it the box will close but if you font want to show the close button its not a big problem i will show it later how to do it so lets get towards the tutorial.

PREVIEW


INSTALLATION

  • Head Over To Blogger.com
  • Sign in
  • Click on Template
  • Edit HTML
  • Search For ]]></b:skin>
  • Then Above it Paste The Following CSS Code:


    /*---MashArena.Blogspot.Com Like To Enter Advance Traffic POP ---*/ .blackout { display: none; position:fixed; _position:absolute; width: 100%; z-index:10000; background-color:#000; margin: 0px; padding: 0px; left:0; top:0; } .socialmodalOuter { display: none; font-family: arial; color: #575E6D; font-size: 14px; line-height: 20px; background: rgb(73, 73, 73); /* The Fallback */ background: rgba(0, 0, 0, 0.6); border-radius: 10px; left: 50%; padding: 7px; position: fixed; _position:absolute; top: 50%; z-index: 10001; } .socialmodal { background: none repeat scroll 0 0 #FFFFFF; border-radius: 3px 3px 3px 3px; width: 460px; } .socialmodal .title { border-bottom: 1px solid #E5E8EF; font-weight: bold; font-size: 19px; font-weight: bold; padding:16px 15px 10px 15px; text-align:center; } .socialmodal .subtitle { margin: 0px; background:#2e6886; color:#ffffff; padding:4px; text-align:center; font-weight: bold; font-size: 15px; } .socialmodal .warning { margin: 0px; background:#cb2026; color:#ffffff; padding:4px; text-align:center; } .socialmodal .content { padding: 0px 15px; margin-top: 10px; line-height: 17px; } .socialmodal .share { padding: 0px 15px; margin:20px 0px 15px 0px; text-align:center; height: 24px; } .socialmodal .close { background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgf_KrKg2dbvotLvxr4E8qQQrv8-CYpudyiT97Dd28oSc7TPLspCScL8GGfl6TL1hfr48KbIwWjUmCkajH_6Cn8kQdPFGSGQ6_2BCnR6mzHcuQPsgsHNX_3OhKKYkVG5tD4FNl-_oygPlM/s1600/close.png") no-repeat; cursor: pointer; height: 12px; position: absolute; right: 15px; top: 15px; width: 12px; display: none; } .socialmodal .button { float: left; width: 115px; line-height: 24px; height: 24px; } .socialmodal .like { margin-left: 15px; } .socialmodal .twttr { margin-left: 30px; } .socialmodal .plus { width: 90px; margin-left: 50px; } /* // cusomize position of elements */ .socialmodal .footer { clear: both; background: none repeat scroll 0 0 #E8EAEF; border-radius: 0 0 3px 3px; border-top: 1px solid #DDE0E8; padding: 10px 0; color: #878D9C; text-shadow: 0 1px 0 #FFFFFF; text-align:center; font-size:13px; }

    /*---MashArena.Blogspot.Com Like To Enter Advance Traffic POP ---*/ Now After Adding The CSS Code Head Over To The HTML/JavaScript

    • Go to Layout
    • Click Add a Gadget
    • Now Scroll Down & Select HTML/JavaScript
    • And Paste The Following Code in It
    <script src="http://code.jquery.com/jquery-latest.min.js"></script> <script> !window.jQuery && document.write('<script src="js/jquery.js"><\/script>') </script> <script src="http://apis.google.com/js/plusone.js" type="text/javascript" gapi_processed="true"></script> <script src="http://connect.facebook.net/en_US/all.js#xfbml=1" type="text/javascript"></script> <script src="http://platform.twitter.com/widgets.js"></script> <script src="http://mybloggerlab.com/Scripts/Sharetoenter.js" type="text/javascript"></script> <script src="http://mybloggerlab.com/Scripts/jquery.cookie.js" type="text/javascript"></script> <script language="javascript"> $(function() { $('body').socialmodal({ uniqueName: 'autoloadmodal', subtitle: 'Like And +1 to Disable This Notification', facebook: 'http://www.facebook.com/mybloggerlab', plusone: 'http://www.mybloggerlab.com/', count: 0, manualClose: true, }); $('body').socialmodal({ twitter: 'mybloggerlab', onclick: '#download', callback: function(success) { }, }); }); </script>

    CUSTOMIZATIONS

    Now Replace The Yellow Highlighted Links & Words With Your Own Social Sites link and Sentence if You Want To Remove The Close Button Change  manualClose: true,To manualClose: false,

    WHAT I WANT FROM YOU ?

    Hey I Post This Article Specially For You Now Its Your Turn To Give Me Some Credits Please Subscribe & Like Below & Comment Below It takes Only 5 Seconds :)