• PaulBUK

    (@paulbuk)


    Hi

    I have my posts setup to be sent to Twitter and FB after posting. I have an issue which just started. I posted a video (which I have done before) and the link on FB is a random logo from my site. I also used the page link to post into a forum and again the random logo came up as the preview to the page.

    https://britican.me/2014/02/thru-hike-cook-set-6/

    Previously the preview logo was a clip of the video. Now it is a logo from the side bar and not what I want as a preview logo.

    How do I change the preview logo Customizr is assigning the post?

    Thanks,

    Paul

Viewing 6 replies - 1 through 6 (of 6 total)
  • ElectricFeet

    (@electricfeet)

    What functionality/plugin are you using to post to facebook? You’ll probably get a better answer on that forum.

    My guess would be that it would pick up the first graphic in the post, unless the featured image is set (hence ignoring the video).

    Thread Starter PaulBUK

    (@paulbuk)

    It’s not just a facebook issue. It’s been posting fine for months and just started last week or so. If I set feature image it still posts an image from somewhere else on my wordpress site. If I manually add link from my wordpress page to a website it selects same random logo.

    It doesn’t appear to matter where or how links to my wordpress posts are posted it still uses a random image for the preview.

    ElectricFeet

    (@electricfeet)

    What functionality/plugin are you using to post to facebook?

    Thread Starter PaulBUK

    (@paulbuk)

    I use https://twitterfeed.com/ to post blog/page to Twitter. Twitter is linked to FB and posts to FB from there.

    ElectricFeet

    (@electricfeet)

    OK, I’ve been getting up to speed on RSS feeds and Facebook interaction this afternoon! ??

    It looks like Customizr does nothing to change the standard WordPress rss feed. And the standard WordPress feed doesn’t have images in it. (If you go to britican.me/feed, you can see the feed that is generated.)

    There is some standard code that you can find on the web (such as this) that will append a featured image to your feed. But there is no guarantee that an RSS reader will use it.

    I checked out Feedly (a very popular RSS reader) and on your site it seems to be picking up the second image on each post (or the first, if there is only one).

    twitterfeed seems to suffer from the same problem, as can be seen here.

    The key to all of this behaviour lies with the documentation / posts associated with the Facebook plugin, which is partly written by Facebook and partly by Autommattic (the company behind WordPress.com). There are two key pieces of info:

    – The plugin explains that it uses the Open Graph protocol “[to optimize] your content for social sharing and rich story previews on Facebook, Twitter, Google+, Mixi, and more“. WordPress itself makes your images available via that protocol in the source of your pages. In this page on your site, for example, there are several images and they are shown in the page source with <meta property="og:image" ... tags.

    This post, which started a week ago (when you started having problems) gives more clues. Specifically, one of the authors says:

    Facebook looks for up to three images on each page to share. If someone copy-and-pastes a URL into a Facebook status composer they can select one of up to three images. An unattended share uses the first eligible image.

    Facebook builds a list of images by looking at the images provided through og:image markup as well as <img> elements on the page. Facebook may skip over an image if it is not a good choice for social sharing: a 50×50 image may be thrown out while Facebook’s parsers keep looking for an image.

    Providing more than one og:image helps provide more options if the first image is considered ineligible by Facebook or someone sharing your URL decides image #2 or #3 better represents the piece of the story they would like to share.

    In plain terms, this says that Facebook will basically decide which image to use and you cannot influence it.

    Having said all that, on a page such as the one you mention, which currently has no images at all, you would do well to set a featured image. In that way, WordPress will at least give Facebook one image to use.

    Whether it chooses to use it is another matter.

    Thread Starter PaulBUK

    (@paulbuk)

    Thank you for taking the time to follow up on this. It makes sense and I will add an image to the posts and see if that resolves the issue. I did try a feature image but that made no difference to the one FB selected.

    I appreciate your assistance,

    Paul

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Random logo attached to post link’ is closed to new replies.