1) I'll be adding this menu as an "Invite" button on several pages of a product catalog, so the user is inviting the invitee to see the product page (not the site home page) - e.g. if the user clicks on the button on
http://www.mysite.com/?product=2345, the message will say "Check out this cool product -
http://www.mysite.com/?product=2345"
- How do i customize the code so that the message body contains the product page URL?
That's a tricky one. One solution is to send the url of the current page using javascript (location.href) as a hidden element and append it in the php code.
2) Also, how do i configure the component to only show 6-8 select email providers and social networks? I only need yahoo, gmail, aol, hotmail, facebook, twitter, linkedin
You have to simply edit the frontend html and remove the other checkbox options.
thanks
kbellare