Not working correctly had to disable
-
when i post to reddit it takes a tiny thumbnail and the post title and shares to reddit. But on reddit the image doesnt show and i want it much bigger than a thumnail. I also dont want to use the default title i want something specific to my mrmbers.
another problem is it removes the native comments which is fine if you don’t have any comments. I want the native comments then reddit comment below or above it doesnt matter
I made some test comments after posting and these comments didnt appear on my wordpress
-
Question: What happens to the comments on WordPress when a reddit post drops off the sub feed? Do the comments disappear on WordPress? Could they kind of just timeout and remain on WP with a message like “Comments Have Closed” You would need to be careful though cause that could lead to a number of dead links appearing linking to a reddit post that is no longer there, or perhaps it is there just not on the feed anymore. I don’t knowbif reddit eventually junks post totally, arvhives them or what it does to them, but my post on the AFG feed go back 1 month at the moment with 18k members. I dont know if time, times them out or the quantity of new posts pushes them off the feed.
I have another feature request, i don’t know if its possible but if it is it would be something else i can’t have on the Free version of Radle :-))
Anyway, lets look at my niche for a second, action figures. Lets say a new figure drops and to catch the excitement you post about it before you have had time to write on WordPress. Could you with some developer magic import that established conversation from your reddit post into a wordpress post about the same figure a day or so later. We are talking about a comments import feature.
You know, if i had a pro version my site would be a good working example of how radle works for you to show prospective users going forward 😉
-
This reply was modified 8 months, 1 week ago by
dexterroona.
The latest update has fixed gifs no showing, but images in comments still appear as html.
hello this new post has picked up an early comment that is not showing on wordpress
https://actionfiguregeek.com/transformers-mpg-19-soundwave-and-laserbeak-action-figures/
i also still have to disable radle to save or update wordpress posts
Question: What happens to the comments on WordPress when a reddit post drops off the sub feed? Do the comments disappear on WordPress? Could they kind of just timeout and remain on WP with a message like “Comments Have Closed” You would need to be careful though cause that could lead to a number of dead links appearing linking to a reddit post that is no longer there, or perhaps it is there just not on the feed anymore. I don’t knowbif reddit eventually junks post totally, arvhives them or what it does to them, but my post on the AFG feed go back 1 month at the moment with 18k members. I dont know if time, times them out or the quantity of new posts pushes them off the feed.
They will stay in tact forever even if you delete the original reddit post I believe. I think all data will preserve well over time with the way Reddit sets things up.
I have another feature request, i don’t know if its possible but if it is it would be something else i can’t have on the Free version of Radle :-)) Anyway, lets look at my niche for a second, action figures. Lets say a new figure drops and to catch the excitement you post about it before you have had time to write on WordPress. Could you with some developer magic import that established conversation from your reddit post into a wordpress post about the same figure a day or so later. We are talking about a comments import feature.
Yes its possible. But it would be a Pro feature definitely. It would also take some labor to get it added in. Right now if the reddit title matches the WordPress title, it will auto associate. I would need to write in a handler to allow the user to manually associate a reddit post with a WordPress post. This would require a search and select mechanism.
You know, if i had a pro version my site would be a good working example of how radle works for you to show prospective users going forward
I agree! Would love to have you as a network member. Radle is just one of many plugins I hope to build over time and network membership offers access to their pro versions and also invites you to the discord where there are other network members.
The latest update has fixed gifs no showing, but images in comments still appear as html.
Fix on the way.
hello this new post has picked up an early comment that is not showing on wordpress
https://actionfiguregeek.com/transformers-mpg-19-soundwave-and-laserbeak-action-figures/
Check to see if your caching is enabled in the Radle settings. If its not, then it might be an issue with the caching plugin on your website. Try and make sure this endpoint is added as an exception to all your caching mechanisms:
wp-json/radle/v1/reddit/commentsi also still have to disable radle to save or update wordpress posts
I’m not sure what is happening here since I cannot repeat it. It might be an issue again with the caching plugin smushing the JS. Try disabling it and seeing if that fixes it. If it does, we can go from there.
I dont see a cache setting in radle other than Cache duration which is a pro feature, i don’t have the pro-version. I use Jetpack boost for speed and cache and that doesnt have an area to add wp-json/radle/v1/reddit/comments
Im also using cloudfare would it need adding there? If so where and how do i add it?
For now i have deleted the post as readded it to see if that resets it.
Cloudflare settings you’re looking for:

hello on this post https://actionfiguregeek.com/inhumans-marvel-legends-medusa-and-gorgon-2-pack/ when i view newest i see 2 comments when i view oldest i see more than 2 and im only seeing the level 2 nested comments on most popular?
hello deleted comments on reddit still seem to be showing on wordpress and posts have comments that should be showing that don’t seem to be.
@dexterroona
I’m pushing an update that should make sure mod unapproved comments do not show in the comments list. I’ve also improved sorting that should take care of the issues you were experiencing, but these will need more testing with larger comment sets. My tests were good locally.this page should help
what im seeing in the lead comment is a deleted comment and still shows
newest just shows the deleted comment
if you sort differently you get a few more comments but not enough and generally the different sorting options don’t seem to be working correctly. Im also seeing member avatars broken and not showing.
The new version just shipped 1.4.0 and it should alter the experience. Have you installed 1.4.0 yet?
hello still not removing deleted comments.
Can you try deactivating caching momentarily and see if that solves it?
Also did you add the cloudflare cache exception to the radle endpoints?
In my staging deleted comments and unapproved comments do not show on the WordPress side.hello, im still having to disable the app to update and save posts.
Also is there a way to associate a flair when posting to reddit.
Something else i would like to see is the option to be able to edit the comment button text, so Comment could become Join the conversation on our Reddit sub – Leave a Comment! or whatever you want.
Hi @dexterroona
hello, im still having to disable the app to update and save posts.
There is most likely a plugin conflict happening here. Did you try disabling caching and minification plugins to see if this solves this? Let me know once you try this and we will go from there.
Also is there a way to associate a flair when posting to reddit.
Not yet. I’m adding it to the Todo list for Pro.
re: editing button text
You can do this by overwriting the comment template in your child theme. Documentation can be found here on how to do this: https://gbti.network/products/radle/documentation/?tab=documentation&file=.product%2Fdocs%2Fdev%2Ftheme-customization.md
You could also write a bit of JS code to do this:
<script>
// Function to update all matching Reddit comment buttons
function updateRedditCommentButtons() {
const buttons = document.querySelectorAll('a.radle-add-comment-button');
buttons.forEach(button => {
if (!button.dataset.updated) { // Prevent re-updating
button.textContent = "Join the conversation on our Reddit sub – Leave a Comment!";
button.dataset.updated = "true"; // Mark as updated
}
});
}
// Run immediately in case elements already exist
updateRedditCommentButtons();
// Observe for dynamically added nodes (e.g. injected by JS)
const observer = new MutationObserver(() => updateRedditCommentButtons());
observer.observe(document.body, { childList: true, subtree: true });
</script> -
This reply was modified 8 months, 1 week ago by
The topic ‘Not working correctly had to disable’ is closed to new replies.