• Whenever I click on the ‘twitter’ icon to share my post, it opens up twitter, but it shows NO image and NO title or information; just the link.

    However, facebook is fine and it works perfectly when I click to share!

    I don’t want to set up a featured image or anything like that (I mean I guess I will if that’s the only way to fix it). I just want to be able to click on the icon to share my post and it automatically show up in twitter (with the link, image, etc).

    How I can make that happen?

    My website is: https://fabulousinfayette.com

    Thanks so much!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter fabulousinfayette

    (@fabulousinfayette)

    I also tried sharing my posts with pinterest and google+ and those work fine too, as well as facebook (re: shows up with an image and the link). Twitter is the only one that won’t show up like it is supposed to.

    Also, I’ve tried Yoast and it doesn’t work, so I have deactivated it. I also have tried setting a featured image, and that doesn’t work either.

    Hi there, I am afraid there is no option in posting the article’s image in
    twitter

    But if you want to tweet the title of your article you can use replace inside your part-social-sharing.php file this

    $twitter = add_query_arg( array(
    	'url' => get_permalink(),
    	), 'https://twitter.com/share' );

    with

    $twitter = add_query_arg( array(
    	'text'=>get_the_title(),
    	'url' => get_permalink()
    	), 'https://twitter.com/share' );

    You can use the Synchi WordPress plugin to edit your files.

    Thread Starter fabulousinfayette

    (@fabulousinfayette)

    Thanks for much! It worked!

    But it still doesn’t show the image ??

    There’s tons and tons of other blogs and websites that it works on (people click to share on twitter and it shows the image, along with the title of the article and link). I just don’t understand why it can’t work on mine?

    Maybe using the Jetpack’s Sharer will get you the desired result. Why dont you give it a try and let me know.

    Thread Starter fabulousinfayette

    (@fabulousinfayette)

    It still didn’t work ?? Still just shows the title and link, but no image. This is super frustrating.

    There won’t be any point of me sharing my links on twitter, since the image isn’t included, because it will just get lost in everyone’s feed and won’t stand out. I don’t want to add attach the image each time I share a post.

    Here’s an example of what I want my tweet to look like when I share it:

    Hi there, unfortunately I don’t know any plugin that could provide that kind functionality. But you can ask in this forum Plugins and hacks, for more information on the subject.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘No Preview With the Sharing of Twitter’ is closed to new replies.