Forum replies created
What is the site url?
Try the following css
.entry-content img
{
padding:0px;
border: 0px;
background-color:transparent;
}
PM me the wp-admin login details and I will modify the index.php so that it shows the featured images.
Please pm the wp-admin login details and I will check it out.
Can you please provide some screenshots. I think the same image may not work properly for different sizes so we may need to have the image customized for each standard sized screen.
You can adjust the “Open Social Icons on Footer in a New Window” setting at Appearance -> Theme Options -> Footer
We will be including the latest ver in the updated theme but you can pm me your email and I will send it.
What is your site url?
The problem is with fb only. It maybe caching the site content. You can verify it by first trying to post the url in facebook, which if cached, will show you older images. Then in object debugger, click on “Fetch new scrape information” which should try to get the latest code and tell you that
“og:image was not defined, could not be downloaded or was not big enough. Please define a chosen image using the og:image metatag, and use an image that’s at least 200x200px and is accessible from Facebook. Image ‘http://www.delladio.it/wordpress/wp-content/uploads/2014/12/P4250860.jpg’ will be used instead.”
Now it will show the 3 images link and despite them having required width, it will tell you “When shared, this is what will be included” with a different image. But when you try to post this url again, you can see that now it will allow us to select 1 of the 3 images for which the og:image tag was found.
When trying to post it on facebook, it is correctly showing following 3 images which are included in the og:image tag as can be seen in the source code of the page. Not sure why the debugger is selecting the http://www.delladio.it/wordpress/wp-content/uploads/2013/12/054.jpg image.
<meta property=”og:image” content=”http://www.delladio.it/wordpress/wp-content/uploads/2014/12/mdelladio.jpeg”/>
<meta property=”og:image” content=”http://www.delladio.it/wordpress/wp-content/uploads/2010/07/berlinguer-300×213.jpg”/>
<meta property=”og:image” content=”http://www.delladio.it/wordpress/wp-content/uploads/2014/12/39707-80891.jpg”/>