Texnomic Law == Code == Binary

27Jan/1124

How-To Bypass Egypt Block for Facebook & Twitter

I've Created a FREE VPN Server for ALL Egyptians to bypass Internet Blockage in Egypt and to "Empower The Revolution" of #Jan25

This (Virtual Private Network) VPN Connect creates an Unblockable and Secure Connection to our Server in USA to bypass ALL Internet Blockage in Egypt (Example: Facebook, Twitter and Dostor).

Special Thanks for the team members: @Wael_Aziz and @Sherif_ and @Hend_Hafez

Announcements:

Update 1: Egypt Revolution 2.0 Completed Successfully. "FreeEgypt" Public User now Canceled.We are planing to convert it to a Commercial Premium Service with very low cost. Sadly, we can't give an ETA for this move, but hopefully it will be very soon. The good news is: We will continue providing FREE Accounts that aren't Anonymous upon request for a limited time. You can easily request this Free Account  by sending an E-Mail to: vpn [at] texnomic.com

Update 2: Egypt Revolution 2.0 Completed Successfully. The entire VPN Server Project is now canceled.

23Apr/104

Adding Facebook “Like” Social Plugin to WordPress

Facebook Like Button

Like Button

Facebook announced on it's F8 Developer Conference (April 22, 2010) a new set of extensions to its Platform. One of the most simple and elegant additions is the Facebook Like Social Plugin. It took me an hour or so to customize it to WordPress Theme and make it fully automated, it only takes two steps:

1. Adding Meta Property in Header:

Inside your Theme folder, open the Header.php file then add the following lines:

<meta property="og:title" content="<?php the_title(); ?>" />
<meta property="og:site_name" content="Your Blog Name" />
<meta property="og:url" content="<?php the_permalink() ?>" />

2. Adding iFrame in Index and Single Pages:

Inside your Theme folder, open the Index.php and Single.php files then add the following lines inside the Post code area:

<iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink() ?>";layout=standard;show_faces=false;width=450;action=like;colorscheme=light"
width="450"
height="25"
scrolling="no"
frameborder="0"
allowtransparency="true">
</iframe>

Note: Facebook default iFrame Code is having a huge Height, I've fixed it in this code.

Well, That's it. Here is the final result:

Facebook Activity

Facebook Activity