I just wanted to show where I had -tried- to get this to work inside HEADER.PHP
<body>
<div id=”container”>
<?php if($_SERVER[‘HTTP_REFERER’] == “http://jchmusic.com/”)
{
//this throws an error no matter what permutations I tried.
virtual (“http://jchmusic.com/sidemenu.shtml”);
virtual (“http://jchmusic.com/top.shtml”);
}
else{
echo “<div id=’header’ class=’clearboth’>”;
echo “<table><tr><td width=’50%’>”;
Thanks, this is cool but it isn’t exactly what I’m after. This adds a button to each post so that readers can share. What I -want- is my content to be automatically published to my Facebook and Myspace pages in one step after I publish them to WordPress.
Any other ideas?
THANKS!
–JC