Daniel Post
Forum Replies Created
-
Forum: Reviews
In reply to: [Autoblue] Very nice plugin connecting Bluesky and WordPress!Thank you so much! I’m glad you’re enjoying Autoblue.
Lots more to come 😁
Forum: Reviews
In reply to: [Autoblue] Awesome pluginThank you so much! I’m glad you’re enjoying Autoblue.
Forum: Plugins
In reply to: [Jetpack Social] Jetpack not posting recipe postsHi there!
Are you using a plugin to add the recipe posts to your website? By default, Jetpack Social’s auto-sharing feature is only triggered when you publish a new post, and isn’t enabled for custom post types.
However, you can add support for custom post types yourself. For information on how to do this, please visit the support page for auto-sharing and refer to the “How to use Jetpack Social with your Custom Post Types” section in the FAQ at the bottom.
Let me know how it goes, and we’ll take it from there. Thanks!
Forum: Plugins
In reply to: [Jetpack Social] Tumblr Connection / Autopost not workingHi @ecronik,
We just shipped a fix for this that should hopefully resolve the issue and allow you to connect to Tumblr again. Please give it another shot and let us know if it still doesn’t work. Thank you for your patience!
Cheers,
DanielForum: Plugins
In reply to: [Jetpack Social] doesnt always post to facebook when post is published,Judging from the screenshot, it looks like the post was already posted to the website (on August 24 at 18:37). Can you send me a screenshot of what the checkboxes look like for a post that hasn’t been published yet? Thanks!
- This reply was modified 3 years, 9 months ago by Daniel Post.
Forum: Plugins
In reply to: [Jetpack Social] doesnt always post to facebook when post is published,Thanks for the screenshot! When a post has been published, the checkboxes are always greyed out and not checked, because you can only publish to social media when first publishing the post. This is probably something we can make a bit more clear.
When you initially published the post, were both boxes selected and did they post successfully?
Forum: Plugins
In reply to: [Jetpack Social] doesnt always post to facebook when post is published,Thanks! Do you think you could take a screenshot of the editor screen before you publish a new post next time? That way, if it happens again, we can figure out what might have gone wrong.
From our logs it looks like the checkboxes for the connections weren’t checked, and I’m not immediately sure what else it could have been.
Forum: Plugins
In reply to: [Jetpack Social] doesnt always post to facebook when post is published,Hi Darren, thanks for your reply. If the checkboxes for each social media platform are checked they should go through correctly.
How do you usually publish your posts? Do you publish them from the editor or from the posts list screen?
Forum: Plugins
In reply to: [Jetpack Social] doesnt always post to facebook when post is published,Hi Darren,
From our logs, it looks like the sharing was skipped for that post. When editing, the checkbox for each social media platform needs to be checked in order to share the post.
This is where you can enable sharing for a post (before publishing it).
Forum: Plugins
In reply to: [Jetpack Social] doesnt always post to facebook when post is published,Thanks for sharing the links. According to our logs, that post was shared to Facebook successfully right here: https://www.facebook.com/Dazsmodels/posts/pfbid0p7YjacWtRUf48aRvdEVaBmKLfWKXvo3Eu4j6Yie4jLZEXrjTJuryBBiuJd3tUFcGl
Is that the correct one for the post?
Forum: Plugins
In reply to: [Jetpack Social] doesnt always post to facebook when post is published,Hi Darren,
Sorry to hear you’re having issues. If possible, could you share a link to a post on your site that didn’t post to Facebook, and a link to one that did post to Facebook?
That way, I can do some debugging and compare the two, and see if there’s anything that stands out. Thank you!
Cheers,
DanielForum: Plugins
In reply to: [Jetpack Social] Social Media Picture BugHi there!
Thank you for using Jetpack Social. I took a look at both of the posts and they seem to be set up properly, so I can’t say with certainty what exactly caused the issue.
Is it possible that you checked the Facebook and Twitter posts right after publishing the post on your site? The platforms don’t always show an image for the first person that views the post, since they need to process it first. Facebook has an explanation of how this works here (the “Pre-caching images” section).
You can use the Facebook Sharing Debugger and the Twitter Card Validator to check your URLs, and make sure they’re being rendered properly by Facebook and Twitter. If everything looks good there there shouldn’t be any issues with sharing the post.
Hope this helps! If it happens again, please don’t hesitate to let us know and we can do some more investigating.
Forum: Plugins
In reply to: [Jetpack Social] Different message for Facebook and Twitter@kubazabran In addition, the feature to set a unique message per platform is currently on our roadmap, and will be added to Jetpack Social in the future. Thank you for using the plugin!
Forum: Plugins
In reply to: [Jetpack Social] Hashtags for Jetpack Social@dancryptoobserver To add to Michelle’s answer, this blog post might be an interesting place for you to start.
Forum: Plugins
In reply to: [Jetpack Social] Hashtags for Jetpack SocialHi there!
We have an action called
publicize_save_metathat you could hook into. You could save the message you’d like to use to the post meta called_wpas_mess, and it will be used when the post gets shared to Twitter.To retrieve the tags, you could use get_the_tags() or something similar. Keep in mind that Twitter’s max tweet length is 280 characters.