I'm trying to share on facebook or twitter a content that clients write in backend of umbraco.
Example:
My client logs in to Umbraco backend, then he goes to "blog" section to write news, then before to post to frontend, he want a button that catch what he wrote and post to all his pages on facebook.
I already try uSocial and Skybrud.Social and no one does what i want.
Where you can add a richt text editor and below a button to do the sharing.
Then in the Angular Js controller you can attach a click event to the button where you then can add the logic to do the sharing. So taking the value of your RTE property and share it on facebook.
Social Sharing in Backend
Hi guys!
I'm trying to share on facebook or twitter a content that clients write in backend of umbraco.
Example: My client logs in to Umbraco backend, then he goes to "blog" section to write news, then before to post to frontend, he want a button that catch what he wrote and post to all his pages on facebook.
I already try uSocial and Skybrud.Social and no one does what i want.
Can anyone help?? Thanks!
Hi Luis,
If I understand your question, you want to be able to share a new blog post before its published? Or am I wrong?
If so, what's the reason why you want this functionality?
A content node that is not published doesn't have a url to access this node into the frontend.
/Michaël
Hi Michael, Thanks for answer me.
Look at image that i post. When i click in "share to facebook", i want to catch the content "Hello World!" and post to my facebook pages.
This is for Social Marketing.
Now I understand it, so you only want to share the content of your Main Content property using a Share to facebook button correct?
What you can do is create a custom property editor: https://our.umbraco.org/documentation/Tutorials/creating-a-property-editor/
Where you can add a richt text editor and below a button to do the sharing.
Then in the Angular Js controller you can attach a click event to the button where you then can add the logic to do the sharing. So taking the value of your RTE property and share it on facebook.
Hope this helps!
/Michaël
is working on a reply...