How to Install
Open .htaccess and Add
# **** BUSINESS CARD WIDGET****
RewriteRule ^bcard(/?|)$ index.php?link1=bcard [QSA]
RewriteRule ^bcard/bcardwidget(/?|)$ index.php?link1=bcardwidget [NC,QSA]
Open index.php and add around page 892
case 'bcard':
include('sources/bcard.php');
break;
case 'bcardwidget':
include('sources/bcardwidget.php');
open themes/yourtheme/layout/timeline/content.phtml and add
<?php
<?php echo Wo_LoadPage('bcard/icard');?>