It’s easy to extend functionality of Firefox by using its about:config page. In this tutorial, we will be adding bitcoin: URI handler so that Firefox is able to open a chosen Bitcoin client to use the address and open it.
- Type about:config in Firefox address bar.
- Confirm by clicking “I’ll be careful, I promise” button, if Firefox complains about warranty void. (If you have already used about:config, then this warning does not appear)
- Search for “handler.expose”
- Right click anywhere on empty space and add new Boolean value
- Write in “network.protocol-handler.expose.bitcoin”
- Write in “false” for value
- Click a bitcoin: URI link and Firefox will ask you about Bitcoin software (client) to use
- Select Bitcoin client by locating it on a drive (look in /usr/bin/ on Ubuntu or C:\Program Files\ on Windows)
- Test by donating any Bitcoin amount, if this article helped you: bitcoin:1EuuVdEUe6zPCdpFW5HWGPWBRatYEJ7A5P
- Firefox – how to use bitcoin links with client
- Firefox – how to add Bitcoin URI handler
- Firefox – how to add Bitcoin protocol handler








Loved Tracks
Facebook Comments Box Indexable and Crawlable by the Search Engines
SEOMoz community member Roy Peleg writes about how to make the Facebook comments (part of the Facebook comments box iframe) indexable and crawlable by the search engines including Google.
He links to a PHP script that basically pulls out comments from the API: http://www.rayhe.net/fb/comments.phps and inserts them into a page.
He writes:
However, trying to cloak (although having noble intentions) is just wrong in any case. Specially, when current methods and possibilities allow us to provide content visible only to the search engines. Instead of using the easiest way, Roy Peleg recommends one of the Google banned techniques.
What is the easiest way I am talking about?
Using the plain old
<noscript>element that is well suited for this purpose (search engines do not use Javascript, so they will “see” alternate content provided on the page):Easy, peasy and accessible, dear Roy Peleg.
June 16, 2011 at 11:37 :: Filed under Internet, Musings :: [*] :: 1 Comment ::