Ads By Blogger

Saturday, November 19, 2016

easily create a professional website(part-7)How to add Infinite Scrolling to Blogger

Welcome to bd tips tehc.today will show how to add your blog Infinite Scrolling.Instead of showing Older / Newer posts links, we can load posts dynamically.This tutorial will show you how to implement Ajax based loading script that will add Infinite Scrolling to Blogger.
 
How to add Infinite Scrolling to Blogger
How to add Infinite Scrolling to Blogger
keyword:how to add Infinite Scrolling,add blogger Infinite Scrolling post,add blogger Infinite Scrolling,how add blogger Infinite Scrolling,add blogger Infinite Scrolling,বল্গে যুক্ত লোড মোর ইফেক্ট,কিভাবে বল্গে সি মোর ইফেক্ট যুক্ত করবেন,বল্গে লোড মোর পোস্ট যুক্ত করার উপায়

Adding Infinite Scrolling to Blogger
Log into your Blogger account and click on your blog where you want to add it.
Go to 'Template' and click the 'Edit HTML' button to open the Template editor > click anywhere in the code area and press CTRL + F keys (or Command + F) to open the search box

Type the tag below in the search box and press ENTER to find it:
</head>
Just above the </head> tag, add the following scripts/css styles:

<script src='https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js'/>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<script type='text/javascript'>
//<![CDATA[
!function(a){function b(){h||(h=!0,d?(f.find("a").hide(),f.find("img").show(),a.ajax(d,{dataType:"html"}).done(function(b){var b=a("<div></div>").append(b.replace(k,"")),c=b.find("a.blog-pager-older-link");c?d=c.attr("href"):(d="",f.hide());b=b.find(g).children();a(g).append(b),window._gaq&&window._gaq.push(["_trackPageview",d]);window.gapi&&window.gapi.plusone&&window.gapi.plusone.go&&window.gapi.plusone.go();window.disqus_shortname&&a.getScript("http://"+window.disqus_shortname+".disqus.com/blogger_index.js");window.FB&&window.FB.XFBML&&window.FB.XFBML.parse&&window.FB.XFBML.parse();window.twttr&&window.twttr.widgets&&window.twttr.widgets.load&&window.twttr.widgets.load();f.find("img").hide();f.find("a").show();h=!1})):f.hide())}function c(){var a=Math.max(i.height(),j.height(),document.documentElement.clientHeight),c=i.scrollTop()+i.height();150>a-c&&b()}var d="",f=null,g="div.blog-posts",h=!1,i=a(window),j=a(document),k=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi;a(document).ready(function(){if("item"!=_WidgetManager._GetAllData().blog.pageType&&(d=a("a.blog-pager-older-link").attr("href"))){var g=a('<a href="javascript:;" >LOAD MORE POSTS</a>');g.click(b);i.scroll(c);f=a('<div class="load-more"></div>');f.append(g);f.append(e);f.insertBefore(a("#blog-pager"));a("#blog-pager").hide()}})}(jQuery);
//]]>
</script>
</b:if></b:if>
Note: This code uses jQuery library, so if you already have jQuery on your page, please remove the line in red highlighted above.

 Click 'Save template' button and check the  Infinite Scrolling in your Blogger blog.


Read More »
ads

Tuesday, November 15, 2016

Easily create A profesional website by blogger(part-6)How to add your blogger Load More Posts

Welcome to bd tips tehc.today will show how to add your blog load more post.Instead of showing Older / Newer posts links, we can load posts dynamically whenever a "Load more posts" button is clicked.This tutorial will show you how to implement Ajax based loading script that will add Load More Posts to Blogger.

 keyword:how to add see more post,add blogger see more post,add blogger load more post,how add blogger load more,add blogger read more post,বল্গে যুক্ত লোড মোর ইফেক্ট,কিভাবে বল্গে সি মোর ইফেক্ট যুক্ত করবেন,বল্গে ্লোড মোর পোস্ট যুক্ত করার উপায়

 Adding Load More Posts to Blogger
Log into your Blogger account and click on your blog where you want to add it.
Go to 'Template' and click the 'Edit HTML' button to open the Template editor > click anywhere in the code area and press CTRL + F keys (or Command + F) to open the search box

Type the tag below in the search box and press ENTER to find it:
</head>
Just above the </head> tag, add the following scripts/css styles:
 
How to add your blogger Load More Posts
How to add your blogger Load More Posts


<script src='https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js'/>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<script type='text/javascript'>
//<![CDATA[
!function(a){function b(){h||(h=!0,d?(f.find("a").hide(),f.find("img").show(),a.ajax(d,{dataType:"html"}).done(function(b){var b=a("<div></div>").append(b.replace(k,"")),c=b.find("a.blog-pager-older-link");c?d=c.attr("href"):(d="",f.hide());b=b.find(g).children();a(g).append(b),window._gaq&&window._gaq.push(["_trackPageview",d]);window.gapi&&window.gapi.plusone&&window.gapi.plusone.go&&window.gapi.plusone.go();window.disqus_shortname&&a.getScript("http://"+window.disqus_shortname+".disqus.com/blogger_index.js");window.FB&&window.FB.XFBML&&window.FB.XFBML.parse&&window.FB.XFBML.parse();f.find("img").hide();f.find("a").show();h=!1})):f.hide())}function c(){var a=Math.max(i.height(),j.height(),document.documentElement.clientHeight),c=i.scrollTop()+i.height();0>a-c&&b()}var d="",f=null,g="div.blog-posts",h=!1,i=a(window),j=a(document),k=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi;a(document).ready(function(){if("item"!=_WidgetManager._GetAllData().blog.pageType&&(d=a("a.blog-pager-older-link").attr("href"))){var g=a('<a href="javascript:;" >LOAD MORE POSTS</a>');g.click(b);i.scroll(c);f=a('<div class="load-more"></div>');f.append(g);f.append(e);f.insertBefore(a("#blog-pager"));a("#blog-pager").hide()}})}(jQuery);//]]>
</script>
<style type="text/css">
.load-more{display:block;text-align:center;margin:20px auto;}.load-more a,.load-more a:hover{text-decoration:none;font:bold 11px Open Sans, sans-serif;letter-spacing:1px;padding:10px 20px;background:#000000;color:#ffffff;}
</style>
</b:if>
</b:if>

Note: This code uses jQuery library, so if you already have jQuery on your page, please remove the line in red highlighted above.


Click 'Save template' button and check the 'Load More Posts' button  in your Blogger blog.
Read More »

Wednesday, October 26, 2016

Easily earn huge money from adult site

This summary is not available. Please click here to view the post.
Read More »

how to Show ads after frist posts on blogger

welcome to true online tips.toady I will share how to Show ads after frist posts on blogger.just follow the instruction:

at firsht log in  blogger.then go to Dashboard> Template  now backup your template.then click Edit HTML.

Now find the following code by pressing CTRL + F.

<b:include data='post' name='post'/>

If you have find the above code after it paste following code


<b:if cond='data:blog.pageType == "index"'><b:if cond='data:post.isFirstPost'><div id='ads1stpost'><center>Your Advertisement Code Here</center></div></b:if></b:if>

here,Your Advertisement Code Here replace with your advertisement code.no click prevew templet.if you can see advertisement then save the template.
Read More »

Easily create A profesional website by blogger(part-2)blogger dashboard introduction

welcome 2nd part on Easily create A profesonal website by blogger.In the last episode, I showed how to open website by
blogger and shortly describe about blogger dashboard. Today I will say a little more about the dashboard, template and settings will be discussed fairly.
 
blogger dashboard introduction
blogger dashboard introduction

Logging into your blog


overview = first thing that is obvious in the overview. Here you see the current status of your blog.short summary of your blog. how many comments there,pageview  as you will see how many are left to moderation comment.
post = here you will see all your blogger post.you can delete, from here.

page = by page you can create demo (such as my blog, sign in, sign up, etc) button for your blog.
comment = all of your comment here you will can see.you can remove spam comment from here.

google + = It can connect with Google Plus account. You can auto share your blog post on google plus

stats = stats as like as overview.here you can see your blog current stat.suh as from which country your had visited.

earning = if your blog is in english language you can try for adsense.you age must be upto 18+.if your blog approve by adsense you can earn huge revenue.don,t worry you also can try

campaign = you can advertise your blog by this.

layout = it is improtant for blogger design.you can add or remove gadget form here.you also can a html/javascript agdget.you can drag a gadget from one to another.for porpose  adding a gadget just click add a gadget.then select a gadget or clkick html/javascript and paste your code.then save it.
template = it is most very improtant for blogger.if you have a little knowledge you can  make a profesional desing. At frist click template when edit html you should backup your template.click on backup/restore then click download backup.
Blogger Template Backup
Blogger Template Backup
then click customize template.now you wiil see just  bellow picture
template customization
template customization
here from background you can change your background picture.you can change wide for layout.from advance you can change font style,font color etc.after editing you should apply template.
blogger layout
blogger layout

setting:it is also improtant for blogger.here you can add admin for your blogger and some on page  seo.for adding admin click basic on setting .then click add author and giev gmail address click invite author.
From post and comment option you can trun on comment aproval system.then click searce preference.click edit on Custom robotands.txt and enable it.now paste the following code on the box and save

User-agent: Mediapartners-Google
Disallow:

User-agent: *
Disallow: / search
Allow: /

Sitemap: http://www.trueonlinetips.blogspot.com/feeds/posts/default?orderby=UPDATED
Now click edit on Custom robots header tags and save just bellow picture
Custom robots header tags
Custom robots header tags
others:here you can export and import your blogger post.
Hope all you relise clearly.don,t forget share and comment if any problem.

keyword:

কিভাবে ব্লগ খুলতে হয়,কিভাবে ওয়েবসাইট খুলতে হয়,কিভাবে ব্লগার একাউন্ট খুলতে হয়,কিভাবে ব্লগ দিয়ে ওয়েবসাইট খুলতে হয়,ব্লগের খুটিনাটি,ব্লগার ড্যাশবোর্ড পরিচিতি,how to create a blogger,how to open a blogger website,how a open professional blog,how to open website,blogger dashboard introduction
Read More »

Tuesday, October 25, 2016

Easily create A profesional website by blogger(part-1)how to create blog


(bd tips tech)welcome to true online tips.i will share how to craete a professional website by a series post.hope all you enjoy it and stay with us at the last.frist you need a gmail account to open
blogger.if you have a gmail account allrady log in it  otherswise create an account from  here http://www.gmail.com .then go http://www.blogger.com  and log in with your gmail.now you will see bellow picture.
how to create blog
how to create blog-1
Now click  new blog.you will just bellow picture
how to create blog
how to create blog-2

Here your blog title box ’write your blog title’ and your blog addrese ‘write your blog addrese’ such as trueonlinetips.now chose a template from bellow(you can change after)and click create blog.welcome you have created your frirst blog.
Now write you website addrese in browser url bar and hit enter you will see your website.        


 Blogger primary dashboard

Overview = here you wiil see your blogger short current stat such as how many pageviews todauy,howmany comment etc.
Post = all your posts you'll see here.
Pages = all pages of your blog will see here.
Comment = Here you will find all comment of your blog.

Google + = This allows you to connect your blog with Google Plus.

Stats = The current status of your blog, where visitors are coming from so you can learn,which country visitor are coming your blog.

Earing = here you can apply for google adsense.your earning stats here.if you don,t have google adsense account or  your blog  rejected by google adsnse you can try this full earning tutorial by showing ad on your blog or website

campaigns = This will of course have to pay.

layout:you can add or gadget  from here.
Templet =template is most important for bloggrer design .here you can customize your template and you can make a professional website by blogger.keep eye our bloog.
Settings = here you can add or remove author.you can add custome domain here.
I have describe  about blogger dashboard .hope that all you are enjoy it.plaese leave a comment and share this post if find usefull.thank you.

keyword:

কিভাবে ব্লগ খুলতে হয়,কিভাবে ওয়েবসাইট খুলতে হয়,কিভাবে ব্লগার একাউন্ট খুলতে হয়,কিভাবে ব্লগ দিয়ে ওয়েবসাইট খুলতে হয়,ব্লগের খুটিনাটি,how to create a blogger,how to open a blogger website,how a open professional blog,how to open website,blogger dashboard introduction,how to create blog
Read More »

Easily create a professional website by blogger(part-4)add your blog related post widget with thumbnail

Welcome to 4th part of Easily create a professional website by blogger.do you know what is related post.when a vijitor vijit your website they 
will see related post bellow end of post.its increase your website pageview and vijitor stay your blog long time.
 
add your blog related  post widget with thumbnail
how do add related post widget on blogger:
fristly login in your blog and then go template.backup your template and click edit html.now searce </head> by pressing ctrl+f
now paste bellow code just above </head> it

<!--Related Posts with thumbnails Scripts and Styles Start-->

<b:if cond='data:blog.pageType == &quot;item&quot;'>

<style type='text/css'>

#related-posts{float:left;width:auto;}

#related-posts a{border-right: 1px dotted #eaeaea;}

#related-posts a:hover{background: #EEEEEE;}

#related-posts h2{margin-top: 10px;background:none;font:18px Oswald;padding:3px;color:#999999; text-transform:uppercase;}

#related-posts .related_img {margin:5px;border:2px solid #f2f2f2;object-fit: cover;width:110px;height:100px;transition:all 300ms ease-in-out;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;-o-transition:all 300ms ease-in-out;-ms-transition:all 300ms ease-in-out;-webkit-border-radius: 5px;  -moz-border-radius: 5px; border-radius: 5px; }

#related-title {color:#666;text-align:center;padding: 0px 5px 10px;font-size:12px;width:110px; height: 40px;}

#related-posts .related_img:hover{border:2px solid #E8E8E8;opacity:.7;filter:alpha(opacity=70);-moz-opacity:.7;-khtml-opacity:.7}</style>

<script type='text/javascript' src='http://helplogger.googlecode.com/svn/trunk/relatedposts.js' />

</b:if>



<!--Related Posts with thumbnails Scripts and Styles End-->


Customization:if you want change image height 100px as your wish  এবং for width change 110px

Now searce <div class='post-footer'>  it you can find many time.you should try the second
Now paste the bellow code.just above <div class='post-footer'>

<!-- Related Posts with Thumbnails Code Start-->

<b:if cond='data:blog.pageType == &quot;item&quot;'>

<div id='related-posts'>

<b:loop values='data:post.labels' var='label'>

<b:if cond='data:label.isLast != &quot;true&quot;'>

</b:if>

<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=5&quot;' type='text/javascript'/></b:loop>

<script type='text/javascript'>

var currentposturl=&quot;<data:post.url/>&quot;;

var maxresults=5;

var relatedpoststitle=&quot;<b>Related Posts:</b>&quot;;

removeRelatedDuplicates_thumbs();

printRelatedLabels_thumbs();

</script>

</div><div class='clear'/><div style="font-size: 9px;float: right; margin: 5px;"><a  style="font-size: 9px; text-decoration: none;" href="http://bdtipstech.blogspot.com/2016/01/create-website-part-4.html" rel="dofollow" >Related Posts Widget</a></div>

</b:if>

<!-- Related Posts with Thumbnails Code End-->

customization: if you want change number of related post showing bellow post you can change max-results=5and  maxresults=5 as you wish.
Hope,all you relize how to add related post on blogger.please don,t forget share and leave a Comment if think it,s realy helplfull.thanks.

keyword:

ব্লগে যুক্ত স্টাইলিশ রিলেটেড পোস্ট উইগেট,কিভাবে ব্লগে রিলেটেড পোস্ট যুক্ত করবেন,ব্লগে যুক্ত করুন আকর্ষনীয় রিলেটেড পোস্ট উইগেট,খুব সহজে ব্লগে যুক্ত করুন করুন ছবি  সহ রিলেটেড পোস্ট,how wonderfull related post blogger,add related post widget  with thumbnail,how to add related post widget to blogger, add your blog related post widget with thumbnail
Read More »
copyright 2014-2023@bdtipstech DMCA.com Protection Status