Showing posts with label box. Show all posts
Showing posts with label box. Show all posts
Saturday, March 4, 2017
Facebook like box on blog and joomla
Facebook like box on blog and joomla

Facebook is a social media that is very familiar and famous that until now to be a number one site rank by alexa. In order increase the traffic of your blog or website, we could not refuse about this one social media. For that facebook also wants to make a relationship with us as the owner of a blog or website by offering one of the plugin from by facebook developer such a facebook like box.
To insert facebook like box into the blog or website, we need to create an account of facebook like box at first, after that we shall go to the facebook like box plugin depelover and get the script code in that. Ok lets get started.
1. Create facebook like box account that will connect to our blog our website. Click here to sign up and get facebook like box account of yours. It looks like the picture below!

On Create a Page option select one of them according the type of blog or website. You can choose another option here, it doesnt have to follow what I choose in this step, maybe you want to choose Brand or Product. this is just description about the page that you will create, the general step of the process in making account of the facebook like box .






In this case I choose Cause or Community, then you enter the description of your account and the address of your blog or website to be associated. upload the logo of your facebook like box account. On add to favorites window just click next, then skip on reach more people (you can setup later). In this step you already have a facebook like box account, then can you manage yourself like a facebook account as usual.
2. Adjust the display of facebook like box and take the script code from there so that can be displayed on the blog or website.
For that you can click here or you type on the browser https://developers.facebook.com/docs/reference/plugins/like-box/ to enter facebook like box plugin developer, will appear as shown below.

By default the url of the like box shown like this https://www.facebook.com/FacebookDevelopers, Changes FacebookDevelopers by the id of your accounts like box. For example From the browser when i open my page of like box on facebook, the url shown like this https://www.facebook.com/pages/Agratitudesign/451131721572773?ref=hl. 451131721572773 is my id like box. Then adjust the size, color, border and facebook like box display attributes else that match to the template of yours. If you want to follow my settings, please! If you are finished press on Get Code button. You will be given javascript and plugins script code.

Any notice here :
Javascript is the common script code. Place this code just below the opening body tag on your template script. If you are using a blog, parse this code at first. If you are using joomla as your website system, it does not need to be parsed code, just place directly below the opening body tag of index.php. While the plugin is the script code that you can place it in a particular position on your template.
You can parse the code to this site !
3. Insert the facebook like box script code to the blog or joomla site
Facebook Like Box on Blogger



Like the pictures above, the javascript code by facebook which is parsed and placed below the opening body tag in html template blog, and then plugin code of facebook like box placed in the Configure HTML/javascript on the gadget blog.
Facebook Like Box on Joomla Website



Javascript code from facebook without require to be parsed, directly places into the index.php template used. While the plugin code of facebook like box is placed into any module position of a custom html module type of the joomla template used. If you not so clearly, please see this article video! good luck!
Available link for download
Monday, February 20, 2017
Facebook Like Box with Hover Effect for Blogger
Facebook Like Box with Hover Effect for Blogger
Before explaining this tutorial i would like to say thanks to all our readers for your support and contributions since last 2 years, Thanks also to everyone who has helped this blog in other ways, with suggestions, technical support, information and many other things. Now come up to tutorial, In our previous post we will teach you about how to add Facebook like box into blogger blog and today now we are sharing another 2 Facebook Subscription widget for blogger or website. Here I have added as the box with simple jQuery hover effect. Lets see below tutorial to add them into your blog or website.

Adding Static Facebook Pop Out Like Box Widget To Blogger layout...Now lets start adding it. Just follow below producer.
Before adding these code please replace pages/ThingsGuide/281417998619583 with your Facebook fan page URL.

Before adding these code please replace pages/ThingsGuide/281417998619583 with your Facebook fan page URL.
Customization: These widget only shows up the first time the user visits your page. If you would like the Facebook box to popup everytime the page loads, then remove this line of code:
$.cookie(popup_user_login, yes, { path: /, expires: 7 });
If you are facing any error during adding above widgets into your blog or website then please leave your comment below, we will catch you back as soon as possible.

Adding Static Facebook Pop Out Like Box Widget To Blogger layout...Now lets start adding it. Just follow below producer.
- Login to your Blogger Account.
- Click Layout > Add A Gadget.
- Select HTML/Javascript
- Then Paste The Following Code In content Box from one of code given below.
(Style I) Static Facebook Pop Out Like Box with Hover Effect

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<style type="text/css">
img, a { border: 0; }
#on { visibility: visible; }
#off { visibility: hidden; }
#facebook_div { width: 196px;
height: 340px;
overflow: hidden; }
#facebook_right {
z-index: 10005;
border: 2px solid #3c95d9;
background-color: #fff;
width: 196px;
height: 353px;
position: fixed;
right: -200px; }
#facebook_right img {
position: absolute;
top: -2px;
left: -35px; }
#facebook_right iframe {
border: 0px solid #3c95d9;
overflow: hidden;
position: static;
height: 360px;
left: -2px;
top: -3px; }
#facebook_left {
z-index: 10005;
border: 2px solid #3c95d9;
background-color: #fff;
width: 196px;
height: 353px;
position: fixed;
left: -200px; }
#facebook_left img {
position: absolute;
top: -2px;
right: -35px; }
#facebook_left iframe {
border: 0px solid #3c95d9;
overflow: hidden;
position: static;
height: 360px;
right: -2px;
top: -3px; }
</style>
<script type="text/javascript">
jQuery(document).ready(function () {
jQuery("#facebook_right").hover(function () {
jQuery(this)
.stop(true, false)
.animate({ right: 0 }, 500); }, function () {
jQuery("#facebook_right")
.stop(true, false) .animate({ right: -200 }, 500); });
});
</script> <br /> <div id="on"> <a href="http://things-guide.blogspot.com/" rel="dofollow" target="_blank" title="ThingsGuide"><img src="http://img1.blogblog.com/img/blank.gif" alt="ThingsGuide" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://things-guide.blogspot.com/" rel="dofollow" target="_blank" title="Indian Education Blog"><img src="http://img1.blogblog.com/img/blank.gif" alt="Indian Education Blog" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://things-guide.blogspot.com/" rel="dofollow" target="_blank" title="ThingsGuide"><img src="http://img1.blogblog.com/img/blank.gif" alt="ThingsGuide" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><div id="facebook_right" style="top: 10%;">
<div id="facebook_div">
<img alt=""
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi91dX6QW8GyEve-3ZiBKRP8hWIUOGt9vbt3pFUbX7ZsUJi-24J0GgV_411HuljyMiBOSSiM3dbhyphenhyphen9g-MknyAli0i22Va2Xos1NUDvY6nujOQII2Yushv5i5ewtWnASCcwcUZ_bDmyPlJdk/s1600/NBTfacebook_right.png" />
<iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages/ThingsGuide/281417998619583&
width=200&
height=346&
colorscheme=light&
show_faces=true&
border_color&
stream=false&
header=false" style="border: none;
height: 346px;
overflow: hidden;
width: 200px;">
</iframe>
</div>
</div></div>
<style type="text/css">
img, a { border: 0; }
#on { visibility: visible; }
#off { visibility: hidden; }
#facebook_div { width: 196px;
height: 340px;
overflow: hidden; }
#facebook_right {
z-index: 10005;
border: 2px solid #3c95d9;
background-color: #fff;
width: 196px;
height: 353px;
position: fixed;
right: -200px; }
#facebook_right img {
position: absolute;
top: -2px;
left: -35px; }
#facebook_right iframe {
border: 0px solid #3c95d9;
overflow: hidden;
position: static;
height: 360px;
left: -2px;
top: -3px; }
#facebook_left {
z-index: 10005;
border: 2px solid #3c95d9;
background-color: #fff;
width: 196px;
height: 353px;
position: fixed;
left: -200px; }
#facebook_left img {
position: absolute;
top: -2px;
right: -35px; }
#facebook_left iframe {
border: 0px solid #3c95d9;
overflow: hidden;
position: static;
height: 360px;
right: -2px;
top: -3px; }
</style>
<script type="text/javascript">
jQuery(document).ready(function () {
jQuery("#facebook_right").hover(function () {
jQuery(this)
.stop(true, false)
.animate({ right: 0 }, 500); }, function () {
jQuery("#facebook_right")
.stop(true, false) .animate({ right: -200 }, 500); });
});
</script> <br /> <div id="on"> <a href="http://things-guide.blogspot.com/" rel="dofollow" target="_blank" title="ThingsGuide"><img src="http://img1.blogblog.com/img/blank.gif" alt="ThingsGuide" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://things-guide.blogspot.com/" rel="dofollow" target="_blank" title="Indian Education Blog"><img src="http://img1.blogblog.com/img/blank.gif" alt="Indian Education Blog" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://things-guide.blogspot.com/" rel="dofollow" target="_blank" title="ThingsGuide"><img src="http://img1.blogblog.com/img/blank.gif" alt="ThingsGuide" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a><div id="facebook_right" style="top: 10%;">
<div id="facebook_div">
<img alt=""
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi91dX6QW8GyEve-3ZiBKRP8hWIUOGt9vbt3pFUbX7ZsUJi-24J0GgV_411HuljyMiBOSSiM3dbhyphenhyphen9g-MknyAli0i22Va2Xos1NUDvY6nujOQII2Yushv5i5ewtWnASCcwcUZ_bDmyPlJdk/s1600/NBTfacebook_right.png" />
<iframe allowtransparency="true" frameborder="0" scrolling="no" src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages/ThingsGuide/281417998619583&
width=200&
height=346&
colorscheme=light&
show_faces=true&
border_color&
stream=false&
header=false" style="border: none;
height: 346px;
overflow: hidden;
width: 200px;">
</iframe>
</div>
</div></div>
Before adding these code please replace pages/ThingsGuide/281417998619583 with your Facebook fan page URL.
(Style II) Facebook Stylish Popup Widget with Lightbox Effect

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<style type="text/css">
#fanback {
display:none;
background:rgba(0,0,0,0.8);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
}
#fan-exit {
width:100%;
height:100%;
}
#fanbox {
background:white;
width:420px;
height:270px;
position:absolute;
top:58%;
left:63%;
margin:-220px 0 0 -375px;
-webkit-box-shadow: inset 0 0 50px 0 #939393;
-moz-box-shadow: inset 0 0 50px 0 #939393;
box-shadow: inset 0 0 50px 0 #939393;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: -220px 0 0 -375px;
}
#fanclose {
float:right;
cursor:pointer;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOy3aZwCTXiuK1mmXMPEknIlZJERW10isS4G4E53EiOefjH7-SevLWdO0jFio38YcxZob9MznVZB7qiVIlfQZaqVxTorWpzU7S1riM7TmgrVErEh69Xk-SzWHHnrIpSztFFXfpIxGYeKYB/s1600/fanclose.png) repeat;
height:15px;
padding:20px;
position:relative;
padding-right:40px;
margin-top:-20px;
margin-right:-22px;
}
.remove-borda {
height:1px;
width:366px;
margin:0 auto;
background:#F3F3F3;
margin-top:16px;
position:relative;
margin-left:20px;
}
#linkit a.visited,#linkit a,#linkit a:hover {
color:#80808B;
font-size:10px;
margin: 0 auto 5px auto;
float:center;
}
</style> <script type="text/javascript"> //<![CDATA[
jQuery.cookie = function (key, value, options) {
// key and at least value given, set cookie...
if (arguments.length > 1 && String(value) !== "[object Object]") {
options = jQuery.extend({}, options);
if (value === null || value === undefined) {
options.expires = -1;
}
if (typeof options.expires === number) {
var days = options.expires, t = options.expires = new Date();
t.setDate(t.getDate() + days);
}
value = String(value);
return (document.cookie = [
encodeURIComponent(key), =,
options.raw ? value : encodeURIComponent(value),
options.expires ? ; expires= + options.expires.toUTCString() : , // use expires attribute, max-age is not supported by IE options.path ? ; path= + options.path : ,
options.domain ? ; domain= + options.domain : ,
options.secure ? ; secure :
].join());
}
// key and possibly options given, get cookie...
options = value || {};
var result, decode = options.raw ? function (s) { return s; } : decodeURIComponent;
return (result = new RegExp((?:^|; ) + encodeURIComponent(key) + =([^;]*)).exec(document.cookie)) ? decode(result[1]) : null; };
//]]> </script><a href="http://things-guide.blogspot.com/" rel="dofollow" target="_blank" title="ThingsGuide"><img src="http://img1.blogblog.com/img/blank.gif" alt="ThingsGuide" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://things-guide.blogspot.com/" rel="dofollow" target="_blank" title="ThingsGuide"><img src="http://img1.blogblog.com/img/blank.gif" alt="ThingsGuide" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://things-guide.blogspot.com/" rel="dofollow" target="_blank" title="ThingsGuide"><img src="http://img1.blogblog.com/img/blank.gif" alt="ThingsGuide" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a> <script type="text/javascript"> jQuery(document).ready(function($){
if($.cookie(popup_user_login) != yes){
$(#fanback).delay(100).fadeIn(medium);
$(#fanclose, #fan-exit).click(function(){
$(#fanback).stop().fadeOut(medium);
});
}
$.cookie(popup_user_login, yes, { path: /, expires: 7 });
});
</script>
<div id=fanback>
<div id=fan-exit>
</div>
<div id=fanbox>
<div id=fanclose>
</div>
<div class=remove-borda>
</div>
<iframe allowtransparency=true frameborder=0 scrolling=no src=http://www.facebook.com/plugins/likebox.php?
href=http://www.facebook.com/pages/ThingsGuide/281417998619583&width=402&height=255&colorscheme=light&show_faces=true&show_border=false&stream=false&header=false
style=border: none; overflow: hidden; margin-top: -19px; width: 402px; height: 230px;></iframe><center>
</center>
</div>
</div>
<style type="text/css">
#fanback {
display:none;
background:rgba(0,0,0,0.8);
width:100%;
height:100%;
position:fixed;
top:0;
left:0;
z-index:99999;
}
#fan-exit {
width:100%;
height:100%;
}
#fanbox {
background:white;
width:420px;
height:270px;
position:absolute;
top:58%;
left:63%;
margin:-220px 0 0 -375px;
-webkit-box-shadow: inset 0 0 50px 0 #939393;
-moz-box-shadow: inset 0 0 50px 0 #939393;
box-shadow: inset 0 0 50px 0 #939393;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin: -220px 0 0 -375px;
}
#fanclose {
float:right;
cursor:pointer;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOy3aZwCTXiuK1mmXMPEknIlZJERW10isS4G4E53EiOefjH7-SevLWdO0jFio38YcxZob9MznVZB7qiVIlfQZaqVxTorWpzU7S1riM7TmgrVErEh69Xk-SzWHHnrIpSztFFXfpIxGYeKYB/s1600/fanclose.png) repeat;
height:15px;
padding:20px;
position:relative;
padding-right:40px;
margin-top:-20px;
margin-right:-22px;
}
.remove-borda {
height:1px;
width:366px;
margin:0 auto;
background:#F3F3F3;
margin-top:16px;
position:relative;
margin-left:20px;
}
#linkit a.visited,#linkit a,#linkit a:hover {
color:#80808B;
font-size:10px;
margin: 0 auto 5px auto;
float:center;
}
</style> <script type="text/javascript"> //<![CDATA[
jQuery.cookie = function (key, value, options) {
// key and at least value given, set cookie...
if (arguments.length > 1 && String(value) !== "[object Object]") {
options = jQuery.extend({}, options);
if (value === null || value === undefined) {
options.expires = -1;
}
if (typeof options.expires === number) {
var days = options.expires, t = options.expires = new Date();
t.setDate(t.getDate() + days);
}
value = String(value);
return (document.cookie = [
encodeURIComponent(key), =,
options.raw ? value : encodeURIComponent(value),
options.expires ? ; expires= + options.expires.toUTCString() : , // use expires attribute, max-age is not supported by IE options.path ? ; path= + options.path : ,
options.domain ? ; domain= + options.domain : ,
options.secure ? ; secure :
].join());
}
// key and possibly options given, get cookie...
options = value || {};
var result, decode = options.raw ? function (s) { return s; } : decodeURIComponent;
return (result = new RegExp((?:^|; ) + encodeURIComponent(key) + =([^;]*)).exec(document.cookie)) ? decode(result[1]) : null; };
//]]> </script><a href="http://things-guide.blogspot.com/" rel="dofollow" target="_blank" title="ThingsGuide"><img src="http://img1.blogblog.com/img/blank.gif" alt="ThingsGuide" border="0" style="position: fixed; bottom: 10%; right: 0%; top: 0px;" /></a><a href="http://things-guide.blogspot.com/" rel="dofollow" target="_blank" title="ThingsGuide"><img src="http://img1.blogblog.com/img/blank.gif" alt="ThingsGuide" border="0" style="position: fixed; bottom: 10%; right: 0%;" /></a><a href="http://things-guide.blogspot.com/" rel="dofollow" target="_blank" title="ThingsGuide"><img src="http://img1.blogblog.com/img/blank.gif" alt="ThingsGuide" border="0" style="position: fixed; bottom: 10%; left: 0%;" /></a> <script type="text/javascript"> jQuery(document).ready(function($){
if($.cookie(popup_user_login) != yes){
$(#fanback).delay(100).fadeIn(medium);
$(#fanclose, #fan-exit).click(function(){
$(#fanback).stop().fadeOut(medium);
});
}
$.cookie(popup_user_login, yes, { path: /, expires: 7 });
});
</script>
<div id=fanback>
<div id=fan-exit>
</div>
<div id=fanbox>
<div id=fanclose>
</div>
<div class=remove-borda>
</div>
<iframe allowtransparency=true frameborder=0 scrolling=no src=http://www.facebook.com/plugins/likebox.php?
href=http://www.facebook.com/pages/ThingsGuide/281417998619583&width=402&height=255&colorscheme=light&show_faces=true&show_border=false&stream=false&header=false
style=border: none; overflow: hidden; margin-top: -19px; width: 402px; height: 230px;></iframe><center>
</center>
</div>
</div>
Before adding these code please replace pages/ThingsGuide/281417998619583 with your Facebook fan page URL.
Customization: These widget only shows up the first time the user visits your page. If you would like the Facebook box to popup everytime the page loads, then remove this line of code:
$.cookie(popup_user_login, yes, { path: /, expires: 7 });
If you are facing any error during adding above widgets into your blog or website then please leave your comment below, we will catch you back as soon as possible.
Available link for download
Wednesday, February 15, 2017
Excellent Opening Dangal First 1st Day Collection on Box Office
Excellent Opening Dangal First 1st Day Collection on Box Office
Dangal First Day Collection Prediction is one of the most popular tasks to talk and debate for the movie critics and movie lovers. Dangal Opening Collection is one of the most searched search term for the Bollywood lovers in these days because people want to know how much money Dangal will earn on its first day of release. Because the MR perfectionist of the Bollywood Aamir Khan is coming to hit the box office after 2 years of time. Dangal Movie is the first movie of Aamir Khan after the PK movie. PK movie is the all-time highest grossing movie of Bollywood. After Pk Dangal is the first movie of Aamir Khan and also Aamir Khan is the Producer too of the Dangal Movie. Dangal Movie first day box office collection is a mystery for the Critics. Because Aamir Khan movies always make a huge collection for all the movies. Dangal Movie is going to it the Bollywood box office on this Christmas. Aamir khan has already released the trailer of the Dangal Movie and the Trailer becomes a Big hit of the internet.People are watching liking and sharing the Dangal Movie trailer and it became so Popular that it get 20 million views in just 5 days of its release and now the dangal Trailer has crossed 30 Million views in Just 15 Days and increasing day by day people are linking the trailer. The Dangla Movie still have too much time in its release so it is sure that Dangal Movie Trailer will also get more views and become the most watched trailer of any Bollywood movie on the Internet.
Dangal Movie Trailer Crossed 20 Million Views in 5 Days on Youtube
Dangal Movie Official Trailer Release With Ae Dil Hai Mushkil
![]() |
| Dangal Movie |
Dangal Movie Trailer Crossed 20 Million Views in 5 Days on Youtube
Dangal Movie First Day Collection Prediction
Dangal Movie First Day Collection Prediction is not so easy because the movie is going to release just before the Christmas and winter vacations so the movie will get a good positive response from the audience. and also there is no big movie is going to release in next week of release of the Dangal Movie. But the first-day collection will be a mystery because there is no vacation on the release day of the movie and people can think that they can watch this movie in the winter vacation so the first-day box office collection of the movie can be affected. But as per the response to the Dangal Movie and the popularity of Aamir khan we can say that Dangal Movie is going to be a big hit as per the first day collection.
According to the Experts of Box Office and the critics of the Bollywood Dangal Movie can Make more that 30 Crore rupees on the first day of its release. And also can enter the 100 crore club in the first week of its release.
(*4/5) Dangal Movie Review (Reviews) and Rating By Experts
Dangal Movie First Day Collection
Dangal Movie will be released on 23 December 2016 and the actual data of the collection of Dangal movie will be out after the release of the movie so if you want to get the actual data of the collection of the movie then stay tuned with our website we will give you updates about the Dangal box office collection each and every day after the release of the movie.Dangal First Day Collection can be effect by the Demonetisation of the 500 and Rs 1000 Notes because people do not have money in their hand and they are standing in long queues in front of the Banks and ATMs for exchange their money. We will provide you the complete details of the Dangal movie first day collection on our this website.Dangal First (1st) Day Collection (*Updated)
Dangal First Day Collection is Updated. As we know that Dangal Movie first release in USA on 21 December and after the release of the Movie in USA the collection report of the box office collection of Dangal Movie will be live on the internet we are providing all the details about the movie so we will give you update about the collection of the Dangal Movie including the First Day Collection of the Dangal Movie. Dangal First Day Collection in USA also can beat the overseas collection of first day on the office by a Bollywood movie. Dangal Movie can become the Highest Overseas Collection Movie of all time of Bollywood by Beating PK Movie.
Dangal Opening Day Collection
The Opening of the Dangal Movie is Very Excellent. As per the review of the movie and the prediction of critics and Bollywood experts Dangal Movie is one of the best movie from Bollywood. Dangal is the Masterpiece from Mr. Perfectuionist Aamir Khan. Dangal Movie is highest Rated movie of the year 2016. The First Day Opening Collection which is based on the Advance Booking is tremendously very good. Because the advanced Booking of the Movie is Excellent also the viewers are giving Positive reviews for the Dangal Movie. Other Stars from Bollywood like Salman Khan and Karan Johar are also promoting the movie and saying that Dangal is one of the Best Movies from the Last Decade. So the Exact Figures are still have time to be live We will Update you with the Exact figures of the Movie Collection Soon.
{*Updated} Dangal Full Movie Online Watch Free in HD MP4 HindiDangal Movie Official Trailer Release With Ae Dil Hai Mushkil
Available link for download
Tuesday, February 7, 2017
Dussehra Box Office Premam holds an upper hand! Andhra News Daily
Dussehra Box Office Premam holds an upper hand! Andhra News Daily

Eedu Gold Ehe performed decently in the Mass Circuits. It should continue to do well for at least one more week to get break-even.
Both Abhinetri and Mana Oori Ramayanam have been finding it hard to survive despite carrying decent word of mouth. Clash with Premam and Eedu Gold Ehe worked against these films.
Jaguar had a decent start on Day 1 even though talk is so bad. Day 2 has been a disaster and there is no sign of recovery. It is likely to be a disaster.
Last week release Hyper still managing to earn decent shares in mass centers. It might do well in the 2nd Weekend.
Available link for download
Sunday, February 5, 2017
Expand Click Search Box on Blogger
Expand Click Search Box on Blogger

Expand Click Search Box like the image above is a search box if the visitor/user wants to search and click on search box, it will be expand towards the position that we defined according with the position of search box that we place on the template of our site/blog. This style gives an impression more elegant, exciting the visitors who want to search the content and make comfortable.
In this case I will apply the process about to change the standard search box on the blog template that created by Artisteer so that it becomes more attractive search box that I called Expand Click Search Box Float Right. For other types of templates, you have to take this analogy. Lets see the standards search box that may be you have. Were going to make it to be more interactive with the same function.


Right click on the area around search box on the template of your blog. If you are using mozilla firefox as the browser will appears inspect element (Q) then you click there. You will get the information of the search box with html code on the template that you use as shown as the right picture above. <form
.>...</ form> will display the search box according with css style that we going to change, receive the input from the visitor/user and then execute by action path that you have defined.
Descriptions of the right picture above :
- Number 1: caller css class script that determines the position of the search box on the template ( it is depending on the template that you use)
- Number 2: css class that will give you style search box, which will change with the style of expand click search box
- Number 3: path execution of the search box into your blog content search based on keywords typed by visitor/user.
According with the logic above I hope you do not get confused when you apply it to your template. Lets begin with the following steps
1. Find search box tag on the template of your blog. Login to the dashboard of your blog and click Template> Edit Html and Ctrl+F inside the template code. In this case i just Type "<form", i will find the tag form of search box as shown as the picture below!

Then we are going to change the part of tag <form
> .... </ form> with the script below
<form action=/2013/06/search.html id=search method=get> <input name=q placeholder=Search... size=40 type=text/> </form>
- /2013/06/search.html is the path of the search page integrate with google CSE of the search post article.
- search is the css style of the expand click search box that I will give then.
- placeholder=Search... is the text that appears when the search box is not active or have not entered keyword by visitor/user.
2. Define the style of expand click search box, like the script code below!
#search { } #search input[type="text"] { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSqCyIhY8dfakFh8A_WvTEP448-tEKwGYDW8AYGn_OWajXKS3Rpkyke4yFJcRDN40W_q451ObZLaYfZ8VVMYOej4ztbVn29zntlZbahRJUrzzI3d_5BLW0fsFCrjKSGYzgW8olmftmKY/s2048/searchicon.png) no-repeat 10px 6px #ffffff; border: 1px solid #000000; font: bold 12px Arial,Helvetica,Sans-serif; color: #000000; width: 150px; padding: 6px 15px 6px 35px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 1px rgb(26, 56, 103) inset; transition: all 0.5s ease-in-out 0s; transition-property: all; transition-duration: 0.5s; transition-timing-function: ease-in-out; transition-delay: 0s; float:right; } #search input[type="text"]:focus { background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEikSqCyIhY8dfakFh8A_WvTEP448-tEKwGYDW8AYGn_OWajXKS3Rpkyke4yFJcRDN40W_q451ObZLaYfZ8VVMYOej4ztbVn29zntlZbahRJUrzzI3d_5BLW0fsFCrjKSGYzgW8olmftmKY/s2048/searchicon.png) no-repeat 10px 6px #fcfcfc; width: 230px; float:right; } - float:right; is determines the direction of expanding search box when activeted.
- background: url(... is the image icon of search box is used which can be changed as you wish. You can exploring by changing css script above. Insert the script above into the skin of your blog template.
3. adjust the expand search box position. In this case the template that I used to have css class ".art-object989822972" so that the css tag of position to be the css script below. It really depends on the definition of the form tag search box based on template that you use.
.art-object989822972{ position: absolute; top: 110px; right:10px; width:300px; height: 24px; } Or you can also change the name of the css class on the tag form of expand click search box, then you define the value as the script ".art-object989822972" above. Hope can help you, if not clear lets see the following video!
Available link for download
Subscribe to:
Posts (Atom)
