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

Thursday, 18 February 2016

Code Popup - Javascripts ads for website - Blogspot



Popup Code - Javascripts for website advertising - Blogspot. Javascripts Popup Code for Webadvertising - blogspot. Code Popup ads that appear when clicking.Code Popup windows when the first click. Code to open a small popup window .

1-Code Popup muitl tabs when clicking mouse anny pages.

Replace <body> with this code:

<body onclick='open_popup()'>
<script type='text/javascript'>
/* <![CDATA[ */
function open_popup() {
window.open("http://instatainment.blogspot.com/")
window.open("http://instatainment.blogspot.com/")
window.open("http://instatainment.blogspot.com/")
}
/* ]]> */
</script>

2-Pop-under after browse for website / Blogger:You just need to paste it before the </ head> is ok


<script>
function popup() {
var url = "http://instatainment.blogspot.com/";
window.open(url);
popWin = window.open(page,'popWin');
popWin.blur();
window.focus();
}
popup();
</script>

Or
<script>
//Pop-under window- By JavaScript Kit
//Credit notice must stay intact for use
//Visit http://javascriptkit.com for this script
//specify page to pop-under
var popunder="http://instatainment.blogspot.com/"
//specify popunder window features
//set 1 to enable a particular feature, 0 to disable
var winfeatures="width=800,height=510,scrollbars=1,resizable=1,toolbar=1,location=1,menubar=1,status=1,directories=0"
//Pop-under only once per browser session? (0=no, 1=yes)
//Specifying 0 will cause popunder to load every time page is loaded
var once_per_session=0
///No editing beyond here required/////
function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { // if cookie exists
offset += search.length
// set index of beginning of value
end = document.cookie.indexOf(";", offset);
// set index of end of cookie value
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
function loadornot(){
if (get_cookie('popunder')==''){
loadpopunder()
document.cookie="popunder=yes"
}
}
function loadpopunder(){
win2=window.open(popunder,"",winfeatures)
win2.blur()
window.focus()
}
if (once_per_session==0)
loadpopunder()
else
loadornot()
</script>

3-Code popup open new tab when click on the blog:

<script type="text/javascript" language=javascript>
function Set_Cookie(name, value, expires, path, domain, secure) {
var today = new Date();
today.setTime(today.getTime());
var expires_date = new Date(today.getTime() + (expires));
document.cookie = name + "=" + escape(value) +
((expires) ? ";expires=" + expires_date.toGMTString() : "") +
((path) ? ";path=" + path : "") +
((domain) ? ";domain=" + domain : "") +
((secure) ? ";secure" : "");
}
function Get_Cookie(name) {
var start = document.cookie.indexOf(name + "=");
var len = start + name.length + 1;
if ((!start) &&
(name != document.cookie.substring(0, name.length))) {
return null;
}
if (start == -1) return null;
var end = document.cookie.indexOf(";", len);
if (end == -1) end = document.cookie.length;
return unescape(document.cookie.substring(len, end));
}
function Delete_Cookie(name, path, domain) {
if (Get_Cookie(name)) document.cookie = name + "=" +
((path) ? ";path=" + path : "") +
((domain) ? ";domain=" + domain : "") +
";expires=Mon, 11-November-1989 00:00:01 GMT";
}
function popunder() {
if (Get_Cookie('cucre') == null) {
Set_Cookie('cucre', 'cucre Popunder', '1', '/', '', '');
var url = "http://instatainment.blogspot.com/";
pop = window.open(url, 'windowcucre');
pop.blur();
window.focus();
}}
function addEvent(obj, eventName, func) {
if (obj.attachEvent) {
obj.attachEvent("on" + eventName, func);
}
else if (obj.addEventListener) {
obj.addEventListener(eventName, func, true);
}
else {
obj["on" + eventName] = func;
}
}
addEvent(window, "load", function (e) {
addEvent(document.body, "click", function (e) {
popunder();
});
});
</script>

4. Code to open a small popup window ads: paster before </head>:


<script>function addEvent(obj,eventName,func){if(obj.attachEvent){obj.attachEvent("on"+eventName,func);}else if(obj.addEventListener){obj.addEventListener(eventName,func,true);}else{obj["on"+eventName]=func;}}

addEvent(window,"load",function(e){addEvent(document.body,"click",function(e){var pX;pX=screen.width;if(!pX){pX=document.documentElement.clientWidth?document.documentElement.clientWidth:document.body.clientWidth;}

if(pX>800){if(document.cookie.indexOf("pnpopup=popactive")==-1){document.cookie='pnpopup=popactive';params='width=50';params+=', height=50';params+=', top=1650, left=1460, resizable=no, scrollbars=yes, location=yes';var w=window.open("http://instatainment.blogspot.com/",'window1',params).blur();window.focus();}}});});</script>

5-Random popup link:Replace <body>With this code:


<body onclick="vtlai_popup();">
<script language="javascript">
/* <![CDATA[ */
var sinhvienit=0;
function SVIT_ADS_GetCookie(Name){
var re=new RegExp(Name+"=[^;]+", "i");
if (document.cookie.match(re))
return decodeURIComponent(document.cookie.match(re)[0].split("=")[1]);
return ""
}
function SVIT_ADS_SetCookie(name, value, days){
if (typeof days!="undefined"){
var expireDate = new Date()
var expstring=expireDate.setDate(expireDate.getDate()+days)
document.cookie = name+"="+decodeURIComponent(value)+"; expires="+expireDate.toGMTString()
}
else document.cookie = name+"="+decodeURIComponent(value);
}
function vtlai_popup()
{
var cookie_popup_ads = SVIT_ADS_GetCookie('sinhvienit_popup_ads');
if (cookie_popup_ads=='') {
if(sinhvienit==0)
{
sinhvienit=1;
var Time_expires = 24 * 3600 * 1000;
SVIT_ADS_SetCookie('sinhvienit_popup_ads','true',Time_expires);
var urllist = ['http://instatainment.blogspot.com/','http://instatainment.blogspot.com/','http://instatainment.blogspot.com/'];
var url = urllist[Math.floor(Math.random() * urllist.length)];
var params = 'width=' + '300';
params += ', height=' + '300';
params += ', top=0,left=0,scrollbars=yes,status=1,toolbar=1,menubar=1,resizable=1,location=1,directories=1';
var pop_ads_open = window.open(url, 'sinhvienit_ads_pop', params);
}
}
}
/* ]]> */
</script>

6. Mutil Code Popup:Replace <body> with this code:

<body onclick='vtlai_popup();'>
<script language='javascript'>
//<![CDATA[
var sinhvienit=0;
function SVIT_ADS_GetCookie(Name){
var re=new RegExp(Name+"=[^;]+", "i");
if (document.cookie.match(re))
return decodeURIComponent(document.cookie.match(re)[0].split("=")[1]);
return ""
}
function SVIT_ADS_SetCookie(name, value, days){
if (typeof days!="undefined"){
var expireDate = new Date()
var expstring=expireDate.setDate(expireDate.getDate()+days)
document.cookie = name+"="+decodeURIComponent(value)+"; expires="+expireDate.toGMTString()
}
else document.cookie = name+"="+decodeURIComponent(value);
}
function vtlai_popup()
{
var cookie_popup_ads = SVIT_ADS_GetCookie('sinhvienit_popup_ads');
if (cookie_popup_ads=='') {
if(sinhvienit==0)
{
sinhvienit=1;
var Time_expires = 24 * 3600 * 1000;
SVIT_ADS_SetCookie('sinhvienit_popup_ads','true',Time_expires);
var params = 'width=' + '600';
params += ', height=' + '500';
params += ',scrollbars=yes,status=1,toolbar=1,menubar=1,resizable=1,location=1,directories=1';
var vtlai_popup_0 = window.open('http://instatainment.blogspot.com/', 'vtlai_popup_0', params +', top=0,left=0');
var vtlai_popup_1 = window.open('http://instatainment.blogspot.com/', 'vtlai_popup_1', params +', top=0,left=0');
var vtlai_popup_2 = window.open('http://instatainment.blogspot.com/', 'vtlai_popup_2', params +', top=0,left=0');
var vtlai_popup_3 = window.open('http://instatainment.blogspot.com/', 'vtlai_popup_3', params +', top=0,left=0');
}
}
}
//]]>
</script>

7-Code generate popup ad appears 1 time / 1 day / 1 ip:

Replace <body>With this code:


<body onclick='popunder();'>
<script>
/* <![CDATA[ */
function Set_Cookie(a,b,c,e,f,g){var d=new Date;d.setTime(d.getTime());d=new Date(d.getTime()+c);document.cookie=a+"="+escape(b)+(c?";expires="+d.toGMTString():"")+(e?";path="+e:"")+(f?";domain="+f:"")+(g?";secure":"")}function Get_Cookie(a){var b=document.cookie.indexOf(a+"="),c=b+a.length+1;if(!b&&a!=document.cookie.substring(0,a.length)||-1==b)return null;a=document.cookie.indexOf(";",c);-1==a&&(a=document.cookie.length);return unescape(document.cookie.substring(c,a))} function Delete_Cookie(a,b,c){Get_Cookie(a)&&(document.cookie=a+"="+(b?";path="+b:"")+(c?";domain="+c:"")+";expires=Mon, 11-November-2020 00:00:01 GMT")}
function popunder(){null==Get_Cookie("cucre")&&(Set_Cookie("cucre","cucre Popunder","1","/","",""),
pop=window.open("http://instatainment.blogspot.com/","windowcucre"),
pop.blur(),window.focus())}function addEvent(a,b,c){a.attachEvent?a.attachEvent("on"+b,c):a.addEventListener?a.addEventListener(b,c,!0):a["on"+b]=c} addEvent(window,"load",function(){addEvent(document.body,"click",function(){popunder()})});
/* ]]> */</script>

Or you can use the following code:

<script>
//<![CDATA[
function Set_Cookie(name, value, expires, path, domain, secure) {
var today = new Date();
today.setTime(today.getTime());
var expires_date = new Date(today.getTime() + (expires));
document.cookie = name + "=" + escape(value) +
((expires) ? ";expires=" + expires_date.toGMTString() : "") +
((path) ? ";path=" + path : "") +
((domain) ? ";domain=" + domain : "") +
((secure) ? ";secure" : "");
}
function Get_Cookie(name) {
var start = document.cookie.indexOf(name + "=");
var len = start + name.length + 1;
if ((!start) &&
(name != document.cookie.substring(0, name.length))) {
return null;
}
if (start == -1) return null;
var end = document.cookie.indexOf(";", len);
if (end == -1) end = document.cookie.length;
return unescape(document.cookie.substring(len, end));
}
function Delete_Cookie(name, path, domain) {
if (Get_Cookie(name)) document.cookie = name + "=" +
((path) ? ";path=" + path : "") +
((domain) ? ";domain=" + domain : "") +
";expires=Mon, 11-November-1989 00:00:01 GMT";
}
function popunder() {
if (Get_Cookie('cucre') == null) {
Set_Cookie('cucre', 'cucre Popunder', '1', '/', '', '');
var url = "http://instatainment.blogspot.com/";
pop = window.open(url, 'windowcucre');
pop.blur();
window.focus();
}
}
function addEvent(obj, eventName, func) {
if (obj.attachEvent) {
obj.attachEvent("on" + eventName, func);
}
else if (obj.addEventListener) {
obj.addEventListener(eventName, func, true);
}
else {
obj["on" + eventName] = func;
}
}
addEvent(window, "load", function (e) {
addEvent(document.body, "click", function (e) {
popunder();
});
});
//]]>
</script>
<body onclick='popunder();'>

Remember change http://instatainment.blogspot.com/ to your popup link .Done!Hope you enjoy!If have any question please comment,I will answer soon.

Featured Content Slider for Blogger




To day i have add Featured Content Slider on my blog for content slider on home page.I think bloggers wants to add Featured content Slider for their blog.Featured Content Slider helps you to show automatic sliding of your featured content on your home page. This is the great trick to show your most important content as Featured content on your home page. Featured Content Slider also helps to increase page views and decrease bounce rate of your blog.

How to Add Featured Content Slider for Blogger Using jQuery

Please follow below steps to add Featured Content Slider for Blogger Using jQuery:
Step 1

Login into Blogger Account and Go to Blogger Dashboard. Go to Layout at the left panel and click on Add a Gadget Link as shown in below picture.



Step 2

When you click on Add a Gadget link a popup window will open with all available gadgets. Choose HTML/JavaScript from gadgets list as shown in below picture.



Step 3

Now choose your Featured Content Slider design for your blog at below.Copy and paste below code to HTML/JavaScript box and click on save button:


<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js" type="text/javascript"/></script><script src="http://dl.dropboxusercontent.com/s/2tuqn164c49bv4l/mbt-slider-0-01-jis.js" type="text/javascript"/></script><script src="http://dl.dropboxusercontent.com/s/t2e14sks1ufhcwp/mbt-slider-0-02-jis.js" type="text/javascript"/></script><script src="http://dl.dropboxusercontent.com/s/q81tdxkefnkwyxj/mbt-slider-0-03-jis.js" type="text/javascript"/></script><script type="text/javascript">/* <![CDATA[ */jQuery.noConflict();jQuery(function(){ jQuery('ul.menu-primary').superfish({ animation: {opacity:'show'},autoArrows: true,dropShadows: false, speed: 200,delay: 800});});

jQuery(function(){ jQuery('ul.menu-secondary').superfish({ animation: {opacity:'show'},autoArrows: true,dropShadows: false, speed: 200,delay: 800});});

jQuery(document).ready(function() {jQuery('.fp-slides').cycle({fx: 'fade',timeout: 4000,delay: 0,speed: 1000,next: '.fp-next',prev: '.fp-prev',pager: '.fp-pager',continuous: 0,sync: 1,pause: 1,pauseOnPagerHover: 1,cleartype: true,cleartypeNoBg: true});});

</script><a href="http://www.mybloggertricks.org/" rel="dofollow" target="_blank" title="blogger templates"><img src="http://dl.dropboxusercontent.com/u/127448791/blank.gif" alt="blogger templates" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://www.mybloggertricks.org/" rel="dofollow" target="_blank" title="Blogger Tips and Tricks"><img src="http://dl.dropboxusercontent.com/u/127448791/blank.gif" alt="Blogger Tips and Tricks" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://www.mybloggertricks.org/2014/05/featured-content-slider-for-blogger.html" rel="dofollow" target="_blank" title="Featured Content Slider"><img src="http://dl.dropboxusercontent.com/u/127448791/blank.gif" alt="Fetured Content Slider" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><style type="text/css">.featuredposts{border:1px solid #E9E7DE;width:608px;background:#FFF;margin:0 0 10px 0;height:400px;overflow:hidden;} .fp-slides{} .fp-post{padding:13px;} .fp-thumbnail{border:3px solid #dddddd; width:580px;height:266px;margin-bottom:10px;overflow:hidden;} .fp-thumbnail:hover{border:3px solid #CAC9C9; width:580px;height:266px;margin-bottom:10px;overflow:hidden;} .fp-title{color:#787878;font:bold 14px Arial, Helvetica, Sans-serif;padding:0 0 4px 0;margin:0; text-transform:uppercase;} .fp-title a{color:#000;text-decoration:none;} .fp-title a:hover{color:#0080fF;text-decoration:none;} .fp-label{color:#504D4D;margin:15px 15px 0 15px;padding:0;text-transform:uppercase;font:bold 16px/16px Arial,Helvetica,Sans-serif;} .fp-post p{color:#504D4D;padding:0;margin:0;font:10px Arial,Helvetica,Sans-serif;height:32px;overflow:hidden;} .fp-more,.fp-more:hover{color:#F77C04;font-weight:bold;} .fp-nav{width:590px;padding:0px 10px;height:14px;} .fp-pager a{background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMiAUwew7Eucnil7Y7bSJPrUxE8u6kxsOpb00Qo5Yaw-zn8ya-wRkBR-hU52-pOBFRlVCM6N8s92rYs-EZFK4s3HzWMVTzfnjWJnHeWgoJ6NrwFZbtpY37Xgb-lJ-Df-hMqXAAi8VeeLc/s1600/featured-pager-24work-1.png);cursor:pointer;margin:3px 6px 0 0;padding:0;height:10px;width:10px;display:block;float:left;overflow:hidden;text-indent:-999px;background-position:0 0;} .fp-pager a:hover,.fp-pager a.activeSlide{text-decoration:none;background-position:0 -110px;} .fp-prev{float:right;margin-right:4px;width:15px;height:17px;opacity:0.7;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjoVpWo80uyCxRVFS4Y_l9L1uN69Z849Bln2PZep-ftLoYsu3fUqBx0QuCypZ4z2hzJVAh5pSsPosyXVEw70P5D_yqEetK0-6kxBLZ-lBv4Op46D9qIb7wsqMwHaKIgbp_VZWDTZRTlIHM/s1600/featured-prev-24work-1.png) top left no-repeat;} .fp-prev:hover{opacity:1;} .fp-prev:active{opacity:0.7;} .fp-next{float:right;width:15px;height:17px;margin-left:4px;opacity:0.7;background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNDTqwVx98lxoyp5rqabbbS2e6A9_8gZExeg3BCIpIOe-8KWXKnkWCGScLXW7gAt01CKeIIoGRSkyEVM1qbQnSrWsKy1oj69PgEbVxC3vpytoYDKm1kUxb6c8BDzfRoXixUoikB1jnO9E/s1600/featured-next-24work-1.png;) top left no-repeat} .fp-next:hover{opacity:1;} .fp-next:active{opacity:0.7;}</style>

<div class="featuredposts clearfix"><div class="fp-slides"><div class="fp-post"> <div class="fp-thumbnail"><a href="#" target="_blank"><img alt="" width="580" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhR9Gz2x09twj8f1pUq4nizHqh7SRUg5_ccN0rsK5jD94zoqdOUS_cFU6-WLmzNXH4_pLVSlP0ZEVKfo0TwV-2bYI4lC6ULxcKmFgvW0uqnvaXesdcKAVpN_P9cJMRNdAQ9b1pCf2evjbk/s400/add-nivo-slider-to-blogger-blog.png" height="266"/></a></div><h3 class="fp-title"><a href='#' target='_blank'>Title-of-Post</a></h3> <p> Slide Description [...] </p> </div>

<div class="fp-post"> <div class="fp-thumbnail"><a href="#" target="_blank"><img alt="" width="580" src="http://1.bp.blogspot.com/-xpH2V2pL-1I/U3M870Wf-OI/AAAAAAAACVQ/XoqqRP-1o7k/s1600/Bouce_Rates.jpg" height="266"/></a></div><h3 class="fp-title"><a href='#' target='_blank'>Title-of-Post</a></h3> <p> Slide Description [...] </p> </div>

<div class="fp-post"> <div class="fp-thumbnail"><a href="#" target="_blank"><img alt="" width="580" src="http://1.bp.blogspot.com/-xpH2V2pL-1I/U3M870Wf-OI/AAAAAAAACVQ/XoqqRP-1o7k/s1600/Bouce_Rates.jpg" height="266"/></a></div><h3 class="fp-title"><a href='#' target='_blank'>Title-of-Post</a></h3> <p> Slide Description [...] </p> </div>

<div class="fp-post"> <div class="fp-thumbnail"><a href="#" target="_blank"><img alt="" width="580" src="http://1.bp.blogspot.com/-xpH2V2pL-1I/U3M870Wf-OI/AAAAAAAACVQ/XoqqRP-1o7k/s1600/Bouce_Rates.jpg" height="266"/></a></div><h3 class="fp-title"><a href='#' target='_blank'>Title-of-Post</a></h3> <p> Slide Description [...] </p> </div>

<div class="fp-post">

<div class="fp-thumbnail"><a href="#" target="_blank"><img alt="" width="580" src="http://1.bp.blogspot.com/-xpH2V2pL-1I/U3M870Wf-OI/AAAAAAAACVQ/XoqqRP-1o7k/s1600/Bouce_Rates.jpg" height="266"/></a></div>

<h3 class="fp-title"><a href='#' target='_blank'>Title-of-Post</a></h3> <p> Slide Description [...] </p> </div>

</div><div class="fp-nav clearfix"><span class="fp-pager"></span><a class="fp-next" href="#fp-next"></a><a class="fp-prev" href="#fp-prev"></a>

</div></div>*

Change # to your post URL and All Red Images Link to Your original Image Link. Also Change Title of Post and Description.

Thursday, 11 February 2016

5 Factors That Prevent the Growth of Your Online Business

When you started your online business, you didn’t intend to keep tapping in one place. You probably started small, but you planned to work towards indefinite progress. At some point, when you took a look at the quarterly report, you realized that the growth wasn’t happening. Can you define the reasons for such state?

The online world gives you immense opportunities for business growth. Billions of people are online at this moment. That means you have a great chance to attract your target audience, but you also face huge competition that won’t let you succeed that easily. When it comes to turning leads into customers, you have to try something different than everyone else. Maybe uniqueness is where you fail?

There are five possible factors that may prevent the growth of your online business. Many guides and tips promise you to make a difference, but you won’t notice any progress if you don’t analyze your mistakes first. Go through the following list and think about your actions. When you become aware of your flaws, it will be easy for you to fix them.
You Are Dependent Upon Your Social Media Presence



It’s nice to use social media for the sake of business growth. You communicate with your audience, you get comments and constructive criticism, and you present your new products and services in front of potential customers. Establishing strong social media presence is a business strategy that always work, but you cannot base your entire marketing efforts on it.

If you’ve been neglecting the necessary website improvements before you get all you need through social media, then you’re making a big mistake. There is only one proper way for an online business to use Facebook, Twitter, Instagram, and other social platforms: as media that attract potential buyers and direct them towards the main website. That’s where the magic happens – your website. Do not focus too much on social media. If you invest too much time on maintaining these platforms, you’ll forget about the main purpose of your online business.

Read: The 30 minute Social media workout for Every marketers.
You’re Getting Too Inspired By Industry Leaders



The reason for analyzing industry leaders is to learn from their strategies and implement them in a unique way that’s appropriate for your own online business. You should not copy them! No customer would like to do business with someone who copies an established brand; they wouldn’t choose you over the leaders if you don’t offer something new.

The only way to attract potential customers is to gain their trust. When you analyze the leaders in your industry, use that data as a guiding point, but do not turn your own business into a clone.
You’re Trying Too Hard to Look Like an Expert



If you’re following the example of real industry experts, you might think it would be wise to leave an impression as an arrogant, unavailable person. Yes, such reputation works for well-established industry leaders who don’t have time to build connections with regular customers. Don’t play that game! If the customers don’t feel like they can communicate with you, they won’t like your business. Don’t place yourself on a pedestal; that’s a certain way of repelling your potential clients.

Your priority should be building a proper connection with your audience.

Let’s say you’re looking at TripAdvisor reviews for Cuban hotels. You’re considering two options: both of them have many reviews, but the manager of one of those hotels responded to the comments and promised to take the remarks into consideration. You would surely choose the hotel with more accessible management, wouldn’t you?

You can be an expert everyone feels close to! Expose yourself to public opinion and be as accessible as possible. Respond to online comments and do everything to make your customers happy! That’s the type of leader everyone wants to do business with.
You’re Not Doing Enough to Boost Your Website’s Traffic

You own an online business. Its success depends upon the traffic you attract at your website. You can build perfectly organized pages with the right color scheme and tons of information your customers need. That won’t do you any good if you don’t have a traffic-building strategy.

Everyone loves podcasts these days. Try to get interviewed by a popular host, and you’ll attract many visits the same day of its publication. Publish press releases and gain authority by maintaining an awesome blog. Build strong connections with influential bloggers and get your links featured in their posts. Offer free products/services to people willing to share their reviews with the online community. Do everything to attract more audience at your website!

Your Strategies Are Outdated



Technology evolves at a fast pace. If you can’t keep up with the new trends, your online business will definitely suffer the consequences. The strategies that worked for ages may not be effective in the current online setting. E-mail marketing is a classic, but maybe you’re sending old-fashioned lines that no longer work? Maybe you are publishing lengthy articles that used to be a synonym of expertise, but are not attractive for today’s readers with short attention span?

Remember: old-fashioned strategies won’t lead your business towards growth. You need to base your online presence upon contemporary techniques that today’s Internet users appreciate. Most of all, you need to focus on direct and casual, but professional communication with your audience. Bring something new to the table; the most important thing is to be unique!
If Your Online Business Is Not Growing, You Need to Make a Change!

The moment you become aware of the slow or nonexistent online business growth, you need to focus on making changes that will push it forward. Everyone makes mistakes. Some business owners are successful because they recognize them on time and they know how to fix them.

There are tons of opportunities in the online space, but the business environment is not as welcoming as it once was. You need to do your part of the work. Make the necessary changes, and your business will start growing.

How’s your online business doing? Are you growing or stagnant? Let us know in the comment section below. And if you enjoyed this article, do share it in your network.

This post is contributed by Shoutmeloud. 

Tuesday, 2 February 2016

A Practical Guide To use SEMRUSH For Growing Blog Traffic

SEMrush is one of my favorite tools & I have mentioned it many times here at ShoutMeLoud. I remember, it was around 2012 when I started using this simple search engine marketing tool & in the past 4 years, it has become one of the go-to tool for bloggers & SEO companies. There are many features which is useful for our blog that we can start using right now. Since I have missed announcing about those new features, here I’m sharing features that every website/blog owner should try today.
If you are an existing user of SEMrush, you can use it right now. If you don’t have an account, you can use this link to get 14 days free trial worth $150. This 14 days is good enough for you to try out all the below mentioned features & improve your blog search engine presence & make more profit in due course of time.
If you feel I missed adding any important features which should be in top 5, do let me know in the comment section. So let’s get on with these new features of SEMRUSH.

5 new features of SEMRUSH to grow your online business:

Site SEO audit:
SEMrush offers complete site SEO audit with every plan (Including their starter Pro plan), which let you find all the SEO issues on your blog. You can setup site audit as a campaign & let it run every week or month, depending upon how often you need the SEO report.
SEMRUSH project
I have setup weekly report for ShoutMeLoud, as this blog is big & very active. What I liked is, I needed to setup Site audit once & it will automatically send me a weekly report once the audit is done.
Here is report from WPfreesetup.com site audit:
SEMrush site audit
Here is a bonus tip for you; if you are setting up site audit for the first time. You have an option to select from the different crawlers. By default SEMrush desktop/bot is selected for crawling & you can change it with Google desktop or mobile bot. I prefer selecting Google bot & suggest you the same, as it’s better to see the SEO report from Google search engine perspective.
Crawler settings SEMRUSh
Social media analytics:
This is one feature that’s in beta & is available for all SEMrush customer. Social analytics is one important aspect which is underlooked by most of the bloggers. This feature of SEMrush let you audit your FB page, Twitter account & G+ account.
Social media analytics SEMRUSh
You can also setup your competitor social media account to measure how well you are doing against them.
social media email report
At this time, their Social media reporting tool supports above mentioned reporting. Your goal is to always get the green mark in your weekly report. Here is the report from ShoutMeLoud social media channels:
Social media report
What I like here is comprehensive detail on everything including number of updated & engagement. Especially if you have a close competitor, you can get vital data like how often they are updating their social media account & you can make a strategy based on solid data.
Since this tool is in beta, I would like to see few more features in their report.
  • Youtube integration: In their supported social media tool, having Youtube would make a real difference. These days all the bloggers are quite active with video blogging & Youtube is the idle choice of all. I have earlier mentioned about VidIQwhich is for Youtube users & having that kind of data (Data shown by VidIQ) would make SEMrush social media feature the first choice among video bloggers.
  • Suggestion to improve engagement: A suggestion to optimize your social media account based on competitor report would be useful for newbies.
SEO Ideas: (You will love this)
This is a holy-grail for bloggers who understand the importance of keyword optimization. I believe most of the SEO-savvy bloggers do & SEO ideas feature can do real wonder for them. The SEO Ideas tool simplifies the tasks associated with webpage optimization. By auditing your landing pages that appear in Google SERPs and comparing them to your competitors pages for the same keywords, SEMrush can give you recommendations for your optimization strategy and keyword targeting that may improve your Search Engine ranking.
Check SEO optimization of a page
You need to manually add all the main pages of your website & add keywords for which you want to get the idea. The report will be generated instantly & here is a glimpse of report.
SEO optimization ideas
The coolest factor is; it automatically pulls up landing pages with keyword based on your position checker settings. I have mentioned about Keyword position checker in the next section. This tool analyses the top 10 pages ranking for the same keyword (in Google) & suggest you changes to improve the ranking. For backlink building, you get suggestion for domains from where you should try acquire the backlink for higher ranking. Here is an example of SEO ideas report page:
Improve webpage ranking
You should not miss their SEO ideas statistics page, which is a dashboard in itself. Here you can find the pages which needs optimization (provided you have added them as mentioned above).
SEO suggestion dashboard
This is one feature that is underlooked by many SEMrush users & something that you should not miss.
Keyword Position tracking:
Tracking your keyword position is probably the most important aspect of your website SEO. Their keyword tracking feature is the reason I started using SEMrush regularly. In recent time, they have made tons of changes which includes support for Local SEO & track keyword based on device.
Keyword ranking tracker
What I like most about this feature is the ability to add keywords directly from Google analytics or SEMrush. This will help you to quickly add keywords for position tracking.
In the below image you can see that keywords are picked from Google Analytics account. Sandbox area is where suggested keywords are shown & you can add or remove keywords.
Track Keyword ranking in Google
Don’t forget to check the “Send me weekly updates” section. You will receive weekly email in which you can track which keyword ranking is improved & which one lost their ranking.
I have been a loyal user of SEMRUSH for years & it’s only because they keep adding new features which are a requisite of time. Not only it helped me to grow my blog, it also helped me to keep the SEO of my micro-niche site up to date. I’m sure you understand the pain of keeping tracking of SEO Progress of micro-niche sites, as they are mostly setup once & forget about it kind of work. (Read more about building profitable micro-niche sites here).
Login to your SEMRUSH dashboard & do try all the above-mentioned features. If you are new to them, you can use below link to get 14 days complete free trial with all the features worth $150 for free.
How’s SEMRUSH working out for you? Do share your review & experience with me.

Source - www.shoutmeloud.com

Monday, 1 February 2016

How To Write Your Blog Post For more Social Share?

 Have you written a well-researched and high-quality article but were disappointed as it did not get the attention it deserved? Also, have you noticed that there are few articles which are not very well written but have received a lot of likes and shares. Well, the reason is even though you have the best content in the world but if it doesn’t look inviting, attractive, scannable or if it is not well structured, you are less likely to earn a great response for it.
In this post, I will share why formatting is important and tips to format your blog post so that it gets the attention it deserves.

Why Formatting Your Blog post-Crucial?

According to a Microsoft study, the average attention span of an internet user has dropped substantially from 12 seconds in 2000, to just eight seconds in 2015.
So, you just have 8 seconds to attract a reader and convert a lead into a potential. Failing to attract a customer can lead to huge losses. Therefore, why not format your content and make sure that you don’t lose any reader as formatting will take only 10-15 minutes of your time. Moreover, It’s not a rocket science which involves technicality.
Read below few killer tips which I use while I write articles.

Practical Tips for Formatting your Blog Posts

1. Scannable:
Make your article easy to browse through. Within few seconds, a reader decides whether he wants to read a content or not. If your content is cluttered and not properly structured, it’s highly probable that the readers will click away before even knowing that how great your content was.
Let’s take an example from ShoutMeLoud:
Unformatted blog post
Formatted blog post
Both the images are from the same blog post. However, the top image is the unformatted version and the other a formatted version. Which one do you think a reader would like to spend time on?
2. Use bullets, lists and Highlight:
If you see blogs such as ScoopWhoop, BuzzFeed, Entrepreneur or ShoutMeloud, you will notice a lot of usage of bullet points and lists type article. The reason is:
  • Lists are easy to scan and read
  • Captures readers attention
  • It stands out from rest of the blog post
Apart from using lists and bullets, you can also highlight the important sections or sentences of your blog post. Your aim should be to format in a way that even if the reader reads out just the highlight points and the lists, he should be able to get the gist of the article.
3. Use Sub-Headings:
Your sub-heading should be able to tell what that particular section is all about. For example, in this particular post, I have used two major sub-headings, “why is formatting important”‘ and “Killer tips for formatting”. By just reading the sub-headings, it gives you an idea of what the section is all about plus it also draws readers attention towards it.
Use headings tags wisely in WordPress. H1 tag is for blog titles. H2 tag is the sub-heading of H1 tag and H3 tag is the sub-heading of H2 tag.
4. Use the right images:
Humans process visuals more efficiently than text. According to Jeff Bullas, articles with images get 94% more total views than articles without images. You can use an image, infographic, gifs, memes or screenshots. Use at least one image per blog post. The maximum number depends on the type and relevance of the post.
You can also add captions to the image as it will increase the quality of content and will be more relevant.
In fact, according to Socialfreshanimated graphics were the best type of images to use in you blog posts if you want to generate more shares. (created using data from Quicksprout study)
SocialFresh-study
5. Use the Inverted Pyramid Method: 
We have been always told to start with the foundation of the blog post and then move towards the conclusion. However, it’s always better to start with the conclusion and then move towards the body of the blog post. The initial few lines should explain to the reader that why are they reading the post and what’s in for them.
See this graphic from Coschedule:
inverted-pyramid
6. Highlight Quotes:
Make your quote set apart from rest of your blog post. You can bold it and place it within inverted commas. You can also use the Click to Tweet plugin by Coschedule so that readers can tweet it.
This will widen the reach of your blog post, and you are likely to get more likes and shares.
7. Use Call to action at the end:
It’s important to let your readers know what you want them to do at the end of the post. Don’t assume that they will take an action without asking for it. You can ask them to post a comment, share it with their friends or on social media, give suggestions or give them some bonus like a free ebook, etc.
The key here is to let the readers take action before they click away from your blog.
Do you have any formatting tips in your mind which you use for your blog? I would love to know your thoughts on it. Lastly, feel free to spread this love to your friends who you think can benefit from this post.

Source - Shoutmeloud.com
Check your domain ranking