• Resolved kurdt_the_goat

    (@kurdt_the_goat)


    I’ve got a latest posts feed working, but the post showed an image which I didn’t want, so I tried to use [bluesky_last_posts displayEmbeds=”false” ], however the image still shows. Could the image display possibly be cached or is it a bug?

    I also noticed on the Plugin’s homepage https://www.ads-software.com/plugins/social-integration-for-bluesky/ displayEmbeds is only mentioned for the Profile Banner shortcode, however in the Admin interface, it’s listed as an attribute for Latest Posts (where I want to use it). So i’m not quite sure which one is correct.

    Thanks for your help, plugin seems good apart from this!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Geoffrey

    (@creativejuiz)

    Hello @kurdt_the_goat ,

    Sorry for the delay, I didn’t see your message earlier. Probably a notification issue.
    Thank you so much for your feedback and for being one of the early adopters.

    I think the bluesky API doesn’t consider images as embed items, compared to embed post, video, or citation. I need to check that but I’m almost sure that’s why it doesn’t work.

    The shortcode are a bit tricky to manage/handle so I need to dig a little bit more, I’ll check this for you too. And maybe I’ll need to add an option for images next to the embed option.

    I opened a ticket/feature request here to manage that:
    https://github.com/geoffreycrofte/bluesky-social-plugin-for-wordpress/issues/10

    For the homepage, good point, that’s a mistake, the plugin setting page offers the right info. Thanks for pointing this out.

    Take care and talk soon, I’ll keep you posted.

    marsflyerpaul

    (@marsflyerpaul)

    The text wrapping seems to be having some problems. e.g.
    “What an amazing infographi
    c from?…”

    Adding word-break into this style seems to improve things
    .bluesky-social-integration-last-post-list, .bluesky-social-integration-last-post-item
    word-break: break-word;

    Changes the example above to:
    “What an amazing
    infographic from…”

    Could you add that to the Plug In, so we don’t need to add it as a styleClass

    P.S. I wasn’t able to create a new thread here, and couldn’t see the improvements plan in github.

    Thread Starter kurdt_the_goat

    (@kurdt_the_goat)

    Thanks for the reply @creativejuiz. I thought it might be the case of images being inline rather than a dedicated embed field. To be honest, this is my first time working with Bluesky so i’m unfamiliar with the posting interface (the feed is for a client). It seems to be working for them as is, which is great since they had the same broken Twitter feed as everyone else for too long!

    Plugin Author Geoffrey

    (@creativejuiz)

    Hello @marsflyerpaul

    I’ve create another topic here, otherwise it’s gonna be a nightmare for me to follow up
    https://www.ads-software.com/support/topic/text-wrapping-issue-2/#new-topic-0
    Can you check this an complete with link to your issue online? To me it looks like a Theme issue and not a plugin issue. But I can’t be sure with the context.

    Thank

    Plugin Author Geoffrey

    (@creativejuiz)

    Hey @kurdt_the_goat
    No worries, we are in the same boat. First time here too so I’m discovering specificities of this ATProtocol and more ??
    I’m working on your case right now, as well as debugging the shortcode attributes.

    Plugin Author Geoffrey

    (@creativejuiz)

    Hey @kurdt_the_goat
    Sorry for flooding your mailbox ??
    The new 1.2.0 that has just been published should appear soon in your dashboard. It comes with a fix on the shortcode. Take a look a the names of the attributes and double check your shortcodes ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.