-
Author
-
November 16, 2015 at 19:31 #87608CodyParticipant
Hi there,
I would like to add social sharing buttons to the order-received woocommerce PHP file. Is there any php shortcode that comes with the Kleo theme that I can insert to show those social sharing buttons?
Thanks
November 16, 2015 at 19:36 #87610sharmstrModeratorTry including the template
COPY CODEget_template_part( 'page-parts/posts-social-share' );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
November 16, 2015 at 19:47 #87611CodyParticipantThanks for the reply, however it doesn’t seem to show anything when I include that. I attached an image of what I included in the php code.
Attachments:
You must be logged in to view attached files.November 16, 2015 at 19:52 #87613sharmstrModeratorprobably because the first few lines of code check to see if you’ve enabled social sharing for that post type.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
November 16, 2015 at 20:13 #87614CodyParticipantOkay I see it seems to be working now. One other quick question, is there any way to change the share link that is associated with the share buttons? For example, I want users to share our product once their order has been confirmed. However I want the ahre link to go to the product page such as /product1 instead of /thankyou.
Any ideas for this?
November 16, 2015 at 20:31 #87615sharmstrModeratorThat’s going to take some custom coding by you. The links are generated in the posts-social-share.php file.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.