Did anyone find a good alternative for this plugin?
Thanks, but how to define a margin CSS Code that the skycraper stick just at the right side of the content area?
At the moment I use following CSS-Code for the file custom.css:
#skyscraper {
height: 600px;
width: 160px;
position: absolute;
left: 1520px;
top: 100px;
}
…in the meanwhile I found a solution by adding custom CSS code to the WordPress theme custom.css:
.fb_iframe_widget {
height: 35px;
}