PDIuserr
Forum Replies Created
-
Forum: Plugins
In reply to: [Hupso Social Media Share Buttons] featured image not shared on facebookThank you for your response. I can see the meta tag in the code on the post page.
<meta property="og:image" content="http://www.mycompany.com/blog/wp-content/uploads/2013/12/image-name-420x263.jpg"/><meta name="generator" content="WordPress 3.7.1" />but it only shows the image with the post for Facebook. I have Twitter, G+ and Linkedin social icons on the page as well. Under the settings for “Image for Facebook thumbnail”, I have “Featured image of post” selected. I do have a featured image with each post but it looks like it is selecting the medium sized image (as you stated in another post) which is fine with me.Forum: Plugins
In reply to: [Hupso Social Media Share Buttons] featured image not shared on facebookDoes the featured image only show when someone shares a post on Facebook or will it work with any of the social icons?
Forum: Themes and Templates
In reply to: [Oxygen] Pixelated Featured ImagesI forgot to mention in my previous post that I tried defining the image width and height in my CSS for the classes on the image tag and that didn’t work either.
Forum: Themes and Templates
In reply to: [Oxygen] Pixelated Featured ImagesI’m having the same issue. I would prefer to redefine the image size in a child theme but I have not been able to get it to work. I found this link:
http://wordpress.stackexchange.com/questions/74934/remove-or-update-add-image-size I can’t get this to work so I overwrote the defined images in the parent theme which creates images at the size I want but when looking at the image tag, it still assigns the old width and height.
‘<img src=”http://www.myurl.com/blog/wp-content/uploads/2013/10/01-600×140.jpg” alt=”text here” class=”archive-thumbnail featured” width=”470″ height=”140″>’