I tried inserting an html tags for the socialshare-body for email sharing to check if html tags can be used for email sharing. Unfortunately, it is not working. Is there a way that I can share via email using an email template ?
I have used social_share_button_tag in my rails 4 application to share news to facebook, twitter and google plus and customized the title. The code segment is given below:
<%= social_share_button_tag(@abc.full_name,
url:…
How to display only specific files[.mp4] uploaded videos[using a foreach loop condition] from the server, back inside div tag of the website? Also I want to give social-sharing options on each video?