Daniel Post
Forum Replies Created
-
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_meta
that 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.
Forum: Plugins
In reply to: [Jetpack Social] Ability to add Facebook groups or second facebook accountHi @nikov,
Just following up here to let you know that we can replicate the issue, and we’re working on it ?? Thanks for letting us know!
We’ll make sure to post here again when we have any updates.
Forum: Plugins
In reply to: [Contact Form 7] wpcf7.initForm is not a functionI am having this exact same issue. Is there a chance to get this resolved? Fixing it should be trivial, as explained in the post linked above.
Unrelated: are there any plans to move CF7 away from the jQuery dependency?