[Plugin: Social Media Tabs] Facebook not working
-
Facebook tab was not working for me, it gave me the following error: “Could not retrieve the specified page. Please verify correct href was passed in.”
But I fixed it!
Edit line 753 with the line below:
$tab .= '<div class="tab-facebook tab-inner"><iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2F'.$facebookId.'&width='.$width.'&connections='.$connections.'&stream=false&header=true&height='.$height.'" scrolling="no" frameborder="0" style="border: none; background: #fff; overflow: hidden; width: '.$width.'px; height: '.$height.'px;" allowTransparency="true"></iframe></div>';
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Social Media Tabs] Facebook not working’ is closed to new replies.