Minds.com Support
-
Is there any intention of offering sharing to Minds.com social network in the future?
-
Sure. We will try to include it ASAP. This will be quick if you can provide info about the logo and social share API of the social platform.
I will try to see what I can get. Hopefully this will help…
Logos: https://www.minds.com/branding
API (?): https://github.com/Minds/engine/issues/14
Post 6 seems to indicate the json api.
UPD: For these who are interested:
Upload media through https://www.minds.com/api/v1/media as multipart/form-data. You get response as json with field guid containing ID of uploaded image to use in API below.
Post through https://www.minds.com/api/v1/newsfeed with json that allows following fields:
— wire_threshold – no idea what is that. In normal posts it is null.
— message – text content of your post
— is_rich – it seems to be a flag: 0/1. Not sure what exactly is that. In normal posts it is 0.
— title – Title of post? IN normal posts a empty field.
— description – Description of post? In normal posts a empty field.
— thumbnail – Well in normal posts empty.
— url – No idea what kind of url. Empty in normal posts.
— attachment_guid – ID of attachment from /media
— mature – Flag 0 or 1.
— access_id – Emm… not sure? In my posts it is 2.Hopefully that helps? Thank you for your help!
Thanks for the info. We will try to do this ASAP.
I’m interested in doing this, too. I tried using the “add new service” link on the WP settings page, but am not sure what the service URL is.
@opalescent
There isn’t any such option in the plugin at the moment.Thank you
No problem.
This is something I’d like to see too 🙂
I am also very interested as it is becoming an alternative to the current supported platforms.
Does anybody know of any updates on this?
I have yet to hear of an update on this. Last I heard was a response asking for the Minds.com API (which I tried to provide above) and presume they are working on it? But I do not know for sure if that is the case or when/if this feature will be released.
Problem is, there isn’t yet any official API supported by Minds.com itself and using the API mentioned above doesn’t seem to be a good way to do it.
The topic ‘Minds.com Support’ is closed to new replies.