How can I do a normal search on a facebook page with vimperator? - vimperator

On most pages I can hit the / key to search (like the default CTRL + F in the browser). However it seems that now when on a facebook page, if I hit the / key it jumps straight to the facebook search box. Which is not what I want to do at all. I want to search for text on the current page, not use facebook search to go to another one.
Can anyone tell me how to disable this "feature"?

Related

Google Places API Autocomplete force to choose a selection or auto selection

I am working on a clients site which uses an advanced search function on the home page and one of the fields uses google places API autocomplete but at the moment the field allows the user to search without choosing a location from the list which causes an incorrect search and shows no results, I know very little about JS so if anyone could help, either so they have to choose an option from the autocomplete list or even choose the top option when they click off the field or click submit
thanks in advance
here is the site link: https://www.edijobs.co.uk/

Google webpage translate - exit from translation mode, any method available?

I'm using this URL for Google Translate on my website (let's say http://example.com) as a menu item:
https://translate.google.com/translate?js=n&sl=auto&tl=DE&u=http://example.com
After user goes on this page Google shows my website translated in <iframe>.
Since Google overwrites all links in this frame, user cannot go back on the untranslated page.
Is there any method to go back on the original page (http://example.com)?

Intelligent modal with Facebook Like box

I have one thing to make intelligent modal window with facebook like box. Intelligence is in not disturbing first time visitor and all visitors that has liked my FB page. Step by step logic is:
Check cookie, if visitor is here for first time, create cookie with visit time and do nothing.
If visitor returned to site after minimum 24 hours, check if logged in user has liked my FB page. If yes, do nothing.
If returned visitor does not liked my FB page in past, dim browser and display modal (popup) window with facebook like box.
If visitor close modal window without liking FB page, set cookie to do not disturb him anymore.
Sorry for my english. I'm dummy programmer, If you can help me to do this in PHP (for Wordpress as plugin), or if you thing that same plugin exist, please send me a link and I will buy this plugin.
Thank you.

What do I do to remove a post and not have a 404 show up?

I want to delete several old posts from my site. How do I do that without creating 404 errors if the post is already indexed in Google?
I have 4 wordpress sites. Does Google penalize me for moving posts from one site to another or duplicating them?
You could use a plugin to redirect users from the old URL to the new URL, which Google should eventually catch up with. I would recommend something like Redirection (link).
You can remove from Google the links using webmasters tools (https://www.google.com/webmasters/tools)
1 - On the Webmaster Tools home page, click the site you want.
2 - On the Dashboard, click Optimization on the left-hand menu.
3 - Click Remove URLs.
4 - Click New removal request.
5 - Type the URL of the page you want removed from search results (not the Google search results URL or cached page URL), and then click Continue. The URL is case-sensitive—use exactly the same characters and capitalization that the site uses.
6 - Click Yes, remove this page.
7 - Click Submit Request.

Web bot problem

I have a database generated page which shows lots of links.
This page consists of 3 colums. In the first column, it gets the links from the database. In the second column it generated + links, and in the last column, it generated a - link
So basically, each row generated consists of a url link, a + link and a - link.
When the user clicks on the link, it goes to the appropriate page
when the user clicks on the + next to any given row, the database is updated to reflect that the user likes that link
If the user clicks - next to any given row, the database is updated to reflect that the user does not like that link.
What is the proper way to recreate this page to stop web bots from emulating link clicks? Specifically, what do I need to do to the + and - links to stop bots from clicking them?
Use forms and POST instead of links and GET.
GET is supposed to be used only for Safe / Idempotent operations.
You could define a Robots.txt file in the rootfolder, or subfolders of your application, telling webcrawlers not to read certain (or all) pages.
More info on that.

Resources