29
Dec
11

Openinviter Twitter Plugin ‘Unable to get contacts’ Error Fix

If you’re using Openinviter, you probably got this error while trying to use the Twitter service:

'Unable to get contacts'

Same thing will happen using the online demo.

This is due to a recent Twitter update forcing SSL on mobile version (The Openinviter plugin is not using the official API methods but a clever interaction with the mobile version of Twitter).

To fix that issue, just open the /OpenInviter/plugins/twitter.plg.php file and change all the http references to https.

Btw, this will also fix the send invitations problem (if you ever succeeded to get contacts).

It should work flawlessly 

20
Dec
11

Facebook Open Graph tags for WordPress

Maybe you heard about the Opengraph Tags used by Facebook ? Basically “including Open Graph tags on your Web page, makes your page equivalent to a Facebook Page”:

http://developers.facebook.com/docs/opengraph/

And yes, you’ll get a nice like Thumbnail of your web page using this stuff (knowing that the share function is now deprecated: http://developers.facebook.com/docs/share/ and has been replaced with like).

This is a quick code for WordPress (minimal tags), just adapt, then copy & paste to your wordpress theme header:

Continue reading ‘Facebook Open Graph tags for WordPress’

20
Dec
11

Find out the source code source :]

Wondering about the license, version, and the original project of that piece of code you’ve got ? Just use this new search engine to find out:

antepedia

http://www.antepedia.com/

20
Dec
11

Howto: Display home link in wordpress menu

Good trick:

http://www.wpbeginner.com/wp-themes/how-to-show-home-page-link-in-wordpress-3-0-menu/

20
Dec
11

Get a rid of all IE7 problems

Internet Explorer 7 getElementById killer, this saved my life:

http://www.impressivewebs.com/avoiding-problems-with-javascript-getelementbyid-method-in-internet-explorer-7/

20
Dec
11

Using wordpress native lightbox

Don’t bother yourself installing 3rd party plugins, use the classy WordPress native lightbox, read more here:

http://manchumahara.com/2010/03/22/using-wordpress-native-thickbox/

11
Nov
11

Get RSS feed of a Twitter account

There’s a very simple trick to get the RSS feed of any Twitter account, check it out:

Twitter account: http://twitter.com/#!/w3c

RSS Feed: http://twitter.com/statuses/user_timeline/w3c.rss

Most of all, it works for any Twitter account !

 

04
May
11

slow internet after kernel upgrade

You recently upgraded your Linux kernel or changed your distro and Internet became suddenly slow ? You tried everything from disabling ipv6 support, MTU improvement to DNS tweaks ?

Generally the connection behaves normally for a few minutes and then speed dramatically decrease

Well if you’re using Wifi (especially an Atheros chipset), it’s probably a stupid module problem try typing:

sudo modprobe -r ath5k
sudo modprobe ath5k nohwcrypt

Now check if the connection is as fast as usual, if it’s OK, you can make this modification permanent using this command (tested with Ubuntu) :

sudo sh -c "echo 'options ath5k nohwcrypt' >/etc/modprobe.d/custom-wireless.conf"

Enjoy fast surfing!

15
Mar
11

howto: Speed up your Linux up to 10x

You’ve probably heard about the 200 lines kernel patch that makes wonders ? Well there’s an easier way to dramatically increase your Linux Distro reactiveness and obtain a similar result, I tested it and it’s really working , this is for Ubuntu:

“Script To Automatically Apply the “200 Lines Kernel Patch” Alternative In Ubuntu”


For other distros:

Continue reading ‘howto: Speed up your Linux up to 10x’

12
Oct
10

Swiftfox no flash sound problem

You’ve installed Swiftfox and you’ve got no sound while playing flash videos ? If you’re an Ubuntu user don’t bother yourself with the myriads of proposed solutions and install the flashplugin-nonfree-extrasound package.

Swiftfox is a closed source app, there’s an excellent open source alternative : Swiftweasel, give it a try it’s as fast and lightweighted. For Mac users try Camino.

Both of this two apps can be translated using the official Mozilla language files, go to this url:

http://releases.mozilla.org/pub/mozilla.org/firefox/releases/

Select your version and check /linux-i686/xpi/ click on your xpi language file and it will install automatically.

swiftfox




Follow

Get every new post delivered to your Inbox.